From: Bartosz DziewoƄski Date: Wed, 23 Nov 2016 16:28:49 +0000 (+0100) Subject: Remove unused messages X-Git-Tag: 1.31.0-rc.0~4766^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=12f170502cfef525344ae69caef6240eaafbf63f Remove unused messages Follow-up to 022f26e9fd3ae865331f3bb1b3eec63e212240c9. Bug: T149473 Change-Id: Iab20dc5179d93fce90a4f282903e5c53635623a8 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 27ac32aa25..fc421631ae 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -4238,7 +4238,5 @@ "usercssispublic": "Please note: CSS subpages should not contain confidential data as they are viewable by other users.", "restrictionsfield-badip": "Invalid IP address or range: $1", "restrictionsfield-label": "Allowed IP ranges:", - "restrictionsfield-help": "One IP address or CIDR range per line. To enable everything, use
0.0.0.0/0
::/0", - "edit-error-short": "Error: $1", - "edit-error-long": "Errors:\n\n$1" + "restrictionsfield-help": "One IP address or CIDR range per line. To enable everything, use
0.0.0.0/0
::/0" } diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index d6dfc88af9..72e30907e7 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -4422,7 +4422,5 @@ "usercssispublic": "A reminder to users that CSS subpages are not preferences but normal pages, and thus can be viewed by other users and the general public. This message is shown to a user whenever they are editing a subpage in their own user-space that ends in .css. See also {{msg-mw|userjsispublic}}", "restrictionsfield-badip": "An error message shown when one entered an invalid IP address or range in a restrictions field (such as Special:BotPassword). $1 is the IP address.", "restrictionsfield-label": "Field label shown for restriction fields (e.g. on Special:BotPassword).", - "restrictionsfield-help": "Placeholder text displayed in restriction fields (e.g. on Special:BotPassword).", - "edit-error-short": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|edit-error-long}}\n{{Identical|Error}}", - "edit-error-long": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|edit-error-short}}\n{{Identical|Error}}" + "restrictionsfield-help": "Placeholder text displayed in restriction fields (e.g. on Special:BotPassword)." }