formcheckLanguage = {
	required: "Acest camp este obligatoriu",
	alpha: "Acest camp accepta numai caractere alfabetice.",
	alphanum: "Acest camp accepta numai caractere alfanumerice.",
	nodigit: "No digits are accepted.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Va rugam introduceti un numar valid.",
	email: "Va rugam introduceti o adresa de email valida: <br /><span>Ex: yourname@domain.com</span>",
	phone: "Va rugam introduceti un numar de telefon valid.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "Acest camp este diferit de %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: "Va rugam bifati casuta",
	radios: "Please select a radio",
	select: "Please choose a value"
}