r110668 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110667‎ | r110668 | r110669 >
Date:17:30, 3 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Cleaned up a few file backend related messages
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2254,12 +2254,12 @@
22552255 'backend-fail-closetemp' => 'Could not close temporary file.',
22562256 'backend-fail-read' => 'Could not read file $1.',
22572257 'backend-fail-create' => 'Could not create file $1.',
2258 -'backend-fail-readonly' => 'The backend "$1" is currently read-only. The reason given is: "$2"',
2259 -'backend-fail-synced' => 'The file "$1" is in an inconsistent state within the internal backends',
2260 -'backend-fail-connect' => 'Could not connect to file backend "$1".',
2261 -'backend-fail-internal' => 'An unknown error occurred in file backend "$1".',
2262 -'backend-fail-contenttype' => 'Could not determine the content type of file to store at "$1".',
2263 -'backend-fail-batchsize' => 'Backend given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
 2258+'backend-fail-readonly' => 'The storage backend "$1" is currently read-only. The reason given was: "$2"',
 2259+'backend-fail-synced' => 'The file "$1" is in an inconsistent state within the internal storage backends',
 2260+'backend-fail-connect' => 'Could not connect to storage backend "$1".',
 2261+'backend-fail-internal' => 'An unknown error occurred in storage backend "$1".',
 2262+'backend-fail-contenttype' => 'Could not determine the content type of the file to store at "$1".',
 2263+'backend-fail-batchsize' => 'Storage backend given a batch of $1 file {{PLURAL:$1|operation|operations}}; the limit is $2 {{PLURAL:$2|operation|operations}}.',
22642264
22652265 # Lock manager
22662266 'lockmanager-notlocked' => 'Could not unlock "$1"; it is not locked.',

Status & tagging log