formcheckLanguage = {
		required     : "Prosím vyplňte toto plole.",
		alpha        : "Vyplňte jen písmenka.",
		alphanum     : "Vyplňte jenom písmenka a čísliceThis field accepts alphanumeric characters only.",
		nodigit      : "Čísla nejsou akceptována.",
		digit        : "Vyplňte číslo.",
		digitmin     : "Číslo musí být minimálně %0",
		digitltd     : "Hodnota musí mýt mezi %0 a %1",
		number       : "Vyplňté správné číslo.",
		email        : "Vyplňte správný Email: <br /><span>Např. jmeno@domena.cz</span>",
	image : 'This field should only contain image types',
		phone        : "Vyplňte správné telefonní číslo.",
		url          : "Vyplňte správné URL: <br /><span>Např. http://www.aulix.cz</span>",
	
		confirm      : "Hodnota je různá od %0",
		differs      : "Hodnota musí být různá od %0",
		length_str   : "Text je příliš krátký, musí být mezi %0 a %1 znaky",
	length_fix: "The length is incorrect, it must be exactly %0 characters",
		lengthmax    : "Text je příliš krátký, musí být maximálně %0 znaky",
		lengthmin    : "Text je příliž krátký, musí být dlouhý minimálně %0",
	words_min : "This field must concain at least %0 words, currently: %1 words",
	words_range : "This field must contain %0-%1 words, currently: %2 words",
	words_max : "This field must contain at max %0 words, currently: %1 words",
		checkbox     : "Prosím zaškrtněte...",
		radios       : "Vyberte si hodnotu",
		select       : "Vyberte si hodnotu"
}
