mediawiki-extensions-TitleB.../i18n/api/en.json
zoranzoki21 bbec41c935 Move all apihelp translatable messages to separate files
Bug: T189982
Change-Id: I215dca32ed6bad6c4dafd0814b8cbb0887b3dd75
2018-11-25 05:28:45 +01:00

14 lines
854 B
JSON

{
"@metadata": {
"authors": []
},
"apihelp-titleblacklist-description": "Validate a page title, filename, or username against the TitleBlacklist.",
"apihelp-titleblacklist-summary": "Validate a page title, filename, or username against the TitleBlacklist.",
"apihelp-titleblacklist-param-title": "The string to validate against the blacklist.",
"apihelp-titleblacklist-param-action": "The action to be checked.",
"apihelp-titleblacklist-param-nooverride": "Don't try to override the titleblacklist.",
"apihelp-titleblacklist-example-1": "Check whether [[Foo]] is blacklisted",
"apihelp-titleblacklist-example-2": "Check whether [[Bar]] is blacklisted for editing",
"apihelp-createaccount-param-ignoretitleblacklist": "Ignore spoofing checks (requires one of the following rights: <code>tboverride</code>, <code>tboverride-account</code>)."
}