diff --git a/module/user/lang/en.php b/module/user/lang/en.php index be85d96d0f..d3da0354e3 100644 --- a/module/user/lang/en.php +++ b/module/user/lang/en.php @@ -11,8 +11,8 @@ */ $lang->user->common = 'User'; $lang->user->id = 'ID'; -$lang->user->inside = 'Inside Members'; -$lang->user->outside = 'Outside Members'; +$lang->user->inside = 'Internal Members'; +$lang->user->outside = 'External Members'; $lang->user->company = 'Company'; $lang->user->dept = 'Department'; $lang->user->account = 'Account'; @@ -128,7 +128,7 @@ $lang->user->loginFailed = "Login failed. Please check your account and passwor $lang->user->lockWarning = "You can try %s times."; $lang->user->loginLocked = "Please contact the administrator to unlock your account or try %s minutes later."; $lang->user->weakPassword = "Your password does not meet the requirements."; -$lang->user->errorWeak = "Passwords cannot use [%s] these commonly used weak passwords."; +$lang->user->errorWeak = "Passwords cannot use [%s] weak passwords."; $lang->user->errorCaptcha = "Captcha Error"; $lang->user->roleList[''] = ''; @@ -199,10 +199,10 @@ $lang->user->error->account = "ID %s,account must be >= 3 letters, unde $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."; -$lang->user->error->mail = "ID %s,please enter valid Email address"; +$lang->user->error->mail = "ID %s,enter valid Email address"; $lang->user->error->reserved = "ID %s,account is reserved."; $lang->user->error->weakPassword = "ID %s,the password strength is less than the system setting."; -$lang->user->error->dangerPassword = "ID %s,Passwords cannot be used with [%s] these commonly used if-passwords."; +$lang->user->error->dangerPassword = "ID %s,passwords cannot be used with [%s] these commonly used if-passwords."; $lang->user->error->verifyPassword = "Verification failed. Please enter your Login Password."; $lang->user->error->originalPassword = "Old password is incorrect."; @@ -245,13 +245,13 @@ $lang->user->noticeResetFile = "
|
不能创建临时目录,请确认目录%s是否存在并有操作权限。
- Can't create tmp directory, make sure the directory %s exists and has permission to operate.
+ A tmp directory cannot be created. Make sure the directory %s exists and you have the right permission.
|