var reservation_lang = {
	txt_format_depart: 'Invalid Departure date',
	txt_format_retour: 'Invalid Arrival date',
	txt_aeroport_depart: "Please make a selection for Departure Airport",
	txt_aeroport_arrive: "Please make a selection for Arrival Airport",
	txt_aeroport_identique: 'You have selected the same departure and arrival airports',
	txt_adultes_valeur: 'Please enter a value for Number of Adults',
	txt_adultes_valeur_numerique: 'Please enter only numeric values for Number of Adults',
	txt_adultes_valeur_positive: 'Please enter only positive numeric values for Number of Adults',
	txt_adultes_minimum: 'At least one adult must be included in the flight.\nPlease contact our Travel Agents for other options.',
	txt_enfants_numeriques: 'Please enter only numeric values for Number of Children',
	txt_enfants_positives: 'Please enter only positive numeric values for Number of Children',
	txt_passager_max: 'Maximum of 9 passengers (excluding infants) allowed per booking.',
	txt_bebes_numeriques: 'Please enter only numeric values for Number of Infants',
	txt_bebes_positives: 'Please enter only positive numeric values for Number of Infants',
	txt_bebes_minimum: 'There must be at least one adult per infant',
	txt_date_invalide: 'Invalid Datetime format:'
}
