Follow-up r61358: Consistent quote signs
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 22 Jan 2010 12:52:03 +0000 (12:52 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 22 Jan 2010 12:52:03 +0000 (12:52 +0000)
Add new messages to maintenance script

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index e392335..f0f709e 100644 (file)
@@ -2152,7 +2152,7 @@ For optimal security, img_auth.php is disabled.',
 'img-auth-noread'       => 'User does not have access to read "$1".',
 
 'http-invalid-url'      => 'Invalid URL: $1',
-'http-invalid-scheme'   => 'URLs with the \'$1\' scheme are not supported',
+'http-invalid-scheme'   => 'URLs with the "$1" scheme are not supported',
 'http-request-error'    => 'Error sending request:',
 
 # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
index a0718b4..10d9b45 100644 (file)
@@ -1270,6 +1270,12 @@ $wgMessageStructure = array(
                'img-auth-noread',
        ),
 
+       'http-errors' => array(
+               'http-invalid-url',
+               'http-invalid-scheme',
+               'http-request-error',
+       ),
+
        'upload-curl-errors' => array(
                'upload-curl-error6',
                'upload-curl-error6-text',
@@ -3181,6 +3187,7 @@ XHTML id names.",
        'upload'              => 'Upload',
        'upload-errors'       => '',
        'img-auth'            => 'img_auth script messages',
+       'http-errors'         => 'HTTP errors',
        'upload-curl-errors'  => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
        'licenses'            => '',
        'filelist'            => 'Special:ListFiles',