blob: 4d7151e4f671f28123979bce4b72894b7b2a239b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//________________________________________________________________________________________________________
//
// 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";
TbMsg[5]="Los campos 'Password' y 'Confirmar password' no coinciden";
TbMsg[6]="La clave debe tener un mínimo de 8 caracteres";
|