Cleaned up a few file backend related messages
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 3 Feb 2012 17:30:54 +0000 (17:30 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 3 Feb 2012 17:30:54 +0000 (17:30 +0000)
languages/messages/MessagesEn.php

index 007eae3..7bb0317 100644 (file)
@@ -2254,12 +2254,12 @@ If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
 'backend-fail-closetemp'     => 'Could not close temporary file.',
 'backend-fail-read'          => 'Could not read file $1.',
 'backend-fail-create'        => 'Could not create file $1.',
-'backend-fail-readonly'      => 'The backend "$1" is currently read-only. The reason given is: "$2"',
-'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal backends',
-'backend-fail-connect'       => 'Could not connect to file backend "$1".',
-'backend-fail-internal'      => 'An unknown error occurred in file backend "$1".',
-'backend-fail-contenttype'   => 'Could not determine the content type of file to store at "$1".',
-'backend-fail-batchsize'     => 'Backend given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
+'backend-fail-readonly'      => 'The storage backend "$1" is currently read-only. The reason given was: "$2"',
+'backend-fail-synced'        => 'The file "$1" is in an inconsistent state within the internal storage backends',
+'backend-fail-connect'       => 'Could not connect to storage backend "$1".',
+'backend-fail-internal'      => 'An unknown error occurred in storage backend "$1".',
+'backend-fail-contenttype'   => 'Could not determine the content type of the file to store at "$1".',
+'backend-fail-batchsize'     => 'Storage backend given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
 
 # Lock manager
 'lockmanager-notlocked'        => 'Could not unlock "$1"; it is not locked.',