var textoError = new Array();
textoError['req'] = 'The field FIELD is required';
textoError['num'] = 'The field FIELD must be numeric';
textoError['dec'] = 'The field FIELD must be numeric / decimal';
textoError['email'] = 'The field FIELD must be a valid email address';
textoError['date'] = 'The field FIELD must be a date (dd / mm / yyyy)';
textoError['arch'] = 'The file FIELD must be of type FIELD DOC, DOCX, XLS, XLSX, PDF, ZIP, RAR, TIFF, or JPG';
textoError['jpg'] = 'The file FIELD must be of type FIELD JPG';
textoError['alpha'] = 'The field FIELD contains invalid characters';
textoError['leng6'] = 'Field FIELD length must be greater than or equal to 6';

textoError['contacto'] = '"Phone" or "Email address" are required';
textoError['buscar'] = 'You must enter both dates if you search for availability';
textoError['contrasenas'] = 'Passwords do not match.';
textoError['terminos'] = 'You must read and accept the "Terms and Conditions"';
textoError['precios'] =  'You must complete the data table "Prices and rates"';
textoError['ofertas'] =  'Please complete the table "Offers"';
textoError['fotografías'] =  'Enter one or more photographs of the housing';
textoError['ubicacion'] = 'You must specify the location of housing';
textoError['consulta'] = '"Phone" or "Email address" are required';
textoError['registro'] = 'The email address entered is already registered';

var textoMensaje = new Array();
textoMensaje['no_eliminar'] = 'You can not delete the first element, is mandatory.';
textoMensaje['seguro_eliminar_alojamiento'] = 'Sure you want to remove the housing? \nNote: Housing will be removed manually by an administrator.';
textoMensaje['complete_provincia'] = 'Complete State, City and Address of housing to use this feature.';
textoMensaje['no_se_ubico'] = 'Can not locate the address. Check the address entered, or locate the address manually. \nDirección sought: ';
textoMensaje['no_se_puede_buscar'] = 'Can not locate the address. Check the street name and city, or locate the address manually.';
textoMensaje['eliminar_fotografia'] = 'Sure you want to delete the photo? \nIMPORTANT: This action can not be undone even if you cancel the changes.';
textoMensaje['cancelar_alojamiento'] = 'Cancel the changes in the housing?';
textoMensaje['eliminar_reserva'] = 'Sure you want to delete the Selected Reserve?';
