blob: b7633d0907689240ba7fb8e28c43fa73a9593e1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: restaurarimagen_eng.php (Comandos)
// Idioma: Ingés
//________________________________________________________________________________________________________
$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]='Environment';
$TbMsg[7]='Data to provide';
$TbMsg[8]='System name';
$TbMsg[9]='Image to restore';
$TbMsg[10]='Restore (Same partition type)';
$TbMsg[11]='Restore (Others partition type)';
?>
|