diff options
author | Andreas Gohr <andi@splitbrain.org> | 2016-11-13 09:42:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-13 09:42:03 +0100 |
commit | d88476abf90eea37f4760428dfbe2af4e6c47e67 (patch) | |
tree | 8a95ac9fe911643299a6533d82c5b0c5168ebfd0 | |
parent | 3ab7f2c12d65c4784860480fea271638008f9b88 (diff) | |
parent | 6c345bbea4c387a26dbc4911dbad2438067b235c (diff) | |
download | dokuwiki-d88476abf90eea37f4760428dfbe2af4e6c47e67.tar.gz dokuwiki-d88476abf90eea37f4760428dfbe2af4e6c47e67.zip |
Merge pull request #1752 from dokuwiki-translate/lang_update_184
Translation update (zh)
-rw-r--r-- | inc/lang/zh/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/zh/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/config/lang/zh/lang.php | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index a2a9e9355..6968d38fc 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -27,6 +27,7 @@ * @author Errol <errol@hotmail.com> * @author Garfield <garfield_550@outlook.com> * @author JellyChen <451453325@qq.com> + * @author tai <tai_tang@126.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/authplain/lang/zh/lang.php b/lib/plugins/authplain/lang/zh/lang.php index 8cd18d55e..1e0dd1006 100644 --- a/lib/plugins/authplain/lang/zh/lang.php +++ b/lib/plugins/authplain/lang/zh/lang.php @@ -4,7 +4,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author lainme <lainme993@gmail.com> + * @author tai <tai_tang@126.com> */ $lang['userexists'] = '对不起,该用户名已经存在。'; $lang['usernotexists'] = '抱歉,该用户不存在'; $lang['writefail'] = '无法修改用户数据。请联系维基管理员'; +$lang['protected'] = '用户 %s 的数据被保护和无法被编辑或删除。'; diff --git a/lib/plugins/config/lang/zh/lang.php b/lib/plugins/config/lang/zh/lang.php index e29d7ec26..1d90cfe37 100644 --- a/lib/plugins/config/lang/zh/lang.php +++ b/lib/plugins/config/lang/zh/lang.php @@ -17,6 +17,7 @@ * @author Shuo-Ting Jian <shoting@gmail.com> * @author Garfield <garfield_550@outlook.com> * @author JellyChen <451453325@qq.com> + * @author tai <tai_tang@126.com> */ $lang['menu'] = '配置设置'; $lang['error'] = '由于非法参数,设置没有更新。请检查您做的改动并重新提交。 |