formcheckLanguage = {
	required: "Ovo polje je neophodno!",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "Bez brojeva.",
	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: "Molimo Vas upi&scaron;ite validan email: <br /><span>Npr. ime@domena.com</span>",
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "Ovo polje je drugaæije od %0",
	differs: "This value must be different of %0",
	length_str: "Du&#382;ina je neodgovaraju&#263;a, mora biti izme&#273;u %0 i %1",
	length_fix: "Du&#382;ina je neodgovaraju&#263;a, mora biti ta&#269;no %0 karaktera",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "Du&#382;ina je nedgovaraju&#263;a, mora biti najmanje %0 karaktera.",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value"
}