blob: bea821859c39a24ba2fbe5ac14412c2a64de9f95 (
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
|
<?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';
$TbMsg["CREATE_NOREPO"]='<br> Computer whithout repository assigned. <br>Can not create image.<br> ';
|