r94635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94634‎ | r94635 | r94636 >
Date:13:28, 16 August 2011
Author:siebrand
Status:ok
Tags:
Comment:
Update punctuation.
Use capital after colon (US English)
Remove trailing whitespace in 'en'
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -28,18 +28,18 @@
2929 'mwe-upwiz-step-deeds' => 'Release rights', // Guillaume wants "Set rights". Disagreement -- NeilK
3030 'mwe-upwiz-step-details' => 'Describe',
3131 'mwe-upwiz-step-thanks' => 'Use',
32 - 'mwe-upwiz-api-error-http' => 'Internal error: unable to connect to server.',
33 - 'mwe-upwiz-api-error-ok-but-empty' => 'Internal error: no response from server.',
34 - 'mwe-upwiz-api-error-unclassified' => 'An unknown error occurred',
 32+ 'mwe-upwiz-api-error-http' => 'Internal error: Unable to connect to server.',
 33+ 'mwe-upwiz-api-error-ok-but-empty' => 'Internal error: No response from server.',
 34+ 'mwe-upwiz-api-error-unclassified' => 'An unknown error occurred.',
3535 'mwe-upwiz-api-error-unknown-code' => 'Unknown error: "$1"',
3636 'mwe-upwiz-api-error-uploaddisabled' => 'Uploading is disabled on this wiki.',
37 - 'mwe-upwiz-api-error-nomodule' => 'Internal error: no upload module set.',
38 - 'mwe-upwiz-api-error-mustbeposted' => 'Internal error: request requires HTTP POST.',
 37+ 'mwe-upwiz-api-error-nomodule' => 'Internal error: No upload module set.',
 38+ 'mwe-upwiz-api-error-mustbeposted' => 'Internal error: Request requires HTTP POST.',
3939 'mwe-upwiz-api-error-badaccess-groups' => 'You are not permitted to upload files to this wiki.',
40 - 'mwe-upwiz-api-error-stashfailed' => 'Internal error: server failed to store temporary file.',
41 - 'mwe-upwiz-api-error-missingresult' => 'Internal error: could not determine if the copy succeeded.',
42 - 'mwe-upwiz-api-error-missingparam' => 'Internal error: missing parameters on request.',
43 - 'mwe-upwiz-api-error-invalid-file-key' => 'Internal error: file was not found in temporary storage.',
 40+ 'mwe-upwiz-api-error-stashfailed' => 'Internal error: Server failed to store temporary file.',
 41+ 'mwe-upwiz-api-error-missingresult' => 'Internal error: Could not determine if the copy succeeded.',
 42+ 'mwe-upwiz-api-error-missingparam' => 'Internal error: Missing parameters on request.',
 43+ 'mwe-upwiz-api-error-invalid-file-key' => 'Internal error: File was not found in temporary storage.',
4444 'mwe-upwiz-api-error-copyuploaddisabled' => 'Uploading by URL is disabled on this server.',
4545 'mwe-upwiz-api-error-mustbeloggedin' => 'You must be logged in to upload files.',
4646 'mwe-upwiz-api-error-empty-file' => 'The file you submitted was empty.',
@@ -50,11 +50,11 @@
5151 'mwe-upwiz-api-error-illegal-filename' => 'The filename is not allowed.',
5252 'mwe-upwiz-api-error-verification-error' => 'This file might be corrupt, or have the wrong extension.',
5353 'mwe-upwiz-api-error-hookaborted' => 'The modification you tried to make was aborted by an extension hook.',
54 - 'mwe-upwiz-api-error-unknown-error' => 'Internal error: something went wrong when trying to upload your file.',
55 - 'mwe-upwiz-api-error-internal-error' => 'Internal error: something went wrong with processing your upload on the wiki.',
 54+ 'mwe-upwiz-api-error-unknown-error' => 'Internal error: Something went wrong when trying to upload your file.',
 55+ 'mwe-upwiz-api-error-internal-error' => 'Internal error: Something went wrong with processing your upload on the wiki.',
5656 'mwe-upwiz-api-error-overwrite' => 'Overwriting an existing file is not allowed.',
57 - 'mwe-upwiz-api-error-badtoken' => 'Internal error: bad token.',
58 - 'mwe-upwiz-api-error-fetchfileerror' => 'Internal error: something went wrong while fetching the file.',
 57+ 'mwe-upwiz-api-error-badtoken' => 'Internal error: Bad token.',
 58+ 'mwe-upwiz-api-error-fetchfileerror' => 'Internal error: Something went wrong while fetching the file.',
5959 'mwe-upwiz-api-error-duplicate' => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.',
6060 'mwe-upwiz-api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}',
6161 'mwe-upwiz-api-error-duplicate-archive' => 'There {{PLURAL:$1|was [$2 another file]|were [$2 some other files]}} already on the site with the same content, but {{PLURAL:$1|it was|they were}} deleted.',
@@ -62,8 +62,8 @@
6363 'mwe-upwiz-api-error-unknown-warning' => 'Unknown warning: $1',
6464 'mwe-upwiz-api-error-timeout' => 'The server did not respond within the expected time.',
6565 'mwe-upwiz-api-error-noimageinfo' => 'The upload succeeded, but the server did not give us any information about the file.',
66 -
6766
 67+
6868 'mwe-upwiz-api-warning-exists' => 'There is [$1 another file] already on the wiki with the same filename',
6969 'mwe-upwiz-api-warning-was-deleted' => 'There was a file by this name, "$1", but it was deleted and you can not reupload the file. If your file is different, try renaming it.',
7070 'mwe-upwiz-tutorial-error-localized-file-missing' => 'Sorry, we could not find a tutorial in your language. The English one is shown instead.',
@@ -157,13 +157,13 @@
158158 'mwe-upwiz-home' => 'Go to wiki home page',
159159 'mwe-upwiz-upload-another' => 'Upload more files',
160160 'mwe-prevent-close' => 'Leaving this page may cause you to lose any changes you have made.',
161 - 'mwe-upwiz-prevent-close' => 'You haven\'t finished uploading and publishing {{PLURAL:$1|this file|these files}} yet.',
 161+ 'mwe-upwiz-prevent-close' => 'You have not finished uploading and publishing {{PLURAL:$1|this file|these files}} yet.',
162162 'mwe-upwiz-files-complete' => 'Your files finished uploading!',
163163 'mwe-upwiz-tooltip-author' => 'The name of the person who took the photo, or painted the picture, drew the drawing, etc.',
164 - 'mwe-upwiz-tooltip-source' => 'Where this digital file came from — could be a URL, or a book or publication',
 164+ 'mwe-upwiz-tooltip-source' => 'Where this digital file came from — could be a URL, or a book or publication.',
165165 'mwe-upwiz-tooltip-sign' => 'You can use your wiki user name or your real name.
166 -In both cases, this will be linked to your wiki user page',
167 - 'mwe-upwiz-tooltip-title' => 'A unique descriptive title for the file. You may use plain language with spaces. Do not include the file extension.',
 166+In both cases, this will be linked to your wiki user page.',
 167+ 'mwe-upwiz-tooltip-title' => 'A unique descriptive title for the file. You may use plain language with spaces. Do not include the file extension.',
168168 'mwe-upwiz-dialog-title' => 'Files can be uploaded with names in any language in any script (coded as UTF-8). Titles of media files should be meaningful and helpful in the language chosen.',
169169 'mwe-upwiz-tooltip-description' => 'Briefly describe everything notable about the work.
170170 For a photo, mention the main things that are depicted, the occasion, or the place.',
@@ -191,16 +191,16 @@
192192 'mwe-upwiz-error-bad-chars' => 'This field contains symbols that are not allowed.
193193 Please do not use wikitext or HTML here.',
194194 'mwe-upwiz-error-date' => 'Please enter a valid date in YYYY-MM-DD format, or pick a date from the popup calendar.',
195 - 'mwe-upwiz-error-title-blacklisted' => 'This title contains some undesirable text. Please revise it',
196 - 'mwe-upwiz-error-title-badchars' => 'This title contains some undesirable characters. Please remove them',
197 - 'mwe-upwiz-error-title-senselessimagename' => 'Please make this title more meaningful.',
 195+ 'mwe-upwiz-error-title-blacklisted' => 'This title contains some undesirable text. Please revise it.',
 196+ 'mwe-upwiz-error-title-badchars' => 'This title contains some undesirable characters. Please remove them.',
 197+ 'mwe-upwiz-error-title-senselessimagename' => 'Please make this title more meaningful.',
198198 'mwe-upwiz-error-title-hosting' => 'This looks like a file you obtained from another imagehost. Please make the title more meaningful. Also, double check that you have the rights to publish it on {{SITENAME}}.',
199199 'mwe-upwiz-error-title-thumbnail' => 'This looks like a thumbnail title. Please do not upload thumbnails back to the same wiki. Otherwise, please fix the filename so it is more meaningful, and does not have the thumbnail prefix.',
200200 'mwe-upwiz-error-title-fileexists-shared-forbidden' => 'This title is reserved by a file on a remote shared repository. Choose another name.',
201201 'mwe-upwiz-error-title-double-apostrophe' => 'This title contains a double apostrophe; please remove it.',
202202 'mwe-upwiz-error-title-extension' => 'You do not need to add a file extension. Just make a human readable title and the application will take care of the rest.',
203203 'mwe-upwiz-details-error-count' => 'There {{PLURAL:$1|is one error|are $1 errors}} with the {{PLURAL:$2|form|forms}} above. Correct the errors, and try submitting again.',
204 -
 204+
205205 /* LICENSES & combinations of licenses */
206206 /* may be a good idea to shift to WikimediaLicenseTexts? */
207207 'mwe-upwiz-license-cc-by-sa-3.0' => 'Creative Commons Attribution ShareAlike 3.0',
@@ -234,16 +234,16 @@
235235 'mwe-upwiz-license-flickr-subhead' => 'Check the "License" header on the side of the Flickr page. Both the icons and license name that they used have to match one of the choices here.',
236236
237237 'mwe-upwiz-license-public-domain-head' => 'The copyright has definitely expired',
238 -
 238+
239239 'mwe-upwiz-license-usgov-head' => '{{PLURAL:$1|This work was|These works were}} made by the United States government',
240240 'mwe-upwiz-license-misc' => 'Miscellaneous reasons',
241241
242242 'mwe-upwiz-license-custom-head' => 'Experts only: enter the code for a license not shown here',
243243 'mwe-upwiz-license-custom-subhead' => 'Enter wikitext that will add a license template to your uploads.',
244 -
245 - 'mwe-upwiz-license-none-applicable-head' => 'I don\'t know if any of the above choices apply or not! Help!',
246 - 'mwe-upwiz-license-none-applicable-subhead' => 'If you aren\'t absolutely sure what the intentions of the original author were then please do not upload {{PLURAL:$1|this file|these files}} to {{SITENAME}}. Press the button below to abandon {{PLURAL:$1|this upload|these uploads}} -- don\'t worry, nothing\'s been published yet.',
247244
 245+ 'mwe-upwiz-license-none-applicable-head' => 'I do not know if any of the above choices apply or not! Help!',
 246+ 'mwe-upwiz-license-none-applicable-subhead' => 'If you are not absolutely sure what the intentions of the original author were then please do not upload {{PLURAL:$1|this file|these files}} to {{SITENAME}}. Press the button below to abandon {{PLURAL:$1|this upload|these uploads}} -- do not worry, nothing has been published yet.',
 247+
248248 'mwe-upwiz-license-none-applicable' => 'Abandon {{PLURAL:$1|this upload|these uploads}} without publishing',
249249 'mwe-upwiz-license-confirm-remove' => 'Are you sure you want to remove {{PLURAL:$1|this upload|these uploads}}?',
250250 'mwe-upwiz-license-confirm-remove-title' => 'Confirm remove',

Status & tagging log