From 72c4ac5289fdc6f8f2605e4fe108d2d8672c8337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 26 Apr 2016 23:47:07 +0200 Subject: [PATCH] Add 'api-error-ratelimited' message for UploadWizard One day, I'm going to move the UploadWizard-specific messages there. Bug: T132920 Change-Id: Ieb218c2a2d7bf7a703369772018a246bcf639f0b --- languages/i18n/en.json | 1 + languages/i18n/qqq.json | 1 + 2 files changed, 2 insertions(+) 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.", -- 2.20.1