Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2254,12 +2254,12 @@ |
2255 | 2255 | 'backend-fail-closetemp' => 'Could not close temporary file.', |
2256 | 2256 | 'backend-fail-read' => 'Could not read file $1.', |
2257 | 2257 | '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}}.', |
2264 | 2264 | |
2265 | 2265 | # Lock manager |
2266 | 2266 | 'lockmanager-notlocked' => 'Could not unlock "$1"; it is not locked.', |