formcheckLanguage = {
                        required: "To pole jest wymagane.",
			alpha: "This field accepts alphabetic characters only.",
			alphanum: "This field accepts alphanumeric characters only.",
			nodigit: "No digits are accepted.",
			digit: "Please enter a valid integer.",
			digitltd: "The value must be between %0 and %1",
			number: "Please enter a valid number.",
			email: "Wpisz poprawny e-mail.",
			phone: "Wpisz poprawny numer telefonu bez \"+48\".",
			url: "Please enter a valid url.",

			confirm: "To pole jest inne niż Hasło",
                        db: "E-mail jest już w bazie danych",
                        db2: "Nazwa jest już w bazie danych",
			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"
}
