Revert r32410, r32411, r32412 -- smart quotes infecting everything

This commit is contained in:
Brion Vibber 2008-03-25 17:28:03 +00:00
parent 901da50e97
commit 7a18123023

View file

@ -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:',
);