Follow-up r78426: Tweak messages for consistency. Remove sentence about "API documena...
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 15 Dec 2010 13:07:21 +0000 (13:07 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 15 Dec 2010 13:07:21 +0000 (13:07 +0000)
Add new messages to maintenance file

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

index ac377cd..271df6d 100644 (file)
@@ -2216,11 +2216,11 @@ If the problem persists, contact an [[Special:ListUsers/sysop|administrator]].',
 
 # Special:UploadStash
 'uploadstash'             => 'Upload stash',
-'uploadstash-summary'      => 'This page provides access to files which are uploaded (or in the process of uploading) but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them. See the documentation for the upload API.',
+'uploadstash-summary'      => 'This page provides access to files which are uploaded (or in the process of uploading) but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.',
 'uploadstash-clear'        => 'Clear stashed files',
 'uploadstash-nofiles'      => 'You have no stashed files.',
-'uploadstash-badtoken'     => 'We could not perform that action, perhaps because your editing credentials expired. Try again.',
-'uploadstash-errclear'    => 'We could not clear the files.',
+'uploadstash-badtoken'     => 'Performing of that action was unsuccessful, perhaps because your editing credentials expired. Try again.',
+'uploadstash-errclear'    => 'Clearing the files was unsuccessful.',
 'uploadstash-refresh'     => 'Refresh the list of files',
 
 # img_auth script messages
index 2df2ef8..e1e4db3 100644 (file)
@@ -3247,6 +3247,15 @@ $wgMessageStructure = array(
                'disableaccount-success',
                'disableaccount-logentry',
        ),
+       'uploadstash' => array(
+               'uploadstash',
+               'uploadstash-summary',
+               'uploadstash-clear',
+               'uploadstash-nofiles',
+               'uploadstash-badtoken',
+               'uploadstash-errclear',
+               'uploadstash-refresh',
+       ),
 );
 
 /** Comments for each block */
@@ -3307,6 +3316,7 @@ XHTML id names.",
        'recentchangeslinked' => 'Recent changes linked',
        'upload'              => 'Upload',
        'upload-errors'       => '',
+       'uploadstash'         => 'Special:UploadStash',
        'img-auth'            => 'img_auth script messages',
        'http-errors'         => 'HTTP errors',
        'upload-curl-errors'  => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',