formcheckLanguage = {
	required: "To pole jest wymagane.",
	alpha: "Proszę podać wyłącznie litery.",
	alphanum: "Proszę podać wyłącznie litery oraz cyfry.",
	nodigit: "Proszę nie podawać cyfr.",
	digit: "Proszę podać cyfry.",
	digitmin: "Wartość powinna wynosić conjamniej %0",
	digitltd: "Wartość powinna być od %0 do %1",
	number: "Proszę podać prawidłową liczbę.",
	email: "Proszę podać prawidłowy adres email.",
	phone: "Proszę prodać prawidłowy nr telefonu.",
	url: "Proszę podać prawidłowy adres url.",
	
	confirm: "To pole jest różne od pola %0",
	differs: "To pole musi być różne od pola %0",
	length_str: "he 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: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value"
}
