[3ec149c] | 1 | <? |
---|
| 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fichero de idiomas php: ejecutarscripts_eng.php (Comandos) |
---|
| 5 | // Idioma: Ingés |
---|
| 6 | //________________________________________________________________________________________________________ |
---|
| 7 | $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]='Environment'; |
---|
| 15 | $TbMsg[7]='Title'; |
---|
| 16 | $TbMsg[8]='Description'; |
---|
[6a025b4] | 17 | $TbMsg[9]='Opengnsys code'; |
---|
[3ec149c] | 18 | $TbMsg[10]='Code file'; |
---|
[6a025b4] | 19 | |
---|
| 20 | |
---|
| 21 | $TbMsg["WDI11"]='Wizard Deploy Image'; |
---|
| 22 | $TbMsg["WDI12"]='Generate OG Code'; |
---|
| 23 | |
---|
[a567fa6] | 24 | $TbMsg["WDI13"]='Choose whether you just want to store the image on the Cache - UpdateCache'; |
---|
[6a025b4] | 25 | $TbMsg["WDI14"]='deployImage (update+restore)'; |
---|
[a567fa6] | 26 | $TbMsg["WDI15"]='updateCache (only download)'; |
---|
[6a025b4] | 27 | |
---|
| 28 | $TbMsg["WDI16"]='basic options'; |
---|
| 29 | $TbMsg["WDI17"]='opciones 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 '; |
---|
| 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 | |
---|
| 44 | $TbMsg["WDI30"]='Seed time'; |
---|
[86bb5fc] | 45 | |
---|
| 46 | |
---|
| 47 | $TbMsg["WCRP31"]='Wizard to Clone Remote Partitions'; |
---|
| 48 | $TbMsg["WCRP32"]='Select MASTER PC:'; |
---|
| 49 | $TbMsg["WCRP33"]='Select the image or partition to send from Master PC'; |
---|
| 50 | $TbMsg["WCRP34"]='Select the destine partition in the clients'; |
---|
| 51 | $TbMsg["WCRP35"]='Select the transfer mode'; |
---|
| 52 | $TbMsg["WCRP36"]='Select cloning tool'; |
---|
| 53 | $TbMsg["WCRP37"]='Select compressor for cloning tool:'; |
---|
[6a025b4] | 54 | ?> |
---|