mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-12 01:01:38 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1820c31418dd9ef30a3da955edf7ff456e711c97
This commit is contained in:
parent
869be02982
commit
3056b9097c
|
@ -9,9 +9,9 @@
|
|||
]
|
||||
},
|
||||
"echo-category-title-login-fail": "Mislukte aanmeldpogingen",
|
||||
"echo-pref-tooltip-login-fail": "Laat het me weten wanneer er voor mijn account een mislukte aanmeldpoging plaatsvindt.",
|
||||
"echo-category-title-login-success": "Aanmeldingen vanaf een onbekend apparaat",
|
||||
"echo-pref-tooltip-login-success": "Laat het me weten wanneer er iemand zich met mijn account aanmeld vanaf een onbekend apparaat en IP-adres.",
|
||||
"echo-pref-tooltip-login-fail": "Informeer mij wanneer er voor mijn account mislukte aanmeldpogingen plaatsvinden.",
|
||||
"echo-category-title-login-success": "Aanmelding vanaf onbekend apparaat",
|
||||
"echo-pref-tooltip-login-success": "Informeer mij telkens als iemand zich met mijn account aanmeldt vanaf een onbekend apparaat en IP-adres.",
|
||||
"loginnotify-primary-link": "Hulp",
|
||||
"notification-header-login-success": "Iemand (waarschijnlijk {{GENDER:$1|u}}) heeft recentelijk vanaf een nieuw apparaat op uw account ingelogd. Als u dit zelf was, kunt u dit bericht negeren. Als u dit niet was, dan raden wij u aan uw wachtwoord te veranderen en de activiteit van uw account te controleren."
|
||||
}
|
||||
|
|
|
@ -4,14 +4,15 @@
|
|||
"Brian Wolff",
|
||||
"Niharika",
|
||||
"Liuxinyu970226",
|
||||
"Mormegil"
|
||||
"Mormegil",
|
||||
"Mar(c)"
|
||||
]
|
||||
},
|
||||
"loginnotify-desc": "{{desc|name=LoginNotify|url=https://www.mediawiki.org/wiki/Extension:LoginNotify}}",
|
||||
"echo-category-title-login-fail": "Label for 2 checkboxes in the Notifications section of [[Special:Preferences]]. The checkbox controls if the user receives notification on someone attempting unsuccessfully to log in as them.\n\nUsed in a list of options under the heading {{msg-mw|Prefs-echosubscriptions}} in Special:Preferences.\n\n{{Related|Echo-category-title}}",
|
||||
"echo-pref-tooltip-login-fail": "Help tooltip for {{msg-mw|echo-category-title-login-fail}}",
|
||||
"echo-category-title-login-success": "Label for 2 checkboxes in the Notifications section of [[Special:Preferences]]. The checkbox controls if the user receives notification on someone logging in to this account from a computer that has not previously been used to log in by this user.\n\nUsed in a list of options under the heading {{msg-mw|Prefs-echosubscriptions}} in Special:Preferences.\n\n{{Related|Echo-category-title}}",
|
||||
"echo-pref-tooltip-login-success": "Help tooltip for {{msg-mw|echo-category-title-login-success}}",
|
||||
"echo-category-title-login-fail": "{{doc-echo-category-title|tooltip=Echo-pref-tooltip-login-fail}}",
|
||||
"echo-pref-tooltip-login-fail": "{{doc-echo-pref-tooltip|title=Echo-category-title-login-fail}}",
|
||||
"echo-category-title-login-success": "{{doc-echo-category-title|tooltip=Echo-pref-tooltip-login-success}}",
|
||||
"echo-pref-tooltip-login-success": "{{doc-echo-pref-tooltip|title=Echo-category-title-login-success}}",
|
||||
"loginnotify-primary-link": "Label for link to a help page about the feature\n{{Identical|Help}}",
|
||||
"notification-loginnotify-login-fail-email-subject": "Email subject line for email notice that there have been failed login attempts for the user's account. $1 is the user in question.",
|
||||
"notification-loginnotify-login-success-email-subject": "Email subject line for email notice that someone has logged in to the user's account from a computer that has not previously been used. $1 is the user in question.",
|
||||
|
|
Loading…
Reference in a new issue