lang.php 475 B

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