diff options
Diffstat (limited to 'lib/plugins/authplain/lang/zh/lang.php')
-rw-r--r-- | lib/plugins/authplain/lang/zh/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 的数据被保护和无法被编辑或删除。'; |