From 99d4a5e99bdc1bd90687133d04319e842281e898 Mon Sep 17 00:00:00 2001 From: Kghbln Date: Tue, 2 Aug 2016 10:57:51 +0200 Subject: [PATCH] Provide missing system message corresponding to "right-purge" Change-Id: I2f98da7e1537da9d9b9a02f881465be11c31d698 --- 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 7c755f7db9..e64a80e3aa 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1331,6 +1331,7 @@ "action-applychangetags": "apply tags along with your changes", "action-changetags": "add and remove arbitrary tags on individual revisions and log entries", "action-deletechangetags": "delete tags from the database", + "action-purge": "purge this page", "nchanges": "$1 {{PLURAL:$1|change|changes}}", "enhancedrc-since-last-visit": "$1 {{PLURAL:$1|since last visit}}", "enhancedrc-history": "history", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 099504d85f..ceb2fefd02 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -1513,6 +1513,7 @@ "action-applychangetags": "{{doc-action|applychangetags}}", "action-changetags": "{{doc-action|changetags}}", "action-deletechangetags": "{{doc-action|deletechangetags}}", + "action-purge": "{{doc-action|purge}}", "nchanges": "Appears on enhanced watchlist and recent changes when page has more than one change on given date, linking to a diff of the changes.\n\nParameters:\n* $1 - the number of changes on that day (2 or more)\nThree messages are shown side-by-side: ({{msg-mw|Nchanges}} | {{msg-mw|Enhancedrc-since-last-visit}} | {{msg-mw|Enhancedrc-history}}).", "enhancedrc-since-last-visit": "Appears on enhanced watchlist and recent changes when page has more than one change on given date and at least one that the user hasn't seen yet, linking to a diff of the unviewed changes.\n\nParameters:\n* $1 - the number of unviewed changes (1 or more)\nThree messages are shown side-by-side: ({{msg-mw|nchanges}} | {{msg-mw|enhancedrc-since-last-visit}} | {{msg-mw|enhancedrc-history}}).", "enhancedrc-history": "Appears on enhanced watchlist and recent changes when page has more than one change on given date, linking to its history.\n\nThis is the same as {{msg-mw|hist}}, but not abbreviated.\n\nThree messages are shown side-by-side: ({{msg-mw|nchanges}} | {{msg-mw|enhancedrc-since-last-visit}} | {{msg-mw|enhancedrc-history}}).\n{{Identical|History}}", -- 2.20.1