var i18n_dict = {
	'Wird geloescht'  : 'Will be deleted',
	'entfernen'  : 'remove',
	'hinzuf&uuml;gen' : 'add',
	'weiteren Radio-Button hinzufuegen' : 'Add another radio button',
	'Text' : 'Text',
	'Checkbox' : 'Checkbox',
	'Radio-Button' : 'Radio Button',
	'Einzeiliges Textfeld' : 'Single-line text field',
	'Mehrzeiliges Textfeld' : 'Multiline text field',
	'Pflichtfeld' : 'Required field',
	'Typ' : 'Type',
	'Titel der Veranstaltung' : 'Event Title',
	'Termin ist ausgebucht' : 'Event is fully booked',
	'Inhalt der Veranstaltung' : 'Event contents',
	'Beginn' : 'Start',
	'Ende' : 'End',
	'optional' : 'optional',
	'Der Platzhalter' : 'This wildcard',
	'ist nicht erlaubt.' : 'is not allowed.',
	'1:1 Kopie dieser Veranstaltung herstellen?' : 'Produce a 1:1 copy of this event?',
	'Click to edit' : 'Click to edit'
}

jQuery.extend(jQuery.validator.messages, {
	required: "This field is required.",
	email: "Please enter a valid e-mail address.",
	url: "Please enter a valid URL for example http://www.example.de",
 	maxlength: "To much characters.",
 	digits: "Here are only numbers allowed.",
 	equalTo: "Please enter the same value again.",
 	minlength: "Please enter at least {0} characters.",
 	accept: "Please enter a file with a valid file extension: {0}"
});