Project

General

Profile

Patch #667 » calendar-lt.js.patch

Sergej Jegorov, 2008-02-15 08:21

View differences:

calendar-lt.js (working copy)
1 1
// ** I18N
2 2

  
3
// Calendar EN language
4
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
5
// Encoding: any
3
// Calendar LT language
4
// Author: Gediminas Muižis, <gediminas.muizis@elgama.eu>
5
// Encoding: UTF-8
6 6
// Distributed under the same terms as the calendar itself.
7
// Ver: 0.2
7 8

  
8 9
// For translators: please use UTF-8 if possible.  We strongly believe that
9 10
// Unicode is the answer to a real internationalized world.  Also please
......
45 46

  
46 47
// First day of the week. "0" means display Sunday first, "1" means display
47 48
// Monday first, etc.
48
Calendar._FD = 0;
49
Calendar._FD = 1;
49 50

  
50 51
// full month names
51 52
Calendar._MN = new Array
......
68 69
 "Vas",
69 70
 "Kov",
70 71
 "Bal",
71
 "May",
72
 "Geg",
72 73
 "Brž",
73 74
 "Lie",
75
 "Rgp",
74 76
 "Rgs",
75
 "Rgj",
76 77
 "Spl",
77 78
 "Lap",
78 79
 "Grd");
(2-2/2)