r57869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57868‎ | r57869 | r57870 >
Date:19:54, 18 October 2009
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r57868: Update language maintenance scripts
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1215,10 +1215,9 @@
12161216 'upload' => array(
12171217 'upload',
12181218 'uploadbtn',
1219 - 'reupload',
12201219 'reuploaddesc',
1221 - 'uploadnologin',
1222 - 'uploadnologintext',
 1220+ 'uploadnologin',
 1221+ 'uploadnologintext',
12231222 'upload_directory_missing',
12241223 'upload_directory_read_only',
12251224 'uploaderror',
@@ -1271,9 +1270,13 @@
12721271 'uploadscripted',
12731272 'uploadcorrupt',
12741273 'uploadvirus',
 1274+ 'upload-source',
12751275 'sourcefilename',
 1276+ 'sourceurl',
12761277 'destfilename',
12771278 'upload-maxfilesize',
 1279+ 'upload-description',
 1280+ 'upload-options',
12781281 'watchthisupload',
12791282 'filewasdeleted',
12801283 'upload-wasdeleted',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -158,6 +158,7 @@
159159 'wantedtemplates-summary',
160160 'activeusers-summary',
161161 'editpage-tos-summary',
 162+ 'upload-options',
162163 );
163164
164165 /** Optional messages, which may be translated only if changed in the target language. */
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2038,7 +2038,7 @@
20392039 # Upload
20402040 'upload' => 'Upload file',
20412041 'uploadbtn' => 'Upload file',
2042 -'reuploaddesc' => 'Cancel upload and return to the upload form ',
 2042+'reuploaddesc' => 'Cancel upload and return to the upload form',
20432043 'uploadnologin' => 'Not logged in',
20442044 'uploadnologintext' => 'You must be [[Special:UserLogin|logged in]] to upload files.',
20452045 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.',
@@ -2131,7 +2131,7 @@
21322132 'destfilename' => 'Destination filename:',
21332133 'upload-maxfilesize' => 'Maximum file size: $1',
21342134 'upload-description' => 'File description',
2135 -'upload-options' => '',
 2135+'upload-options' => '', # do not translate or duplicate this message to other languages
21362136 'watchthisupload' => 'Watch this file',
21372137 'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted.
21382138 You should check the $1 before proceeding to upload it again.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57868Rewrote Special:Upload to allow easier extension. Mostly backwards compatible...btongminh19:41, 18 October 2009

Status & tagging log