mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-15 11:11:02 +00:00
970f4bee67
Take out legacy strings which Echo doesn't use anymore apparently. Bug: T163742 Change-Id: I26b7c65c798cee376ba4c750851e7e7669d96e01
23 lines
1.8 KiB
JSON
23 lines
1.8 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brian Wolff",
|
|
"MusikAnimal",
|
|
"Niharika"
|
|
]
|
|
},
|
|
"loginnotify-desc": "Notify users about suspicious logins",
|
|
"echo-category-title-login-fail": "Failed login attempts",
|
|
"echo-pref-tooltip-login-fail": "Notify me when there have been multiple failed attempts to log in to my account.",
|
|
"echo-category-title-login-success": "Login from new computer",
|
|
"echo-pref-tooltip-login-success": "Notify me whenever somebody logs into my account from a computer I have not used before.",
|
|
"loginnotify-login-fail": "There have been several failed attempts to log in to your account",
|
|
"loginnotify-primary-link": "Help information",
|
|
"notification-loginnotify-login-fail-email-subject": "{{PLURAL:$2|Failed attempt|Multiple failed attempts}} to log in to {{SITENAME}} as $1",
|
|
"notification-loginnotify-login-success-email-subject": "Login to {{SITENAME}} as $1 from a computer you have not recently used",
|
|
"notification-header-login-success": "Someone has successfully logged into your account from a computer which you have not edited from recently.",
|
|
"notification-new-bundled-header-login-fail": "There {{PLURAL:$1|has been '''a failed attempt'''|have been '''$1 failed attempts'''}} to log in to your account from a new device since the last time you logged in. If it wasn't you, please make sure your account has a strong password.",
|
|
"notification-known-header-login-fail": "There have been {{PLURAL:$1|has been '''a failed attempt'''|have been '''$1 failed attempts'''}} to log in to your account since the last time you logged in. If it wasn't you, please make sure your account has a strong password.",
|
|
"notification-new-unbundled-header-login-fail": "There {{PLURAL:$1|has been '''a failed attempt'''|have been '''multiple failed attempts'''}} to log in to your account from a new device. Please make sure your account has a strong password."
|
|
}
|