Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2153,12 +2153,12 @@ |
2154 | 2154 | 'img-auth-noread' => 'User does not have access to read "$1".', |
2155 | 2155 | |
2156 | 2156 | # HTTP errors |
2157 | | -'http-invalid-url' => 'Invalid URL: $1', |
2158 | | -'http-invalid-scheme' => 'URLs with the "$1" scheme are not supported', |
2159 | | -'http-request-error' => 'HTTP request failed due to unknown error.', |
2160 | | -'http-read-error' => 'HTTP read error.', |
2161 | | -'http-timed-out' => 'HTTP request timed out.', |
2162 | | -'http-curl-error' => 'Error fetching URL: $1', |
| 2157 | +'http-invalid-url' => 'Invalid URL: $1', |
| 2158 | +'http-invalid-scheme' => 'URLs with the "$1" scheme are not supported', |
| 2159 | +'http-request-error' => 'HTTP request failed due to unknown error.', |
| 2160 | +'http-read-error' => 'HTTP read error.', |
| 2161 | +'http-timed-out' => 'HTTP request timed out.', |
| 2162 | +'http-curl-error' => 'Error fetching URL: $1', |
2163 | 2163 | 'http-host-unreachable' => 'Could not reach URL', |
2164 | 2164 | |
2165 | 2165 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |