summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/ja/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authplain/lang/ja/lang.php')
-rw-r--r--lib/plugins/authplain/lang/ja/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/ja/lang.php b/lib/plugins/authplain/lang/ja/lang.php
index aad08a8bd..6aa0be79c 100644
--- a/lib/plugins/authplain/lang/ja/lang.php
+++ b/lib/plugins/authplain/lang/ja/lang.php
@@ -1,6 +1,10 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author Hideaki SAWADA <chuno@live.jp>
*/
-$lang['userexists'] = 'このユーザー名は既に存在しています。';
+$lang['userexists'] = 'このユーザー名は既に存在しています。';
+$lang['usernotexists'] = 'このユーザーは未登録です。';
+$lang['writefail'] = 'ユーザーデータを変更できません。管理者に問い合わせてください。';