blob: 128254e04804acd858758087a435442afb59aeb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?
//________________________________________________________________________________________________________
//
// 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.';
?>
|