Adding a message for api-error-stasherror
authormayankmadan <maddiemadan@gmail.com>
Thu, 2 Jan 2014 21:31:19 +0000 (03:01 +0530)
committermayankmadan <maddiemadan@gmail.com>
Thu, 2 Jan 2014 22:29:41 +0000 (03:59 +0530)
Bug: 54460
Change-Id: I2895fe77d147a9065710912b5c2673ab833dd29f

languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc

index 16808c5..30c41e5 100644 (file)
@@ -5083,6 +5083,7 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa
 'api-error-unknownerror'                  => 'Unknown error: "$1".',
 'api-error-uploaddisabled'                => 'Uploading is disabled on this wiki.',
 'api-error-verification-error'            => 'This file might be corrupt, or have the wrong extension.',
+'api-error-stasherror'                    => 'There was an error while uploading the file to stash.',
 
 # Durations
 'duration-seconds'   => '$1 {{PLURAL:$1|second|seconds}}',
index 0f44f67..295fb33 100644 (file)
@@ -10388,6 +10388,7 @@ Parameters:
 'api-error-duplicate-archive' => 'API error message that can be used for client side localisation of API errors. Parameters:
 * $1 - a number of files
 * $2 - a link to a list of duplicate files',
+'api-error-stasherror' => 'API error message that can be used for client side localisation of API errors.',
 'api-error-duplicate-archive-popup-title' => 'API error message that can be used for client side localisation of API errors. Parameters:
 * $1 is a number of files.',
 'api-error-duplicate-popup-title' => 'This message is a pop-up title shown in case one or more files exactly equal to the one just uploaded are already present.
index a891310..b6af033 100644 (file)
@@ -3905,6 +3905,7 @@ $wgMessageStructure = array(
                'api-error-overwrite',
                'api-error-stashfailed',
                'api-error-publishfailed',
+               'api-error-stasherror',
                'api-error-timeout',
                'api-error-unclassified',
                'api-error-unknown-code',