Revision: 4238 Author: wikipedian Date: 2007-09-11 15:31:24 +0000 (Tue, 11 Sep 2007)
Log Message: ----------- applied patch [ 1792406 ] noreferences.py LT translation by Aurimas Fischer - ebola_rulez
Modified Paths: -------------- trunk/pywikipedia/noreferences.py
Modified: trunk/pywikipedia/noreferences.py =================================================================== --- trunk/pywikipedia/noreferences.py 2007-09-11 15:22:56 UTC (rev 4237) +++ trunk/pywikipedia/noreferences.py 2007-09-11 15:31:24 UTC (rev 4238) @@ -47,6 +47,7 @@ msg = { 'de':u'Bot: Trage fehlendes <references /> nach', 'en':u'Robot: Adding missing <references /> tag', + 'lt':u'robotas: Pridedama trūkstama <references /> žymė', }
# References sections are usually placed before further reading / external @@ -68,6 +69,9 @@ u'See also', u'Notes' ], + 'lt': [ # no explicit policy on where to put the references + u'Nuorodos' + ], }
# Titles of sections where a reference tag would fit into. @@ -85,6 +89,10 @@ u'Footnotes', u'Notes', ], + 'lt': [ # not sure about which ones are preferred. + u'Šaltiniai', + u'Literatūra', + ], }
# Templates which include a <references/> tag. If there is no such template @@ -92,6 +100,7 @@ referencesTemplates = { 'wikipedia': { 'en': [u'Reflist'], + 'lt': [u'Reflist', u'Ref', u'Litref'], }, }