mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 10:17:49 +00:00
Revert r32410, r32411, r32412 -- smart quotes infecting everything
This commit is contained in:
parent
901da50e97
commit
7a18123023
|
@ -11,12 +11,12 @@ $messages['en'] = array(
|
|||
'titleblacklist-desc' => 'Allows to forbid creation of pages with specified titles: [[MediaWiki:Titleblacklist]] and [[MediaWiki:Titlewhitelist]]',
|
||||
'titleblacklist' =>
|
||||
"# This is a title blacklist. Titles that match a regex here cannot be created.
|
||||
# Use “#” for comments.
|
||||
# Use \"#\" for comments.
|
||||
",
|
||||
'titlewhitelist' => "# This is a title whitelist. Use “#” for comments",
|
||||
'titleblacklist-forbidden-edit' => 'The title “$2” has been banned from creation. It matches the following blacklist entry: <code>$1</code>',
|
||||
'titleblacklist-forbidden-move' => '“$2” cannot be moved to “$3”, because the title “$3” has been banned from creation. It matches the following blacklist entry: <code>$1</code>',
|
||||
'titleblacklist-forbidden-upload' => 'The file name “$2” has been banned from creation. It matches the following blacklist entry: <code>\$1</code>',
|
||||
'titlewhitelist' => "# This is a title whitelist. Use \"#\" for comments",
|
||||
'titleblacklist-forbidden-edit' => 'The title "$2" has been banned from creation. It matches the following blacklist entry: <code>$1</code>',
|
||||
'titleblacklist-forbidden-move' => '"$2" cannot be moved to "$3", because the title "$3" has been banned from creation. It matches the following blacklist entry: <code>$1</code>',
|
||||
'titleblacklist-forbidden-upload' => 'The file name "$2" has been banned from creation. It 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; please correct {{PLURAL:$1|it|them}} before saving:',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue