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