source: admin/WebConsole/idiomas/php/eng/comandos/ejecutarscripts_eng.php @ e32794a

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since e32794a was 1985678, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Check for more variable definitions and continue code cleanup.

  • Property mode set to 100644
File size: 2.4 KB
Line 
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]='Run 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]='&nbsp;Execution mode *&nbsp;';
21        $TbMsg[13]='System';
22        $TbMsg[14]='User';
23        $TbMsg[15]="Warning:  Execution mode is only applied to new OS agents: <br>\n
24                    * User mode is only valid if a graphic mode session is started.<br>\n
25                    * Script language to send must correspond with the client status.<br>\n
26                    * For Windows you have to escape backslash.";
27
28        $TbMsg["WDI10"]='Modify code';
29        $TbMsg["WDI11"]='Deploy Image Wizard';
30        $TbMsg["WDI12"]='Generate OG Code';
31
32        $TbMsg["WDI13"]='Choose if you just want to store the image on Cache - UpdateCache';
33        $TbMsg["WDI14"]='deployImage (update+restore)';
34        $TbMsg["WDI15"]='updateCache (only download)';
35        $TbMsg["WDI16"]='basic options';
36        $TbMsg["WDI17"]='multicast options';
37        $TbMsg["WDI18"]='torrent options';
38        $TbMsg["WDI19"]='unicast options';
39        $TbMsg["WDI20"]='Select the partition where the image will be restored:';
40        $TbMsg["WDI21"]='Select the image to distribute:';
41        $TbMsg["WDI22"]='--Select image --';
42        $TbMsg["WDI23"]='Select transfer mode ';
43
44        $TbMsg["WDI24"]='port : ';
45        $TbMsg["WDI25"]='Mcast address : ';
46        $TbMsg["WDI26"]='mode : ';
47        $TbMsg["WDI27"]='speed : ';
48        $TbMsg["WDI28"]='Max. client number';
49        $TbMsg["WDI29"]='Max. waiting time (sec)';
50
51        $TbMsg["WDI30"]='Seed time';
52
53        $TbMsg["WDI31"]='WARNING: If you modify the code, the information about the computers will not be saved after image deployment.';
54
55        $TbMsg["WCRP31"]='Remote partitions cloning Wizard';
56        $TbMsg["WCRP32"]='Select MASTER PC:';
57        $TbMsg["WCRP33"]='Choose the image or partition to send from Master PC';
58        $TbMsg["WCRP34"]='Select the client target partition';
59        $TbMsg["WCRP35"]='Select the transfer mode';
60        $TbMsg["WCRP36"]='Select cloning tool';
61        $TbMsg["WCRP37"]='Select compressor for cloning tool:';
Note: See TracBrowser for help on using the repository browser.