mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-13 17:27:39 +00:00
1a9865db5c
According to the discussions at Bug T254649 and Bug T254646 rename the lists to generic "allowed titles" and "disallowed titles" lists. The previous change was abandoned, probably because it tried to say "blocklist", which can be confused for user blocking. I see there is intention to merge this extension's functionality into AbuseFilter, but until it happens, it would be nice to rephrase the user-visible messages at least. Also make the spelling of "username" and "case-insensitive" consistent with core MediaWiki, and a few other copy editing fixes, and fix some tests with these words. Bug: T254650 Change-Id: I05ccc585325eb1610dd6b257a0b96ab43b0c8c8f
26 lines
2.5 KiB
JSON
26 lines
2.5 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"action-tboverride": "override the disallowed titles or usernames list",
|
|
"action-tboverride-account": "override the disallowed usernames list",
|
|
"action-titleblacklistlog": "view the disallowed titles list log",
|
|
"log-name-titleblacklist": "Disallowed titles list log",
|
|
"log-description-titleblacklist": "These events track disallowed titles list hits.",
|
|
"logentry-titleblacklist-hit-username": "$1 {{GENDER:$2|caused}} a disallowed titles list hit when trying to create account $3 matching $4.",
|
|
"titleblacklist-desc": "Allows administrators to forbid creation of pages and user accounts according to a [[MediaWiki:Titleblacklist|list of disallowed]] and [[MediaWiki:Titlewhitelist|allowed]] titles",
|
|
"titleblacklist": "# This is a disallowed titles list. Titles and usernames that match a regular expression here cannot be created.\n# Use \"#\" for comments.\n# This is case-insensitive by default",
|
|
"titlewhitelist": "# This is an allowed titles list. Use \"#\" for comments.\n# This is case-insensitive by default",
|
|
"titleblacklist-forbidden-edit": "The title \"$2\" has been banned from creation.\nIt matches the following disallowed titles list entry: <code>$1</code>",
|
|
"titleblacklist-forbidden-move": "\"$2\" cannot be moved to \"$3\", because the title \"$3\" has been banned from creation.\nIt matches the following disallowed titles list entry: <code>$1</code>",
|
|
"titleblacklist-forbidden-upload": "The filename \"$2\" has been banned from creation.\nIt matches the following disallowed titles list entry: <code>$1</code>",
|
|
"titleblacklist-forbidden-new-account": "The username \"$2\" has been banned from creation.\nIt matches the following disallowed titles list entry: <code>$1</code>",
|
|
"titleblacklist-invalid": "The following {{PLURAL:$1|line|lines}} in the disallowed titles list {{PLURAL:$1|is|are}} invalid;\nplease correct {{PLURAL:$1|it|them}} before saving:",
|
|
"titleblacklist-override": "Override the disallowed titles list if it matches",
|
|
"titleblacklist-override-help": "Users with sufficient privileges can set this to ignore the disallowed titles list checks.",
|
|
"titleblacklist-warning": "<strong>Warning: This page can only be edited by administrators and other users with the <code>tboverride</code> right because it matches the following disallowed titles list entry:</strong><br /><code>$1</code>",
|
|
"right-tboverride": "Override the disallowed titles or usernames list",
|
|
"right-tboverride-account": "Override the disallowed usernames list",
|
|
"right-titleblacklistlog": "View disallowed title list log"
|
|
}
|