http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10863
Revision: 10863 Author: xqt Date: 2013-01-03 09:14:28 +0000 (Thu, 03 Jan 2013) Log Message: ----------- revert r10822 due to bug #3599290
Modified Paths: -------------- branches/rewrite/scripts/i18n/interwiki.py
Modified: branches/rewrite/scripts/i18n/interwiki.py =================================================================== --- branches/rewrite/scripts/i18n/interwiki.py 2013-01-03 09:11:54 UTC (rev 10862) +++ branches/rewrite/scripts/i18n/interwiki.py 2013-01-03 09:14:28 UTC (rev 10863) @@ -1,10 +1,5 @@ # -*- coding: utf-8 -*- msg = { - - - - - 'en': { 'interwiki-adding': u'Robot: Adding %(adding)s', 'interwiki-adding-modifying': u'Robot: Adding %(adding)s; modifying %(modifying)s', @@ -21,7 +16,6 @@ 'qqq': { 'interwiki-modifying': u'Edit summary when the bot modifies interwiki(s).\n* %(modifying)s - either an interwiki link or a comma-separated list of language codes', 'interwiki-adding-modifying': u'Edit summary when the bot adds and modifies interwiki(s).\n* %(adding)s - either an interwiki link or a comma-separated list of language codes\n* %(modifying)s - either an interwiki link or a comma-separated list of language codes', - 'interwiki-comma': u'Localized comma character with a trailing space', 'interwiki-adding-removing': u'Edit summary when the bot adds and removes interwiki(s).\n* %(adding)s - either an interwiki link or a comma-separated list of language codes\n* %(removing)s - either an interwiki link or a comma-separated list of language codes', 'interwiki-adding-removing-modifying': u'Edit summary when the bot adds, removes and modifies interwiki(s).\n* %(adding)s - either an interwiki link or a comma-separated list of language codes\n* %(removing)s - either an interwiki link or a comma-separated list of language codes\n* %(modifying)s - either an interwiki link or a comma-separated list of language codes', 'interwiki-adding': u'Edit summary when the bot adds interwiki(s).\n* %(adding)s is either an interwiki link or a comma-separated list of language codes',