about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/zh/lang.php
blob: d96b7ba96c1f3983b2f009de519f58d8825dfd76 (plain) (blame)
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']             = '无法修改用户数据。请通知管理员';