formcheckLanguage = {
	required: "Šis laukas privalomas.",
	alpha: "Prašome įvesti tik raides.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "Negalima vesti skaičių.",
	digit: "Prašome įvesti skaičių.",
	digitmin: "Skaičius privalo būti bent %0",
	digitltd: "Skaičius turi būti nuo %0 iki %1",
	number: "Įveskite skaičių.",
	email: "Įveskite teisingą el. pašto adresą: <br /><span>Pvz.: vardas@domenas.lt</span>",
	phone: "Įveskite teisingą telefoną.",
	url: "Įveskite teisingą url: <br /><span>Pvz. http://www.domain.com</span>",
	
	confirm: "Šis laukas skiriasi nuo %0",
	differs: "Šis laukas turi skirtis nuo %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	checkbox: "Pražome pažymėti bent vieną reikšmę",
	radios: "Pasirinkite bent vieną reikšmę",
	select: "Pasirinkite reikšmę"
}

