blob: 999193cbd953b52511d360e188e8c6f763d3d900 (
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_esp.php (Comandos)
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Generación de software Incremental' ;
$TbMsg[1]='Características del ordenador';
$TbMsg[2]='Nombre';
$TbMsg[3]='Dirección IP';
$TbMsg[4]='Dirección MAC';
$TbMsg[5]='Perfil Hardware';
$TbMsg[6]='Datos a suministrar';
$TbMsg[7]='';
$TbMsg[8]='Par';
$TbMsg[9]='Nombre Perfil';
$TbMsg[10]='Software incremental disponible';
?>
|