From: Raimond Spekking Date: Fri, 22 Jan 2010 12:52:03 +0000 (+0000) Subject: Follow-up r61358: Consistent quote signs X-Git-Tag: 1.31.0-rc.0~38168 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=6ec4a7ce5b020dfe8b873d83222d6c63980f6ca0;p=lhc%2Fweb%2Fwiklou.git Follow-up r61358: Consistent quote signs Add new messages to maintenance script --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index e392335496..f0f709e45b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index a0718b401d..10d9b45f89 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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 ', 'licenses' => '', 'filelist' => 'Special:ListFiles',