var txt_idioma= new Array(); 

txt_idioma[0] = "Le champ ";
txt_idioma[1] = " ne peut être vide";
txt_idioma[2] = " doit contenir au moins 6 caractères";
txt_idioma[3] = " ne peut contenir d´espaces";
txt_idioma[4] = " contient des caractères incorrects";
txt_idioma[5] = " doit être du type texte";
txt_idioma[6] = " doit être du type alphanumérique";
txt_idioma[7] = "L´E-Mail est incorrect";
txt_idioma[8] = "Le champ ";
txt_idioma[9] = " introduit est incorrect";
txt_idioma[10] = " doit contenir au moins 9 chiffres";
txt_idioma[11] = " doit être du type numérique";
txt_idioma[12] = " ne peut avoir plus de ";
txt_idioma[13] = " caractères";

//fichero validacino fecha.js
txt_idioma[14] = " doit avoir le format suivant: 'jj-mm-aaaa'";
txt_idioma[15] = " doit contenir des chiffres";
txt_idioma[16] = "La date est incorrecte";

txt_idioma[17] = " doit être du type numérique";

