mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Make OATHAuth messages use consistent "two-factor authentication" wording
Bug: T150597 Change-Id: I0fed5a9b3fd747b6f2f71834c0bfe9dc88bbefb8
This commit is contained in:
parent
8e70c98ed7
commit
0ac5c0fb71
10
i18n/en.json
10
i18n/en.json
|
@ -8,13 +8,13 @@
|
|||
"oathauth-desc": "Provides authentication support using HMAC based one-time passwords",
|
||||
"oath": "OATHAuth",
|
||||
"specialpages-group-oath": "Two-factor authentication",
|
||||
"oathauth-account": "Two-factor account name:",
|
||||
"oathauth-account": "Account name:",
|
||||
"oathauth-legend": "Verify your credentials",
|
||||
"oathauth-secret": "Two-factor secret key:",
|
||||
"oathauth-secret": "Two-factor authentication secret key:",
|
||||
"oathauth-enable": "Enable two-factor authentication",
|
||||
"oathauth-failedtoenableoauth": "Failed to enable two-factor authentication.",
|
||||
"oathauth-alreadyenabled": "Two-factor authentication is already enabled.",
|
||||
"oathauth-verify": "Verify two-factor token",
|
||||
"oathauth-verify": "Verify two-factor authentication token",
|
||||
"oathauth-scratchtokens": "The following list is a list of one-time use scratch tokens. These tokens can only be used once, and are for emergency use. Please write these down and keep them in a secure location. If you lose your phone, these tokens are the only way to rescue your account. These tokens will never be shown again.",
|
||||
"oathauth-reset": "Reset two-factor credentials",
|
||||
"oathauth-donotdeleteoldsecret": "Please do not delete your old credentials until you have validated your new credentials.",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"oathauth-disabledoath": "Disabled two-factor authentication.",
|
||||
"oathauth-failedtodisableoauth": "Failed to disable two-factor authentication.",
|
||||
"oathauth-reattemptdisable": "Reattempt disabling of two-factor authentication.",
|
||||
"oathauth-failedtoresetoath": "Failed to reset two-factor credentials.",
|
||||
"oathauth-failedtoresetoath": "Failed to reset two-factor authentication credentials.",
|
||||
"oathauth-notloggedin": "Login required",
|
||||
"oathauth-mustbeloggedin": "You must be logged in to perform this action.",
|
||||
"oathauth-prefs-label": "Two-factor authentication:",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"action-oathauth-enable": "enable two-factor authentication",
|
||||
"oathauth-auth-token-label": "Token",
|
||||
"oathauth-auth-token-help": "The one-time password used as the second factor of two-factor authentication.",
|
||||
"oathauth-auth-ui": "Please enter verification code from your mobile app",
|
||||
"oathauth-auth-ui": "Please enter verification code from your authentication device",
|
||||
"oathauth-throttled": "Too many verification attempts! Please wait $1.",
|
||||
"oathauth-login-failed": "Verification failed.",
|
||||
"oathauth-describe-provider": "Two-factor authentication (OATH).",
|
||||
|
|
Loading…
Reference in a new issue