var txt_idioma= new Array(); 

txt_idioma[0] = "This field  ";
txt_idioma[1] = " must be completed";
txt_idioma[2] = " It must contain a minimum of 6 characters ";
txt_idioma[3] = " NO space";
txt_idioma[4] = " has got wrong characters";
txt_idioma[5] = " must be text";
txt_idioma[6] = " must be alphanumeric";
txt_idioma[7] = "The e-mail used is not correct";
txt_idioma[8] = "The ";
txt_idioma[9] = " used is not correct";
txt_idioma[10] = " must contain a minimum of 9 numbers";
txt_idioma[11] = " it must contain numbers";
txt_idioma[12] = " can't have more than ";
txt_idioma[13] = " characters";

//fichero validacino fecha.js
txt_idioma[14] = " must has got this pattern: 'dd-mm-aaaa'";
txt_idioma[15] = " it must have got numbers";
txt_idioma[16] = "Date written is wrong";

txt_idioma[17] = " must be numeric";

