var txt_idioma= new Array(); 

txt_idioma[0] = "The ";
txt_idioma[1] = " field may not be blank";
txt_idioma[2] = " field must contain at least 6 characters";
txt_idioma[3] = " field can not contain spaces";
txt_idioma[4] = " field contains incorrect characters";
txt_idioma[5] = " field must be of the type text";
txt_idioma[6] = " field must be of the type Alpha";
txt_idioma[7] = "E-mail is wrong";
txt_idioma[8] = "The ";
txt_idioma[9] = " field introduced is incorrect";
txt_idioma[10] = " field must contain at least 9 digits";
txt_idioma[11] = " field must be of the type digital";
txt_idioma[12] = " field can not have more than ";
txt_idioma[13] = " Character";

//fichero validacino fecha.js
txt_idioma[14] = " must have the following format: 'dd-mm-yyyy'";
txt_idioma[15] = " must contain figures";
txt_idioma[16] = "The date is incorrect";

txt_idioma[17] = " must be of the type digital";

