Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
lang.php 390 B
<?php

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