formcheckLanguage = {
required: "To pole jest wymagane.",
alpha: "This field accepts alphabetic characters only.",
alphanum: "This field accepts alphanumeric characters only.",
nodigit: "W tym polu nie można wpisać cyfr.",
digit: "Proszę wpisać poprawną cyfrę.",
digitmin: "The number must be at least %0",
digitltd: "Wartość musi zawierać się w przedziale od %0 do %1",
number: "Proszę wpisać poprawny numer.",
email: "Proszeę wpisać poprawny adres e-mail
E.g. yourname@domain.com",
phone: "Proszę wpisaæ poprawny numer telefonu.",
url: "Proszę wpisać poprawny url:
E.g. http://www.domain.com",
confirm: "To pole różni się od %0",
differs: "To pole musi być różne od %0",
length_str: "FORMCHECK_LENGHT",
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"
}