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

configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 09b8452 was 852bb80, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#962: Update warnings for the web command "Run Script" (Windows script does not require escape characters).

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[0ccb7c7]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[69650cb]4//      Php language file: ejecutarscripts_eng.php (Comandos)
5//      Language: English
[3ec149c]6//________________________________________________________________________________________________________
[0ccb7c7]7        if (empty ($TbMsg)) $TbMsg=array();
[3ec149c]8        $TbMsg[0]='Centers';
9        $TbMsg[1]='Group of labs';
10        $TbMsg[2]='Labs';
11        $TbMsg[3]='Group of computers';
12        $TbMsg[4]='Computers';
[beebc19]13        $TbMsg[5]='Run Script';
[69650cb]14        $TbMsg[6]='Scope';
[3ec149c]15        $TbMsg[7]='Title';
16        $TbMsg[8]='Description';
[e2b3904]17        $TbMsg[9]='Script code';
[69650cb]18        $TbMsg[10]='Data to submit';
[9583e59]19        $TbMsg[11]='Delete Cache Image on Client';
[e2b3904]20        $TbMsg[12]='&nbsp;Execution mode *&nbsp;';
21        $TbMsg[13]='System';
22        $TbMsg[14]='User';
[852bb80]23        $TbMsg[15]="Warning:
[beebc19]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
[852bb80]26                    * OGAgent for Windows prior to 1.1.1b only: you must escape backslash (\\\\).";
[beebc19]27        $TbMsg["WDI10"]='Modify code';
[69650cb]28        $TbMsg["WDI11"]='Deploy Image Wizard';
[6a025b4]29        $TbMsg["WDI12"]='Generate OG Code';
30
[beebc19]31        $TbMsg["WDI13"]='Choose if you just want to store the image on Cache - UpdateCache';
[69650cb]32        $TbMsg["WDI14"]='deployImage (update+restore)';
33        $TbMsg["WDI15"]='updateCache (only download)';
34        $TbMsg["WDI16"]='basic options';
35        $TbMsg["WDI17"]='multicast options';
36        $TbMsg["WDI18"]='torrent options';
37        $TbMsg["WDI19"]='unicast options';
[beebc19]38        $TbMsg["WDI20"]='Select the partition where the image will be restored:';
[69650cb]39        $TbMsg["WDI21"]='Select the image to distribute:';
40        $TbMsg["WDI22"]='--Select image --';
[beebc19]41        $TbMsg["WDI23"]='Select transfer mode ';
42
[6a025b4]43        $TbMsg["WDI24"]='port : ';
44        $TbMsg["WDI25"]='Mcast address : ';
45        $TbMsg["WDI26"]='mode : ';
46        $TbMsg["WDI27"]='speed : ';
47        $TbMsg["WDI28"]='Max. client number';
48        $TbMsg["WDI29"]='Max. waiting time (sec)';
49
[69650cb]50        $TbMsg["WDI30"]='Seed time';
[86bb5fc]51
[beebc19]52        $TbMsg["WDI31"]='WARNING: If you modify the code, the information about the computers will not be saved after image deployment.';
[ab79b5e]53
[beebc19]54        $TbMsg["WCRP31"]='Remote partitions cloning Wizard';
[86bb5fc]55        $TbMsg["WCRP32"]='Select MASTER PC:';
[1985678]56        $TbMsg["WCRP33"]='Choose the image or partition to send from Master PC';
[beebc19]57        $TbMsg["WCRP34"]='Select the client target partition';
[69650cb]58        $TbMsg["WCRP35"]='Select the transfer mode';
[beebc19]59        $TbMsg["WCRP36"]='Select cloning tool';
[69650cb]60        $TbMsg["WCRP37"]='Select compressor for cloning tool:';
Note: See TracBrowser for help on using the repository browser.