Files
luos/gulliver/js/widgets/js-calendar/lang/it.js
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

16 lines
819 B
JavaScript

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
});
}