mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-15 11:11:02 +00:00
d7f69cbab0
Bug: T162104 Change-Id: I6056098de7947dc450efdbbce6e42638bec4e2fd
24 lines
2.2 KiB
JSON
24 lines
2.2 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",
|
|
"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-loginnotify-login-fail-new-emailbatch": "There {{PLURAL:$2|has been a failed attempt|have been $2 failed attempts}} to log in to your account '$1' on {{SITENAME}}. If this was you, then you can disregard this message. If it wasn't, please make sure your account has a strong password.",
|
|
"notification-loginnotify-login-fail-known-emailbatch": "There {{PLURAL:$2|has been a failed attempt|have been $2 failed attempts}} to log in to your account, '$1' on {{SITENAME}}. If this was you, then you can disregard this message. If it wasn't, please make sure your account has a strong password.",
|
|
"notification-loginnotify-login-success-emailbatch": "Someone has successfully logged into your account '$1' on {{SITENAME}} from a computer which you have not edited from recently.",
|
|
"notification-bundled-header-login-fail": "There have been '''$1 failed attempts''' to login to your account since the last time you logged in. If this was you, then you can disregard this message. If it wasn't, please make sure your account has a strong password.",
|
|
"notification-unbundled-header-login-fail": "There have been multiple failed login attempts to your account. Please make sure your account has a strong password."
|
|
}
|