blob: 48573f817b4c4f733a40195b9f6f0ece1fbb5841 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: restaurarimagen_eng.php (Comandos)
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centers';
$TbMsg[1]='Group of labs';
$TbMsg[2]='Labs';
$TbMsg[3]='Group of computers';
$TbMsg[4]='Computers';
$TbMsg[5]='Restore Image';
$TbMsg[6]='Scope';
$TbMsg[7]='Data to provide';
$TbMsg[8]='Partition';
$TbMsg[9]='Protocol';
$TbMsg[10]='Restore (Same partition type)';
$TbMsg[11]='Restore (Other partition type)';
$TbMsg[12]='Unknown';
$TbMsg[13]='';
$TbMsg[14]='Scope';
$TbMsg[15]='Computers';
$TbMsg[16]='';
$TbMsg[17]='';
$TbMsg[18]="UNGROUP COMPUTERS ACCORDING TO DIFFERENT VALUES OF:";
$TbMsg[19]="Providing data";
// Cabeceras de tabla de configuración
$TbMsg[20]='Partition';
$TbMsg[21]='Installed O.S.';
$TbMsg[22]='Size';
$TbMsg[23]='Configuration data';
$TbMsg[24]='Type';
$TbMsg[25]='Image';
$TbMsg[26]='Software profile';
$TbMsg[27]='Filesystem';
$TbMsg[28]='None';
$TbMsg[29]='Unknown';
// Desagrupamiento
$TbMsg[30]='FileSystem';
$TbMsg[31]='O.S. type';
$TbMsg[32]='Partition Size';
$TbMsg[33]='Name of image';
$TbMsg[34]='Software Profile';
?>
|