var _locale = {
	"id": "DE",
	
	/* Navigation translations */
	"previous": "zur&uuml;ck",
	"next":  "vor",
	"discard-changes": "Sie haben die Daten noch nicht abgespeichert. Wenn Sie fortfahren, werden alle Daten gelöscht.",
	"ok": "OK",
	
	/* Calendar specific translations */
	"today": "heute",	
	"first-weekday": 0,		// sunday = 0, monday = 1, etcetera
	
	/* Calendar months */
	"january": "Januar",
	"february": "Februar",
	"march": "M&auml;rz",
	"april": "April",
	"may": "Mai",
	"june": "Juni",
	"july": "Juli",
	"august": "August",
	"september": "September",
	"october": "Oktober",
	"november": "November",
	"december": "Dezember",
	
	/* Calendar weekdays */
	"monday": "Montag",
	"tuesday": "Dienstag",
	"wednesday": "Mitwoch",
	"thursday": "Donnerstag",
	"friday": "Freitag",
	"saturday": "Samstag",
	"sunday": "Sonntag",
	
	/* Calendar weekdays short */
	"monday-short": "M",
	"tuesday-short": "D",
	"wednesday-short": "M",
	"thursday-short": "D",
	"friday-short": "F",
	"saturday-short": "S",
	"sunday-short": "S",

	/* 'at', used on map view for job search */
	"at": "am"
};
