summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-08 12:21:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-08 12:21:19 +0200
commit619a02f57dbe49efa287f054aee381edaf3e0397 (patch)
treef74b745ae779d858763514901768a4e77d9f0c86 /lib/plugins/authmysql/lang
parent7a74ecb60287c5299183f3440821bca16f411390 (diff)
parentd750427ebf95dc91ec90b5c812180739317cd094 (diff)
downloadrpg-619a02f57dbe49efa287f054aee381edaf3e0397.tar.gz
rpg-619a02f57dbe49efa287f054aee381edaf3e0397.tar.bz2
Merge pull request #1224 from dokuwiki-translate/lang_update_66
Translation update (zh)
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/zh/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/zh/lang.php b/lib/plugins/authmysql/lang/zh/lang.php
new file mode 100644
index 000000000..044fe6d60
--- /dev/null
+++ b/lib/plugins/authmysql/lang/zh/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Errol <errol@hotmail.com>
+ */
+$lang['connectfail'] = '连接数据库失败';
+$lang['userexists'] = '抱歉,用户名已被使用。';
+$lang['usernotexists'] = '抱歉,用户不存在。';
+$lang['writefail'] = '无法修改用户数据。请通知管理员';