http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9344
Revision: 9344 Author: multichill Date: 2011-07-09 12:25:42 +0000 (Sat, 09 Jul 2011) Log Message: ----------- Remove the template for now.
Modified Paths: -------------- branches/rewrite/scripts/i18n/commons.py
Modified: branches/rewrite/scripts/i18n/commons.py =================================================================== --- branches/rewrite/scripts/i18n/commons.py 2011-07-09 12:11:54 UTC (rev 9343) +++ branches/rewrite/scripts/i18n/commons.py 2011-07-09 12:25:42 UTC (rev 9344) @@ -3,11 +3,9 @@ 'en': { 'commons-file-moved' : u'[[:File:%s|File]] moved to [[:commons:File:%s|commons]].', 'commons-file-now-available' : u'File is now available on Wikimedia Commons.', - 'commons-nowcommons-template' : 'en': u'{{subst:ncd|%s}}', }, 'qqq': { - 'commons-file-now-available': u'Edit summary when the bot has moved a file to Commons and adds the NowCommons template.', - 'commons-file-moved': u'Edit summary when the bot replaces usage of an image available under a different name.', - 'commons-nowcommons-template' : 'en': u'The template to be added by the bot when a file is available at Commons. %s is the filename at Commons.', + 'commons-file-now-available' : u'Edit summary when the bot has moved a file to Commons and adds the NowCommons template.', + 'commons-file-moved' : u'Edit summary when the bot replaces usage of an image available under a different name.', }, }
pywikipedia-svn@lists.wikimedia.org