2014-03-28 11:07:32 +00:00
{
2015-10-13 06:31:04 +00:00
"@metadata" : {
"authors" : [
2014-05-22 07:33:40 +00:00
"Ryan Lane <rlane@wikimedia.org>" ,
"Tyler Romeo <tylerromeo@gmail.com>"
2015-10-13 06:31:04 +00:00
]
} ,
"oathauth-desc" : "Provides authentication support using HMAC based one-time passwords" ,
"oath" : "OATHAuth" ,
"specialpages-group-oath" : "Two-factor authentication" ,
2016-11-15 21:14:18 +00:00
"oathauth-account" : "Account name:" ,
2014-05-22 07:33:40 +00:00
"oathauth-legend" : "Verify your credentials" ,
2016-11-15 21:14:18 +00:00
"oathauth-secret" : "Two-factor authentication secret key:" ,
2015-10-13 06:31:04 +00:00
"oathauth-enable" : "Enable two-factor authentication" ,
"oathauth-failedtoenableoauth" : "Failed to enable two-factor authentication." ,
"oathauth-alreadyenabled" : "Two-factor authentication is already enabled." ,
2016-11-15 21:14:18 +00:00
"oathauth-verify" : "Verify two-factor authentication token" ,
2016-11-16 22:49:31 +00:00
"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." ,
2015-10-13 06:31:04 +00:00
"oathauth-reset" : "Reset two-factor credentials" ,
2016-03-31 14:50:15 +00:00
"oathauth-donotdeleteoldsecret" : "Please do not delete your old credentials until you have validated your new credentials." ,
2015-10-13 06:31:04 +00:00
"oathauth-token" : "Token" ,
"oathauth-currenttoken" : "Current token" ,
"oathauth-newtoken" : "New token" ,
"oathauth-disable" : "Disable two-factor authentication" ,
2014-05-27 18:00:21 +00:00
"oathauth-login" : "Login with two-factor authentication" ,
2015-10-13 06:31:04 +00:00
"oathauth-displayoathinfo" : "two-factor authentication options" ,
"oathauth-validatedoath" : "Validated two-factor credentials. Two-factor authentication will now be enforced." ,
"oathauth-backtopreferences" : "Back to preferences." ,
"oathauth-failedtovalidateoauth" : "Failed to validate two-factor credentials" ,
"oathauth-reattemptreset" : "Reattempt reset of two-factor credentials." ,
"oathauth-reattemptenable" : "Reattempt enabling of two-factor authentication." ,
"oathauth-disabledoath" : "Disabled two-factor authentication." ,
"oathauth-failedtodisableoauth" : "Failed to disable two-factor authentication." ,
"oathauth-reattemptdisable" : "Reattempt disabling of two-factor authentication." ,
2016-11-15 21:14:18 +00:00
"oathauth-failedtoresetoath" : "Failed to reset two-factor authentication credentials." ,
2015-10-13 06:31:04 +00:00
"oathauth-notloggedin" : "Login required" ,
"oathauth-mustbeloggedin" : "You must be logged in to perform this action." ,
"oathauth-prefs-label" : "Two-factor authentication:" ,
2014-05-22 07:33:40 +00:00
"oathauth-abortlogin" : "The two-factor authentication token provided was invalid." ,
2016-10-03 04:32:30 +00:00
"oathauth-abortlogin-throttled" : "Too many verification attempts! Please try again later." ,
2016-12-02 10:23:40 +00:00
"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" ,
2014-05-22 07:33:40 +00:00
"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" ,
2016-12-02 10:23:40 +00:00
"oathauth-entertoken" : "Enter a code from your authentication device to verify:" ,
2015-05-26 00:08:47 +00:00
"right-oathauth-enable" : "Enable two-factor authentication" ,
2015-11-16 02:52:23 +00:00
"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." ,
2016-12-02 10:14:49 +00:00
"oathauth-auth-ui" : "Please enter a verification code from your authentication device" ,
2015-11-16 02:52:23 +00:00
"oathauth-throttled" : "Too many verification attempts! Please wait $1." ,
"oathauth-login-failed" : "Verification failed." ,
2016-09-29 21:31:09 +00:00
"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" ,
2016-11-03 19:16:56 +00:00
"action-oathauth-api-all" : "check OATH status" ,
2016-09-29 21:31:09 +00:00
"apihelp-query+oath-description" : "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" ,
2016-09-30 03:12:03 +00:00
"apihelp-query+oath-example-2" : "Get information about user <kbd>Example</kbd>" ,
"apihelp-oathvalidate-description" : "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." ,
2017-01-01 15:25:19 +00:00
"apihelp-oathvalidate-example-1" : "Validate a token for the current user" ,
"apihelp-oathvalidate-example-2" : "Validate a token for the user <kbd>Example</kbd>"
2014-10-21 17:40:24 +00:00
}