r30039 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30038‎ | r30039 | r30040 >
Date:22:53, 21 January 2008
Author:raymond
Status:old
Tags:
Comment:
* (bug 12692) Add the long time existing 'upload-summary' to MessagesEn.php, mark it optional as other '-summary' messages too.
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
@@ -824,6 +824,7 @@
825825 'uploadnologintext',
826826 'upload_directory_read_only',
827827 'uploaderror',
 828+ 'upload-summary',
828829 'uploadtext',
829830 'upload-permitted',
830831 'upload-preferred',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -159,6 +159,7 @@
160160 'unusedtemplates-summary',
161161 'fewestrevisions-summary',
162162 'withoutinterwiki-summary',
 163+ 'upload-summary',
163164 'tog-nolangconversion',
164165 'yourvariant',
165166 'variantname-zh-hans',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1414,10 +1414,10 @@
14151415 'reupload' => 'Re-upload',
14161416 'reuploaddesc' => 'Return to the upload form.',
14171417 'uploadnologin' => 'Not logged in',
1418 -'uploadnologintext' => 'You must be [[Special:Userlogin|logged in]]
1419 -to upload files.',
 1418+'uploadnologintext' => 'You must be [[Special:Userlogin|logged in]] to upload files.',
14201419 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
14211420 'uploaderror' => 'Upload error',
 1421+'upload-summary' => '', # only translate this message to other languages if you have to change it
14221422 'uploadtext' => "Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
14231423
14241424 To include the image in a page, use a link in the form

Status & tagging log