From 290d7221d6ab5ee21d8b9bc28db5821eb04777ef Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 15 Dec 2010 13:07:21 +0000 Subject: [PATCH] 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 --- languages/messages/MessagesEn.php | 6 +++--- maintenance/language/messages.inc | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index ac377cd24f..271df6def8 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 2df2ef8fd8..e1e4db3594 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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 ', -- 2.20.1