* task#982, user module.

This commit is contained in:
wangchunsheng
2012-12-10 08:20:09 +00:00
parent a9fb847163
commit 4e7f6e5f81
2 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ $lang->user->loginFailed = "Login failed, please check your account and password
$lang->user->lockWarning = "You only have %s times to try.";
$lang->user->loginLocked = "You try the password too many times, please contact the administrator or try again after %s minutes.";
$lang->user->genderList = new stdclass();
$lang->user->genderList->m = 'Male';
$lang->user->genderList->f = 'Female';
@@ -87,10 +88,12 @@ $lang->user->ip = 'Last IP';
$lang->user->last = 'Last login';
$lang->user->status = 'Status';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = 'Letters/underline/numbers, three above';
$lang->user->placeholder->password1 = 'Six above';
$lang->user->placeholder->join = 'The date the employee join the company';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %saccount must be three letters at least";
$lang->user->error->accountDupl = "ID %sthis account has been exist";
$lang->user->error->realname = "ID %splease input realname";

View File

@@ -51,6 +51,7 @@ $lang->user->loginFailed = "登录失败,请检查您的用户名或密码是
$lang->user->lockWarning = "您还有%s次尝试机会。";
$lang->user->loginLocked = "密码尝试次数太多,请联系管理员解锁,或%s分钟后重试。";
$lang->user->genderList = new stdclass();
$lang->user->genderList->m = '男';
$lang->user->genderList->f = '女';
@@ -87,10 +88,12 @@ $lang->user->ip = '最后IP';
$lang->user->last = '最后登录';
$lang->user->status = '状态';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '英文、数字和下划线的组合,三位以上';
$lang->user->placeholder->password1 = '六位以上';
$lang->user->placeholder->join = '入职日期';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %s用户名必须三位以上";
$lang->user->error->accountDupl = "ID %s该用户名已经存在";
$lang->user->error->realname = "ID %s必须填写真实姓名";