blob: 21d3498e819dc8ffbcc0b32776d0d9768e42207e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?php
//______________________________________________________________
//
// 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]="Menú";
$TbMsg[12]="Tamaño caché (KB)";
$TbMsg[13]="Interfaz de red";
$TbMsg[14]="Driver de red";
// UHU
$TbMsg[15]="Validación";
$TbMsg[16]="Pagina login";
$TbMsg[17]="Pagina validación";
// UHU
$TbMsg[509]="Foto ordenador";
$TbMsg[5091]="Insertar foto";
$TbMsg[5092]="Ver fotos";
$TbMsg[495]="Fecha/Caché";
$TbMsg[4951]="Caché libre";
?>
|