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" ,
2019-02-23 05:30:18 +00:00
"disableoathforuser" : "Disable user's two-factor authentication" ,
2020-05-17 07:45:31 +00:00
"verifyoathforuser" : "Verify two-factor authentication status" ,
2015-10-13 06:31:04 +00:00
"oath" : "OATHAuth" ,
"specialpages-group-oath" : "Two-factor authentication" ,
2016-11-15 21:14:18 +00:00
"oathauth-account" : "Account name:" ,
"oathauth-secret" : "Two-factor authentication secret key:" ,
2015-10-13 06:31:04 +00:00
"oathauth-enable" : "Enable two-factor authentication" ,
2018-02-23 01:07: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-token" : "Token" ,
"oathauth-disable" : "Disable two-factor authentication" ,
"oathauth-validatedoath" : "Validated two-factor credentials. Two-factor authentication will now be enforced." ,
2016-11-16 23:03:24 +00:00
"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." ,
2017-04-21 18:59:26 +00:00
"oathauth-failedtovalidateoath" : "Failed to validate two-factor credentials" ,
2015-10-13 06:31:04 +00:00
"oathauth-disabledoath" : "Disabled two-factor authentication." ,
"oathauth-prefs-label" : "Two-factor authentication:" ,
2016-12-02 10:23:40 +00:00
"oathauth-step1" : "Step 1: Download a two-factor authentication program" ,
2018-07-19 15:44:46 +00:00
"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:" ,
2018-05-20 16:46:53 +00:00
"oathauth-disable-for-user" : "Disable two-factor authentication for a user" ,
2020-02-15 08:57:20 +00:00
"oathauth-verify-for-user" : "Verify if a user has two-factor authentication enabled" ,
2018-05-20 16:46:53 +00:00
"right-oathauth-disable-for-user" : "Disable two-factor authentication for a user" ,
2019-04-12 13:10:03 +00:00
"action-oathauth-disable-for-user" : "disable two-factor authentication for a user" ,
2020-02-15 08:57:20 +00:00
"right-oathauth-verify-user" : "Verify whether a user has two-factor authentication enabled" ,
"action-oathauth-verify-user" : "verify whether a user has two-factor authentication enabled" ,
2019-04-06 22:30:51 +00:00
"right-oathauth-view-log" : "Access to log of two-factor authentication changes" ,
"action-oathauth-view-log" : "access to log of two-factor authentication changes" ,
2018-05-20 16:46:53 +00:00
"oathauth-disable-intro" : "With great power, comes great responsibility" ,
"oathauth-enteruser" : "Username:" ,
2020-02-15 08:57:20 +00:00
"oathauth-enterdisablereason" : "Reason for disabling:" ,
"oathauth-enterverifyreason" : "Reason for checking:" ,
2018-05-20 16:46:53 +00:00
"oathauth-user-not-does-not-have-oath-enabled" : "User doesn't have two-factor authentication enabled, so nothing to disable" ,
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." ,
2019-07-20 10:13:28 +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" ,
2019-04-04 23:07:39 +00:00
"oathauth-user-not-found" : "No user account was found with that name" ,
2019-04-06 22:30:51 +00:00
"oath-log-name" : "Two-factor authentication log" ,
2019-04-14 10:05:55 +00:00
"oath-log-header" : "These events track changes to users' two-factor authentication status." ,
2019-04-06 22:30:51 +00:00
"logentry-oath-disable-other" : "$1 {{GENDER:$2|disabled}} the two-factor authentication of $3" ,
2020-02-15 08:57:20 +00:00
"logentry-oath-verify" : "$1 {{GENDER:$2|checked}} if $3 had two-factor authentication enabled" ,
2022-06-13 18:21:25 +00:00
"log-action-filter-oath" : "Type of two-factor authentication operation:" ,
"log-action-filter-oath-verify" : "Checking if two-factor authentication is enabled" ,
"log-action-filter-oath-disable-other" : "Disabling two-factor authentication for another user" ,
2022-04-02 21:38:24 +00:00
"oathauth-ui-no-module" : "None enabled" ,
2019-11-04 20:55:42 +00:00
"oathauth-module-invalid" : "The OATHAuth module that the user has registered is invalid." ,
2019-03-14 14:39:10 +00:00
"oathauth-module-totp-label" : "TOTP (one-time token)" ,
"oathauth-ui-manage" : "Manage" ,
2019-03-26 13:07:07 +00:00
"oathmanage" : "Manage Two-factor authentication" ,
2019-08-01 12:05:52 +00:00
"oathauth-ui-not-enabled-modules" : "Switch to an alternative method" ,
2019-03-14 14:39:10 +00:00
"oathauth-ui-enabled-module" : "Enabled authentication method" ,
"oathauth-enable-generic" : "Enable" ,
"oathauth-disable-generic" : "Disable" ,
"oathauth-invalid-data-format" : "Data provider is invalid to create a key for the selected auth method" ,
2019-03-26 13:07:07 +00:00
"oathauth-invalid-key-type" : "Key set on the user does not match the required type for selected auth method" ,
"oathauth-disable-page-title" : "Disable $1" ,
2019-05-29 11:24:56 +00:00
"oathauth-enable-page-title" : "Enable $1" ,
2019-08-01 12:05:52 +00:00
"oathauth-action-exclusive-to-2fa" : "This action can only be performed by users with Two-factor authentication enabled." ,
"oathauth-ui-available-modules" : "Available methods" ,
"oathauth-ui-general-help" : "'''Multi-factor authentication''' ('''MFA''') is an authentication method in which a computer user is granted access only after successfully presenting two or more pieces of evidence (or factors) to an authentication mechanism: knowledge (something the user and only the user knows), possession (something the user and only the user has), and inherence (something the user and only the user is). [https://en.wikipedia.org/wiki/Multi-factor_authentication Read more]" ,
2019-09-12 07:14:18 +00:00
"oathauth-totp-description" : "The Time-based One-Time Password algorithm (TOTP) is an extension of the HMAC-based One-time Password algorithm (HOTP) generating a one-time password by instead taking uniqueness from the current time." ,
"oathauth-disable-method-warning-header" : "Confirm disabling of an authentication method" ,
"oathauth-disable-method-warning-button-label" : "Confirm and continue" ,
2020-10-09 18:12:53 +00:00
"oathauth-disable-method-warning" : "If you disable $1 two-factor authentication method, you will no longer be able to use this method when logging in, and all the data associated with this authentication method will be deleted." ,
2019-09-12 07:14:18 +00:00
"oathauth-switch-method-warning-header" : "Confirm switching to a different authentication method" ,
"oathauth-switch-method-warning" : "By switching to $2 two-factor authentication method, current method ($1) will be disabled, and all the data associated with the current authentication method will be deleted" ,
2019-09-20 07:27:55 +00:00
"oathauth-totp-disable-warning" : "You will no longer be able to use the authentication device registered with this account. All scratch-tokens associated with this account will be invalidated." ,
2020-02-15 08:57:20 +00:00
"oathauth-invalidrequest" : "Invalid request" ,
2022-02-16 09:15:02 +00:00
"notification-header-oathauth-disable" : "Two-factor authentication has been disabled on {{GENDER:$2|your account}}." ,
"notification-body-oathauth-disable" : "If {{GENDER:$2|you}} did not do this, {{GENDER:$2|your account}} may have been compromised." ,
"notification-body-oathauth-disable-other" : "If {{GENDER:$2|you}} did not request this, {{GENDER:$2|you}} should contact an administrator." ,
"oathauth-notifications-disable-help" : "Help" ,
"oathauth-notifications-disable-helplink" : "mw:Special:MyLanguage/Help:Two-factor authentication" ,
2022-04-02 21:34:10 +00:00
"oathauth-notifications-disable-primary" : "Check your two-factor authentication settings" ,
"notification-header-oathauth-enable" : "Two-factor authentication has been enabled on {{GENDER:$2|your account}}." ,
"notification-body-oathauth-enable" : "If {{GENDER:$2|you}} did not do this, {{GENDER:$2|your account}} may have been compromised." ,
"oathauth-notifications-enable-help" : "Help" ,
"oathauth-notifications-enable-helplink" : "mw:Special:MyLanguage/Help:Two-factor authentication" ,
"oathauth-notifications-enable-primary" : "Check your two-factor authentication settings" ,
2020-02-15 08:57:20 +00:00
"oathauth-verify-enabled" : "{{GENDER:$1|$1}} has two-factor authentication enabled." ,
2022-02-14 07:15:17 +00:00
"oathauth-verify-disabled" : "{{GENDER:$1|$1}} does not have two-factor authentication enabled." ,
"oathauth-prefs-disabledgroups" : "Disabled {{PLURAL:$1|group|groups}}:" ,
"oathauth-prefs-disabledgroups-help" : "{{GENDER:$2|Your membership}} in {{PLURAL:$1|this group|these groups}} is disabled until you enable [[Special:Manage Two-factor authentication|two-factor authentication]]."
2014-10-21 17:40:24 +00:00
}