Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -32,16 +32,16 @@ |
33 | 33 | 'mwe-upwiz-step-details' => 'Describe', |
34 | 34 | 'mwe-upwiz-step-thanks' => 'Use', |
35 | 35 | '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.', |
37 | 37 | 'mwe-upwiz-api-error-unknown-code' => 'The server returned an error we did not understand: "$1"', |
38 | 38 | 'mwe-upwiz-api-error-uploaddisabled' => 'Uploading is disabled on this wiki.', |
39 | 39 | '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.', |
42 | 42 | 'mwe-upwiz-api-error-stashfailed' => 'The wiki could not store the file.', |
43 | 43 | '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.', |
46 | 46 | 'mwe-upwiz-api-error-copyuploaddisabled' => 'Uploads by copying are disabled.', |
47 | 47 | 'mwe-upwiz-api-error-mustbeloggedin' => 'You are not properly logged in.', |
48 | 48 | 'mwe-upwiz-api-error-empty-file' => 'The file you submitted was empty.', |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | 'mwe-upwiz-api-error-illegal-filename' => 'The filename is not allowed.', |
54 | 54 | 'mwe-upwiz-api-error-verification-error' => 'This file might be corrupt, or have the wrong extension.', |
55 | 55 | '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.', |
57 | 57 | 'mwe-upwiz-api-error-internal-error' => 'Something went wrong with processing your upload on the wiki.', |
58 | 58 | 'mwe-upwiz-api-error-overwrite' => 'Overwriting an existing file is not allowed.', |
59 | 59 | 'mwe-upwiz-api-error-badtoken' => 'The "token" we use to identify you to the server was bad.', |