var text_length ="This field must be at least three characters long";
var incorrect_format = "Incorrect format for this field (must be dd/mm/yyyy where year (yyyy) must be greater than or equal to 1950 and less than or equal to current year)";
var incorrect_year = "Incorrect value for year (year must be greater than or equal to 1950 and less than or equal to current year)";
var numeric_field = "This field must be numeric";
var month_field = "The Month field must have a value between 1 and 12";
var day_field = "The Day field must have a value between 1 and 31";
var mandatory_field = "You have not filled in all mandatory fields indicated by *";
var no_selection ="Please check one of the search cases";
var fromLtTo ="The To field must be greater than or equal to From field";
var textField ="Text must be entered!";


