summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/esp/propiedades_perfilhardwares_esp.php
blob: 933b2c7fe3646d086364a780837d3ed59cb0b58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
//__________________________________________________________________
//
//	Fichero de idiomas php: propiedades_perfilhardwares_esp.php 
//	Idioma: Español 
//__________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opci&oacute;n";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg["HARD_TITLE"]="Gesti&oacute;n Perfiles Hardware";
$TbMsg["HARD_NAME"]="Nombre";
$TbMsg["HARD_COMMENTS"]="Comentarios";
$TbMsg["HARD_COMPUTERS"]="Ordenadores";
$TbMsg["HARD_WINBOOT"]="Arranque Windows";
$TbMsg["HARD_REBOOT"]="Reinicio (reboot)";
$TbMsg["HARD_KEXEC"]="Directo (kexec)";
?>