$.datepicker.regional['it'] = { // Default regional settings
	clearText: 'Svuota', // Display text for clear link
	clearStatus: 'Cancella la data corrente', // Status text for clear link
	closeText: 'Chiudi', // Display text for close link
	closeStatus: 'Chiude senza modificare', // Status text for close link
	prevText: '&#x3c;Prec', // Display text for previous month link
	prevStatus: 'Visualizza il mese precedente', // Status text for previous month link
	nextText: 'Succ&#x3e;', // Display text for next month link
	nextStatus: 'Visualizza il mese successivo', // Status text for next month link
	currentText: 'Oggi', // Display text for current month link
	currentStatus: 'Visualizza il mese corrente', // Status text for current month link
	monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
		'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], // Names of months for drop-down and formatting
	monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 'Lug','Ago','Set','Ott','Nov','Dic'], // For formatting
	monthStatus: 'Visualizza un mese differente', // Status text for selecting a month
	yearStatus: 'Visualizza un anno differente', // Status text for selecting a year
	weekHeader: 'Sm', // Header for the week of the year column
	weekStatus: 'Settimana dell\'anno', // Status text for the week of the year column
	dayNames: ['Domenica', 'Luned&igrave;', 'Marted&igrave;', 'Mercoled&igrave;', 'Gioved&igrave;', 'Venerd&igrave;', 'Sabato'], // For formatting
	dayNamesShort: ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'], // For formatting
	dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'], // Column headings for days starting at Sunday
	dayStatus: '', // Status text for the day of the week selection
	dateStatus: 'DD d MM', // Status text for the date selection
	dateFormat: 'dd/mm/yy', // See format options on parseDate
	firstDay: 1, // The first day of the week, Sun = 0, Mon = 1, ...
	initStatus: 'Seleziona una data', // Initial Status text on opening
	isRTL: false // True if right-to-left language, false if left-to-right
};