blob: 0eb03d9b7a7b6b9a5b291df178220a3b6dcbf57e (
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';
?>
|