* code for bug #3693.

This commit is contained in:
wangyidong
2020-12-11 09:30:43 +08:00
parent 4ea7be9c72
commit 5eda53df87
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ $lang->error->URL = "『%s』should be url.";
$lang->error->date = "『%s』should be valid date.";
$lang->error->datetime = "『%s』should be valid date.";
$lang->error->code = "『%s』should be letters or numbers.";
$lang->error->account = "『%s』should be >= 3 letters or numbers.";
$lang->error->account = "『%s』should be >= 3 letters, underline or numbers.";
$lang->error->passwordsame = "The two passwords should be the same.";
$lang->error->passwordrule = "Password should conform to rules. It should be >= 6 characters.";
$lang->error->accessDenied = 'Access is denied.';
+1 -1
View File
@@ -526,7 +526,7 @@ $lang->error->URL = "『%s』should be url.";
$lang->error->date = "『%s』should be valid date.";
$lang->error->datetime = "『%s』should be valid date.";
$lang->error->code = "『%s』nên là chữ hoặc số.";
$lang->error->account = "『%s』should be >= 3 letters or numbers.";
$lang->error->account = "『%s』should be >= 3 letters, underline or numbers.";
$lang->error->passwordsame = "The two passwords should be the same.";
$lang->error->passwordrule = "Password should conform to rules. It should be >= 6 characters.";
$lang->error->accessDenied = 'Truy cập bị từ chối.';
+1 -1
View File
@@ -526,7 +526,7 @@ $lang->error->URL = "『%s』应当为合法的URL。";
$lang->error->date = "『%s』应当为合法的日期。";
$lang->error->datetime = "『%s』应当为合法的日期。";
$lang->error->code = "『%s』应当为字母或数字的组合。";
$lang->error->account = "『%s』只能是字母和数字的组合三位以上。";
$lang->error->account = "『%s』只能是字母、数字或下划线的组合三位以上。";
$lang->error->passwordsame = "两次密码应该相同。";
$lang->error->passwordrule = "密码应该符合规则,长度至少为六位。";
$lang->error->accessDenied = '您没有访问权限';
+1 -1
View File
@@ -172,7 +172,7 @@ $lang->user->placeholder->passwordStrength[1] = '>= 6 letters and numbers';
$lang->user->placeholder->passwordStrength[2] = '>= 10 letters, numbers and special characters';
$lang->user->error = new stdclass();
$lang->user->error->account = "ID %s,account must be >= 3 letters, underline, or numbers";
$lang->user->error->account = "ID %s,account must be >= 3 letters, underline or numbers";
$lang->user->error->accountDupl = "ID %s,account is used.";
$lang->user->error->realname = "ID %s,must be real name";
$lang->user->error->password = "ID %s,password must be >= 6 characters.";