blob: f255316b6394ee956f446bc06176c428c79d357e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//________________________________________________________________________________________________________
//
// 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";
|