* code for task#1403.

This commit is contained in:
xia0ta0
2013-08-21 15:59:59 +08:00
parent faec7a8092
commit 5e52c53dd2
+3 -3
View File
@@ -16,7 +16,7 @@ $lang->user->dept = '所属部门';
$lang->user->account = '用户名';
$lang->user->password = '密码';
$lang->user->password2 = '请重复密码';
$lang->user->role = '角色';
$lang->user->role = '职位';
$lang->user->group = '分组';
$lang->user->realname = '真实姓名';
$lang->user->nickname = '昵称';
@@ -124,7 +124,7 @@ $lang->user->loginWithDemoUser = '使用demo账号登录:';
$lang->user->placeholder = new stdclass();
$lang->user->placeholder->account = '英文、数字和下划线的组合,三位以上';
$lang->user->placeholder->password1 = '六位以上';
$lang->user->placeholder->role = '角色影响内容和用户列表的顺序。';
$lang->user->placeholder->role = '职位影响内容和用户列表的顺序。';
$lang->user->placeholder->group = '分组决定用户的权限列表。';
$lang->user->placeholder->join = '入职日期';
$lang->user->placeholder->commiter = '版本控制系统(subversion)中的帐号';
@@ -135,7 +135,7 @@ $lang->user->error->accountDupl = "ID %s,该用户名已经存在";
$lang->user->error->realname = "ID %s,必须填写真实姓名";
$lang->user->error->password = "ID %s,密码必须六位以上";
$lang->user->error->mail = "ID %s,请填写正确的邮箱地址";
$lang->user->error->role = "ID %s,角色不能为空";
$lang->user->error->role = "ID %s,职位不能为空";
$lang->user->contacts = new stdclass();
$lang->user->contacts->common = '联系人';