Files
luos/gulliver/js/widgets/js-calendar/lang/it.js
Victor Saisa Lopez 59e37602d6 BUG 11060 "Date time picker con hora habilitado no..." SOLVED
- Date time picker con hora habilitado no funciona apropiadamente (bug 11060)
- El Datepicker no se muestra de manera correcta (bug 11225)
- Solved problem, with reference to bug 11060, added button "Done" when time is displayed
- Solved problem, with reference to bug 11225
* Available from version ProcessMaker-2.5.1-testing.2
2013-05-24 13:28:49 -04:00

16 lines
819 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" ],
done: "Fatto" //Appears in bottom bar
});
}