formcheckLanguage = {
	required: "To pole jest wymagane.",
	alpha: "To pole akceptuje tylko litery.",
	alphanum: "To pole akceptuje tylko litery i cyfry.",
	nodigit: "Cyfry nie są akceptowane.",
	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: "Proszę wprowadzić poprawny adres e-mail: <br /><span>np. yourname@domain.com</span>",
	phone: "Prosze podać numer telefonu.",
	url: "Proszę wprowadzić poprawnie adres url: <br /><span>np. www.domain.com</span>",
	
	confirm: "Wartość rózni się od wartości %0",
	differs: "Ta wartość musi być różna od %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"
}