// ------------------------------------
// Script para los mensajes de usuario.
// ------------------------------------

var olvidoElNombreStr = "Please complete your name.";
var olvidoEMailStr = "Please complete your e-mail.";
var campoNoDebeSerVacioStr = "The field could not be empty.";
var campoDebeSerUnNumeroStr = "The field must be a number.";
var diaNoValidoStr = "The day is invalid.";
var mesNoValidoStr = "The month is invalid.";
var anioNoValidoStr = "The year is invalid.";
var mesNoSeleccionadoStr = "Please select a month.";
var fechaNoValidaStr = "The date is invalid.";
var fechaExcedeStr = "The date exceeds the maximum allowed for this city.";
var cantMenExcedeStr = "Children exceeds the number of pax.";
var autoSelStr = "Please choose a car.";
