mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 09:40:28 +00:00
i18n: Drop three unused messages
* specialpages-group-oath This was for grouping the OATHAuth special pages in their own section, but we have them in the general users and rights (specialpages-group-users) one instead. * oathauth-token Removed as part of the post-AuthManager clean-up (e38c68c
). * oathauth-invalid-key-type Used to be thrown from maintenance/UpdateForMultipleDevicesSupport.php until that support was moved into the database (6ef3d24
). Bug: T354549 Change-Id: I033dbb054733ad88257ef334f451b9ac21430904
This commit is contained in:
parent
f682726ca8
commit
3b67ee9d4f
|
@ -9,13 +9,11 @@
|
|||
"disableoathforuser": "Disable user's two-factor authentication",
|
||||
"verifyoathforuser": "Verify two-factor authentication status",
|
||||
"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-recoverycodes": "The following list is a list of one-time use recovery codes. These codes can only be used once, and are for emergency use when you don't have access to your device. Please write these down and keep them in a secure location. It is recommended that you mark each code as used when you have logged in using it. If you lose your device, these codes are the only way to rescue your account. '''These codes will never be shown again'''.",
|
||||
"oathauth-recoverycodes-important": "This step is important! Do not skip this step!",
|
||||
"oathauth-token": "Code",
|
||||
"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 recovery code to confirm two-factor authentication. Recovery codes are for backup and incidental use only. Please use a code from your two-factor authentication application (such as Google Authenticator).",
|
||||
|
@ -73,7 +71,6 @@
|
|||
"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",
|
||||
"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",
|
||||
"oathauth-enable-page-title": "Enable $1",
|
||||
"oathauth-action-exclusive-to-2fa": "This action can only be performed by users with Two-factor authentication enabled.",
|
||||
|
|
|
@ -24,13 +24,11 @@
|
|||
"disableoathforuser": "{{doc-special|DisableOATHForUser}}",
|
||||
"verifyoathforuser": "{{doc-special|VerifyOATHForUser}}",
|
||||
"oath": "{{optional}}\n{{doc-special|OATH}}",
|
||||
"specialpages-group-oath": "{{doc-special-group|like=[[Special:OATH]]}}\n\nSee [[w:en:Two_factor_authentication|Wikipedia article on two factor authentication]].\n\n{{Identical|Two factor authentication}}",
|
||||
"oathauth-account": "Plain text associated with [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication] on this wiki (username@<wiki name>) found on Special:OATH.\n{{Identical|Account name}}",
|
||||
"oathauth-secret": "Plain text found on Special:OATH while enabling OATH\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-enable": "Page title on Special:OATH, when enabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-recoverycodes": "Plain text, found on Special:OATH while enabling OATH.",
|
||||
"oathauth-recoverycodes-important": "Plain text, found on Special:OATH while enabling OATH.",
|
||||
"oathauth-token": "HTMLForm label, found on [[Special:OATH]], when verifying OATH.\n{{Identical|Token}}",
|
||||
"oathauth-disable": "Page title on Special:OATH while disabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-validatedoath": "Plain text found on Special:OATH after a token has been validated.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
"oathauth-noscratchforvalidation": "Plain text found on Special:OATH if the user used the incorrect type of token while enabling OATH.\n\nSee [https://en.wikipedia.org/wiki/Two_factor_authentication two factor authentication]",
|
||||
|
@ -88,7 +86,6 @@
|
|||
"oathauth-enable-generic": "Button label that enables the module\n{{Identical|Enable}}",
|
||||
"oathauth-disable-generic": "Button label that disables the module\n{{Identical|Disable}}",
|
||||
"oathauth-invalid-data-format": "Error message when the key instance cannot be created based on provided data",
|
||||
"oathauth-invalid-key-type": "Error message when key class is unexpected",
|
||||
"oathauth-disable-page-title": "Page title for [[Special:OATHManage]] when user is disabling a module. \n$1 - display name of the module",
|
||||
"oathauth-enable-page-title": "Page title for [[Special:OATHManage]] when user is enabling a module. \n$1 - display name of the module",
|
||||
"oathauth-action-exclusive-to-2fa": "Error messages when user action is blocked due to the permission being exclusive to users with 2FA enabled",
|
||||
|
|
Loading…
Reference in a new issue