var txt_idioma= new Array(); 

txt_idioma[0] = "The field ";
txt_idioma[1] = " canīt be empty";
txt_idioma[2] = " must have 6 charactersor more";
txt_idioma[3] = " canīt have spaces";
txt_idioma[4] = " have wrong characters";
txt_idioma[5] = " must be text";
txt_idioma[6] = " must be alphanumeric";
txt_idioma[7] = "E-Mail is wrong";
txt_idioma[8] = "The ";
txt_idioma[9] = " put is wrong";
txt_idioma[10] = " must have 9 digit or more";
txt_idioma[11] = " must be numeric";
txt_idioma[12] = " canīt have more than ";
txt_idioma[13] = " characters";

//fichero validacino fecha.js
txt_idioma[14] = " must have this pattern: 'dd-mm-aaaa'";
txt_idioma[15] = " must have numbers";
txt_idioma[16] = "The date put is wrong";
