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