http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10938
Revision: 10938 Author: huji Date: 2013-01-16 15:46:54 +0000 (Wed, 16 Jan 2013) Log Message: ----------- Removing template-specific localize comma message because it already is in the master pywikibot.py
Modified Paths: -------------- branches/rewrite/scripts/i18n/template.py
Modified: branches/rewrite/scripts/i18n/template.py =================================================================== --- branches/rewrite/scripts/i18n/template.py 2013-01-16 15:37:12 UTC (rev 10937) +++ branches/rewrite/scripts/i18n/template.py 2013-01-16 15:46:54 UTC (rev 10938) @@ -4,7 +4,6 @@ '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', - 'template-comma': u', ', }, # Author: Csisc 'aeb': { @@ -32,7 +31,6 @@ 'ast': { 'template-removing': u'Robó: Desaniciando {{PLURAL:%(num)d|plantía|plantíes}}: %(list)s', 'template-changing': u'Robó: Camudando {{PLURAL:%(num)d|plantía|plantíes}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robó: Trocando {{PLURAL:%(num)d|plantía|plantíes}}: %(list)s', }, # Author: Vago @@ -94,14 +92,12 @@ 'cs': { 'template-removing': u'Robot: Odstraňuji {{PLURAL:%(num)d|šablonu|šablon}}: %(list)s', 'template-changing': u'Robot: Upravuji {{PLURAL:%(num)d|šablonu|šablon}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot: Nahrazuji {{PLURAL:%(num)d|šablonu|šablon}}: %(list)s', }, # Author: Christian List 'da': { 'template-removing': u'Robot: Fjerner {{PLURAL:%(num)d|skabelon|skabeloner}}: %(list)s', 'template-changing': u'Robot: Ændrer {{PLURAL:%(num)d|skabelon|skabeloner}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot: Erstatter {{PLURAL:%(num)d|skabelon|skabeloner}}: %(list)s', }, # Author: Metalhead64 @@ -109,7 +105,6 @@ 'de': { 'template-removing': u'Bot: Entferne {{PLURAL:%(num)d|Vorlage|Vorlagen}}: %(list)s', 'template-changing': u'Bot: Ändere {{PLURAL:%(num)d|Vorlage|Vorlagen}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Ersetze {{PLURAL:%(num)d|Vorlage|Vorlagen}}: %(list)s', }, # Author: Erdemaslancan @@ -130,7 +125,6 @@ 'eo': { 'template-removing': u'Roboto: Forigas {{PLURAL:%(num)d|ŝablonon|ŝablonojn}}: %(list)s', 'template-changing': u'Roboto: Ŝanĝas {{PLURAL:%(num)d|ŝablonon|ŝablonojn}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Roboto: Anstataŭigas {{PLURAL:%(num)d|ŝablonon|ŝablonojn}}: %(list)s', }, # Author: TheBITLINK @@ -138,7 +132,6 @@ 'es': { 'template-removing': u'Bot: Retirando {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', 'template-changing': u'Bot: Cambiada la {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Sustituyendo la {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', }, # Author: Huji @@ -146,7 +139,6 @@ 'fa': { 'template-removing': u'ربات:حذف {{PLURAL:%(num)d|الگو|الگوها}}: %(list)s', 'template-changing': u'ربات: تغییر {{PLURAL:%(num)d|الگو|الگوها}}: %(list)s', - 'template-comma': u'،', 'template-substituting': u'ربات: جانشینی {{PLURAL:%(num)d|الگو|الگوها}}: %(list)s', }, # Author: Crt @@ -159,7 +151,6 @@ 'fr': { 'template-removing': u'Robot : Enlève {{PLURAL:%(num)d|le modèle|modèles}}: %(list)s', 'template-changing': u'Robot : {{PLURAL:%(num)d|Change modèle|Modifie modèles}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot : Remplace {{PLURAL:%(num)d|modèle|modèles}}: %(list)s', }, # Author: ChrisPtDe @@ -179,7 +170,6 @@ 'gl': { 'template-removing': u'Bot: Elimino {{PLURAL:%(num)d|o modelo|varios modelos}}: %(list)s', 'template-changing': u'Bot: Cambio {{PLURAL:%(num)d|o modelo|varios modelos}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Substitúo {{PLURAL:%(num)d|o modelo|varios modelos}}: %(list)s', }, # Author: Als-Chlämens @@ -229,7 +219,6 @@ 'it': { 'template-removing': u'Bot: Rimozione di {{PLURAL:%(num)d|template|template}}: %(list)s', 'template-changing': u'Bot: Modifica di {{PLURAL:%(num)d|template|template}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Sostituzione di {{PLURAL:%(num)d|template|template}}: %(list)s', }, # Author: Fryed-peach @@ -237,7 +226,6 @@ 'ja': { 'template-removing': u'ロボットによる: {{PLURAL:%(num)d|テンプレート}}の除去: %(list)s', 'template-changing': u'ロボットによる: {{PLURAL:%(num)d|テンプレート}}の変更: %(list)s', - 'template-comma': u'、', 'template-substituting': u'ロボットによる: {{PLURAL:%(num)d|テンプレート}}の展開: %(list)s', }, # Author: NoiX180 @@ -266,14 +254,12 @@ 'ksh': { 'template-removing': u'Bot: {{PLURAL:%(num)d|Di Schabloon|Di Schabloone|Kein Schabloone}} %(list)s wääde fottjeschmeße.', 'template-changing': u'Bot: {{PLURAL:%(num)d|Di Schabloon|Di Schabloone|Kein Schabloone}} %(list)s wääde verändert..', - 'template-comma': u',', 'template-substituting': u'Bot: {{PLURAL:%(num)d|Di Schabloon|Di Schabloone|Kein Schabloone}} %(list)s wääde ußjewääßelt.', }, # Author: Robby 'lb': { 'template-removing': u'Bot: Ännert d'{{PLURAL:%(num)d|Schabloun|Schablounen}}: %(list)s', 'template-changing': u'Bot: Ännert {{PLURAL:%(num)d|Schabloun|Schablounen}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Ersetzt d'{{PLURAL:%(num)d|Schabloun|Schablounen}}: %(list)s', }, 'lt': { @@ -284,7 +270,6 @@ 'map-bms': { 'template-removing': u'Bot: Mbusek {{PLURAL:%(num)d|cithakan|cithakan}}: %(list)s', 'template-changing': u'Bot: Ngowahi {{PLURAL:%(num)d|cithakan|cithakan}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Ngganti {{PLURAL:%(num)d|cithakan|cithakan}}: %(list)s', }, # Author: Jagwar @@ -296,7 +281,6 @@ 'mk': { 'template-removing': u'Робот: Отстранување на {{PLURAL:%(num)d|шаблонот|шаблоните}}: %(list)s', 'template-changing': u'Робот: Менување на {{PLURAL:%(num)d|шаблонот|шаблоните}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Робот: Заменување на {{PLURAL:%(num)d|шаблонот|шаблоните}}: %(list)s', }, # Author: Praveenp @@ -309,7 +293,6 @@ 'ms': { 'template-removing': u'Robot: Menanggalkan {{PLURAL:%(num)d|templat|templat-templat}}: %(list)s', 'template-changing': u'Robot: Menukar {{PLURAL:%(num)d|templat|templat-templat}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot: Menggantikan {{PLURAL:%(num)d|templat|templat-templat}}: %(list)s', }, 'nb': { @@ -344,7 +327,6 @@ 'pl': { 'template-removing': u'Robot usunął {{PLURAL:%(num)d|szablon|szablony:}} %(list)s', 'template-changing': u'Robot zmienił {{PLURAL:%(num)d|szablon|szablony:}} %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot podmienił {{PLURAL:%(num)d|szablon|szablony:}} %(list)s', }, # Author: Borichèt @@ -352,7 +334,6 @@ 'pms': { 'template-removing': u'Trigomiro: A gava {{PLURAL:%(num)d|lë stamp|stamp}}: %(list)s', 'template-changing': u'Trigomiro: Cangé {{PLURAL:%(num)d|lë stamp|stamp}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Trigomiro: Sostituì {{PLURAL:%(num)d|lë stamp|stamp}}: %(list)s', }, # Author: Giro720 @@ -367,7 +348,6 @@ 'pt-br': { 'template-removing': u'Bot: Removendo {{PLURAL:%(num)d|predefinição|predefinições}}: %(list)s', 'template-changing': u'Bot: Alterando {{PLURAL:%(num)d|predefinição|predefinições}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Substituindo {{PLURAL:%(num)d|predefinição|predefinições}}: %(list)s', }, # Author: Minisarm @@ -384,7 +364,6 @@ }, # Author: පසිඳු කාවින්ද 'si': { - 'template-comma': u',', }, # Author: Teslaton 'sk': { @@ -402,7 +381,6 @@ 'so': { 'template-removing': u'Bot: Tirtiris {{PLURAL:%(num)d|template|templates}}: %(list)s', 'template-changing': u'Bot: Badalis {{PLURAL:%(num)d|template|templates}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Nuqul {{PLURAL:%(num)d|template|templates}}: %(list)s', }, # Author: Rancher @@ -415,14 +393,12 @@ 'sr-ec': { 'template-removing': u'Робот: {{PLURAL:%(num)d|уклоњен шаблон|уклоњени шаблони}}: %(list)s', 'template-changing': u'Робот: {{PLURAL:%(num)d|промењен шаблон|промењени шаблони}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Робот: {{PLURAL:%(num)d|замењен шаблон|замењени шаблони}}: %(list)s', }, # Author: Rancher 'sr-el': { 'template-removing': u'Robot: {{PLURAL:%(num)d|uklonjen šablon|uklonjeni šabloni}}: %(list)s', 'template-changing': u'Robot: {{PLURAL:%(num)d|promenjen šablon|promenjeni šabloni}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Robot: {{PLURAL:%(num)d|zamenjen šablon|zamenjeni šabloni}}: %(list)s', }, # Author: WikiPhoenix @@ -435,7 +411,6 @@ 'sw': { 'template-removing': u'Roboti: Inatoa {{PLURAL:%(num)d|templeti|templati}}: %(list)s', 'template-changing': u'Roboti: Inabadili {{PLURAL:%(num)d|templeti|templeti}}: %(list)s', - 'template-comma': u',', }, # Author: Aswn 'ta': { @@ -456,7 +431,6 @@ 'tly': { 'template-removing': u'Робот: {{PLURAL:%(num)d|ғәлиб|ғәлибон}} тәмиз кардеј : %(list)s', 'template-changing': u'Робот: {{PLURAL:%(num)d|ғәлиб|ғәлибон}} әвәз карде: %(list)s', - 'template-comma': u',', 'template-substituting': u'Робот: {{PLURAL:%(num)d|ғәлиб|ғәлибон}} әвәз карде: %(list)s', }, # Author: Khutuck @@ -469,7 +443,6 @@ 'uk': { 'template-removing': u'Робот: видалення {{PLURAL:%(num)d|шаблону|шаблонів}}: %(list)s', 'template-changing': u'Бот: заміна {{PLURAL:%(num)d|шаблону|шаблонів}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Робот: підстановка {{PLURAL:%(num)d|шаблону|шаблонів}}: %(list)s', }, # Author: Alunardon90 @@ -483,7 +456,6 @@ 'vi': { 'template-removing': u'Bot: Tháo gỡ {{PLURAL:%(num)d|bản mẫu|các bản mẫu}}: %(list)s', 'template-changing': u'Bot: Thay đổi {{PLURAL:%(num)d|bản mẫu|các bản mẫu}}: %(list)s', - 'template-comma': u',', 'template-substituting': u'Bot: Đổ mã nguồn của {{PLURAL:%(num)d|bản mẫu|các bản mẫu}}: %(list)s', }, # Author: Harvzsf @@ -503,7 +475,6 @@ 'zh-hans': { 'template-removing': u'机器人:删除%(num)d个模板:%(list)s', 'template-changing': u'机器人:修改%(num)d个模板:%(list)s', - 'template-comma': u',', 'template-substituting': u'机器人:替换%(num)d个模板:%(list)s', }, # Author: Justincheng12345 @@ -511,7 +482,6 @@ 'zh-hant': { 'template-removing': u'機械人刪除%(num)d個模板:%(list)s', 'template-changing': u'機械人更改%(num)d個模板:%(list)s', - 'template-comma': u',', 'template-substituting': u'機械人替換%(num)d個模板:%(list)s', }, # Author: Justincheng12345