Follow-up r108415: Localisation updates (add/remove).
[lhc/web/wiklou.git] / languages / messages / MessagesEn.php
index e155713..3ed3a3a 100644 (file)
@@ -4720,39 +4720,39 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa
 'feedback-bugnew'    => 'I checked. Report a new bug',
 
 # API errors
-'api-error-http' => 'Internal error: Unable to connect to server.',
-'api-error-ok-but-empty' => 'Internal error: No response from server.',
-'api-error-unclassified' => 'An unknown error occurred.',
-'api-error-unknown-code' => 'Unknown error: "$1"',
-'api-error-uploaddisabled' => 'Uploading is disabled on this wiki.',
-'api-error-nomodule' => 'Internal error: No upload module set.',
-'api-error-mustbeposted' => 'Internal error: Request requires HTTP POST.',
-'api-error-badaccess-groups' => 'You are not permitted to upload files to this wiki.',
-'api-error-stashfailed' => 'Internal error: Server failed to store temporary file.',
-'api-error-missingresult' => 'Internal error: Could not determine if the copy succeeded.',
-'api-error-missingparam' => 'Internal error: Missing parameters on request.',
-'api-error-invalid-file-key' => 'Internal error: File was not found in temporary storage.',
-'api-error-copyuploaddisabled' => 'Uploading by URL is disabled on this server.',
-'api-error-mustbeloggedin' => 'You must be logged in to upload files.',
-'api-error-empty-file' => 'The file you submitted was empty.',
-'api-error-file-too-large' => 'The file you submitted was too large.',
-'api-error-filetype-missing' => 'The filename is missing an extension.',
-'api-error-filetype-banned' => 'This type of file is banned.',
-'api-error-filename-tooshort' => 'The filename is too short.',
-'api-error-illegal-filename' => 'The filename is not allowed.',
-'api-error-verification-error' => 'This file might be corrupt, or have the wrong extension.',
-'api-error-hookaborted' => 'The modification you tried to make was aborted by an extension.',
-'api-error-unknown-error' => 'Internal error: Something went wrong when trying to upload your file.',
-'api-error-internal-error' => 'Internal error: Something went wrong with processing your upload on the wiki.',
-'api-error-overwrite' => 'Overwriting an existing file is not allowed.',
-'api-error-badtoken' => 'Internal error: Bad token.',
-'api-error-fetchfileerror' => 'Internal error: Something went wrong while fetching the file.',
-'api-error-duplicate' => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.',
-'api-error-duplicate-popup-title' => 'Duplicate {{PLURAL:$1|file|files}}',
-'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.',
+'api-error-badaccess-groups'              => 'You are not permitted to upload files to this wiki.',
+'api-error-badtoken'                      => 'Internal error: Bad token.',
+'api-error-copyuploaddisabled'            => 'Uploading by URL is disabled on this server.',
+'api-error-duplicate'                     => 'There {{PLURAL:$1|is [$2 another file]|are [$2 some other files]}} already on the site with the same content.',
+'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.',
 'api-error-duplicate-archive-popup-title' => 'Duplicate {{PLURAL:$1|file|files}} that have already been deleted',
-'api-error-unknown-warning' => 'Unknown warning: $1',
-'api-error-timeout' => 'The server did not respond within the expected time.',
-'api-error-noimageinfo' => 'The upload succeeded, but the server did not give us any information about the file.',
+'api-error-duplicate-popup-title'         => 'Duplicate {{PLURAL:$1|file|files}}',
+'api-error-empty-file'                    => 'The file you submitted was empty.',
+'api-error-fetchfileerror'                => 'Internal error: Something went wrong while fetching the file.',
+'api-error-file-too-large'                => 'The file you submitted was too large.',
+'api-error-filename-tooshort'             => 'The filename is too short.',
+'api-error-filetype-banned'               => 'This type of file is banned.',
+'api-error-filetype-missing'              => 'The filename is missing an extension.',
+'api-error-hookaborted'                   => 'The modification you tried to make was aborted by an extension.',
+'api-error-http'                          => 'Internal error: Unable to connect to server.',
+'api-error-illegal-filename'              => 'The filename is not allowed.',
+'api-error-internal-error'                => 'Internal error: Something went wrong with processing your upload on the wiki.',
+'api-error-invalid-file-key'              => 'Internal error: File was not found in temporary storage.',
+'api-error-missingparam'                  => 'Internal error: Missing parameters on request.',
+'api-error-missingresult'                 => 'Internal error: Could not determine if the copy succeeded.',
+'api-error-mustbeloggedin'                => 'You must be logged in to upload files.',
+'api-error-mustbeposted'                  => 'Internal error: Request requires HTTP POST.',
+'api-error-noimageinfo'                   => 'The upload succeeded, but the server did not give us any information about the file.',
+'api-error-nomodule'                      => 'Internal error: No upload module set.',
+'api-error-ok-but-empty'                  => 'Internal error: No response from server.',
+'api-error-overwrite'                     => 'Overwriting an existing file is not allowed.',
+'api-error-stashfailed'                   => 'Internal error: Server failed to store temporary file.',
+'api-error-timeout'                       => 'The server did not respond within the expected time.',
+'api-error-unclassified'                  => 'An unknown error occurred.',
+'api-error-unknown-code'                  => 'Unknown error: "$1"',
+'api-error-unknown-error'                 => 'Internal error: Something went wrong when trying to upload your file.',
+'api-error-unknown-warning'               => 'Unknown warning: $1',
+'api-error-uploaddisabled'                => 'Uploading is disabled on this wiki.',
+'api-error-verification-error'            => 'This file might be corrupt, or have the wrong extension.',
 
 );