blob: a93a0279117c3b5ad5742bb2f11dcfe66acc431d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascript: propiedades_ordenadores_eng.js
// Idioma: Ingés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must introduce a computer name";
TbMsg[1]="You must introduce an IP Address";
TbMsg[2]="You must introduce a MAC Address";
TbMsg[3]="You must link this computer with some of a hardware profile";
TbMsg[4]="You must introduce a DHCP server";
TbMsg[5]="You must introduce a OpenGnsys server";
TbMsg[6]="Deben introducirse datos de validación: página de login y página de validación";
|