formcheckLanguage = {
	required: "Ovo polje je obavezno!",
	alpha: "Ovo polje prihvata samo slovne karaktere.",
	alphanum: "Ovo polje prihvata samo slovno-brojne karaktere.",
	nodigit: "Brojevi nisu dozvoljeni",
	digit: "Molimo Vas unesite pravilnu celobrojnu vrednost",
	digitmin: "Broj mora najmanje biti %0",
	digitltd: "Vrednost mora biti izme&#273;u %0 i %1",
	number: "Molimo Vas unesite validan broj.",
	email: "Molimo Vas unesite pravilno Vasu e-mail adresu: <br /><span>npr. vaseime@nesto.com</span>",
	phone: "Molimo Vas unesite validan broj telefona.",
	url: "Molimo Vas unesite pravilno web adresu: <br /><span>npr. 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"
}
