From: Bartosz Dziewoński Date: Wed, 28 Aug 2019 10:47:24 +0000 (+0200) Subject: Remove unused localisation messages 'ascending_abbrev', 'descending_abbrev' X-Git-Tag: 1.34.0-rc.0~521^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=2b5ba41c7e2ba9f9b1791f12dfb239d3dcfd9a1d;p=lhc%2Fweb%2Fwiklou.git Remove unused localisation messages 'ascending_abbrev', 'descending_abbrev' Not used since 987a860df428e3c70fd81c404f1f7a300345dc48. The messages 'sort-descending', 'sort-ascending' serve the same purpose. Bug: T224429 Change-Id: Iabcf83c80aa3fc387ea908868838b73254765a82 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 3220f7a318..2f5a85d24f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3403,8 +3403,6 @@ "img-lang-default": "(default language)", "img-lang-info": "Render this image in $1. $2", "img-lang-go": "Go", - "ascending_abbrev": "asc", - "descending_abbrev": "desc", "table_pager_next": "Next page", "table_pager_prev": "Previous page", "table_pager_first": "First page", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index aa33ee0aa9..008f6953f7 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -3612,8 +3612,6 @@ "img-lang-default": "An option in the drop down of a translatable file. For example see [[:File:Gerrit patchset 25838 test.svg]].\n\nUsed when it cannot be determined what the default fallback language is.\n\nHowever it should be noted that most of the time, the content displayed for this option would be in English.\n{{Identical|Default language}}", "img-lang-info": "Label for drop down box. Appears underneath the image on the image description page. See [[:File:Gerrit patchset 25838 test.svg]] for an example.\n\nParameters:\n* $1 - a drop down box with language options, uses the following messages:\n** {{msg-mw|Img-lang-default}}\n** {{msg-mw|Img-lang-opt}}. e.g. \"English (en)\", \"日本語 (ja)\"\n* $2 - a submit button, which uses the text from {{msg-mw|Img-lang-go}}", "img-lang-go": "Go button for the language select for translatable files. See [[:File:Gerrit patchset 25838 test.svg]] for an example.\n\nSee also:\n* {{msg-mw|img-lang-info}}\n{{Identical|Go}}", - "ascending_abbrev": "Abbreviation of ascending order.\nSee also:\n* {{msg-mw|Ascending abbrev}}\n* {{msg-mw|Descending abbrev}}", - "descending_abbrev": "Abbreviation of descending order.\nSee also:\n* {{msg-mw|Ascending abbrev}}\n* {{msg-mw|Descending abbrev}}", "table_pager_next": "Used as image button text of pager. See [[Support|example]] (the bottom of the page).\n{{Identical|Next page}}", "table_pager_prev": "Used as image button text of pager. See [[Support|example]] (the bottom of the page).\n{{Identical|Previous page}}", "table_pager_first": "Used as image button text of pager. See [[Support|example]] (the bottom of the page).\n{{Identical|First page}}",