Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2055,17 +2055,17 @@ |
2056 | 2056 | 'filetype-banned-type' => "'''\".\$1\"''' is not a permitted file type. |
2057 | 2057 | Permitted {{PLURAL:\$3|file type is|file types are}} \$2.", |
2058 | 2058 | 'filetype-missing' => 'The file has no extension (like ".jpg").', |
2059 | | -'empty-file' => 'The file you submitted was empty', |
2060 | | -'file-too-large' => 'The file you submitted was too large', |
2061 | | -'filename-tooshort' => 'The filename is too short', |
2062 | | -'filetype-banned' => 'This type of file is banned', |
2063 | | -'verification-error' => 'This file did not pass file verification', |
2064 | | -'hookaborted' => 'The modification you tried to make was aborted by an extension hook', |
2065 | | -'illegal-filename' => 'The filename is not allowed', |
2066 | | -'overwrite' => 'Overwriting an existing file is not allowed', |
2067 | | -'unknown-error' => 'An unknown error occured', |
2068 | | -'tmp-create-error' => "Couldn't create temporary file", |
2069 | | -'tmp-write-error' => 'Error writing temporary file', |
| 2059 | +'empty-file' => 'The file you submitted was empty.', |
| 2060 | +'file-too-large' => 'The file you submitted was too large.', |
| 2061 | +'filename-tooshort' => 'The filename is too short.', |
| 2062 | +'filetype-banned' => 'This type of file is banned.', |
| 2063 | +'verification-error' => 'This file did not pass file verification.', |
| 2064 | +'hookaborted' => 'The modification you tried to make was aborted by an extension hook.', |
| 2065 | +'illegal-filename' => 'The filename is not allowed.', |
| 2066 | +'overwrite' => 'Overwriting an existing file is not allowed.', |
| 2067 | +'unknown-error' => 'An unknown error occured.', |
| 2068 | +'tmp-create-error' => "Could not create temporary file.", |
| 2069 | +'tmp-write-error' => 'Error writing temporary file.', |
2070 | 2070 | 'large-file' => 'It is recommended that files are no larger than $1; |
2071 | 2071 | this file is $2.', |
2072 | 2072 | 'largefileserver' => 'This file is bigger than the server is configured to allow.', |
— | — | @@ -2104,8 +2104,8 @@ |
2105 | 2105 | 'savefile' => 'Save file', |
2106 | 2106 | 'uploadedimage' => 'uploaded "[[$1]]"', |
2107 | 2107 | 'overwroteimage' => 'uploaded a new version of "[[$1]]"', |
2108 | | -'uploaddisabled' => 'Uploads disabled', |
2109 | | -'copyuploaddisabled' => 'Upload by URL disabled', |
| 2108 | +'uploaddisabled' => 'Uploads disabled.', |
| 2109 | +'copyuploaddisabled' => 'Upload by URL disabled.', |
2110 | 2110 | 'uploaddisabledtext' => 'File uploads are disabled.', |
2111 | 2111 | 'php-uploaddisabledtext' => 'File uploads are disabled in PHP. |
2112 | 2112 | Please check the file_uploads setting.', |