* (bug 12692) Add the long time existing 'upload-summary' to MessagesEn.php, mark...
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 21 Jan 2008 22:53:53 +0000 (22:53 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 21 Jan 2008 22:53:53 +0000 (22:53 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index dd9002b..7296772 100644 (file)
@@ -1414,10 +1414,10 @@ containing all of the search terms will appear in the result).",
 'reupload'                    => 'Re-upload',
 'reuploaddesc'                => 'Return to the upload form.',
 'uploadnologin'               => 'Not logged in',
-'uploadnologintext'           => 'You must be [[Special:Userlogin|logged in]]
-to upload files.',
+'uploadnologintext'           => 'You must be [[Special:Userlogin|logged in]] to upload files.',
 'upload_directory_read_only'  => 'The upload directory ($1) is not writable by the webserver.',
 'uploaderror'                 => 'Upload error',
+'upload-summary'              => '', # only translate this message to other languages if you have to change it
 '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]].
 
 To include the image in a page, use a link in the form
index d8f6612..ab2ddab 100644 (file)
@@ -159,6 +159,7 @@ $wgOptionalMessages = array(
        'unusedtemplates-summary',
        'fewestrevisions-summary',
        'withoutinterwiki-summary',
+       'upload-summary',
        'tog-nolangconversion',
        'yourvariant',
        'variantname-zh-hans',
index cbc4741..9bbf8a8 100644 (file)
@@ -824,6 +824,7 @@ $wgMessageStructure = array(
                'uploadnologintext',
                'upload_directory_read_only',
                'uploaderror',
+               'upload-summary',
                'uploadtext',
                'upload-permitted',
                'upload-preferred',