r78434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78433‎ | r78434 | r78435 >
Date:13:07, 15 December 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r78426: Tweak messages for consistency. Remove sentence about "API documenation" because I think it is not helpful for normal users.
Add new messages to maintenance file
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3247,6 +3247,15 @@
32483248 'disableaccount-success',
32493249 'disableaccount-logentry',
32503250 ),
 3251+ 'uploadstash' => array(
 3252+ 'uploadstash',
 3253+ 'uploadstash-summary',
 3254+ 'uploadstash-clear',
 3255+ 'uploadstash-nofiles',
 3256+ 'uploadstash-badtoken',
 3257+ 'uploadstash-errclear',
 3258+ 'uploadstash-refresh',
 3259+ ),
32513260 );
32523261
32533262 /** Comments for each block */
@@ -3307,6 +3316,7 @@
33083317 'recentchangeslinked' => 'Recent changes linked',
33093318 'upload' => 'Upload',
33103319 'upload-errors' => '',
 3320+ 'uploadstash' => 'Special:UploadStash',
33113321 'img-auth' => 'img_auth script messages',
33123322 'http-errors' => 'HTTP errors',
33133323 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2216,11 +2216,11 @@
22172217
22182218 # Special:UploadStash
22192219 'uploadstash' => 'Upload stash',
2220 -'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.',
 2220+'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.',
22212221 'uploadstash-clear' => 'Clear stashed files',
22222222 'uploadstash-nofiles' => 'You have no stashed files.',
2223 -'uploadstash-badtoken' => 'We could not perform that action, perhaps because your editing credentials expired. Try again.',
2224 -'uploadstash-errclear' => 'We could not clear the files.',
 2223+'uploadstash-badtoken' => 'Performing of that action was unsuccessful, perhaps because your editing credentials expired. Try again.',
 2224+'uploadstash-errclear' => 'Clearing the files was unsuccessful.',
22252225 'uploadstash-refresh' => 'Refresh the list of files',
22262226
22272227 # img_auth script messages

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78426added a page to list all stashed files, and clear them if necessary -- helpfu...neilk01:21, 15 December 2010

Status & tagging log