diff options
Diffstat (limited to 'lib/plugins/authplain/lang/zh')
-rw-r--r-- | lib/plugins/authplain/lang/zh/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/zh/lang.php b/lib/plugins/authplain/lang/zh/lang.php new file mode 100644 index 000000000..3dcebd28d --- /dev/null +++ b/lib/plugins/authplain/lang/zh/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author lainme <lainme993@gmail.com> + */ +$lang['userexists'] = '对不起,该用户名已经存在。'; +$lang['usernotexists'] = '抱歉,该用户不存在'; +$lang['writefail'] = '无法修改用户数据。请联系维基管理员'; |