formcheckLanguage = {
	required: "To pole jest wymagane.",
	alpha: "To pole akceptuje tylko litery.",
	alphanum: "To pole akceptuje litery i cyfry.",
	nodigit: "To pole nie akceptuje cyfr.",
	digit: "Proszę wpisać poprawną liczbę całkowitą.",
	digitmin: "Liczba musi być większa lub równa %0",
	digitltd: "Liczba musi być z zakresu %0 - %1",
	number: "Proszę wpisać poprawny numer.",
	email: "Proszę wpisać poprawny adres e-mail: <br /><span>np. twojeimie@nazwa-domeny.com.pl</span>",
	phone: "Proszę wpisać poprawny numer telefonu.",
	url: "Proszę wpisać poprawny adres www: <br /><span>np. http://www.nazwa-domeny.com.pl</span>",
	
	confirm: "To pole jest inne niż %0",
	differs: "Wartośc tego pola musi być inna niż %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: "Proszę zaznaczyć to pole.",
	radios: "Proszę zaznaczyć to pole.",
	select: "Proszę wybrać jedną z opcji."
}
