You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ sign_up_successful = Account was successfully created.
206
206
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.
207
207
must_change_password = Update your password
208
208
allow_password_change = Require user to change password (recommended)
209
-
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.
209
+
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.
210
210
active_your_account = Activate Your Account
211
211
account_activated = Account has been activated
212
212
prohibit_login = Sign In Prohibited
@@ -215,10 +215,11 @@ resent_limit_prompt = You have already requested an activation email recently. P
215
215
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.
216
216
resend_mail = Click here to resend your activation email
217
217
email_not_associate = The email address is not associated with any account.
218
-
send_reset_mail = Click here to resend your password reset email
219
-
reset_password = Reset Your Password
218
+
send_reset_mail = Send Account Recovery Email
219
+
reset_password = Account Recovery
220
220
invalid_code = Your confirmation code is invalid or has expired.
221
-
reset_password_helper = Click here to reset your password
221
+
reset_password_helper = Recover Account
222
+
reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
222
223
password_too_short = Password length cannot be less than %d characters.
223
224
non_local_account = Non-local users can not update their password through the Gitea web interface.
224
225
verify = Verify
@@ -241,7 +242,7 @@ openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new
241
242
openid_register_title = Create new account
242
243
openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
243
244
openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
244
-
disable_forgot_password_mail = Password reset is disabled. Please contact your site administrator.
245
+
disable_forgot_password_mail = Account recovery is disabled. Please contact your site administrator.
245
246
email_domain_blacklisted = You cannot register with your email address.
246
247
authorize_application = Authorize Application
247
248
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
250
251
authorize_title = Authorize "%s" to access your account?
251
252
authorization_failed = Authorization failed
252
253
authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you've tried to authorize.
254
+
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.
0 commit comments