mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-12 01:12:37 +00:00
a95802a14e
Bug: T195207 Change-Id: I695a376e15e8a95a02849a6ec67b882228852ef8
58 lines
4.1 KiB
JSON
58 lines
4.1 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Ryan Lane <rlane@wikimedia.org>",
|
|
"Tyler Romeo <tylerromeo@gmail.com>"
|
|
]
|
|
},
|
|
"oathauth-desc": "Provides authentication support using HMAC based one-time passwords",
|
|
"oath": "OATHAuth",
|
|
"specialpages-group-oath": "Two-factor authentication",
|
|
"oathauth-account": "Account name:",
|
|
"oathauth-secret": "Two-factor authentication secret key:",
|
|
"oathauth-enable": "Enable two-factor authentication",
|
|
"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-token": "Token",
|
|
"oathauth-disable": "Disable two-factor authentication",
|
|
"oathauth-validatedoath": "Validated two-factor credentials. Two-factor authentication will now be enforced.",
|
|
"oathauth-noscratchforvalidation": "You cannot use a scratch code to confirm two-factor authentication. Scratch codes are for backup and incidental use only. Please use a verification code from your code generator.",
|
|
"oathauth-failedtovalidateoath": "Failed to validate two-factor credentials",
|
|
"oathauth-disabledoath": "Disabled two-factor authentication.",
|
|
"oathauth-prefs-label": "Two-factor authentication:",
|
|
"oathauth-step1": "Step 1: Download a two-factor authentication program",
|
|
"oathauth-step1-test": "Download a program for two-factor authentication. That can be a mobile application (such as Google Authenticator) or a desktop application.",
|
|
"oathauth-step2": "Step 2: Scan the QR code",
|
|
"oathauth-step2alt": "Or enter the secret manually:",
|
|
"oathauth-step3": "Step 3: Write down the scratch codes",
|
|
"oathauth-step4": "Step 4: Verification",
|
|
"oathauth-entertoken": "Enter a code from your authentication device to verify:",
|
|
"oathauth-disable-for-user": "Disable two-factor authentication for a user",
|
|
"right-oathauth-disable-for-user": "Disable two-factor authentication for a user",
|
|
"oathauth-disable-intro": "With great power, comes great responsibility",
|
|
"oathauth-enteruser": "Username:",
|
|
"oathauth-user-not-does-not-have-oath-enabled": "User doesn't have two-factor authentication enabled, so nothing to disable",
|
|
"right-oathauth-enable": "Enable two-factor authentication",
|
|
"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 a 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).",
|
|
"grant-group-authentication": "Perform authentication actions for self and others",
|
|
"grant-oath": "Access two-factor authentication (OATH) information for self and others",
|
|
"right-oathauth-api-all": "Query and validate OATH information for self and others",
|
|
"action-oathauth-api-all": "check OATH status",
|
|
"apihelp-query+oath-description": "Check to see if two-factor authentication (OATH) is enabled for a user.",
|
|
"apihelp-query+oath-summary": "Check to see if two-factor authentication (OATH) is enabled for a user.",
|
|
"apihelp-query+oath-param-user": "User to get information about. Defaults to the current user.",
|
|
"apihelp-query+oath-example-1": "Get information about the current user",
|
|
"apihelp-query+oath-example-2": "Get information about user <kbd>Example</kbd>",
|
|
"apihelp-oathvalidate-description": "Validate a two-factor authentication (OATH) token.",
|
|
"apihelp-oathvalidate-summary": "Validate a two-factor authentication (OATH) token.",
|
|
"apihelp-oathvalidate-param-user": "User to validate token for. Defaults to the current user.",
|
|
"apihelp-oathvalidate-param-totp": "Two-factor authentication (OATH) token.",
|
|
"apihelp-oathvalidate-example-1": "Validate a token for the current user",
|
|
"apihelp-oathvalidate-example-2": "Validate a token for the user <kbd>Example</kbd>"
|
|
}
|