summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorHideaki SAWADA <chuno@live.jp>2015-07-15 14:56:08 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-07-15 14:56:08 +0200
commit8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9 (patch)
tree6ddd4b1fd9739ba107669b5abe091d2c4944cd24 /lib/plugins/authmysql/lang
parentd60f797cc10593172186649f0a72e17f0a29f163 (diff)
downloadrpg-8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9.tar.gz
rpg-8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/ja/lang.php11
-rw-r--r--lib/plugins/authmysql/lang/ja/settings.php2
2 files changed, 12 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/lang/ja/lang.php b/lib/plugins/authmysql/lang/ja/lang.php
new file mode 100644
index 000000000..a2348f2f3
--- /dev/null
+++ b/lib/plugins/authmysql/lang/ja/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Hideaki SAWADA <chuno@live.jp>
+ */
+$lang['connectfail'] = 'データベースへの接続に失敗しました。';
+$lang['userexists'] = 'このログイン名のユーザーが既に存在しています。';
+$lang['usernotexists'] = 'そのユーザーは存在しません。';
+$lang['writefail'] = 'ユーザーデータを変更できません。Wiki の管理者に連絡してください。';
diff --git a/lib/plugins/authmysql/lang/ja/settings.php b/lib/plugins/authmysql/lang/ja/settings.php
index cc0146b15..6bc3f9a14 100644
--- a/lib/plugins/authmysql/lang/ja/settings.php
+++ b/lib/plugins/authmysql/lang/ja/settings.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
*/
$lang['server'] = 'MySQL のホスト名';