Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | 'mwe-upwiz-api-error-overwrite' => 'Overwriting an existing file is not allowed.', |
59 | 59 | 'mwe-upwiz-api-error-badtoken' => 'Internal error: bad token.', |
60 | 60 | 'mwe-upwiz-api-error-fetchfileerror' => 'Internal error: something went wrong while fetching the file.', |
61 | | - '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', |
| 61 | + '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.', |
62 | 62 | 'mwe-upwiz-api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}', |
63 | 63 | '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.', |
64 | 64 | 'mwe-upwiz-api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file|files}} already deleted', |
— | — | @@ -266,7 +266,7 @@ |
267 | 267 | 'mwe-upwiz-thanks-caption' => 'Add caption here', |
268 | 268 | 'mwe-upwiz-help-popup' => 'Help', |
269 | 269 | 'mwe-upwiz-help-popup-title' => 'Title', |
270 | | - 'mwe-upwiz-thumbnail-failed' => 'The upload succeeded, but the server could not get a preview thumbnail', |
| 270 | + 'mwe-upwiz-thumbnail-failed' => 'The upload succeeded, but the server could not get a preview thumbnail.', |
271 | 271 | 'mwe-upwiz-unparseable-filename' => 'Could not understand the file name "$1"', |
272 | 272 | 'mwe-upwiz-image-preview' => 'Image preview', |
273 | 273 | |