Index: calendar-lt.js =================================================================== --- calendar-lt.js (revision 1145) +++ calendar-lt.js (working copy) @@ -1,9 +1,10 @@ // ** I18N -// Calendar EN language -// Author: Mihai Bazon, -// Encoding: any +// Calendar LT language +// Author: Gediminas Muižis, +// Encoding: UTF-8 // Distributed under the same terms as the calendar itself. +// Ver: 0.2 // For translators: please use UTF-8 if possible. We strongly believe that // Unicode is the answer to a real internationalized world. Also please @@ -45,7 +46,7 @@ // First day of the week. "0" means display Sunday first, "1" means display // Monday first, etc. -Calendar._FD = 0; +Calendar._FD = 1; // full month names Calendar._MN = new Array @@ -68,11 +69,11 @@ "Vas", "Kov", "Bal", - "May", + "Geg", "Brž", "Lie", + "Rgp", "Rgs", - "Rgj", "Spl", "Lap", "Grd");