xref: /dokuwiki/lib/plugins/authplain/lang/zh/lang.php (revision 8c1358ca71087c9815cabf22fbe2384458cb3a33)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author lainme <lainme993@gmail.com>
7 * @author tai <tai_tang@126.com>
8 */
9$lang['userexists']            = '对不起,该用户名已经存在。';
10$lang['usernotexists']         = '抱歉,该用户不存在';
11$lang['writefail']             = '无法修改用户数据。请联系维基管理员';
12$lang['protected']             = '用户 %s 的数据被保护和无法被编辑或删除。';
13