jenkins-bot has submitted this change and it was merged.
Change subject: Change "robot" to "bot" in edit summaries ......................................................................
Change "robot" to "bot" in edit summaries
To avoid confusion of automated mechanical devices. See https://www.mediawiki.org/wiki/Manual:Pywikibot/Development_guideline .
Whitespace changes to conform with PEP-8.
Change-Id: I72a39c62071b01d423c8e4a66e0691b47af4a48c Follows-Up: Ic282107ba2af8a9c2af2b6bfb5c6fb25ed279038 --- M add_text.py M archivebot.py M basic.py M blockpageschecker.py M capitalize_redirects.py M casechecker.py M catall.py M category.py M category_redirect.py M clean_sandbox.py M commons.py M commons_link.py M cosmetic_changes.py M delete.py M djvutext.py M editarticle.py M featured.py M fixing_redirects.py M interwiki.py M isbn.py M lonelypages.py M makecat.py M misspelling.py M movepages.py M ndashredir.py M noreferences.py M protect.py M pywikibot.py M redirect.py M reflinks.py M replace.py M revertbot.py M solve_disambiguation.py M spamremove.py M spellcheck.py M table2wiki.py M template.py M thirdparty.py M unlink.py M weblinkchecker.py M welcome.py 41 files changed, 313 insertions(+), 313 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/add_text.py b/add_text.py index c3d721f..ed49242 100644 --- a/add_text.py +++ b/add_text.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'add_text-adding': u'Robot: Adding %(adding)s', - }, + 'en': { + 'add_text-adding': u'Bot: Adding %(adding)s', + }, # Author: Csisc 'qqq': { 'add_text-adding': u'Edit summary when the bot adds text to a given page. %(adding)s is the added text truncated to 200 characters.', @@ -570,9 +570,9 @@ 'szl': { 'add_text-adding': u'Bot dodowo: %(adding)s', }, - 'ta': { - 'add_text-adding': u'தானியங்கிஇணைப்பு %(adding)s', - }, + 'ta': { + 'add_text-adding': u'தானியங்கிஇணைப்பு %(adding)s', + }, 'te': { 'add_text-adding': u'యంత్రము కలుపుతున్నది %(adding)s', }, @@ -663,9 +663,9 @@ 'zh': { 'add_text-adding': u'机器人:添加 %(adding)s', }, - 'zh-classical': { - 'add_text-adding': u'僕 增 %(adding)s', - }, + 'zh-classical': { + 'add_text-adding': u'僕 增 %(adding)s', + }, # Author: Simon Shek 'zh-hant': { 'add_text-adding': u'機械人:新增%(adding)s', @@ -674,10 +674,10 @@ 'zh-hk': { 'add_text-adding': u'機械人新增:%(adding)s', }, - 'zh-min-nan': { - 'add_text-adding': u'bot ka-thiam %(adding)s', - }, - 'zh-yue': { - 'add_text-adding': u'機械人 加 %(adding)s', - }, + 'zh-min-nan': { + 'add_text-adding': u'bot ka-thiam %(adding)s', + }, + 'zh-yue': { + 'add_text-adding': u'機械人 加 %(adding)s', + }, }; diff --git a/archivebot.py b/archivebot.py index 90dc99d..d40dccf 100644 --- a/archivebot.py +++ b/archivebot.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- msg = { - # Author: Xqt - 'en': { - 'archivebot-archive-full': u'(ARCHIVE FULL)', - 'archivebot-archive-summary': u'Robot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} from [[%(from)s]].', - 'archivebot-archiveheader': u'{{talkarchive}}', - 'archivebot-older-than': u'older than', - 'archivebot-page-summary': u'Robot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} (%(why)s) to %(archives)s.', - }, + # Author: Xqt + 'en': { + 'archivebot-archive-full': u'(ARCHIVE FULL)', + 'archivebot-archive-summary': u'Bot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} from [[%(from)s]].', + 'archivebot-archiveheader': u'{{talkarchive}}', + 'archivebot-older-than': u'older than', + 'archivebot-page-summary': u'Bot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} (%(why)s) to %(archives)s.', + }, # Author: Csisc # Author: McDutchie # Author: Shirayuki diff --git a/basic.py b/basic.py index 8dc14e1..c54ed8b 100644 --- a/basic.py +++ b/basic.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'basic-changing': u'Robot: Changing ...', - }, + 'en': { + 'basic-changing': u'Robot: Changing ...', + }, # Author: Shirayuki # Author: Xqt 'qqq': { diff --git a/blockpageschecker.py b/blockpageschecker.py index 43650b7..20c9d6a 100644 --- a/blockpageschecker.py +++ b/blockpageschecker.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'blockpageschecker-summary': u'Bot: Deleting out-dated template', - }, + 'en': { + 'blockpageschecker-summary': u'Bot: Deleting out-dated template', + }, 'qqq': { 'blockpageschecker-summary': u'Edit summary for blockpageschecker report', }, diff --git a/capitalize_redirects.py b/capitalize_redirects.py index decd64b..46243d3 100644 --- a/capitalize_redirects.py +++ b/capitalize_redirects.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'capitalize_redirects-create-redirect': u'Robot: Create redirect to [[%(to)s]]', - }, + 'en': { + 'capitalize_redirects-create-redirect': u'Bot: Create redirect to [[%(to)s]]', + }, # Author: Shirayuki 'qqq': { 'capitalize_redirects-create-redirect': u'Edit summary. Parameters:\n* %(to)s - page title', diff --git a/casechecker.py b/casechecker.py index 1ee07d8..2015514 100644 --- a/casechecker.py +++ b/casechecker.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'casechecker-rename': u'Bot: mixed case rename', - 'casechecker-delete-reason': u'This redirect used to point to %(target)s', - 'casechecker-delete-summary': u'Bot: This redirect contains identical looking Cyrillic and Latin letters in its title', - 'casechecker-replacement-linklist': u'%(source)s→%(target)s', - 'casechecker-replacement-summary': u'Bot: Case Replacements:', - }, + 'en': { + 'casechecker-rename': u'Bot: mixed case rename', + 'casechecker-delete-reason': u'This redirect used to point to %(target)s', + 'casechecker-delete-summary': u'Bot: This redirect contains identical looking Cyrillic and Latin letters in its title', + 'casechecker-replacement-linklist': u'%(source)s→%(target)s', + 'casechecker-replacement-summary': u'Bot: Case Replacements:', + }, # Author: McDutchie 'qqq': { 'casechecker-replacement-summary': u'Short edit summary when bot edits pages and fixes usage of upper- and lowercase letters', diff --git a/catall.py b/catall.py index 7e05c2a..cb5a515 100644 --- a/catall.py +++ b/catall.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'catall-changing': u'Robot: Changing categories', - }, + 'en': { + 'catall-changing': u'Bot: Changing categories', + }, # Author: Shirayuki 'qqq': { 'catall-changing': u'Edit summary.', diff --git a/category.py b/category.py index e7b7e47..26e0cf9 100644 --- a/category.py +++ b/category.py @@ -1,19 +1,19 @@ # -*- coding: utf-8 -*- msg = { - # Author: Xqt - 'en': { - 'category-adding': u'Robot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', - 'category-also-in': u'(also in %(alsocat)s)', - 'category-changing': u'Robot: Changing %(oldcat)s to %(newcat)s', - 'category-listifying': u'Robot: Listifying from %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}})', - 'category-removing': u'Robot: Removing from %(oldcat)s', - 'category-renamed': u'Robot: Moved from %s. Authors: %s', - 'category-replacing': u'Robot: Replacing category %(oldcat)s with %(newcat)s', - 'category-section-title': u'Page history of former %(oldcat)s', - 'category-version-history': u'Robot: Saving version history of former %(oldcat)s', - 'category-was-disbanded': u'Robot: Category was disbanded', - 'category-was-moved': u'Robot: Category was moved to [[:Category:%(newcat)s|%(title)s]]', - }, + # Author: Xqt + 'en': { + 'category-adding': u'Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', + 'category-also-in': u'(also in %(alsocat)s)', + 'category-changing': u'Bot: Changing %(oldcat)s to %(newcat)s', + 'category-listifying': u'Bot: Listifying from %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}})', + 'category-removing': u'Bot: Removing from %(oldcat)s', + 'category-renamed': u'Bot: Moved from %s. Authors: %s', + 'category-replacing': u'Bot: Replacing category %(oldcat)s with %(newcat)s', + '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-was-moved': u'Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]', + }, # Author: Csisc # Author: Lloffiwr # Author: Purodha @@ -1972,9 +1972,9 @@ 'category-section-title': u'之前%(oldcat)s的页面历史', 'category-listifying': u'机器人:从%(fromcat)s提取列表(%(num)d个项目)', }, - 'zh-classical': { - 'category-adding': u'僕: 增 category [[:Category:%(newcat)s|%(newcat)s]]', - }, + 'zh-classical': { + 'category-adding': u'僕: 增 category [[:Category:%(newcat)s|%(newcat)s]]', + }, # Author: Andrew971218 # Author: Justincheng12345 # Author: Simon Shek @@ -2006,10 +2006,10 @@ 'category-section-title': u'%(oldcat)s的頁面歷史', 'category-listifying': u'機械人從%(fromcat)s提取列表(%(num)d個紀錄)', }, - 'zh-min-nan': { - 'category-adding': u'bot: ka-thiam category [[:Category:%(newcat)s|%(newcat)s]]', - }, - 'zh-yue': { - 'category-adding': u'機械人: 加 category [[:Category:%(newcat)s|%(newcat)s]]', - }, + 'zh-min-nan': { + 'category-adding': u'bot: ka-thiam category [[:Category:%(newcat)s|%(newcat)s]]', + }, + 'zh-yue': { + 'category-adding': u'機械人: 加 category [[:Category:%(newcat)s|%(newcat)s]]', + }, }; diff --git a/category_redirect.py b/category_redirect.py index 8967b2d..92a6b95 100644 --- a/category_redirect.py +++ b/category_redirect.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'category_redirect-add-template': u'Robot: Adding category redirect template for maintenance', - 'category_redirect-change-category': u'Robot: Change redirected category [[:%(oldCatLink)s|%(oldCatTitle)s]] to [[:%(newCatLink)s|%(newCatTitle)s]]', - 'category_redirect-comment': u'Category redirect maintenance robot', - 'category_redirect-edit-request': u'The following protected pages have been detected as requiring updates to category links: %(itemlist)s', - 'category_redirect-edit-request-item': u'* %(title)s is in %(oldcat)s, which is a redirect to %(newcat)s', - 'category_redirect-fix-double': u'Robot: Fixing double-redirect', - }, + 'en': { + 'category_redirect-add-template': u'Bot: Adding category redirect template for maintenance', + 'category_redirect-change-category': u'Bot: Change redirected category [[:%(oldCatLink)s|%(oldCatTitle)s]] to [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-comment': u'Category redirect maintenance bot', + 'category_redirect-edit-request': u'The following protected pages have been detected as requiring updates to category links: %(itemlist)s', + 'category_redirect-edit-request-item': u'* %(title)s is in %(oldcat)s, which is a redirect to %(newcat)s', + 'category_redirect-fix-double': u'Bot: Fixing double-redirect', + }, # Author: Csisc # Author: Shirayuki # Author: Xqt @@ -959,9 +959,9 @@ 'category_redirect-edit-request-item': u'* %(title)s在%(oldcat)s中,是到%(newcat)s的重定向', 'category_redirect-fix-double': u'机器人:修正双重重定向', }, - 'zh-classical': { - 'category_redirect-fix-double': u'僕:復修渡口', - }, + 'zh-classical': { + 'category_redirect-fix-double': u'僕:復修渡口', + }, # Author: Justincheng12345 # Author: Waihorace 'zh-hant': { @@ -981,7 +981,7 @@ 'category_redirect-edit-request-item': u'%(title)s的分類%(oldcat)s已重定向至%(newcat)s', 'category_redirect-fix-double': u'機械人修復雙重重定向', }, - 'zh-yue': { - 'category_redirect-fix-double': u'機械人:拉直連串跳轉', - }, + 'zh-yue': { + 'category_redirect-fix-double': u'機械人:拉直連串跳轉', + }, }; diff --git a/clean_sandbox.py b/clean_sandbox.py index 881f60b..f285414 100644 --- a/clean_sandbox.py +++ b/clean_sandbox.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'clean_sandbox-cleaned': u'Robot: Automatically cleaned', - }, + 'en': { + 'clean_sandbox-cleaned': u'Bot: Automatically cleaned', + }, # Author: Csisc 'qqq': { 'clean_sandbox-cleaned': u'Summary message when the bot cleans sandbox', diff --git a/commons.py b/commons.py index d40b98b..28dda9a 100644 --- a/commons.py +++ b/commons.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'commons-file-moved': u'[[:File:%(localfile)s|File]] moved to [[:commons:File:%(commonsfile)s|commons]].', - 'commons-file-now-available': u'File is now available on [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', - }, + 'en': { + 'commons-file-moved': u'[[:File:%(localfile)s|File]] moved to [[:commons:File:%(commonsfile)s|commons]].', + 'commons-file-now-available': u'File is now available on [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', + }, # Author: Csisc 'qqq': { 'commons-file-moved': u'Edit summary when the bot replaces usage of an image available under a different name. %(localfile)s contains the local filename and %(commonsfile)s the filename at Commons.', diff --git a/commons_link.py b/commons_link.py index 36a5a38..251ce50 100644 --- a/commons_link.py +++ b/commons_link.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'commons_link-template-added': u'Robot: Include commons template', - 'commons_link-cat-template-added': u'Robot: Include commonscat template', - }, + 'en': { + 'commons_link-template-added': u'Bot: Include commons template', + 'commons_link-cat-template-added': u'Bot: Include commonscat template', + }, # Author: Siebrand 'qqq': { 'commons_link-template-added': u'Edit summary when the bot adds a template to a page that indicates a page (or gallery) exists on Wikimedia Commons about the page's topic.', diff --git a/cosmetic_changes.py b/cosmetic_changes.py index 10db0ee..73bb1af 100644 --- a/cosmetic_changes.py +++ b/cosmetic_changes.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'cosmetic_changes-append': u'; cosmetic changes', - 'cosmetic_changes-standalone': u'Robot: Cosmetic changes', - }, + 'en': { + 'cosmetic_changes-append': u'; cosmetic changes', + 'cosmetic_changes-standalone': u'Bot: Cosmetic changes', + }, # Author: Csisc # Author: Xqt 'qqq': { diff --git a/delete.py b/delete.py index de45ec9..0117aa2 100644 --- a/delete.py +++ b/delete.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'delete-from-category': u'Robot: Deleting all pages from category %(page)s', - 'delete-from-file': u'Robot: Deleting a list of pages.', - 'delete-images': u'Robot: Deleting all images on page %(page)s', - 'delete-linked-pages': u'Robot: Deleting all pages linked from %(page)s', - 'delete-referring-pages': u'Robot: Deleting all pages referring from %(page)s', - }, + 'en': { + 'delete-from-category': u'Bot: Deleting all pages from category %(page)s', + 'delete-from-file': u'Bot: Deleting a list of pages.', + 'delete-images': u'Bot: Deleting all images on page %(page)s', + 'delete-linked-pages': u'Bot: Deleting all pages linked from %(page)s', + 'delete-referring-pages': u'Bot: Deleting all pages referring from %(page)s', + }, # Author: Lloffiwr # Author: Shirayuki # Author: Xqt @@ -25,10 +25,10 @@ 'delete-from-file': u'بوت: حذف قائمة من الملفات.', 'delete-linked-pages': u'روبوت - حذف كل الصفحات الموصولة من %(page)s', }, - # Author: Naudefj - 'af': { - 'delete-from-file': u'Robot: skrap 'n lys van lêers.', - }, + # Author: Naudefj + 'af': { + 'delete-from-file': u'Robot: skrap 'n lys van lêers.', + }, # Author: Als-Chlämens # Author: Als-Holder 'als': { @@ -47,10 +47,10 @@ 'delete-from-file': u'بوت: حذف قائمة من الملفات.', 'delete-linked-pages': u'روبوت - حذف كل الصفحات الموصولة من %(page)s', }, - # Author: Basharh - 'arc': { - 'delete-from-file': u'ܪܘܒܘܛ: ܫܝܦܐ ܕܡܟܬܒܘܬܐ ܕܠܦܦ̈ܐ', - }, + # Author: Basharh + 'arc': { + 'delete-from-file': u'ܪܘܒܘܛ: ܫܝܦܐ ܕܡܟܬܒܘܬܐ ܕܠܦܦ̈ܐ', + }, # Author: Esbardu # Author: Xuacu 'ast': { @@ -390,14 +390,14 @@ 'delete-from-file': u'Bot: Mbusak daptar berkas.', 'delete-linked-pages': u'Bot: Mbusak kabèh kaca sing kaubung saka %(page)s', }, - # Author: Akoppad - 'kn': { - 'delete-images': u'ರೋಬೋಟ್: ಪುಟ %(ಪುಟ)ಗಳ ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', - 'delete-referring-pages': u'ರೋಬೋಟ್: % (ಪುಟ)ಗಳಲ್ಲಿರು ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', - 'delete-from-category': u'ರೋಬೋಟ್: % (ಪುಟ) ಗಳ ವರ್ಗದಲ್ಲಿರು ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', - 'delete-from-file': u'ರೋಬೋಟ್: ಕಡತಗಳ ಪಟ್ಟಿಯನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.', - 'delete-linked-pages': u'ರೋಬೋಟ್:% (ಪುಟ) ಗೆ ಸಂಬಂದ ಪಟ್ಟ ಎಲ್ಲ ಲಿಂಕ್ ಎಲ್ಲಾ ಪುಟಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', - }, + # Author: Akoppad + 'kn': { + 'delete-images': u'ರೋಬೋಟ್: ಪುಟ %(ಪುಟ)ಗಳ ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', + 'delete-referring-pages': u'ರೋಬೋಟ್: % (ಪುಟ)ಗಳಲ್ಲಿರು ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', + 'delete-from-category': u'ರೋಬೋಟ್: % (ಪುಟ) ಗಳ ವರ್ಗದಲ್ಲಿರು ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', + 'delete-from-file': u'ರೋಬೋಟ್: ಕಡತಗಳ ಪಟ್ಟಿಯನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.', + 'delete-linked-pages': u'ರೋಬೋಟ್:% (ಪುಟ) ಗೆ ಸಂಬಂದ ಪಟ್ಟ ಎಲ್ಲ ಲಿಂಕ್ ಎಲ್ಲಾ ಪುಟಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', + }, # Author: 아라 'ko': { 'delete-images': u'로봇: %(page)s 문서에 모든 그림 삭제', @@ -749,10 +749,10 @@ 'delete-from-file': u'Бот: Видалення списку сторінок.', 'delete-linked-pages': u'Бот: Видалення усіх сторінок, пов'язаних із %(page)s', }, - # Author: CoderSI - 'uz': { - 'delete-from-file': u'Bot: Fayllar ro‘yxati o‘chirildi', - }, + # Author: CoderSI + 'uz': { + 'delete-from-file': u'Bot: Fayllar ro‘yxati o‘chirildi', + }, # Author: Alunardon90 # Author: GatoSelvadego 'vec': { diff --git a/djvutext.py b/djvutext.py index 23f2305..6a5c9b8 100644 --- a/djvutext.py +++ b/djvutext.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'djvutext-creating': u'Robot: Creating page with text extracted from DjVu', - }, + 'en': { + 'djvutext-creating': u'Bot: Creating page with text extracted from DjVu', + }, # Author: Csisc # Author: Przemub # Author: Shirayuki diff --git a/editarticle.py b/editarticle.py index 73db7eb..be12e90 100644 --- a/editarticle.py +++ b/editarticle.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'editarticle-edit': u'Manual edit with robot: %(description)s', - }, + 'en': { + 'editarticle-edit': u'Manual edit with bot: %(description)s', + }, # Author: Csisc 'qqq': { 'editarticle-edit': u'Edit summary when the bot owner edits a text while the bot invoked an editor. <code>%(descriptions)s</code> gives further informations.', @@ -184,10 +184,10 @@ 'jv': { 'editarticle-edit': u'Sunting manual mawa bot: %(description)s', }, - # Author: Akoppad - 'kn': { - 'editarticle-edit': u'ರೋಬೋಟ್ ನೊಂದಿಗೆ ಮಾನವ ತಿದ್ದುಪಡಿ : %(ವಿವರಣೆ)s', - }, + # Author: Akoppad + 'kn': { + 'editarticle-edit': u'ರೋಬೋಟ್ ನೊಂದಿಗೆ ಮಾನವ ತಿದ್ದುಪಡಿ : %(ವಿವರಣೆ)s', + }, # Author: 아라 'ko': { 'editarticle-edit': u'로봇으로 수동 편집: %(description)s', diff --git a/featured.py b/featured.py index 312b590..93d240f 100644 --- a/featured.py +++ b/featured.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'featured-featured': u'Robot: %(page)s is a featured article', - 'featured-former': u'Robot: %(page)s is a former featured article', - 'featured-good': u'Robot: %(page)s is a good article', - 'featured-list': u'Robot: %(page)s is a featured list', - }, + 'en': { + 'featured-featured': u'Bot: %(page)s is a featured article', + 'featured-former': u'Bot: %(page)s is a former featured article', + 'featured-good': u'Bot: %(page)s is a good article', + 'featured-list': u'Bot: %(page)s is a featured list', + }, # Author: Shirayuki 'qqq': { 'featured-former': u'Used as edit summary. Variables:\n* %(page)s - page title', diff --git a/fixing_redirects.py b/fixing_redirects.py index c3808a3..2aabc2b 100644 --- a/fixing_redirects.py +++ b/fixing_redirects.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'fixing_redirects-fixing': u'Bot: Fixing redirects', - }, + 'en': { + 'fixing_redirects-fixing': u'Bot: Fixing redirects', + }, # Author: Shirayuki 'qqq': { 'fixing_redirects-fixing': u'Used as edit summary.', diff --git a/interwiki.py b/interwiki.py index 362aa54..3f9c5af 100644 --- a/interwiki.py +++ b/interwiki.py @@ -1,15 +1,15 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'interwiki-adding': u'Robot: Adding %(adding)s', - 'interwiki-adding-modifying': u'Robot: Adding %(adding)s; modifying %(modifying)s', - 'interwiki-adding-removing': u'Robot: Adding %(adding)s; removing: %(removing)s', - 'interwiki-adding-removing-modifying': u'Robot: Adding %(adding)s; removing %(removing)s; modifying %(modifying)s', - 'interwiki-modifying': u'Robot: Modifying %(modifying)s', - 'interwiki-modifying-from': u'Robot: Modifying %(from)s to %(modifying)s', - 'interwiki-removing': u'Robot: Removing %(removing)s', - 'interwiki-removing-modifying': u'Robot: Removing %(removing)s; modifying %(modifying)s', - }, + 'en': { + 'interwiki-adding': u'Bot: Adding %(adding)s', + 'interwiki-adding-modifying': u'Bot: Adding %(adding)s; modifying %(modifying)s', + 'interwiki-adding-removing': u'Bot: Adding %(adding)s; removing: %(removing)s', + 'interwiki-adding-removing-modifying': u'Bot: Adding %(adding)s; removing %(removing)s; modifying %(modifying)s', + 'interwiki-modifying': u'Bot: Modifying %(modifying)s', + 'interwiki-modifying-from': u'Bot: Modifying %(from)s to %(modifying)s', + 'interwiki-removing': u'Bot: Removing %(removing)s', + 'interwiki-removing-modifying': u'Bot: Removing %(removing)s; modifying %(modifying)s', + }, # Author: Csisc # Author: Shirayuki # Author: The Evil IP address @@ -2005,15 +2005,15 @@ 'interwiki-removing-modifying': u'机器人移除:%(removing)s 修改:%(modifying)s', 'interwiki-modifying-from': u'机器人:修改%(from)s至%(modifying)s', }, - 'zh-classical': { - 'interwiki-modifying': u'僕 修: %(modifying)s', - 'interwiki-adding-modifying': u'僕 增: %(adding)s 修: %(modifying)s', - 'interwiki-adding-removing': u'僕 增: %(adding)s 削: %(removing)s', - 'interwiki-adding-removing-modifying': u'僕 增: %(adding)s 削: %(removing)s 修: %(modifying)s', - 'interwiki-adding': u'僕 增: %(adding)s', - 'interwiki-removing': u'僕 削: %(removing)s', - 'interwiki-removing-modifying': u'僕 削: %(removing)s 修: %(modifying)s', - }, + 'zh-classical': { + 'interwiki-modifying': u'僕 修: %(modifying)s', + 'interwiki-adding-modifying': u'僕 增: %(adding)s 修: %(modifying)s', + 'interwiki-adding-removing': u'僕 增: %(adding)s 削: %(removing)s', + 'interwiki-adding-removing-modifying': u'僕 增: %(adding)s 削: %(removing)s 修: %(modifying)s', + 'interwiki-adding': u'僕 增: %(adding)s', + 'interwiki-removing': u'僕 削: %(removing)s', + 'interwiki-removing-modifying': u'僕 削: %(removing)s 修: %(modifying)s', + }, # Author: Alexsh # Author: Andrew971218 # Author: Justincheng12345 @@ -2039,22 +2039,22 @@ 'interwiki-removing-modifying': u'機械人刪除%(removing)s、修改%(modifying)s', 'interwiki-modifying-from': u'機械人更換%(from)s至%(modifying)s', }, - 'zh-min-nan': { - 'interwiki-modifying': u'bot siu-kái: %(modifying)s', - 'interwiki-adding-modifying': u'bot ka-thiam: %(adding)s siu-kái: %(modifying)s', - 'interwiki-adding-removing': u'bot ka-thiam: %(adding)s thiah-tû: %(removing)s', - 'interwiki-adding-removing-modifying': u'bot ka-thiam: %(adding)s thiah-tû: %(removing)s siu-kái: %(modifying)s', - 'interwiki-adding': u'bot ka-thiam: %(adding)s', - 'interwiki-removing': u'bot thiah-tû: %(removing)s', - 'interwiki-removing-modifying': u'bot thiah-tû: %(removing)s siu-kái: %(modifying)s', - }, - 'zh-yue': { - 'interwiki-modifying': u'機械人 改: %(modifying)s', - 'interwiki-adding-modifying': u'機械人 加: %(adding)s 改: %(modifying)s', - 'interwiki-adding-removing': u'機械人 加: %(adding)s 減: %(removing)s', - 'interwiki-adding-removing-modifying': u'機械人 加: %(adding)s 減: %(removing)s 改: %(modifying)s', - 'interwiki-adding': u'機械人 加: %(adding)s', - 'interwiki-removing': u'機械人 減: %(removing)s', - 'interwiki-removing-modifying': u'機械人 減: %(removing)s 改: %(modifying)s', - }, + 'zh-min-nan': { + 'interwiki-modifying': u'bot siu-kái: %(modifying)s', + 'interwiki-adding-modifying': u'bot ka-thiam: %(adding)s siu-kái: %(modifying)s', + 'interwiki-adding-removing': u'bot ka-thiam: %(adding)s thiah-tû: %(removing)s', + 'interwiki-adding-removing-modifying': u'bot ka-thiam: %(adding)s thiah-tû: %(removing)s siu-kái: %(modifying)s', + 'interwiki-adding': u'bot ka-thiam: %(adding)s', + 'interwiki-removing': u'bot thiah-tû: %(removing)s', + 'interwiki-removing-modifying': u'bot thiah-tû: %(removing)s siu-kái: %(modifying)s', + }, + 'zh-yue': { + 'interwiki-modifying': u'機械人 改: %(modifying)s', + 'interwiki-adding-modifying': u'機械人 加: %(adding)s 改: %(modifying)s', + 'interwiki-adding-removing': u'機械人 加: %(adding)s 減: %(removing)s', + 'interwiki-adding-removing-modifying': u'機械人 加: %(adding)s 減: %(removing)s 改: %(modifying)s', + 'interwiki-adding': u'機械人 加: %(adding)s', + 'interwiki-removing': u'機械人 減: %(removing)s', + 'interwiki-removing-modifying': u'機械人 減: %(removing)s 改: %(modifying)s', + }, }; diff --git a/isbn.py b/isbn.py index dc2bd2f..7c35424 100644 --- a/isbn.py +++ b/isbn.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'isbn-formatting': u'Robot: Formatting ISBN', - }, + 'en': { + 'isbn-formatting': u'Bot: Formatting ISBN', + }, # Author: Csisc # Author: Lloffiwr # Author: Xqt diff --git a/lonelypages.py b/lonelypages.py index d591092..f45ab8f 100644 --- a/lonelypages.py +++ b/lonelypages.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'lonelypages-comment-add-template': u'Robot: Orphan page, add template', - 'lonelypages-comment-add-disambig-template': u'Robot: Adding a disambig page', - }, + 'en': { + 'lonelypages-comment-add-template': u'Bot: Orphan page, add template', + 'lonelypages-comment-add-disambig-template': u'Bot: Adding a disambig page', + }, 'qqq': { 'lonelypages-comment-add-disambig-template': u'Edit summary when adding lonely page to disambiguation page', 'lonelypages-comment-add-template': u'Edit summary when adding template to orphan page', diff --git a/makecat.py b/makecat.py index 7aca5bc..3e7c63b 100644 --- a/makecat.py +++ b/makecat.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'makecat-create': u'Robot: Creation or update of category [[:Category:%(cat)s|]]', - }, + 'en': { + 'makecat-create': u'Bot: Creation or update of category [[:Category:%(cat)s|]]', + }, 'qqq': { 'makecat-create': u'{{doc-important|Do not change ":Category:%(cat)s" so this message will work in any language.}}\nEdit summary when the bot creates or updates a category.\n* %(cat)s - category name', }, diff --git a/misspelling.py b/misspelling.py index d505e09..b7f1a28 100644 --- a/misspelling.py +++ b/misspelling.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'misspelling-fixing': u'Robot: Fixing misspelled link to %(page)s', - }, + 'en': { + 'misspelling-fixing': u'Bot: Fixing misspelled link to %(page)s', + }, 'qqq': { 'misspelling-fixing': u'Edit summary when the bot fixes links that contain common spelling mistakes.', }, diff --git a/movepages.py b/movepages.py index ec2ae47..be9005e 100644 --- a/movepages.py +++ b/movepages.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'movepages-moving': u'Robot: Moved page', - }, + 'en': { + 'movepages-moving': u'Bot: Moved page', + }, # Author: Shirayuki 'qqq': { 'movepages-moving': u'Used as edit summary.', diff --git a/ndashredir.py b/ndashredir.py index 3bcccba..7db3f61 100644 --- a/ndashredir.py +++ b/ndashredir.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- msg = { - # Author: Bináris - 'en': { - 'ndashredir-create': u'Bot: Creating hyphenated redirect to [[%(title)s]]', - }, + # Author: Bináris + 'en': { + 'ndashredir-create': u'Bot: Creating hyphenated redirect to [[%(title)s]]', + }, # Author: Shirayuki 'qqq': { 'ndashredir-create': u'Used as edit summary. Parameters:\n* %(title)s - page title', diff --git a/noreferences.py b/noreferences.py index 605efaf..cea3935 100644 --- a/noreferences.py +++ b/noreferences.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'noreferences-add-tag': u'Robot: Adding missing <references /> tag', - }, + 'en': { + 'noreferences-add-tag': u'Bot: Adding missing <references /> tag', + }, # Author: Csisc # Author: Xqt 'qqq': { diff --git a/protect.py b/protect.py index 5bc5d38..38148e7 100644 --- a/protect.py +++ b/protect.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'protect-simple': u'Robot: Protecting a list of files.', - 'protect-category': u'Robot: Protecting all pages from category %(cat)s', - 'protect-links': u'Robot: Protecting all pages linked from %(page)s', - 'protect-ref': u'Robot: Protecting all pages referring from %(page)s', - 'protect-images': u'Robot: Protecting all images on page %(page)s', - }, + 'en': { + 'protect-simple': u'Bot: Protecting a list of files.', + 'protect-category': u'Bot: Protecting all pages from category %(cat)s', + 'protect-links': u'Bot: Protecting all pages linked from %(page)s', + 'protect-ref': u'Bot: Protecting all pages referring from %(page)s', + 'protect-images': u'Bot: Protecting all images on page %(page)s', + }, # Author: Geoffrey "GEOFBOT" Mon # Author: Valhallasw # Author: Xqt diff --git a/pywikibot.py b/pywikibot.py index 0c3bfcd..5968b26 100644 --- a/pywikibot.py +++ b/pywikibot.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'pywikibot-enter-category-name': u'Please enter the category name:', - 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?', - 'pywikibot-enter-finished-browser': u'Press Enter when finished in browser.', - 'pywikibot-enter-namespace-number': u'Please enter a namespace by its number:', - 'pywikibot-enter-new-text': u'Please enter the new text:', - 'pywikibot-enter-page-processing': u'Which page should be processed?', - 'pywikibot-enter-xml-filename': u'Please enter the XML dump's filename:', - }, + 'en': { + 'pywikibot-enter-category-name': u'Please enter the category name:', + 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?', + 'pywikibot-enter-finished-browser': u'Press Enter when finished in browser.', + 'pywikibot-enter-namespace-number': u'Please enter a namespace by its number:', + 'pywikibot-enter-new-text': u'Please enter the new text:', + 'pywikibot-enter-page-processing': u'Which page should be processed?', + 'pywikibot-enter-xml-filename': u'Please enter the XML dump's filename:', + }, # Author: Als-Holder # Author: TTMTT 'qqq': { diff --git a/redirect.py b/redirect.py index 681262b..49d4bed 100644 --- a/redirect.py +++ b/redirect.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- msg = { - # Author: Xqt - 'en': { - 'redirect-broken-redirect-template': u'{{db-r1}}', - 'redirect-fix-broken-moved': u'Robot: Fixing broken redirect to moved target page %(to)s', - 'redirect-fix-double': u'Robot: Fixing double redirect to %(to)s', - 'redirect-fix-loop': u'Robot: Fixing redirect loop to %(to)s', - 'redirect-remove-broken': u'Robot: Redirect to a deleted or non-existent page', - 'redirect-remove-loop': u'Robot: Redirect target forms a redirect loop', - }, + # Author: Xqt + 'en': { + 'redirect-broken-redirect-template': u'{{db-r1}}', + 'redirect-fix-broken-moved': u'Bot: Fixing broken redirect to moved target page %(to)s', + 'redirect-fix-double': u'Bot: Fixing double redirect to %(to)s', + 'redirect-fix-loop': u'Bot: Fixing redirect loop to %(to)s', + 'redirect-remove-broken': u'Bot: Redirect to a deleted or non-existent page', + 'redirect-remove-loop': u'Bot: Redirect target forms a redirect loop', + }, # Author: Csisc # Author: Lloffiwr # Author: Nemo bis @@ -874,10 +874,10 @@ 'redirect-remove-loop': u'Robot: mocka pukniyńć', 'redirect-broken-redirect-template': u'{{delete|pukniyńciy dŏ wyciepanyj zajty}}', }, - # Author: செல்வா - 'ta': { - 'redirect-remove-broken': u'[[WP:CSD#G8|G8]]: நீக்கப்பட்ட அல்லது இல்லாத பக்கத்துக்கு [[Wikipedia:Redirect|வழிமாற்று]]', - }, + # Author: செல்வா + 'ta': { + 'redirect-remove-broken': u'[[WP:CSD#G8|G8]]: நீக்கப்பட்ட அல்லது இல்லாத பக்கத்துக்கு [[Wikipedia:Redirect|வழிமாற்று]]', + }, # Author: Nullzero 'th': { 'redirect-fix-double': u'โรบอต: แก้หน้าเปลี่ยนทางซ้ำซ้อน → %(to)s', @@ -997,9 +997,9 @@ 'redirect-remove-loop': u'机器人:重定向目标构成循环', 'redirect-broken-redirect-template': u'{{db-r1}}', }, - 'zh-classical': { - 'redirect-fix-double': u'僕:復修渡口 → %(to)s', - }, + 'zh-classical': { + 'redirect-fix-double': u'僕:復修渡口 → %(to)s', + }, # Author: Andrew971218 # Author: Justincheng12345 # Author: Liangent @@ -1019,8 +1019,8 @@ 'redirect-fix-loop': u'機械人修復重定向迴圈至%(to)s', 'redirect-remove-loop': u'[[WP:SD#R5|R5]]:[[Wikipedia:重定向|重定向]]目標構成循環', }, - 'zh-yue': { - 'redirect-fix-double': u'機械人:拉直連串跳轉 → %(to)s', - 'redirect-remove-broken': u'機械人:跳轉目標唔存在', - }, + 'zh-yue': { + 'redirect-fix-double': u'機械人:拉直連串跳轉 → %(to)s', + 'redirect-remove-broken': u'機械人:跳轉目標唔存在', + }, }; diff --git a/reflinks.py b/reflinks.py index a9ad549..259d2ae 100644 --- a/reflinks.py +++ b/reflinks.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'reflinks-autogen': u'autogenerated', - 'reflinks-msg': u'Bot: Converting bare references, using ref names to avoid duplicates, see [[%(manual)s|FAQ]]', - 'reflinks-comment': u'Bot generated title', - }, + 'en': { + 'reflinks-autogen': u'autogenerated', + 'reflinks-msg': u'Bot: Converting bare references, using ref names to avoid duplicates, see [[%(manual)s|FAQ]]', + 'reflinks-comment': u'Bot generated title', + }, # Author: Shirayuki 'qqq': { 'reflinks-autogen': u'A short identifier for autogenerated reference titles', diff --git a/replace.py b/replace.py index effada3..8cf951c 100644 --- a/replace.py +++ b/replace.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'replace-replacing': u'Robot: Automated text replacement %(description)s', - }, + 'en': { + 'replace-replacing': u'Bot: Automated text replacement %(description)s', + }, # Author: Csisc # Author: Xqt 'qqq': { diff --git a/revertbot.py b/revertbot.py index c2cc76f..0edd677 100644 --- a/revertbot.py +++ b/revertbot.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'revertbot-revert': u'Bot: Reverted to revision %(revid)s by %(author)s on %(timestamp)s', - }, + 'en': { + 'revertbot-revert': u'Bot: Reverted to revision %(revid)s by %(author)s on %(timestamp)s', + }, # Author: Geoffrey "GEOFBOT" Mon 'qqq': { 'revertbot-revert': u'Edit summary when the bot reverts an edit. Parameters: revid %(revid)s, author %(author)s, timestamp %(timestamp)s', diff --git a/solve_disambiguation.py b/solve_disambiguation.py index 49092fb..a7adf5c 100644 --- a/solve_disambiguation.py +++ b/solve_disambiguation.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'solve_disambiguation-adding-dn-template': u'Robot-assisted disambiguation: %(from)s - Marked as needing expert attention', - 'solve_disambiguation-links-removed': u'Robot-assisted disambiguation: %(from)s - Removed link(s).', - 'solve_disambiguation-links-resolved': u'Robot-assisted disambiguation: %(from)s - Changed link(s) to %(to)s', - 'solve_disambiguation-redirect-adding-dn-template': u'Robot-assisted disambiguation: %(from)s - Marked as needing expert attention', - 'solve_disambiguation-redirect-removed': u'Robot-assisted disambiguation: %(from)s - Removed link(s)', - 'solve_disambiguation-redirect-resolved': u'Robot-assisted disambiguation: %(from)s - Changed link(s) to %(to)s', - 'solve_disambiguation-unknown-page': u'(unknown)', - }, + 'en': { + 'solve_disambiguation-adding-dn-template': u'Bot-assisted disambiguation: %(from)s - Marked as needing expert attention', + 'solve_disambiguation-links-removed': u'Bot-assisted disambiguation: %(from)s - Removed link(s).', + 'solve_disambiguation-links-resolved': u'Bot-assisted disambiguation: %(from)s - Changed link(s) to %(to)s', + 'solve_disambiguation-redirect-adding-dn-template': u'Bot-assisted disambiguation: %(from)s - Marked as needing expert attention', + 'solve_disambiguation-redirect-removed': u'Bot-assisted disambiguation: %(from)s - Removed link(s)', + 'solve_disambiguation-redirect-resolved': u'Bot-assisted disambiguation: %(from)s - Changed link(s) to %(to)s', + 'solve_disambiguation-unknown-page': u'(unknown)', + }, # Author: Csisc # Author: EugeneZelenko # Author: Purodha diff --git a/spamremove.py b/spamremove.py index 1c6315f..b9504c5 100644 --- a/spamremove.py +++ b/spamremove.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'spamremove-remove': u'Removing links to spamming site %(url)s', - }, + 'en': { + 'spamremove-remove': u'Removing links to spamming site %(url)s', + }, 'qqq': { 'spamremove-remove': u'Edit summary for spamremove report', }, diff --git a/spellcheck.py b/spellcheck.py index a6f99eb..5f43988 100644 --- a/spellcheck.py +++ b/spellcheck.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'spellcheck-checking': u'Bot-aided spell checker', - }, + 'en': { + 'spellcheck-checking': u'Bot-aided spell checker', + }, # Author: Shirayuki 'qqq': { 'spellcheck-checking': u'Used as edit summary.', diff --git a/table2wiki.py b/table2wiki.py index 5804ada..a5e5398 100644 --- a/table2wiki.py +++ b/table2wiki.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- msg = { - # Author: Xqt - 'en': { - 'table2wiki-no-warning': u'User-controlled robot: Table syntax updated', - 'table2wiki-warnings': u'User-controlled robot: Table syntax updated - {{PLURAL:count|1 warning|%(count)d warnings}}!', - }, + # Author: Xqt + 'en': { + 'table2wiki-no-warning': u'User-controlled bot: Table syntax updated', + 'table2wiki-warnings': u'User-controlled bot: Table syntax updated - {{PLURAL:count|1 warning|%(count)d warnings}}!', + }, # Author: Csisc # Author: Shirayuki # Author: Siebrand diff --git a/template.py b/template.py index f4b290c..d000273 100644 --- a/template.py +++ b/template.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'template-changing': u'Robot: Changing {{PLURAL:%(num)d|template|templates}}: %(list)s', - 'template-removing': u'Robot: Removing {{PLURAL:%(num)d|template|templates}}: %(list)s', - 'template-substituting': u'Robot: Substituting {{PLURAL:%(num)d|template|templates}}: %(list)s', - }, + 'en': { + 'template-changing': u'Bot: Changing {{PLURAL:%(num)d|template|templates}}: %(list)s', + 'template-removing': u'Bot: Removing {{PLURAL:%(num)d|template|templates}}: %(list)s', + 'template-substituting': u'Bot: Substituting {{PLURAL:%(num)d|template|templates}}: %(list)s', + }, # Author: Shirayuki 'qqq': { 'template-removing': u'Used as edit summary. Variables:\n* %(num)d - number of templates\n* %(list)s - list of templates (separated by {{msg-mw|Comma-separator}})', @@ -414,9 +414,9 @@ 'template-changing': u'Robot: {{PLURAL:%(num)d|promijenjen šablon|promijenjeni šabloni}}: %(list)s', 'template-substituting': u'Bot: {{PLURAL:%(num)d|zamijenjen šablon|zamijenjeni šabloni}}: %(list)s', }, - # Author: පසිඳු කාවින්ද - 'si': { - }, + # Author: පසිඳු කාවින්ද + 'si': { + }, # Author: Teslaton 'sk': { 'template-removing': u'Robot: Odstránenie {{PLURAL:%(num)d|šablóny|šablón}}: %(list)s', diff --git a/thirdparty.py b/thirdparty.py index 67a7968..a6a3964 100644 --- a/thirdparty.py +++ b/thirdparty.py @@ -1,25 +1,25 @@ # -*- coding: utf-8 -*- msg = { - # Author: DrTrigon - 'en': { - 'thirdparty-drtrigonbot-subster-summary-mod': u'substituting %(tags)s tag(s)', - 'thirdparty-drtrigonbot-sum_disc-notify-changed': u'Discussion changed', - 'thirdparty-drtrigonbot-sum_disc-notify-closed': u'Discussion closed', - 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'ROBOT MESSAGE', - 'thirdparty-drtrigonbot-sum_disc-notify-new': u'New Discussion', - 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'Notification', - 'thirdparty-drtrigonbot-sum_disc-parse': u':* %(notify)s: %(page_sections)s - [%(history_link)s last edit] (%(page_size)s bytes) by %(user)s (%(time)s)', - 'thirdparty-drtrigonbot-sum_disc-parse-closed': u':* %(notify)s: %(page)s all discussions have finished (surveillance stopped) - last edit by %(user)s (%(time)s)', - 'thirdparty-drtrigonbot-sum_disc-parse-end': u'<noinclude>\n\nSummary generated from and at: %(sign)s</noinclude>', - 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(no human editor found)', - 'thirdparty-drtrigonbot-sum_disc-parse-notify': u':* %(notify)s: <span class="plainlinks">[%(page_link)s %(page)s]</span> - last edit by [[User:%(user)s]] (%(time)s)', - 'thirdparty-drtrigonbot-sum_disc-parse-start': u'; %d. %B %Y', - 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':* Robot warning message: %(page)s "''%(warning)s''"', - 'thirdparty-drtrigonbot-sum_disc-summary-add': u'Discussion summary added: %(num)i entries', - 'thirdparty-drtrigonbot-sum_disc-summary-clean': u'Discussion summary added with clean up: %(num)i entries', - 'thirdparty-drtrigonbot-sum_disc-summary-head': u'robot', - 'thirdparty-drtrigonbot-sum_disc-summary-mod': u'Discussion summary updated: %(num)i entries in %(page)s', - }, + # Author: DrTrigon + 'en': { + 'thirdparty-drtrigonbot-subster-summary-mod': u'substituting %(tags)s tag(s)', + 'thirdparty-drtrigonbot-sum_disc-notify-changed': u'Discussion changed', + 'thirdparty-drtrigonbot-sum_disc-notify-closed': u'Discussion closed', + 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'BOT MESSAGE', + 'thirdparty-drtrigonbot-sum_disc-notify-new': u'New Discussion', + 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'Notification', + 'thirdparty-drtrigonbot-sum_disc-parse': u':* %(notify)s: %(page_sections)s - [%(history_link)s last edit] (%(page_size)s bytes) by %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-closed': u':* %(notify)s: %(page)s all discussions have finished (surveillance stopped) - last edit by %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-end': u'<noinclude>\n\nSummary generated from and at: %(sign)s</noinclude>', + 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(no human editor found)', + 'thirdparty-drtrigonbot-sum_disc-parse-notify': u':* %(notify)s: <span class="plainlinks">[%(page_link)s %(page)s]</span> - last edit by [[User:%(user)s]] (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-start': u'; %d. %B %Y', + 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':* Bot warning message: %(page)s "''%(warning)s''"', + 'thirdparty-drtrigonbot-sum_disc-summary-add': u'Discussion summary added: %(num)i entries', + 'thirdparty-drtrigonbot-sum_disc-summary-clean': u'Discussion summary added with clean up: %(num)i entries', + 'thirdparty-drtrigonbot-sum_disc-summary-head': u'bot', + 'thirdparty-drtrigonbot-sum_disc-summary-mod': u'Discussion summary updated: %(num)i entries in %(page)s', + }, # Author: Csisc # Author: DrTrigon # Author: EugeneZelenko diff --git a/unlink.py b/unlink.py index 33f75c8..b2fc385 100644 --- a/unlink.py +++ b/unlink.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'unlink-unlinking': u'Robot: Unlinking "%s"', - }, + 'en': { + 'unlink-unlinking': u'Bot: Unlinking "%s"', + }, # Author: Shirayuki 'qqq': { 'unlink-unlinking': u'Used as edit summary. Variables:\n* %s - title of the page to unlink', diff --git a/weblinkchecker.py b/weblinkchecker.py index 83f673d..f55a8d8 100644 --- a/weblinkchecker.py +++ b/weblinkchecker.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'weblinkchecker-archive_msg': u'The web page has been saved by the Internet Archive. Please consider linking to an appropriate archived version: [%(URL)s].', - 'weblinkchecker-caption': u'Dead link', - 'weblinkchecker-summary': u'Robot: Reporting unavailable external link', - 'weblinkchecker-report': u'During several automated bot runs the following external link was found to be unavailable. Please check if the link is in fact down and fix or remove it in that case!', - }, + 'en': { + 'weblinkchecker-archive_msg': u'The web page has been saved by the Internet Archive. Please consider linking to an appropriate archived version: [%(URL)s].', + 'weblinkchecker-caption': u'Dead link', + 'weblinkchecker-summary': u'Bot: Reporting unavailable external link', + 'weblinkchecker-report': u'During several automated bot runs the following external link was found to be unavailable. Please check if the link is in fact down and fix or remove it in that case!', + }, 'qqq': { 'weblinkchecker-archive_msg': u'weblinkchecker report message for web archives', 'weblinkchecker-caption': u'The weblinkchecker report's caption', diff --git a/welcome.py b/welcome.py index cc2ef3e..fd2de45 100644 --- a/welcome.py +++ b/welcome.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- msg = { - 'en': { - 'welcome-bad_username': u'Robot: Adding a username that needs to be checked', - 'welcome-updating': u'Robot: Updating log', - 'welcome-welcome': u'Welcome!', - }, + 'en': { + 'welcome-bad_username': u'Bot: Adding a username that needs to be checked', + 'welcome-updating': u'Bot: Updating log', + 'welcome-welcome': u'Welcome!', + }, # Author: Csisc # Author: EugeneZelenko # Author: Xqt @@ -752,8 +752,8 @@ 'welcome-bad_username': u'機械人添加需要檢查的用戶名', 'welcome-updating': u'機械人更新日誌', }, - 'zh-yue': { - 'welcome-welcome': u'歡迎', - 'welcome-updating': u'Bot: 更新日誌', - }, + 'zh-yue': { + 'welcome-welcome': u'歡迎', + 'welcome-updating': u'Bot: 更新日誌', + }, };
pywikibot-commits@lists.wikimedia.org