formcheckLanguage = {
	required: "This field is required.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "No digits are accepted.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	email: "Please enter a valid email: <br /><span>E.g. yourname@domain.com</span>",
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	length_fix: "The length is incorrect, it must be exactly %0 characters",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value",
	mainpage: "Mindestens eine Seite muss als Startseite aktiviert sein, bitte aktivieren %0 .",
	standard: "Mindestens ein Element in diesem Modul muss als Standard definiert sein. Bitte Checkbox aktivieren",
	username_exits: "Der gew&auml;hlte Benutzername ist bereits vergeben, bitte w&auml;hlen Sie einen anderen",
	mainpage_to_much: "Es darf nur eine Seite als Startseite aktiviert sein. Bitte deaktivieren Sie erst die andere Sartseite",
	css_file_exists: "Die css Datei existiert schon. Bitte w&aumlhlen Sie einen anderen Namen.",
	xml_file_exists: "Die xml Datei existiert schon Bitte w&aumlhlen Sie einen anderen Namen.",
	TWO_STANDARD_INFO:"Es darf nur ein Standardelement in diesem Modul geben. Bitte deaktivieren Sie die Checkbox",
	minChars:"Please insert at least %0 chars.",
	maxChars:"Please insert max %0 chars.",
	countWords:"Please insert at least %0 Words and max %1 Words",
	confirmField:"This value doesnt match with the value of %0",
	emailExists:"The email you entered exists already in our database. Please choose another.",
	emailNotInDB:"The email you entered is not in our Database, Please use the same e-mail address as for the submission of your abstract."
}