Revision: 4159 Author: misza13 Date: 2007-08-31 17:26:51 +0000 (Fri, 31 Aug 2007)
Log Message: ----------- Added polish messages.
Modified Paths: -------------- trunk/pywikipedia/archivebot.py
Modified: trunk/pywikipedia/archivebot.py =================================================================== --- trunk/pywikipedia/archivebot.py 2007-08-31 17:22:15 UTC (rev 4158) +++ trunk/pywikipedia/archivebot.py 2007-08-31 17:26:51 UTC (rev 4159) @@ -52,10 +52,17 @@ '_default': { 'ArchiveFull': u'(ARCHIVE FULL)', 'InitialArchiveHeader': u'{{talkarchive}}', - 'PageSummary': 'Archiving %(count)d thread(s) (%(why)s) to %(archives)s.', - 'ArchiveSummary': 'Archiving %(count)d thread(s) from [[%(from)s]].', - 'OlderThanSummary': 'older than', + 'PageSummary': u'Archiving %(count)d thread(s) (%(why)s) to %(archives)s.', + 'ArchiveSummary': u'Archiving %(count)d thread(s) from [[%(from)s]].', + 'OlderThanSummary': u'older than', }, + '_default': { + 'ArchiveFull': u'(ARCHIWUM PEŁNE)', + 'InitialArchiveHeader': u'{{archiwum}}', + 'PageSummary': u'Archiwizacja %(count)d wątków (%(why)s) do %(archives)s.', + 'ArchiveSummary': u'Archiwizacja %(count)d wątków z [[%(from)s]].', + 'OlderThanSummary': u'starsze niż', + }, }
def message(key, lang=Site.language()):