Revision: 4402 Author: leogregianin Date: 2007-10-03 14:24:58 +0000 (Wed, 03 Oct 2007)
Log Message: ----------- Patch 1805732 by shizhao
Modified Paths: -------------- trunk/pywikipedia/clean_sandbox.py
Modified: trunk/pywikipedia/clean_sandbox.py =================================================================== --- trunk/pywikipedia/clean_sandbox.py 2007-10-03 12:52:09 UTC (rev 4401) +++ trunk/pywikipedia/clean_sandbox.py 2007-10-03 14:24:58 UTC (rev 4402) @@ -32,7 +32,8 @@ 'no': u'{{Sandkasse}}\n<!-- VENNLIGST EKSPERIMENTER NEDENFOR DENNE SKJULTE TEKSTLINJEN! SANDKASSEMALEN {{Sandkasse}} SKAL IKKE FJERNES! -->}}', 'pl': u'{{Prosimy - NIE ZMIENIAJ, NIE KASUJ, NIE PRZENOŚ tej linijki - pisz niżej}}', 'pt': u'<!--não apague esta linha-->{{página de testes}}<!--não apagar-->\r\n', - 'commons': u'{{Sandbox}}\n<!-- Please edit only below this line. -->' + 'commons': u'{{Sandbox}}\n<!-- Please edit only below this line. -->', + 'zh': u'{{subst:User:Sz-iwbot/sandbox}}\r\n', }
msg = { @@ -43,6 +44,7 @@ 'no': u'bot: Rydder sandkassa.', 'pl': u'Robot czyści brudnopis', 'pt': u'Bot: Limpeza da página de testes', + 'zh': u'Bot: 本页被自动清理', }
sandboxTitle = { @@ -53,7 +55,8 @@ 'no': u'Wikipedia:Sandkasse', 'pl': u'Wikipedia:Brudnopis', 'pt': u'Wikipedia:Página de testes', - 'commons': u'Commons:Sandbox' + 'commons': u'Commons:Sandbox', + 'zh': u'wikipedia:沙盒', }
class SandboxBot: