var textoInicioFrase = 'The following errors have been detected:\n\n';
var textoFinalFrase = '\nPlease, correct the errors indicated to continue.'
var textoObligatorio = '- The field "#nombre#" is mandatory.\n';
var textoIncorrecto = '- The field "#nombre#" is incorrect.\n';
var txtFecha = "- The format of the data is incorrect.\n";
var txtNumero = '- The field "#nombre#" must be a number.\n';

