blob: 2daa8722e19fa9a9a2c9f96a7197ed0643b88929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: crearimagen_eng.php (Comandos)
// Idioma: Ingles
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Creation of Image';
$TbMsg[1]='Features computer';
$TbMsg[2]='Name';
$TbMsg[3]='IP address';
$TbMsg[4]='MAC address';
$TbMsg[5]='Hardware profile';
$TbMsg[6]='Provide data';
$TbMsg[7]='It is needed to capture profile Software';
$TbMsg[8]='Partition';
$TbMsg[9]='O.S. Name';
$TbMsg[10]='Image to create ';
$TbMsg[11]='Target repository';
$TbMsg[12]='Unknown';
$TbMsg[13]='Type';
$TbMsg[14]='Scope';
$TbMsg[15]='Computers';
|