Files
luos/gulliver/js/widgets/js-calendar/lang/it.js

15 lines
772 B
JavaScript
Executable File

if (typeof Calendar!='undefined' ) {
Calendar.LANG("it", "Italiano", {
fdow: 1, // first day of week for this locale; 0 = Sunday, 1 = Monday, etc.
goToday: "Vai a oggi",
today: "Oggi", // appears in bottom bar
wk: "set",
weekend: "0,6", // 0 = Sunday, 1 = Monday, etc.
AM: "am",
PM: "pm",
mn : [ "Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre" ],
smn : [ "Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic" ],
dn : [ "Domenica","Lunedì","Martedì","Mercoledì","Giovedi","Venerdì","Sabato","Domenica" ],
sdn : [ "Do","Lu","Ma","Me","Gi","Ve","Sa","Do" ]
});
}