source: admin/WebConsole/idiomas/php/eng/comandos/restaurarsoftincremental_eng.php

lgromero-new-oglive
Last change on this file was beebc19, checked in by Irina Gomez <irinagomez@…>, 7 years ago

#842 Consola: se revisan todos los ficheros de idioma en inglés.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file: restaurarsoftincremental_eng.php (Comandos)
5//      Language: English
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]='Restore Incremental Software <br> (experimental)';
14        $TbMsg[6]='Scope';
15        $TbMsg[7]='Data to supply';
16        $TbMsg[8]='Par';
17        $TbMsg[9]='Repository';
18        $TbMsg[10]='Image';
19        $TbMsg[11]='Additional Options';
20        $TbMsg[12]='Unknown';
21        $TbMsg[13]='Cache';
22        $TbMsg[14]='Scope';
23        $TbMsg[15]='Computers';
24        $TbMsg[16]='From';
25        $TbMsg[17]='';
26        $TbMsg[18]="UNGROUP COMPUTERS ACCORDING TO DIFFERENT VALUES OF:";
27        $TbMsg[19]="Data to supply";
28        // Headers of configuration table
29        $TbMsg[20]='Partition';
30        $TbMsg[21]='Installed OS';
31        $TbMsg[22]='Size';
32        $TbMsg[23]='Configuration Data';
33        $TbMsg[24]='Type';
34        $TbMsg[25]='Image';
35        $TbMsg[26]='Software Profile';
36        $TbMsg[27]='File System';
37        $TbMsg[28]='None';
38        $TbMsg[29]='Unknown';
39        // Ungroup
40        $TbMsg[30]='File System';
41        $TbMsg[31]='OS Name';
42        $TbMsg[32]='Partition Size';
43        $TbMsg[33]='Image Name';
44        $TbMsg[34]='Software Profile';
45        // Additional Options
46        $TbMsg[35]='Delete Partition previously';
47        $TbMsg[36]='Copy Image to cache';
48        $TbMsg[37]='Delete Image from cache previously';
49        $TbMsg[38]='Incremental Software';
50        $TbMsg[39]='Do not delete files from destination';
Note: See TracBrowser for help on using the repository browser.