summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/zh
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 14:04:39 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 14:04:39 +0200
commit47eaf1b63ba9394b29419448d32a9ba5dad950e1 (patch)
treeff14f3f1f06a32edfd8aed9dfae85363d4df700a /lib/plugins/authplain/lang/zh
parenta4d6db92b30b08c4a684293a033b04ab84232421 (diff)
parent32ba0f96c03b95b9edd0e633b77507db3e290182 (diff)
downloadrpg-47eaf1b63ba9394b29419448d32a9ba5dad950e1.tar.gz
rpg-47eaf1b63ba9394b29419448d32a9ba5dad950e1.tar.bz2
Merge pull request #1289 from dokuwiki-translate/lang_update_807
Translation update (zh)
Diffstat (limited to 'lib/plugins/authplain/lang/zh')
-rw-r--r--lib/plugins/authplain/lang/zh/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/zh/lang.php b/lib/plugins/authplain/lang/zh/lang.php
index 03542fe72..3dcebd28d 100644
--- a/lib/plugins/authplain/lang/zh/lang.php
+++ b/lib/plugins/authplain/lang/zh/lang.php
@@ -1,6 +1,10 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author lainme <lainme993@gmail.com>
*/
-$lang['userexists'] = '对不起,该用户名已经存在。';
+$lang['userexists'] = '对不起,该用户名已经存在。';
+$lang['usernotexists'] = '抱歉,该用户不存在';
+$lang['writefail'] = '无法修改用户数据。请联系维基管理员';