source: admin/WebConsole/idiomas/php/eng/configuraciones_eng.php @ c3c7cb3

opengnsys-1.0.2
Last change on this file since c3c7cb3 was c3c7cb3, checked in by ramon <ramongomez@…>, 13 years ago

Congelar versión 1.0.2 en tags/opengnsys-1.0.2 (modifica #446).

git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.2@2405 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: configuraciones_esp.php
5//      Idioma: Español
6//________________________________________________________________________________________________________
7$TbMsg=array();
8$TbMsg[0]='Configuraciones';
9$TbMsg[1]='Ámbito';
10$TbMsg[2]="Aulas";
11$TbMsg[3]="Grupo de Ordenadores";
12$TbMsg[4]="Ordenadores";
13
14$TbMsg[5]="Nombre";
15$TbMsg[6]="Ubicación";
16$TbMsg[7]="Cañón";
17$TbMsg[8]="Pizarra";
18$TbMsg[9]="Puestos";
19$TbMsg[10]="URL Imagen";
20$TbMsg[11]="Menú";
21$TbMsg[12]="Comentarios";
22$TbMsg[13]="Ordenadores";
23
24$TbMsg[14]="Nombre";
25$TbMsg[15]="Dirección IP";
26$TbMsg[16]="Dirección MAC";
27$TbMsg[17]="Perfil Hardware";
28
29$TbMsg[18]="DESAGRUPAR SEGÚN VALORES DISTINTOS DE:";
30$TbMsg[19]="Datos a suministrar";
31
32$TbMsg[20]='Partition';
33$TbMsg[21]='Installed OS';
34$TbMsg[22]='Size (KB)';
35$TbMsg[23]='Configuration Data';
36$TbMsg[24]='Type';
37$TbMsg[25]='Image';
38$TbMsg[26]='Software Profile';
39$TbMsg[27]='Filesys';
40$TbMsg[28]='None';
41$TbMsg[29]='Unknown';
42
43$TbMsg[30]='Filesystem';
44$TbMsg[31]='OS name';
45$TbMsg[32]='Partition Size';
46$TbMsg[33]='Image Name';
47$TbMsg[34]='Software Profile';
48$TbMsg[35]='Disk';
49$TbMsg[36]='Primary Partitions';
50$TbMsg[37]='Logical Partitions';
51$TbMsg[38]='Menor espacio libre (KB)';
52$TbMsg[39]='Customize';
53$TbMsg[40]='Sin modificar tama&ntilde;o';
54$TbMsg[41]='Generate Instruction';
55
56$TbMsg[42]='Variable';
57$TbMsg[43]='Sin configuraci&oacute;n: cliente no conectado al servidor.';
58
59?>
60
Note: See TracBrowser for help on using the repository browser.