var txt_idioma= new Array(); 

txt_idioma[0] = "The field ";
txt_idioma[1] = " can not be empty";
txt_idioma[2] = " must contain at least 6 characters";
txt_idioma[3] = " can not contain spaces";
txt_idioma[4] = " contains incorrect characters";
txt_idioma[5] = " must be of the type text";
txt_idioma[6] = " must be of the type Alpha";
txt_idioma[7] = "E-mail is wrong";
txt_idioma[8] = "The field ";
txt_idioma[9] = " introduced is incorrect";
txt_idioma[10] = " must contain at least 9 digits";
txt_idioma[11] = " must be of the type digital";
txt_idioma[12] = " can not have more ";
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";

