diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-29 09:21:55 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-29 09:21:55 +0200 |
commit | 1368c6a7e08f8f0a327b33f40ec4e70627881954 (patch) | |
tree | 389b4fb94b439ef67c163420d2d02c3ec456987d /lib/plugins/authplain | |
parent | 874f411fe89f29339082730a4dd0a874729ea486 (diff) | |
parent | bc8a3531ce749ec8e8c126fb04d84a30a091dd73 (diff) | |
download | rpg-1368c6a7e08f8f0a327b33f40ec4e70627881954.tar.gz rpg-1368c6a7e08f8f0a327b33f40ec4e70627881954.tar.bz2 |
Merge pull request #1254 from dokuwiki-translate/lang_update_144
Translation update (ja)
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'] = 'ユーザーデータを変更できません。管理者に問い合わせてください。'; |