blob: 0f69669a8cf225665cd8146e2c82a22c9bb01528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: ejecutarscripts_eng.php (Comandos)
// Language: English
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Perfom Script';
$TbMsg[6]='Scope';
$TbMsg[7]='Title';
$TbMsg[8]='Description';
$TbMsg[9]='OpenGnSys code';
$TbMsg[10]='Data to submit';
$TbMsg[11]='Delete Cache Image on Client';
$TbMsg["WDI10"]='Modificar código';
$TbMsg["WDI11"]='Deploy Image Wizard';
$TbMsg["WDI12"]='Generate OG Code';
$TbMsg["WDI13"]='Choose whether you just want to store the image on the Cache - UpdateCache';
$TbMsg["WDI14"]='deployImage (update+restore)';
$TbMsg["WDI15"]='updateCache (only download)';
$TbMsg["WDI16"]='basic options';
$TbMsg["WDI17"]='multicast options';
$TbMsg["WDI18"]='torrent options';
$TbMsg["WDI19"]='unicast options';
$TbMsg["WDI20"]='Select the partition where the restore disk image:';
$TbMsg["WDI20"]='Select the disk partition where to restore the image:';
$TbMsg["WDI21"]='Select the image to distribute:';
$TbMsg["WDI22"]='--Select image --';
$TbMsg["WDI23"]='Select the transfer mode ';
$TbMsg["WDI24"]='port : ';
$TbMsg["WDI25"]='Mcast address : ';
$TbMsg["WDI26"]='mode : ';
$TbMsg["WDI27"]='speed : ';
$TbMsg["WDI28"]='Max. client number';
$TbMsg["WDI29"]='Max. waiting time (sec)';
$TbMsg["WDI30"]='Seed time';
$TbMsg["WDI31"]='AVISO: Si modifica el código no se guardará la información de los equipos después de desplegar la imagen.';
$TbMsg["WCRP31"]='Clone to Remote Partition Wizard';
$TbMsg["WCRP32"]='Select MASTER PC:';
$TbMsg["WCRP33"]='Select the image or partition to send from Master PC';
$TbMsg["WCRP34"]='Select the destine partition in the clients';
$TbMsg["WCRP35"]='Select the transfer mode';
$TbMsg["WCRP36"]='Select cloning tool';
$TbMsg["WCRP37"]='Select compressor for cloning tool:';
?>
|