Merge "Add 'api-error-ratelimited' message for UploadWizard"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 29 Apr 2016 13:49:17 +0000 (13:49 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 29 Apr 2016 13:49:17 +0000 (13:49 +0000)
languages/i18n/en.json
languages/i18n/qqq.json

index d76825c..4160dea 100644 (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-ratelimited": "You're trying to upload more files in a short space of time than this wiki allows.\nPlease try again in a few minutes.",
        "api-error-stashfailed": "Internal error: Server failed to store temporary file.",
        "api-error-publishfailed": "Internal error: Server failed to publish temporary file.",
        "api-error-stasherror": "There was an error while uploading the file to stash.",
index 5c49430..a3a56a5 100644 (file)
        "api-error-nomodule": "API error message that can be used for client side localisation of API errors.",
        "api-error-ok-but-empty": "API error message that can be used for client side localisation of API errors.",
        "api-error-overwrite": "API error message that can be used for client side localisation of API errors.",
+       "api-error-ratelimited": "API error message that can be used for client side localisation of API errors.",
        "api-error-stashfailed": "API error message that can be used for client side localisation of API errors.",
        "api-error-publishfailed": "API error message that can be used for client side localisation of API errors.",
        "api-error-stasherror": "API error message that can be used for client side localisation of API errors.",