var _locale = {
	"id": "IT",
	
	/* Navigation translations */
	"previous": "Precedente",
	"next":  "Prossimo",
	"discard-changes": "You have unsaved changes, are you sure?",
	"ok": "OK",
	
	/* Calendar specific translations */
	"today": "oggi",	
	"first-weekday": 1,		// sunday = 0, monday = 1, etcetera
	
	/* Calendar months */
	"january": "gennaio",
	"february": "febbraio",
	"march": "marzo",
	"april": "aprile",
	"may": "maggio",
	"june": "giugno",
	"july": "luglio",
	"august": "agosto",
	"september": "settembre",
	"october": "ottobre",
	"november": "novembre",
	"december": "dicembre",
	
	/* Calendar weekdays */
	"monday": "lunedì",
	"tuesday": "martedì",
	"wednesday": "mercoledì",
	"thursday": "giovedì",
	"friday": "venerdì",
	"saturday": "sabato",
	"sunday": "domenica",
	
	/* Calendar weekdays short */
	"monday-short": "L",
	"tuesday-short": "M",
	"wednesday-short": "M",
	"thursday-short": "G",
	"friday-short": "V",
	"saturday-short": "S",
	"sunday-short": "D",
	
	/* 'at', used on map view for job search */
	"at": "at"
};

