Good morning!
I collected month names at
http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:Bin%C3%A1ris/Tartalomjegyz%C3%A9kbot/H%C3%B3napok_%E2%80%93_Months
as shown in archivebot.py. I need it for writing and testing the TOCbot, which has to recognize short and long month names in archive name patterns. The relevant part of my code is:
text += '<br>'.join([Site.mediawiki_message(MonthsS[i]) for i in range(12)]) + '\n|'
text += '<br>'.join([Site.mediawiki_message(MonthsL[i]) for i in range(12)])
for each Site in site.validLanguageLinks().
If there is any Dutch here, please check the nl row, because I saw that archivebot.py handles it in a specific way that I don't understand, and cannot check because of different locale.
Now, some rows show irregular behavior which I don't understand.