jenkins-bot has submitted this change and it was merged.
Change subject: Add messages for CFD template removal ......................................................................
Add messages for CFD template removal
Change-Id: Iba56f058ae0765270af9af12a6ef254d141ceea9 --- M category.py M category/en.json M category/qqq.json 3 files changed, 8 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/category.py b/category.py index a8c5d92..c98a20d 100644 --- a/category.py +++ b/category.py @@ -2,6 +2,7 @@ """i18n message bundle.""" msg = { # Author: Xqt + # Author: Ben McIlwain (CydeWeys) 'en': { 'category-adding': u'Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', 'category-also-in': u'(also in %(alsocat)s)', @@ -13,6 +14,7 @@ 'category-section-title': u'Page history of former %(oldcat)s', 'category-version-history': u'Bot: Saving version history of former %(oldcat)s', 'category-was-disbanded': u'Bot: Category was disbanded', + 'category-strip-cfd-templates': u'Bot: Removing CFD templates for completed action', 'category-was-moved': u'Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]', }, # Author: Csisc diff --git a/category/en.json b/category/en.json index be386ae..28fd460 100644 --- a/category/en.json +++ b/category/en.json @@ -1,7 +1,8 @@ { "@metadata": { "authors": [ - "Xqt" + "Xqt", + "Ben McIlwain (CydeWeys)" ] }, "category-version-history": "Bot: Saving version history of former %(oldcat)s", @@ -9,6 +10,7 @@ "category-adding": "Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]", "category-also-in": "(also in %(alsocat)s)", "category-was-disbanded": "Bot: Category was disbanded", + "category-strip-cfd-templates": "Bot: Removing CFD templates for completed action", "category-replacing": "Bot: Replacing category %(oldcat)s with %(newcat)s", "category-removing": "Bot: Removing from %(oldcat)s", "category-was-moved": "Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]", diff --git a/category/qqq.json b/category/qqq.json index 4563756..f8b1f75 100644 --- a/category/qqq.json +++ b/category/qqq.json @@ -7,7 +7,8 @@ "Shirayuki", "Siebrand", "Valhallasw", - "Xqt" + "Xqt", + "Ben McIlwain (CydeWeys)" ] }, "category-version-history": "Edit summary when the bot saves page' version history while category moving", @@ -15,6 +16,7 @@ "category-adding": "{{doc-important|Do not change ":Category:%(newcat)s" so this message will work in any language.}}", "category-also-in": "Translations to say that the current category is in more categories than the one we are coming from", "category-was-disbanded": "Used as reason for deletion of the category.", + "category-strip-cfd-templates": "Edit summary when CFD (Categories for deletion) templates are removed from the page's text following a move/keep action", "category-replacing": "Edit summary. Parameters:\n* %(oldcat)s - old category name\n* %(newcat)s - new category name", "category-removing": "Edit summary. Parameters:\n* %(oldcat)s - old category name", "category-was-moved": "{{doc-important|Do not translate "[[:Category:%(newcat)s|%(title)s]]"}}",
pywikibot-commits@lists.wikimedia.org