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

Last change on this file since 814c308 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[c057e20]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[d0df50b6]4//      Php language file: ejecutarscripts_eng.php (Comandos)
5//      Language: English
[3ec149c]6//________________________________________________________________________________________________________
[c057e20]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';
13        $TbMsg[5]='Perfom Script';
[d0df50b6]14        $TbMsg[6]='Scope';
[3ec149c]15        $TbMsg[7]='Title';
16        $TbMsg[8]='Description';
[1602040]17        $TbMsg[9]='OpenGnSys code';
[d0df50b6]18        $TbMsg[10]='Data to submit';
[1602040]19        $TbMsg[11]='Delete Cache Image on Client';
[91aaf03]20
[d0df50b6]21        $TbMsg["WDI11"]='Deploy Image Wizard';
[91aaf03]22        $TbMsg["WDI12"]='Generate OG Code';
23
[d0df50b6]24        $TbMsg["WDI13"]='Choose whether you just want to store the image on the Cache - UpdateCache';
25        $TbMsg["WDI14"]='deployImage (update+restore)';
26        $TbMsg["WDI15"]='updateCache (only download)';
[91aaf03]27
[d0df50b6]28        $TbMsg["WDI16"]='basic options';
29        $TbMsg["WDI17"]='multicast options';
30        $TbMsg["WDI18"]='torrent options';
31        $TbMsg["WDI19"]='unicast options';
32        $TbMsg["WDI20"]='Select the partition where the restore disk image:';
33        $TbMsg["WDI20"]='Select the disk partition where to restore the image:';
34        $TbMsg["WDI21"]='Select the image to distribute:';
35        $TbMsg["WDI22"]='--Select image --';
36        $TbMsg["WDI23"]='Select the transfer mode ';
[91aaf03]37        $TbMsg["WDI24"]='port : ';
38        $TbMsg["WDI25"]='Mcast address : ';
39        $TbMsg["WDI26"]='mode : ';
40        $TbMsg["WDI27"]='speed : ';
41        $TbMsg["WDI28"]='Max. client number';
42        $TbMsg["WDI29"]='Max. waiting time (sec)';
43
[d0df50b6]44        $TbMsg["WDI30"]='Seed time';
[91aaf03]45
[d0df50b6]46        $TbMsg["WCRP31"]='Clone to Remote Partition Wizard';
[91aaf03]47        $TbMsg["WCRP32"]='Select MASTER PC:';
48        $TbMsg["WCRP33"]='Select the image or partition to send from Master PC';
[d0df50b6]49        $TbMsg["WCRP34"]='Select the destine partition in the clients';
50        $TbMsg["WCRP35"]='Select the transfer mode';
51        $TbMsg["WCRP36"]='Select cloning tool';       
52        $TbMsg["WCRP37"]='Select compressor for cloning tool:';
[91aaf03]53?>
[d0df50b6]54
Note: See TracBrowser for help on using the repository browser.