在此重置密码。"; $messages['answerrequired'] = "没有提交答案"; $messages['questionrequired'] = "没有选择问题"; $messages['passwordrequired'] = "需要输入密码"; $messages['answermoderror'] = "答案需要注册"; $messages['answerchanged'] = "答案已注册"; $messages['answernomatch'] = "答案不正确"; $messages['resetbyquestionshelp'] = "选择一个问题后回答可重置密码. 这需要已经注册了答案."; $messages['changehelp'] = "输入旧密码后更改新密码."; $messages['changehelpreset'] = "是否忘记密码?"; $messages['changehelpquestions'] = "回答问题重置密码"; $messages['changehelptoken'] = "使用邮件重置密码"; $messages['resetmessage'] = "您好 {login},\n\n点击这里重置密码:\n{url}\n\n如果您没有提交这个请求则忽略。"; $messages['resetsubject'] = "重置密码"; $messages['sendtokenhelp'] = "输入账户和邮件地址重置密码,点击发送邮件。"; $messages['sendtokenhelpnomail'] = "输入账户重置密码,点击发送邮件。"; $messages['mail'] = "电子邮件"; $messages['mailrequired'] = "需要邮箱地址"; $messages['mailnomatch'] = "输入的邮箱地址不是该账号的注册地址"; $messages['tokensent'] = "一封确认邮件已发送"; $messages['tokennotsent'] = "发送确认邮件时遇到错误"; $messages['tokenrequired'] = "需要凭证"; $messages['tokennotvalid'] = "凭证无效"; $messages['resetbytokenhelp'] = "重置密码的凭证已通过电子邮件发送,点击这里获取新凭证."; $messages['changemessage'] = "您好 {login},\n\n密码已更改。\n\n如果您没有提交这个请求,请立即联系系统管理员。"; $messages['changesubject'] = "密码已更改"; $messages['badcaptcha'] = "没有输入正确的captcha,请再次尝试。"; $messages['captcharequired'] = "The captcha is required."; $messages['captcha'] = "Captcha"; $messages['notcomplex'] = "密码没有足够的不同类型字符"; $messages['policycomplex'] = "最少的不同类型字符数:"; $messages['username'] = "Username"; $messages['smsnonumber'] = "Can't find mobile number"; $messages['smstoken'] = "SMS token"; $messages['sms'] = "SMS number"; $messages['getuser'] = "Get user"; $messages['userfullname'] = "User full name"; $messages['nophpmbstring'] = "You should install PHP mbstring"; $messages['smsuserfound'] = "Check that user information are correct and press Send to get SMS token"; $messages['sendsmshelp'] = "Enter your login to get password reset token. Then type token in sent SMS."; $messages['smsnotsent'] = "Error when sending SMS"; $messages['smssent'] = "A confirmation code has been send by SMS"; $messages['changehelpsms'] = "Reset your password with a SMS"; $messages['resetbysmshelp'] = "The token sent by sms allows you to reset your password. To get a new token, click here."; $messages['smsresetmessage'] = "Your password reset token is:"; $messages['smscrypttokensrequired'] = "You can't use reset by SMS without crypt_tokens setting"; $messages['menuquestions'] = "Question"; $messages['menutoken'] = "Email"; $messages['menusms'] = "SMS"; $messages['nophpxml'] = "使用该工具需要安装PHP-xml"; $messages['tokenattempts'] = "Invalid token, try again"; $messages['emptychangeform'] = "Change your password"; $messages['emptysendtokenform'] = "Email a password reset link"; $messages['emptyresetbyquestionsform'] = "Reset your password"; $messages['emptysetquestionsform'] = "Set your password reset questions"; $messages['emptysendsmsform'] = "Get a reset code"; $messages['sameaslogin'] = "Your new password is identical to your login"; $messages['policydifflogin'] = "Your new password may not be the same as your login"; $messages['menusshkey'] = "SSH密钥"; $messages['changesshkeysubject'] = "您的SSH密钥已更改"; $messages['sshkey'] = "SSH密钥"; $messages['changehelpsshkey'] = "更改SSH密钥"; $messages['emptysshkeychangeform'] = "更改SSH密钥"; $messages['sshkeychanged'] = "您的SSH密钥已更改"; $messages['sshkeyerror'] = "LDAP目录拒绝了SSH密钥"; $messages['sshkeyrequired'] = "需要SSH密钥"; $messages['changesshkeymessage'] = "您好{login},\n\n您的SSH金钥已变更。\n\n如果您没有启动这项变更,请立即与您的管理员联络。"; $messages['changesshkeyhelp'] = "输入您的密码和新的SSH密钥。"; $messages['pwned'] = "Your new password has already been published on leaks, you should consider changing it on any other service that it is in use"; $messages['policypwned'] = "Your new password may not be published on any previous public password leak from any site"; $messages['throttle'] = "Too fast! Please try again later (if ever you are human)"; $messages['policydiffminchars'] = "Minimum number of new unique characters:"; $messages['diffminchars'] = "Your new password is too similar to your old password"; $messages['specialatends'] = "Your new password has its only special character at the beginning or end"; $messages['policyspecialatends'] = "Your new password may not have its only special character at the beginning or end"; $messages['checkdatabeforesubmit'] = "Please check your information before submitting the form"; $messages['forbiddenwords'] = "Your passwords contains forbidden words or strings"; $messages['policyforbiddenwords'] = "Your password must not contain:"; $messages['forbiddenldapfields'] = "Your password contains values from your LDAP entry"; $messages['policyforbiddenldapfields'] = "Your password may not contain values from the following LDAP fields:"; $messages['ldap_cn'] = "common name"; $messages['ldap_givenName'] = "given name"; $messages['ldap_sn'] = "surname"; $messages['ldap_mail'] = "mail address"; $messages["questionspopulatehint"] = "Enter only your login to retrieve the questions you've registered."; $messages['badquality'] = "Password quality is too low"; $messages['tooyoung'] = "Password was changed too recently"; $messages['inhistory'] = "Password is in history of old passwords";