blob: 9315b21eba4de5e128456208ec3f8401c761987f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascript: propiedades_usuarios_eng.js
// Idioma: Ingés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must introduce an user";
TbMsg[1]="You must introduce a password for this user";
TbMsg[2]="You must introduce a complete name";
TbMsg[3]="You must introduce an organizing unit for this user";
TbMsg[4]="You must introduce a language";
|