mediawiki-extensions-OATHAuth/i18n/en.json
Tyler Anthony Romeo 0c389f5025 Refactored special pages into HTMLForm and proxy
Made new class ProxySpecialPage, which acts as a
proxy object to another SpecialPage object that is
determined based on context information other than
the title.

Then Special:OATH has been split into two separate
special page classes (both FormSpecialPages using
HTMLForm) that are routed to by a ProxySpecialPage
object.

In addition, the form for enabling two-factor auth
has been refactored into vform style, with some
better instructions on how to enable two-factor
authentication.

Change-Id: Ib9117cbc9d7f044de9607db81a157e1b472b5ec0
2016-03-23 11:26:04 -07:00

47 lines
2.8 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": "Two-factor account name:",
"oathauth-legend": "Verify your credentials",
"oathauth-secret": "Two-factor 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",
"openstackmanager-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.",
"oathauth-token": "Token",
"oathauth-currenttoken": "Current token",
"oathauth-newtoken": "New token",
"oathauth-disable": "Disable two-factor authentication",
"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.",
"oathauth-failedtoresetoath": "Failed to reset two-factor credentials.",
"oathauth-notloggedin": "Login required",
"oathauth-mustbeloggedin": "You must be logged in to perform this action.",
"oathauth-prefs-label": "Two-factor authentication:",
"oathauth-abortlogin": "The two-factor authentication token provided was invalid.",
"oathauth-step1": "Step 1: Download the app",
"oathauth-step1-test": "Download a mobile app for two-factor authentication (such as Google Authenticator) on to your phone.",
"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 mobile app to verify:"
}