blob: 28841d5708bbb5cdf10fd153a86b6d50593ab555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: perfilcomponente_hard_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Perfiles hardware';
$TbMsg[1]='Gestión Componentes hardware';
$TbMsg[2]='Perfil hardware';
$TbMsg[3]='Nombre del component e';
$TbMsg[4]='(*)Para incluir algún componente en este perfil debe hacer click sobre la casilla de verificación correspondiente.';
|