From: Bartosz DziewoƄski Date: Tue, 26 Apr 2016 21:47:07 +0000 (+0200) Subject: Add 'api-error-ratelimited' message for UploadWizard X-Git-Tag: 1.31.0-rc.0~7145^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=72c4ac5289fdc6f8f2605e4fe108d2d8672c8337;p=lhc%2Fweb%2Fwiklou.git Add 'api-error-ratelimited' message for UploadWizard One day, I'm going to move the UploadWizard-specific messages there. Bug: T132920 Change-Id: Ieb218c2a2d7bf7a703369772018a246bcf639f0b --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index d76825c004..4160deab40 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3887,6 +3887,7 @@ "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.", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 5c49430f9b..a3a56a599b 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4065,6 +4065,7 @@ "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.",