formcheckLanguage = { required: "This field is required.", 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.", digitmin: "The number must be at least %0.", digitltd: "The value must be between %0 and %1.", number: "Please enter a valid number.", email: "Please enter a valid email address.", image : 'This field should only contain image types.', phone: "Please enter a valid phone.", url: "Please enter a valid url:
E.g. http://www.domain.com.", 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 characters long.", length_fix: "The length is incorrect.
It must be exactly %0 characters.", lengthmax: "The length is incorrect.
It must be at max %0 characters long.", lengthmin: "The length is incorrect.
It must be at least %0 characters long.", words_min : "This field must concain at least %0 words, currently: %1 words.", words_range : "This field must contain %0-%1 words, currently: %2 words.", words_max : "This field must contain at max %0 words, currently: %1 words.", checkbox: "Please check the box.", radios: "Please select a radio.", select: "Please choose a value.", adult: "Register only for 16 years old person.
If you have 16 or more, check this field.
If you have less than 16, ask parent for helping in registration." }