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

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Errol <errol@hotmail.com>
 */
$lang['connectfail']           = '连接数据库失败';
$lang['userexists']            = '抱歉,用户名已被使用。';
$lang['usernotexists']         = '抱歉,用户不存在。';
$lang['writefail']             = '无法修改用户数据。请通知管理员';