Date.dayNames = ['domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato'];
Date.abbrDayNames = ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'];
Date.monthNames = ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'];
Date.abbrMonthNames = ['gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'];
Date.format = 'dd/mm/yyyy';
Date.pattern = new RegExp('^([0-9]{1,2})/([0-9]{1,2})/([0-9]{4})$');

CmsFormAlerts = {
	type_i: "{0} non \u00E8 un valore numerico corretto",
	type_d: "{0} non \u00E8 un valore numerico corretto",
	type_b: 'Il campo deve contenere solo 0 o 1',
	type_e: 'Il campo deve essere un indirizzo e-mail nel formato "user@domain.com"',
	type_da: "{0} non \u00E8 una data valida. Deve essere nel formato "+Date.format,
	type_s: "",
	constraint: "Valore non valido",
	required: "Campo obbligatorio",
	captcha: "Il Captcha-Code è sbagliato",
	FLDN1: "",
	NUMB1: "",
	NUMB2: "",
	NUMB3: "",
	NUMB4: "",
	REGX1: "",
	REGX2: "",
	STRL1: "",
	STRL2: "",
	STRL3: "",
	STRL4: "",
	STRL5: "",
	UNIQ1: "",
	URLN1: "",
	URLN2: "",
	USER1: "Il nome utente richiesto è già esistente",
	USER2: "Sono presenti caratteri non validi nel nome utente",
	USER3: "Il nome utente deve essere lunga almeno 2 caratteri",
	USER4: "Il nome utente deve contenere meno di 50 caratteri",
	TYPE1: "",
	TYPE2: "",
	TYPE3: "",
	FLDV1: "",
	FLDV2: "",
	FLDV3: "",
	FLDV4: "",
	FLDV5: "Valore troppo lunga per essere salvata",
	LINK1: "",
	LINK2: "",
	LINK3: "",
	MAIL1: ""
}

CmsFormLabels = {
	browseFiles: "Sfoglia"
}
