diff options
author | Jonas Franz <info@jonasfranz.software> | 2019-03-08 17:42:50 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-08 11:42:50 -0500 |
commit | e777c6bdc6f12f9152335f8bfd66b956aedc9957 (patch) | |
tree | b79c9bc2d4f9402dcd15d993b088840e2fad8a54 /options/locale | |
parent | 9d3732dfd512273992855097bba1e909f098db23 (diff) | |
download | gitea-e777c6bdc6f12f9152335f8bfd66b956aedc9957.tar.gz gitea-e777c6bdc6f12f9152335f8bfd66b956aedc9957.zip |
Integrate OAuth2 Provider (#5378)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f188f1f2ae..6662400ad9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -243,6 +243,13 @@ openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new 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. 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. +authorize_application_created_by = This application was created by %s. +authorize_application_description = If you grant the access, it will be able to access and write to all your account information, including private repos and organisations. +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. [mail] activate_account = Please activate your account @@ -466,6 +473,31 @@ access_token_deletion = Delete Access Token access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. Continue? delete_token_success = The token has been deleted. Applications using it no longer have access to your account. +manage_oauth2_applications = Manage OAuth2 Applications +edit_oauth2_application = Edit OAuth2 Application +oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this Gitea instance. +remove_oauth2_application = Remove OAuth2 Application +remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokes. Continue? +remove_oauth2_application_success = The application has been deleted. +create_oauth2_application = Create a new OAuth2 Application +create_oauth2_application_button = Create Application +create_oauth2_application_success = You've successfully created a new OAuth2 application. +update_oauth2_application_success = You've successfully updated the OAuth2 application. +oauth2_application_name = Application Name +oauth2_select_type = Which application type fits? +oauth2_type_web = Web (e.g. Node.JS, Tomcat, Go) +oauth2_type_native = Native (e.g. Mobile, Desktop, Browser) +oauth2_redirect_uri = Redirect URI +save_application = Save +oauth2_client_id = Client ID +oauth2_client_secret = Client Secret +oauth2_regenerate_secret = Regenerate Secret +oauth2_regenerate_secret_hint = Lost your secret? +oauth2_client_secret_hint = The secret won't be visible if you revisit this page. Please save your secret. +oauth2_application_edit = Edit +oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance. +oauth2_application_remove_description = Removing an OAuth2 application will prevent it to access authorized user accounts on this instance. Continue? + twofa_desc = Two-factor authentication enhances the security of your account. twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication. twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication. |