formcheckLanguage = {
	required: "To pole jest wymagane.",
	alpha: "W tym polu możesz wpisa&#263; tylko litery.",
	alphanum: "W tym polu możesz wpisa&#263; tylko litery i cyfry.",
	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: "Prosze wpisa&#263; prawid&#322;owy numer.",
	email: "Prosz&#281; wpisa&#263; poprawny adres e-mail: np. kowalski@firma.pl",
	phone: "Prosz&#281; wpisa&#263; poprawny nr telefonu.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "Ilo&#347;c znaków musi si&#281; znajdowac pomi&#281;dzy %0 a %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: "To pole musi by&#263; zaznaczone",
	radios: "Please select a radio",
	select: "Please choose a value"
}