Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3599,6 +3599,7 @@ |
3600 | 3600 | 'api-error-duplicate-archive-popup-title', |
3601 | 3601 | 'api-error-duplicate-popup-title', |
3602 | 3602 | 'api-error-empty-file', |
| 3603 | + 'api-error-emptypage', |
3603 | 3604 | 'api-error-fetchfileerror', |
3604 | 3605 | 'api-error-file-too-large', |
3605 | 3606 | 'api-error-filename-tooshort', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4727,9 +4727,10 @@ |
4728 | 4728 | 'api-error-copyuploaddisabled' => 'Uploading by URL is disabled on this server.', |
4729 | 4729 | 'api-error-duplicate' => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.', |
4730 | 4730 | '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.', |
4731 | | -'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file|files}} that have already been deleted', |
4732 | | -'api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}', |
| 4731 | +'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file|files}} that have already been deleted.', |
| 4732 | +'api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}.', |
4733 | 4733 | 'api-error-empty-file' => 'The file you submitted was empty.', |
| 4734 | +'api-error-emptypage' => 'Creating new, empty pages is not allowed.', |
4734 | 4735 | 'api-error-fetchfileerror' => 'Internal error: Something went wrong while fetching the file.', |
4735 | 4736 | 'api-error-file-too-large' => 'The file you submitted was too large.', |
4736 | 4737 | 'api-error-filename-tooshort' => 'The filename is too short.', |