Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/300798

Change subject: Remove unused localisation messages
......................................................................

Remove unused localisation messages

'mwe-upwiz-error-signature-bad-chars' and 'mwe-upwiz-error-bad-chars'
have been introduced in cdd5def2f95aa82ed00a81a7c78a50dab4e6fb4c (2010),
but they have never been used.

Change-Id: I10410574ccadd380cb76fb45fa205b5ff7f0ec74
---
M extension.json
M i18n/en.json
M i18n/qqq.json
3 files changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/98/300798/1

diff --git a/extension.json b/extension.json
index e857877..65e2c89 100644
--- a/extension.json
+++ b/extension.json
@@ -436,12 +436,10 @@
                                "mwe-upwiz-error-heading",
                                "mwe-upwiz-error-signature-too-long",
                                "mwe-upwiz-error-signature-too-short",
-                               "mwe-upwiz-error-signature-bad-chars",
                                "mwe-upwiz-error-blank",
                                "mwe-upwiz-error-too-long",
                                "mwe-upwiz-error-too-short",
                                "mwe-upwiz-error-bad-descriptions",
-                               "mwe-upwiz-error-bad-chars",
                                "mwe-upwiz-error-title-blacklisted",
                                "mwe-upwiz-error-title-badchars",
                                "mwe-upwiz-error-title-senselessimagename",
diff --git a/i18n/en.json b/i18n/en.json
index e94f8b8..65a390b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -206,12 +206,10 @@
        "mwe-upwiz-error-heading": "The heading must be a number between 0 and 
360.",
        "mwe-upwiz-error-signature-too-long": "Your signature is too 
long.\nMake it shorter than $1 {{PLURAL:$1|character|characters}}.",
        "mwe-upwiz-error-signature-too-short": "Your signature is too 
short.\nMake it longer than $1 {{PLURAL:$1|character|characters}}.",
-       "mwe-upwiz-error-signature-bad-chars": "Your signature contains symbols 
that are not allowed.\nPlease do not use wikitext or HTML here, just your 
username or real name.",
        "mwe-upwiz-error-blank": "This field is required.",
        "mwe-upwiz-error-too-long": "This entry is too long.\nPlease make sure 
this entry is at most $1 {{PLURAL:$1|character|characters}}.",
        "mwe-upwiz-error-too-short": "This entry is too short.\nPlease make 
sure this entry is at least $1 {{PLURAL:$1|character|characters}}.",
        "mwe-upwiz-error-bad-descriptions": "There are problems with some of 
the descriptions.",
-       "mwe-upwiz-error-bad-chars": "This entry contains symbols that are not 
allowed.\nPlease do not use wikitext or HTML here.",
        "mwe-upwiz-error-title-blacklisted": "This title contains some 
undesirable text. Please revise it.",
        "mwe-upwiz-error-title-badchars": "This title contains some undesirable 
characters. Please remove them.",
        "mwe-upwiz-error-title-senselessimagename": "Please make this title 
more meaningful.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index cc9f32b..d6ea2a9 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -230,12 +230,10 @@
        "mwe-upwiz-error-heading": "Error message shown when an invalid heading 
(the direction the camera was pointing) is entered.",
        "mwe-upwiz-error-signature-too-long": "Used as error message. 
Parameters:\n* $1 - maximum number of characters for the 
signature\n{{Related|Mwe-upwiz-error-signature}}",
        "mwe-upwiz-error-signature-too-short": "Used as error message. 
Parameters:\n* $1 - minimum number of characters for the 
signature\n{{Related|Mwe-upwiz-error-signature}}",
-       "mwe-upwiz-error-signature-bad-chars": "Used as error 
message.\n{{Related|Mwe-upwiz-error-signature}}",
        "mwe-upwiz-error-blank": "{{Identical|Required}}",
        "mwe-upwiz-error-too-long": "Used as error message. Parameters:\n* $1 - 
maximum number of characters\nSee also:\n* 
{{msg-mw|Mwe-upwiz-error-too-short}}",
        "mwe-upwiz-error-too-short": "Used as error message. Parameters:\n* $1 
- minimum number of characters\nSee also:\n* 
{{msg-mw|Mwe-upwiz-error-too-long}}",
        "mwe-upwiz-error-bad-descriptions": "Used as error message.",
-       "mwe-upwiz-error-bad-chars": "Error message shown to the user when they 
have entered characters that aren't allowed.",
        "mwe-upwiz-error-title-blacklisted": "Error message shown to the user 
when they have entered a file name that matches the 'blacklist' of banned 
words.",
        "mwe-upwiz-error-title-badchars": "Error message shown to the user when 
they have entered a file name that matches the 'blacklist' of banned 
characters.",
        "mwe-upwiz-error-title-senselessimagename": "Error message shown to the 
user when they have entered a file name that looks like an automatic name 
rather than a useful one.",

-- 
To view, visit https://gerrit.wikimedia.org/r/300798
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I10410574ccadd380cb76fb45fa205b5ff7f0ec74
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to