var jslibMsgDel = "$#$";
var FIELD_MIN_NO_OF_CHARS = "There must be at least " + jslibMsgDel + " characters in the field " + jslibMsgDel + "!";
var SEARCH_MIN_NO_OF_CHARS = "There must be at least " + jslibMsgDel + " characters in the field " + jslibMsgDel + "!";
var FIELD_MAX_NO_OF_CHARS = "Only " + jslibMsgDel + " characters is allowed in the field " + jslibMsgDel + "!";
var FIELD_NOT_FILLED = "The field " + jslibMsgDel + " is empty!";
var FIELD_INVALID = "The input in the field " + jslibMsgDel + " is invalid!";
var FIELD_CHAR_NOT_ALLOWED_AS_FIRST = "The character " + jslibMsgDel + " is not allowed as the first character in the field " + jslibMsgDel + "!";
var FIELD_CHAR_NOT_ALLOWED_AS_NTH = "The character " + jslibMsgDel + " is not allowed as the " + jslibMsgDel + "th character in the field " + jslibMsgDel + "!";
var FIELD_CHAR_NOT_ALLOWED_AS_LAST = "The character " + jslibMsgDel + " is not allowed as the last character in the field " + jslibMsgDel + "!";
var FIELD_STRING_NOT_ALLOWED = "The string " + jslibMsgDel + " is not allowed!";
var SEARCH_STRING_NOT_ALLOWED = "You cannot search for the sequence " + jslibMsgDel + "!";
var EMAIL_TOO_LONG = "The email address is too long!";
var EMAIL_INVALID = "The email address is invalid!";
var EMAIL_NOT_FILLED = "An email address is required!";
var EMAIL_TOO_SHORT = "The email address is too short!";
var EMAIL_NO_AT = "The email address must contain exactly one @!";
var EMAIL_MORE_THAN_ONE_AT = "The email address contains more than one @!";
var EMAIL_INVALID_SEQUENCE = "The sequence " + jslibMsgDel + " is not allowed in the email address!";
var EMAIL_INVALID_START = "The email address must not begin with a " + jslibMsgDel + "!";
var EMAIL_INVALID_BEFORE_AT = "A " + jslibMsgDel + " is not allowed before the @ in the email address!";
var EMAIL_NO_DOT_AFTER_AT = "There is no dot after the @ in the email address!";
var EMAIL_INVALID_AFTER_AT = "A " + jslibMsgDel + " is not allowed after the @ in the email address!";
var EMAIL_INVALID_LAST_PART = "A " + jslibMsgDel + " is not allowed in the last part of the domain of the email address!";
var EMAIL_MIN_NO_OF_CHARS_IN_LAST_PART_OF_DOMAIN = "There must be at least " + jslibMsgDel + " characters in the last part of the domain of the email address!";
var EMAIL_MAX_NO_OF_CHARS_IN_LAST_PART_OF_DOMAIN = "Only " + jslibMsgDel + " characters is allowed in the last part of the domain of the email address!";
var RADIO_NOT_CHOSEN = "You must choose an option in the field " + jslibMsgDel + "!";
var CHBOX_MIN_SELECTED_SINGULARIS = "You must check at least one of the boxes in the field " + jslibMsgDel + "!";
var CHBOX_MIN_SELECTED_PLURALIS = "You must check at least " + jslibMsgDel + " of the boxes in the field " + jslibMsgDel + "!";
var SEL_NOT_CHOSEN = "You must choose an option in the drop down box " + jslibMsgDel + "!";
var SEL_MIN_SELECTED = "You must choose at least " + jslibMsgDel + " options in the drop down box " + jslibMsgDel + "!";
var RESET_FORM = "Do you really wan't to reset the form?";
var PASSWORD_REPEAT = "You didn't repeat the password correctly!\nPlease try again.";