//*** Advanced Search

	// Formularios
	tt_forms_validacion_fecha_salida = "Your departure date is required.";
	tt_forms_validacion_fecha_entrada = "Your arrival date is required.";
	tt_forms_validacion_comparacion_piso = "The floor is invalid.";
	tt_forms_validacion_piso = "The floor is required.";
	tt_forms_validacion_comparacion_precio = "The price is invalid.";
	tt_forms_validacion_precio = "The price is required.";


//*** Reserva Propiedad

	// Formularios
	tt_forms_reserva_nombre = "You must add your name to make a reservation.";
	tt_forms_reserva_apellido = "You must add your last name to make a reservation.";
	tt_forms_reserva_email = "You must add your email to make a reservation.";
	tt_forms_reserva_confirmar_email = "Your email confirmation does not match your email.";
	tt_forms_reserva_nacionalidad = "You must select a nationality to make a reservation.";
	tt_forms_reserva_pais_residencia = "You must select a country of residence to make a reservation.";
	tt_forms_reserva_personas = "You must select the number of guests to make a reservation.";
	tt_forms_reserva_fecha_entrada = "Your arrival date is required.";
	tt_forms_reserva_fecha_salida = "Your departure date is required.";
	tt_forms_reserva_terminos_generales = "You have to accept the Terms & Conditions to make a reservation.";
	
	
//*** Contacto
	// Formulario
	tt_forms_validacion_contacto_nombre = "Your name is required.";
	tt_forms_validacion_contacto_apellido = "Your last name is required.";
	tt_forms_validacion_contacto_direccion = "Your address is required.";
	tt_forms_validacion_contacto_pais_residencia = "Your country is required.";
	tt_forms_validacion_contacto_email = "Your email is invalid.";
	tt_forms_validacion_contacto_comentario = "Your comment is required.";
		

//*** Publique Propiedad
	// Formulario
	tt_forms_validacion_publique_propiedad_nombre = "El nombre es un dato requerido.";
	tt_forms_validacion_publique_propiedad_apellido = "El apellido es un dato requerido.";
	tt_forms_validacion_publique_propiedad_direccion = "La direccion es un dato requerido.";
	tt_forms_validacion_publique_propiedad_pais_residencia = "El pais es un dato requerido.";
	tt_forms_validacion_publique_propiedad_email = "El e-mail ingresado es un dato no válido.";
	tt_forms_validacion_publique_propiedad_comentario = "El comentario es un dato requerido.";
	
	
//*** Principal
	// Menu
	tt_menu_agregar_favoritos = "Press Crtl+D to add to your Bookmarks.";
	
