blob: d038f2de846af8c42d63aa1c48e6cce195dcd63c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_ordenadorestandar_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Lab";
$TbMsg[1]="Computer template";
$TbMsg[2]="Name";
$TbMsg[3]="IP Address";
$TbMsg[4]="MAC Address";
$TbMsg[5]="Hardware profile";
$TbMsg[6]="Dhcp Server";
$TbMsg[7]="OpenGnsys Server";
$TbMsg[8]="Number of computer to insert";
$TbMsg[9]='(*) To modify all computers with certain data, in this labs, you must to introduce the corresponding value and let the last field: "Number of computer to inser" to zero.';
$TbMsg[10]="(**) If it's all about new computers with a default configurations, but you don't want to modify existing computers data, you must to introduce a value greater than zero.";
$TbMsg[11]="Cache size";
?>
|