[Pywikipedia-l] SVN: [5735] trunk/pywikipedia/category.py
leogregianin at svn.wikimedia.org
leogregianin at svn.wikimedia.org
Sat Jul 19 03:16:29 UTC 2008
Revision: 5735
Author: leogregianin
Date: 2008-07-19 03:16:29 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
fixed tabify
Modified Paths:
--------------
trunk/pywikipedia/category.py
Modified: trunk/pywikipedia/category.py
===================================================================
--- trunk/pywikipedia/category.py 2008-07-19 02:59:08 UTC (rev 5734)
+++ trunk/pywikipedia/category.py 2008-07-19 03:16:29 UTC (rev 5735)
@@ -473,8 +473,8 @@
Creates a list containing all of the members in a category.
'''
listify_msg={
+ 'ar':u'روبوت: عرض من %s (%d مدخلة)',
'en':u'Robot: Listifying from %s (%d entries)',
- 'ar':u'روبوت: عرض من %s (%d مدخلة)',
'fi':u'Botti listasi luokan %s (%d jäsentä)',
'he':u'בוט: יוצר רשימה מהקטגוריה %s (%d דפים)',
'kk':u'Бот: %s дегеннен (%d буын) тізімдеді',
@@ -528,7 +528,7 @@
Does not remove category tags pointing at subcategories.
'''
deletion_reason_remove = {
- 'ar':u'روبوت: التصنيف تم الاستغناء عنه',
+ 'ar':u'روبوت: التصنيف تم الاستغناء عنه',
'da':u'Robot: Kategorien blev opløst',
'de':u'Bot: Kategorie wurde aufgelöst',
'en':u'Robot: Category was disbanded',
@@ -801,7 +801,7 @@
# Translations to say that the current category is in more categories than
# the one we're coming from
also_in_cats = {
- 'ar': u'(أيضا في %s)',
+ 'ar': u'(أيضا في %s)',
'da': u'(også i %s)',
'de': u'(auch in %s)',
'en': u'(also in %s)',
More information about the Pywikipedia-l
mailing list