var textoInicioFrase = 'The following errors have been detected:\n\n';
var textoFinalFrase = '\nPlease, to correct the indicated errors to continue.'
var textoCampo = '- El camp "';
var textoObligatorio = '- The field "#nombre#" is mandatory.\n';
var textoIncorrecto = '- The field "#nombre#" is incorrect.\n';
var txtCheck = "- Select an element at least to erase.\n";
var txtFecha = "- The format of the data is incorrect.\n";
var txtFicheroJPG = "- The file has to have extension jpg or jpeg\n";
var txtNumero = '- The field "#nombre#" must be a number.\n';
var txtPswd = "- La contraseña indicada y su confirmación no coinciden\n";
var txtFecha_formato = ' The field "#nombre#" is incorrect (the correct format for the date is dd/mm/yyyy).\n';
var txtFechaTiempo = ' The field "#nombre#" is incorrect (the correct format for the date is "dd/mm/yyyy hh:mm").\n';


