http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9343
Revision: 9343 Author: multichill Date: 2011-07-09 12:11:54 +0000 (Sat, 09 Jul 2011) Log Message: ----------- Start with moving Commons messages to Translatewiki. Still have to import the existing messages.
Added Paths: ----------- branches/rewrite/scripts/i18n/commons.py
Copied: branches/rewrite/scripts/i18n/commons.py (from rev 9342, branches/rewrite/scripts/i18n/editarticle.py) =================================================================== --- branches/rewrite/scripts/i18n/commons.py (rev 0) +++ branches/rewrite/scripts/i18n/commons.py 2011-07-09 12:11:54 UTC (rev 9343) @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- +msg = { + '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.', + }, +}
pywikipedia-svn@lists.wikimedia.org