formcheckLanguage = {
	required: "Pole wymagane.",
	alpha: "Wymagane znaki alfabetyczne.",
	alphanum: "Wymagane znaki alfanumeryczne.",
	nodigit: "Żadne cyfry nie są wymagane.",
	digit: "Proszę wprowadzić liczbę.",
	digitmin: "Liczba musi być minimum: %0",
	digitltd: "Wartość musi być pomiędzy %0 a %1",
	number: "Proszę wprowadzić poprawny numer.",
	email: "Proszę wprowadzić poprawny e-mail: <br /><span>Np. imie@domena.com</span>",
	phone: "Proszę wprowadzić poprawny numer telefonu.",
	url: "Proszę wprowadzić poprawny adres url: <br /><span>Np. http://www.domena.com</span>",
	
	confirm: "Zawartość pola różni się od pola %0",
	differs: "Pole nie może być takie samo jak %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"
}
