http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9231
Revision: 9231 Author: xqt Date: 2011-05-10 07:18:06 +0000 (Tue, 10 May 2011) Log Message: ----------- i18n tw summaries for editarticle
Added Paths: ----------- branches/rewrite/scripts/i18n/editarticle.py
Added: branches/rewrite/scripts/i18n/editarticle.py =================================================================== --- branches/rewrite/scripts/i18n/editarticle.py (rev 0) +++ branches/rewrite/scripts/i18n/editarticle.py 2011-05-10 07:18:06 UTC (rev 9231) @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +msg = { + 'ar': { + 'editarticle-edit': u'تعديل يدوي: %(description)s', + }, + 'de': { + 'editarticle-edit': u'Manuelle Bearbeitung: %(description)s', + }, + 'en': { + 'editarticle-edit': u'Manual edit with bot: %(description)s', + }, + 'fa': { + 'editarticle-edit': u'ویرایش دستی: %(description)s', + }, + 'he': { + 'editarticle-edit': u'עריכה ידנית: %(description)s', + }, + 'is': { + 'editarticle-edit': u'Handvirk breyting: %(description)s', + }, + 'ja': { + 'editarticle-edit': u'手動編集: %(description)s', + }, + 'pt': { + 'editarticle-edit': u'Editando manualmente com bot: %(description)s', + }, + 'qqq': { + 'editarticle-edit': u'Edit summary when the bot owner edits a text while the bot invoked an editor. <code>%(descriptions)s</code> gives further informations.', + }, + 'sv': { + 'editarticle-edit': u'Manuell redigering: %(description)s', + }, + 'zh': { + 'editarticle-edit': u'手動編輯: %(description)s', + }, +}
Property changes on: branches/rewrite/scripts/i18n/editarticle.py ___________________________________________________________________ Added: svn:eol-style + native