blob: fa00a89f332a8fa8f0c691e378e808db6ef992ef (
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
58
59
60
61
|
<?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]='Run Script';
$TbMsg[6]='Scope';
$TbMsg[7]='Title';
$TbMsg[8]='Description';
$TbMsg[9]='Script code';
$TbMsg[10]='Data to submit';
$TbMsg[11]='Delete Cache Image on Client';
$TbMsg[12]=' Execution mode * ';
$TbMsg[13]='System';
$TbMsg[14]='User';
$TbMsg[15]="Warning: Execution mode is only applied to new OS agents: <br>\n
* User mode is only valid if a graphic mode session is started.<br>\n
* Script language to send must correspond with the client status.<br>\n
* For Windows you have to escape backslash.";
$TbMsg["WDI10"]='Modify code';
$TbMsg["WDI11"]='Deploy Image Wizard';
$TbMsg["WDI12"]='Generate OG Code';
$TbMsg["WDI13"]='Choose if you just want to store the image on 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 image will be restored:';
$TbMsg["WDI21"]='Select the image to distribute:';
$TbMsg["WDI22"]='--Select image --';
$TbMsg["WDI23"]='Select 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"]='WARNING: If you modify the code, the information about the computers will not be saved after image deployment.';
$TbMsg["WCRP31"]='Remote partitions cloning Wizard';
$TbMsg["WCRP32"]='Select MASTER PC:';
$TbMsg["WCRP33"]='Choose the image or partition to send from Master PC';
$TbMsg["WCRP34"]='Select the client target partition';
$TbMsg["WCRP35"]='Select the transfer mode';
$TbMsg["WCRP36"]='Select cloning tool';
$TbMsg["WCRP37"]='Select compressor for cloning tool:';
|