@ -206,7 +206,7 @@ sign_up_successful = Account was successfully created.
confirmation_mail_sent_prompt=A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
must_change_password=Update your password
allow_password_change=Require user to change password (recommended)
reset_password_mail_sent_prompt=A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the password reset process.
reset_password_mail_sent_prompt=A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
active_your_account=Activate Your Account
account_activated=Account has been activated
prohibit_login=Sign In Prohibited
@ -215,10 +215,11 @@ resent_limit_prompt = You have already requested an activation email recently. P
has_unconfirmed_mail=Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.
resend_mail=Click here to resend your activation email
email_not_associate=The email address is not associated with any account.
send_reset_mail=Click here to resend your password reset email
reset_password=Reset Your Password
send_reset_mail=Send Account Recovery Email
reset_password=Account Recovery
invalid_code=Your confirmation code is invalid or has expired.
reset_password_helper=Click here to reset your password
reset_password_helper=Recover Account
reset_password_wrong_user=You are signed in as %s, but the account recovery link is for %s
password_too_short=Password length cannot be less than %d characters.
non_local_account=Non-local users can not update their password through the Gitea web interface.
verify=Verify
@ -241,7 +242,7 @@ openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new
openid_register_title=Create new account
openid_register_desc=The chosen OpenID URI is unknown. Associate it with a new account here.
openid_signin_desc=Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
disable_forgot_password_mail=Password reset is disabled. Please contact your site administrator.
disable_forgot_password_mail=Account recovery is disabled. Please contact your site administrator.
email_domain_blacklisted=You cannot register with your email address.
authorize_application=Authorize Application
authroize_redirect_notice=You will be redirected to %s if you authorize this application.
@ -250,11 +251,12 @@ authorize_application_description = If you grant the access, it will be able to
authorize_title=Authorize "%s" to access your account?
authorization_failed=Authorization failed
authorization_failed_desc=The authorization failed because we detected an invalid request. Please contact the maintainer of the app you've tried to authorize.
disable_forgot_password_mail=Account recovery is disabled. Please contact your site administrator.
ctx.SetCookie("lang","",-1,setting.AppSubURL,"",setting.SessionConfig.Secure,true)// Setting the lang cookie will trigger the middleware to reset the language ot previous state.