Tweak message format: single quotes instead of double quotes now that all the ''' is gone.

This commit is contained in:
Aryeh Gregor 2008-01-02 02:08:32 +00:00
parent 11412bd03f
commit c910c095cb

View file

@ -12,9 +12,9 @@ $messages['en'] = array(
"# This is a title blacklist. Titles that match a regex here cannot be created.
# 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-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:',
);