mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-24 06:04:05 +00:00
i18n: Make clear what TitleBlacklistAuthenticationRequest over-rides
Change-Id: I9de7b2bc8ef8f615e7885ce3791dcfe5a4de3a72
This commit is contained in:
parent
5d41d5e833
commit
156c398975
|
@ -16,7 +16,7 @@
|
||||||
"titleblacklist-forbidden-upload": "The filename \"$2\" has been banned from creation.\nIt matches the following blacklist entry: <code>$1</code>",
|
"titleblacklist-forbidden-upload": "The filename \"$2\" has been banned from creation.\nIt matches the following blacklist entry: <code>$1</code>",
|
||||||
"titleblacklist-forbidden-new-account": "The user name \"$2\" has been banned from creation.\nIt matches the following blacklist entry: <code>$1</code>",
|
"titleblacklist-forbidden-new-account": "The user name \"$2\" has been banned from creation.\nIt matches the following blacklist entry: <code>$1</code>",
|
||||||
"titleblacklist-invalid": "The following {{PLURAL:$1|line|lines}} in the title blacklist {{PLURAL:$1|is|are}} invalid;\nplease correct {{PLURAL:$1|it|them}} before saving:",
|
"titleblacklist-invalid": "The following {{PLURAL:$1|line|lines}} in the title blacklist {{PLURAL:$1|is|are}} invalid;\nplease correct {{PLURAL:$1|it|them}} before saving:",
|
||||||
"titleblacklist-override": "Ignore the blacklist",
|
"titleblacklist-override": "Over-ride the title blacklist if it matches",
|
||||||
"titleblacklist-override-help": "Users with sufficient privileges can set this to ignore the title blacklist checks.",
|
"titleblacklist-override-help": "Users with sufficient privileges can set this to ignore the title blacklist 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 title blacklist entry:</strong><br /><code>$1</code>",
|
"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 title blacklist entry:</strong><br /><code>$1</code>",
|
||||||
"right-tboverride": "Override the title or username blacklist",
|
"right-tboverride": "Override the title or username blacklist",
|
||||||
|
|
Loading…
Reference in a new issue