formcheckLanguage = {
	required: "Vyplňte prosím pole",
	alpha: "Pouze alphanumeric",
	alphanum: "Pouze alphanumeric",
	nodigit: "Pole obsahuje čísla",
	digit: "Vyplňte pouze čísla.",
	digitmin: "Minimální počet znaků %0",
	digitltd: "Počet znaků %0 až %1",
	number: "Zadejte pouze číslo",
	email: "Nesprávný eMail: <br /><span>např. jmeno@domena.cz</span>",
	phone: "Nekorektní telefonní číslo",
	url: "Nesprávná URL: <br /><span>např. http://www.domena.cz</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: "Vyberte prosím pole."
}