blob: 4c90e59b43e2318a9f3373a18fdcdf7284298559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: crearsoftincremental_eng.php (Comandos)
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Generation of incremental software';
$TbMsg[1]='Computer features';
$TbMsg[2]='Name';
$TbMsg[3]='IP Address';
$TbMsg[4]='MAC Address';
$TbMsg[5]='Hardware profile';
$TbMsg[6]='Data to provide';
$TbMsg[7]='';
$TbMsg[8]='Par';
$TbMsg[9]='Profile name';
$TbMsg[10]='Availables incremetnal software ';
?>
|