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

Last change on this file since a405c48 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[d0df50b6]1<?php
2//_________________________________________________
[2d6b081]3//
[d0df50b6]4//      Php language file: configuraciones_eng.php
5//      Language: English
6//_________________________________________________
[1602040]7if (empty ($TbMsg)) $TbMsg=array();
[91aaf03]8$TbMsg[0]='Configurations';
9$TbMsg[1]='Scope';
10$TbMsg[2]="Labs";
11$TbMsg[3]="Computers Gruop";
12$TbMsg[4]="Computers";
13
14$TbMsg[5]="Name";
15$TbMsg[6]="Location";
16$TbMsg[7]="Projector";
17$TbMsg[8]="Board";
[2d6b081]18$TbMsg[9]="Puestos";
[91aaf03]19$TbMsg[10]="Image URL";
20$TbMsg[11]="Menu";
21$TbMsg[12]="Comments";
[2d6b081]22$TbMsg[13]="Ordenadores";
23
[91aaf03]24$TbMsg[14]="Name";
25$TbMsg[15]="IP address";
26$TbMsg[16]="MAC address";
27$TbMsg[17]="Hardware profile";
[2d6b081]28
[91aaf03]29$TbMsg[18]="UNGROUP BY VALUES OF:";
30$TbMsg[19]="Data to provide";
[2d6b081]31
[71643c0]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';
[91aaf03]51$TbMsg[38]='Less free disk space (KB)';
[71643c0]52$TbMsg[39]='Customize';
[91aaf03]53$TbMsg[40]='Size unchanged';
54$TbMsg[41]='Generate OG Instruction';
[1602040]55$TbMsg["CONFIG_PARTTABLE"]='Partition table';
[71643c0]56
57$TbMsg[42]='Variable';
[1602040]58$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
[d0df50b6]59$TbMsg[44]='Hardware equipment without profile';
60$TbMsg[45]='Add Profile to obtain data';
61$TbMsg[495]='Content cache';
62$TbMsg[4951]='Cache free';
[2d6b081]63?>
[71643c0]64
Note: See TracBrowser for help on using the repository browser.