blob: fe29a43413006f61fb30274df1123e22aed2a5a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?
//_____________________________________________________________________________
//
// Fichero de idiomas php: propiedades_ordenadores_esp.php
// Idioma: Español
//______________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Ordenadores";
$TbMsg[5]="Nombre";
$TbMsg[6]="Dirección IP";
$TbMsg[7]="Dirección MAC";
$TbMsg[8]="Perfil Hardware";
$TbMsg[9]="Autoexec";
$TbMsg[10]="Repositorio";
$TbMsg[11]="Menu";
$TbMsg[12]="Tamaño Caché";
?>
|