r113997 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113996‎ | r113997 | r113998 >
Date:04:38, 16 March 2012
Author:siebrand
Status:ok
Tags:
Comment:
Remove incorrect "the" in 'filereadonlyerror'.
Make use of reasons more consistent in a few messages.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1034,10 +1034,10 @@
10351035 'ns-specialprotected' => 'Special pages cannot be edited.',
10361036 'titleprotected' => 'This title has been protected from creation by [[User:$1|$1]].
10371037 The reason given is "\'\'$2\'\'".',
1038 -'filereadonlyerror' => 'Unable to the modify the file "$1" because the file repository "$2" is in read-only mode.
1039 -
1040 -The administrator who locked it offered this explanation: "$3".',
 1038+'filereadonlyerror' => 'Unable to modify the file "$1" because the file repository "$2" is in read-only mode.
10411039
 1040+The reason given is "\'\'$3\'\'".',
 1041+
10421042 # Virus scanner
10431043 'virus-badscanner' => "Bad configuration: Unknown virus scanner: ''$1''",
10441044 'virus-scanfailed' => 'scan failed (code $1)',
@@ -1297,7 +1297,7 @@
12981298 Your current IP address is $3, and the block ID is #$5.
12991299 Please include all above details in any queries you make.",
13001300 'autoblockedtext' => 'Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.
1301 -The reason given is this:
 1301+The reason given is:
13021302
13031303 :\'\'$2\'\'
13041304
@@ -2270,7 +2270,7 @@
22712271 'backend-fail-read' => 'Could not read file $1.',
22722272 'backend-fail-create' => 'Could not create file $1.',
22732273 'backend-fail-maxsize' => 'Could not create file $1 because it is larger than {{PLURAL:$2|one byte|$2 bytes}}.',
2274 -'backend-fail-readonly' => 'The storage backend "$1" is currently read-only. The reason given was: "$2"',
 2274+'backend-fail-readonly' => 'The storage backend "$1" is currently read-only. The reason given is: "\'\'$2\'\'"',
22752275 'backend-fail-synced' => 'The file "$1" is in an inconsistent state within the internal storage backends',
22762276 'backend-fail-connect' => 'Could not connect to storage backend "$1".',
22772277 'backend-fail-internal' => 'An unknown error occurred in storage backend "$1".',
@@ -3171,7 +3171,7 @@
31723172 'contribslink' => 'contribs',
31733173 'emaillink' => 'send e-mail',
31743174 'autoblocker' => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]".
3175 -The reason given for $1\'s block is: "$2"',
 3175+The reason given for $1\'s block is "\'\'$2\'\'"',
31763176 'blocklogpage' => 'Block log',
31773177 'blocklog-showlog' => 'This user has been blocked previously.
31783178 The block log is provided below for reference:',

Status & tagging log