r65161 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65160‎ | r65161 | r65162 >
Date:15:44, 17 April 2010
Author:siebrand
Status:ok
Tags:
Comment:
Tweaks for messages added in r65152.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2055,17 +2055,17 @@
20562056 'filetype-banned-type' => "'''\".\$1\"''' is not a permitted file type.
20572057 Permitted {{PLURAL:\$3|file type is|file types are}} \$2.",
20582058 '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.',
20702070 'large-file' => 'It is recommended that files are no larger than $1;
20712071 this file is $2.',
20722072 'largefileserver' => 'This file is bigger than the server is configured to allow.',
@@ -2104,8 +2104,8 @@
21052105 'savefile' => 'Save file',
21062106 'uploadedimage' => 'uploaded "[[$1]]"',
21072107 '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.',
21102110 'uploaddisabledtext' => 'File uploads are disabled.',
21112111 'php-uploaddisabledtext' => 'File uploads are disabled in PHP.
21122112 Please check the file_uploads setting.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65152* New UploadFromUrlJob class to handle Upload-by-Copy...mah02:43, 17 April 2010

Status & tagging log