diff options
author | Hideaki SAWADA <chuno@live.jp> | 2015-07-29 08:31:11 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-29 08:31:11 +0200 |
commit | bc8a3531ce749ec8e8c126fb04d84a30a091dd73 (patch) | |
tree | 389b4fb94b439ef67c163420d2d02c3ec456987d /lib/plugins/authplain | |
parent | 874f411fe89f29339082730a4dd0a874729ea486 (diff) | |
download | rpg-bc8a3531ce749ec8e8c126fb04d84a30a091dd73.tar.gz rpg-bc8a3531ce749ec8e8c126fb04d84a30a091dd73.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/ja/lang.php | 8 |
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'] = 'ユーザーデータを変更できません。管理者に問い合わせてください。'; |