blob: 06d1b7b9daa3f9dbdf821f29ca79d355fc67df3e (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: configuraciones_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Configuraciones';
$TbMsg[1]='Ámbito';
$TbMsg[2]="Aulas";
$TbMsg[3]="Grupo de Ordenadores";
$TbMsg[4]="Ordenadores";
$TbMsg[5]="Nombre";
$TbMsg[6]="Ubicación";
$TbMsg[7]="Cañón";
$TbMsg[8]="Pizarra";
$TbMsg[9]="Puestos";
$TbMsg[10]="URL Imagen";
$TbMsg[11]="Menú";
$TbMsg[12]="Comentarios";
$TbMsg[13]="Ordenadores";
$TbMsg[14]="Nombre";
$TbMsg[15]="Dirección IP";
$TbMsg[16]="Dirección MAC";
$TbMsg[17]="Perfil Hardware";
$TbMsg[18]="DESAGRUPAR SEGÚN VALORES DISTINTOS DE:";
$TbMsg[19]="Datos a suministrar";
$TbMsg[20]='Partición';
$TbMsg[21]='S.O. Instalado';
$TbMsg[22]='Tamaño';
$TbMsg[23]='Datos de configuración';
$TbMsg[24]='Tipo';
$TbMsg[25]='Imagen';
$TbMsg[26]='Perfil Software';
$TbMsg[27]='S.F.';
$TbMsg[28]='Ninguno';
$TbMsg[29]='Desconocido';
$TbMsg[30]='Sistema de Ficheros';
$TbMsg[31]='Nombre del S.O.';
$TbMsg[32]='Tamaño de partición';
$TbMsg[33]='Nombre de la Imagen ';
$TbMsg[34]='Perfil software';
?>
|