r77422 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77421‎ | r77422 | r77423 >
Date:15:47, 29 November 2010
Author:siebrand
Status:ok
Tags:
Comment:
Tweak messages.
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -32,16 +32,16 @@
3333 'mwe-upwiz-step-details' => 'Describe',
3434 'mwe-upwiz-step-thanks' => 'Use',
3535 'mwe-upwiz-api-error-http' => 'There was a problem connecting to the service.',
36 - 'mwe-upwiz-api-error-ok-but-empty' => 'The server didn\'t return any information about the upload.',
 36+ 'mwe-upwiz-api-error-ok-but-empty' => 'The server did not return any information about the upload.',
3737 'mwe-upwiz-api-error-unknown-code' => 'The server returned an error we did not understand: "$1"',
3838 'mwe-upwiz-api-error-uploaddisabled' => 'Uploading is disabled on this wiki.',
3939 'mwe-upwiz-api-error-nomodule' => 'The wiki did not know how to handle this upload.',
40 - 'mwe-upwiz-api-error-mustbeposted' => 'There\'s a bug in this software; it\'s not using the proper HTTP method.',
41 - 'mwe-upwiz-api-error-badaccess-groups' => 'You aren\'t permitted to upload files to this wiki. Check what access groups you belong to.',
 40+ 'mwe-upwiz-api-error-mustbeposted' => 'There is a bug in this software; it is not using the proper HTTP method.',
 41+ 'mwe-upwiz-api-error-badaccess-groups' => 'You are not permitted to upload files to this wiki. Check what access groups you belong to.',
4242 'mwe-upwiz-api-error-stashfailed' => 'The wiki could not store the file.',
4343 'mwe-upwiz-api-error-missingresult' => 'We could not determine if the copy succeeded.',
44 - 'mwe-upwiz-api-error-missingparam' => 'The upload didn\'t have all the required information (probably a bug in this uploader.)',
45 - 'mwe-upwiz-api-error-invalid-session-key' => 'The server couldn\'t find that file in your uploaded files.',
 44+ 'mwe-upwiz-api-error-missingparam' => 'The upload did not have all the required information (probably a bug in this uploader.)',
 45+ 'mwe-upwiz-api-error-invalid-session-key' => 'The server could not find that file in your uploaded files.',
4646 'mwe-upwiz-api-error-copyuploaddisabled' => 'Uploads by copying are disabled.',
4747 'mwe-upwiz-api-error-mustbeloggedin' => 'You are not properly logged in.',
4848 'mwe-upwiz-api-error-empty-file' => 'The file you submitted was empty.',
@@ -52,7 +52,7 @@
5353 'mwe-upwiz-api-error-illegal-filename' => 'The filename is not allowed.',
5454 'mwe-upwiz-api-error-verification-error' => 'This file might be corrupt, or have the wrong extension.',
5555 'mwe-upwiz-api-error-hookaborted' => 'The modification you tried to make was aborted by an extension hook.',
56 - 'mwe-upwiz-api-error-unknown-error' => 'Something (we don\'t know what) went wrong when trying to upload your file.',
 56+ 'mwe-upwiz-api-error-unknown-error' => 'Something went wrong when trying to upload your file.',
5757 'mwe-upwiz-api-error-internal-error' => 'Something went wrong with processing your upload on the wiki.',
5858 'mwe-upwiz-api-error-overwrite' => 'Overwriting an existing file is not allowed.',
5959 'mwe-upwiz-api-error-badtoken' => 'The "token" we use to identify you to the server was bad.',

Status & tagging log