source: schedule/Module/src/js/lang/it.js@ 15497

Last change on this file since 15497 was 15497, checked in by tanio, 11 years ago
update with database
File size: 1.3 KB
Line 
1Calendar.LANG("it", "Italiano", {
2
3 fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
4
5 goToday: "Vai a oggi",
6
7 today: "Oggi", // appears in bottom bar
8
9 wk: "set",
10
11 weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
12
13 AM: "am",
14
15 PM: "pm",
16
17 mn : [ "Gennaio",
18 "Febbraio",
19 "Marzo",
20 "Aprile",
21 "Maggio",
22 "Giugno",
23 "Luglio",
24 "Agosto",
25 "Settembre",
26 "Ottobre",
27 "Novembre",
28 "Dicembre" ],
29
30 smn : [ "Gen",
31 "Feb",
32 "Mar",
33 "Apr",
34 "Mag",
35 "Giu",
36 "Lug",
37 "Ago",
38 "Set",
39 "Ott",
40 "Nov",
41 "Dic" ],
42
43 dn : [ "Domenica",
44 "Lunedì",
45 "Martedì",
46 "Mercoledì",
47 "Giovedi",
48 "Venerdì",
49 "Sabato",
50 "Domenica" ],
51
52 sdn : [ "Do",
53 "Lu",
54 "Ma",
55 "Me",
56 "Gi",
57 "Ve",
58 "Sa",
59 "Do" ]
60
61});
Note: See TracBrowser for help on using the repository browser.