var user_message = new Array();

//##########################################################################
//			USER MESSAGES IN ENGLISH
//##########################################################################

user_message["EMAIL_EMPTY"] = "Type in your email address.";
user_message["EMAIL_INVALID"] = "You entered an incorrect email address.";
user_message["PASSWORD_EMPTY"] = "Type in your password.";
user_message["PASSWORD_CONFIRM_EMPTY"] = "Confirm your password.";
user_message["PASSWORD_CONFIRM_INVALID"] = "You have not confirmed your password correctly.";

user_message["SEARCH_FROM_NOT_SELECTED"] = "The departure airport has not been selected!";
user_message["SEARCH_TO_NOT_SELECTED"] = "The arrival airport has not been selected!";
user_message["AIRPORTS_NOT_SELECTED"] = "Select both airports of flight!";
user_message["AIRLINE_AND_REMOTEAIRPORT_NOT_SELECTED"] = "The airline or the remote airport should be selected!";
user_message["DATE_INVALID"] = "The specified date is not valid!";
user_message["DATE_TOO_LOW"] = "The specified date cannot be before yesterday!";
user_message["DATE_TOO_HIGH"] = "The specified date is too far!";

user_message["NAME_EMPTY"] = "Type in your name.";
user_message["SURNAME_EMPTY"] = "Type in your surname.";
user_message["CITY_EMPTY"] = "Type in the city.";
user_message["PROV_EMPTY"] = "Type in the province.";
user_message["CAP_EMPTY"] = "Type in the ZIP code.";
user_message["TEL_EMPTY"] = "Type in the telephone number.";
user_message["ADDRESS_EMPTY"] = "Type in the address.";
user_message["SCHOOL_EMPTY"] = "Type in the school/organization name.";
user_message["CV_NOT_ATTACHED"] = "Attach the file with your CV.";
user_message["CV_FILE_INVALID"] = "The attached file must be in one of the following formats: DOC, RTF, TXT";

user_message["QUANTITY_NOTNUMBER"] = "The card quantity must be a numeric value.";
user_message["TYPE_UNCHECKED"] = "The type (disposable / annual) has not been selected.";
user_message["MODE_UNCHECKED"] = "The mode (release / renewal) has not been selected.";
user_message["PRICE_UNCHECKED"] = "The amount (€700 / €560) has not been selected.";

user_message["AEROPORTO_EMPTY"] = "Select the airport.";
user_message["VOLI_MEDI_EMPTY"] = "Select the namber of average of yearly flights";
user_message["ARGOMENTO_EMPTY"] = "Select the subject.";