http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10270
Revision: 10270 Author: xqt Date: 2012-06-02 22:59:16 +0000 (Sat, 02 Jun 2012) Log Message: ----------- i18n messages for spellcheck.py
Added Paths: ----------- branches/rewrite/scripts/i18n/spellcheck.py
Added: branches/rewrite/scripts/i18n/spellcheck.py =================================================================== --- branches/rewrite/scripts/i18n/spellcheck.py (rev 0) +++ branches/rewrite/scripts/i18n/spellcheck.py 2012-06-02 22:59:16 UTC (rev 10270) @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +msg = { + 'ar': { + 'spellcheck-checking': u'تدقيق إملائي بمساعدة البوت', + }, + 'de': { + 'spellcheck-checking': u'Bot-aided spell checker', + }, + 'en': { + 'spellcheck-checking': u'Bot-aided spell checker', + }, + 'es': { + 'spellcheck-checking': u'Bot asistido de correción ortográfica', + }, + 'fr': { + 'spellcheck-checking': u'Correction orthographique par robot', + }, + 'he': { + 'spellcheck-checking': u'בדיקת איות באמצעות בוט', + }, + 'ia': { + 'spellcheck-checking': u'Correction de orthographia per robot', + }, + 'nl': { + 'spellcheck-checking': u'Spellingscontrole', + }, + 'pl': { + 'spellcheck-checking': u'Wspomagane przez robota sprawdzanie pisowni', + }, + 'pt': { + 'spellcheck-checking': u'Bot de correção ortográfica', + }, +}