ï»¿formcheckLanguage = {
	required: "To pole jest wymagane.",
	alpha: "To pole przyjmuje tylko znaki alfabetu.",
	alphanum: "To pole przyjmuje tylko znaki alfanumeryczne.",
	nodigit: "Nie moÅ¼na wpisywaÄ‡ cyfr.",
	digit: "ProszÄ™ podaÄ‡ wartoÅ›Ä‡ liczbowÄ….",
	digitmin: "Wartoœæ musi byæ wiêksza lub równa %0",
	digitltd: "Wartoœæ musi byæ w przedziale %0 i %1",
	number: "Podaj prawid³ow¹ wartoœæ.",
	email: "Podaj prawidÅ‚owy adres e-mail: <br /><span>Np. imie@domena.com</span>",
	phone: "Podaj poprawny numer telefonu.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	extnd: "For security reasons you can not use these characters (=<>&/()#) here!",
	prcnt: "Please enter a percentage between 0 und 100!",
	
	confirm: "This field is different from %0",
	differs: "This value must be different of %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"
}
