r108811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108810‎ | r108811 | r108812 >
Date:14:47, 13 January 2012
Author:siebrand
Status:ok
Tags:
Comment:
Add 'api-error-emptypage'.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3599,6 +3599,7 @@
36003600 'api-error-duplicate-archive-popup-title',
36013601 'api-error-duplicate-popup-title',
36023602 'api-error-empty-file',
 3603+ 'api-error-emptypage',
36033604 'api-error-fetchfileerror',
36043605 'api-error-file-too-large',
36053606 'api-error-filename-tooshort',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4727,9 +4727,10 @@
47284728 'api-error-copyuploaddisabled' => 'Uploading by URL is disabled on this server.',
47294729 'api-error-duplicate' => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.',
47304730 '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}}.',
47334733 'api-error-empty-file' => 'The file you submitted was empty.',
 4734+'api-error-emptypage' => 'Creating new, empty pages is not allowed.',
47344735 'api-error-fetchfileerror' => 'Internal error: Something went wrong while fetching the file.',
47354736 'api-error-file-too-large' => 'The file you submitted was too large.',
47364737 'api-error-filename-tooshort' => 'The filename is too short.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r108813Localise a likely error. Ping r108811.siebrand15:05, 13 January 2012

Status & tagging log