Revision: 8457 Author: xqt Date: 2010-08-25 11:51:15 +0000 (Wed, 25 Aug 2010)
Log Message: ----------- update category.py from trunc
Modified Paths: -------------- branches/rewrite/scripts/category.py trunk/pywikipedia/category.py
Modified: branches/rewrite/scripts/category.py =================================================================== --- branches/rewrite/scripts/category.py 2010-08-25 11:26:47 UTC (rev 8456) +++ branches/rewrite/scripts/category.py 2010-08-25 11:51:15 UTC (rev 8457) @@ -526,8 +526,9 @@ listify_msg={ 'ar':u'روبوت: عرض من %s (%d مدخلة)', 'ca':u'Robot: Llistant de %s (%d entrades)', - 'en':u'Robot: Listifying from %s (%d entries)', - 'fa':u'ربات:لیست کردن اعضای رده %s(%d عضو)', + 'cs':u'Robot: vytvoření soupisu obsahu kategorie %s (%d položek)', + 'en':u'Bot: Listifying from %s (%d entries)', + 'fa':u'ربات:فهرست کردن اعضای رده %s(%d عضو)', 'fi':u'Botti listasi luokan %s (%d jäsentä)', 'he':u'בוט: יוצר רשימה מהקטגוריה %s (%d דפים)', 'kk':u'Бот: %s дегеннен (%d буын) тізімдеді', @@ -584,10 +585,12 @@ 'ar':u'روبوت: التصنيف تم الاستغناء عنه', 'be-x-old':u'Робат: катэгорыя расфармаваная', 'ca':u'Robot: La categoria s'ha eliminat', + 'cs':u'Robot: kategorie byla vyprázdněna', 'da':u'Robot: Kategorien blev opløst', 'de':u'Bot: Kategorie wurde aufgelöst', - 'en':u'Robot: Category was disbanded', + 'en':u'Bot: Category was disbanded', 'es':u'Robot: La categoría ha sido eliminada', + 'fa':u'ربات: رده خالی', 'fi':u'Botti tyhjensi luokan', 'he':u'בוט: הקטגוריה פורקה', 'ia':u'Robot: Categoria esseva dissolvite', @@ -611,11 +614,12 @@ 'bat-smg':u'Robots: Trėnama ėš %s', 'be-x-old':u'Робат: выключэньне з [[%s]]', 'ca':u'Robot: Eliminant de %s', + 'cs':u'Robot: odstranění kategorie %s', 'da':u'Robot: Fjerner fra %s', 'de':u'Bot: Entferne aus %s', - 'en':u'Robot: Removing from %s', + 'en':u'Bot: Removing from %s', 'es':u'Bot: Eliminada de la %s', - 'fa':u'ربات:حذف رده %s', + 'fa':u'ربات:حذف از %s', 'fi':u'Botti poisti luokasta %s', 'fr':u'Robot : Retiré depuis %s', 'he':u'בוט: מסיר את הדף מהקטגוריה %s', @@ -868,6 +872,7 @@ 'ar': u'(أيضا في %s)', 'be-x-old': u'(таксама ў %s)', 'ca': u'(també a %s)', + 'cs': u'(také v %s)', 'da': u'(også i %s)', 'de': u'(auch in %s)', 'en': u'(also in %s)',
Modified: trunk/pywikipedia/category.py =================================================================== --- trunk/pywikipedia/category.py 2010-08-25 11:26:47 UTC (rev 8456) +++ trunk/pywikipedia/category.py 2010-08-25 11:51:15 UTC (rev 8457) @@ -503,7 +503,6 @@ if not self.titleRegex or re.search(self.titleRegex, subcategory.title()): catlib.change_category(subcategory, self.oldCat, newCat, - comment=self.editSummary, inPlace=self.inPlace)
@@ -527,7 +526,7 @@ 'ar':u'روبوت: عرض من %s (%d مدخلة)', 'ca':u'Robot: Llistant de %s (%d entrades)', 'cs':u'Robot: vytvoření soupisu obsahu kategorie %s (%d položek)', - 'en':u'Robot: Listifying from %s (%d entries)', + 'en':u'Bot: Listifying from %s (%d entries)', 'fa':u'ربات:فهرست کردن اعضای رده %s(%d عضو)', 'fi':u'Botti listasi luokan %s (%d jäsentä)', 'he':u'בוט: יוצר רשימה מהקטגוריה %s (%d דפים)', @@ -587,7 +586,7 @@ 'cs':u'Robot: kategorie byla vyprázdněna', 'da':u'Robot: Kategorien blev opløst', 'de':u'Bot: Kategorie wurde aufgelöst', - 'en':u'Robot: Category was disbanded', + 'en':u'Bot: Category was disbanded', 'es':u'Robot: La categoría ha sido eliminada', 'fa':u'ربات: رده خالی', 'fi':u'Botti tyhjensi luokan', @@ -616,7 +615,7 @@ 'cs':u'Robot: odstranění kategorie %s', 'da':u'Robot: Fjerner fra %s', 'de':u'Bot: Entferne aus %s', - 'en':u'Robot: Removing from %s', + 'en':u'Bot: Removing from %s', 'es':u'Bot: Eliminada de la %s', 'fa':u'ربات:حذف از %s', 'fi':u'Botti poisti luokasta %s',
pywikipedia-svn@lists.wikimedia.org