From 110e37ae488810ab58e193b426173d70c64bb11a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 3 Feb 2012 17:30:54 +0000 Subject: [PATCH] Cleaned up a few file backend related messages --- languages/messages/MessagesEn.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 007eae3bac..7bb0317387 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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.', -- 2.20.1