http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9366
Revision: 9366 Author: xqt Date: 2011-07-11 04:36:01 +0000 (Mon, 11 Jul 2011) Log Message: ----------- translation for de-wiki
Modified Paths: -------------- trunk/pywikipedia/spellcheck.py
Modified: trunk/pywikipedia/spellcheck.py =================================================================== --- trunk/pywikipedia/spellcheck.py 2011-07-11 04:15:08 UTC (rev 9365) +++ trunk/pywikipedia/spellcheck.py 2011-07-11 04:36:01 UTC (rev 9366) @@ -51,7 +51,7 @@ """ # # (C) Andre Engels, 2005 -# (C) Pywikipedia bot team, 2006-2010 +# (C) Pywikipedia bot team, 2006-2011 # # Distributed under the terms of the MIT license. # @@ -64,15 +64,16 @@ import pagegenerators
msg={ - 'ar':u'تدقيق إملائي بمساعدة البوت', - 'en':u'Bot-aided spell checker', - 'es':u'Bot asistido de correción ortográfica', - 'fr':u'Correction orthographique par robot', - 'he':u'בדיקת איות באמצעות בוט', - 'ia':u'Correction de orthographia per robot', - 'nl':u'Spellingscontrole', - 'pl':u'Wspomagane przez robota sprawdzanie pisowni', - 'pt':u'Bot de correção ortográfica', + 'ar': u'تدقيق إملائي بمساعدة البوت', + 'de': u'Bot-unterstützte Rechtschreibprüfung', + 'en': u'Bot-aided spell checker', + 'es': u'Bot asistido de correción ortográfica', + 'fr': u'Correction orthographique par robot', + 'he': u'בדיקת איות באמצעות בוט', + 'ia': u'Correction de orthographia per robot', + 'nl': u'Spellingscontrole', + 'pl': u'Wspomagane przez robota sprawdzanie pisowni', + 'pt': u'Bot de correção ortográfica', }
pywikipedia-svn@lists.wikimedia.org