summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/zh/lang.php
blob: 3dcebd28dbe22f01ae1b8d6528e678cd29a31cf6 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author lainme <lainme993@gmail.com>
 */
$lang['userexists']            = '对不起,该用户名已经存在。';
$lang['usernotexists']         = '抱歉,该用户不存在';
$lang['writefail']             = '无法修改用户数据。请联系维基管理员';