formcheckLanguage = {
	required     : "Ovo polje je obavezno, unesite tražene podatke!",
			alpha        : "This field accepts alphabetic characters only.",
			alphanum     : "This field accepts alphanumeric characters only.",
			nodigit      : "U ovom polju nisu dozvoljeni brojevi.",
			digit        : "Please enter a valid integer.",
			digitmin     : "The number must be at least %0",
			digitltd     : "The value must be between %0 and %1",
			number       : "Unesite broj.",
			email        : "Unesite validnu email adresu: <br /><span>npr. yourname@domain.com</span>",
			spamcheck    : "<span>4 + 3 = ???</span>",
			phone        : "Unesite validan telefonski broj.",
			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   : "Text is too short, it must be between %0 and %1",
			lengthmax    : "Text is too short, it must be at max %0",
			lengthmin    : "Tekst je prekratak, mora da ima najmanje %0 karaktera",
			checkbox     : "Please check the box",
			radios       : "Please select a radio",
			select       : "Izaberite sifru artikla!"
}
