source: admin/WebConsole/idiomas/php/eng/propiedades_aulas_eng.php @ fe6843b

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since fe6843b was 3e3797e, checked in by ramon <ramongomez@…>, 12 years ago

#585: Cambios en el formulario de propiedades de aula:

  • Se añaden los campos para IP del DNS y URL del Proxy.
  • Se eliminan/comentan los campos de horario de reserva y tamaño de caché.
  • Compactar el formulario agrupando los primeros campos.
  • Limpieza de parte del código HTML.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3734 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?php
2//________________________________________________________
3//
4//      Fichero de idiomas php: propiedades_aulas_eng.php
5//      Idioma: Inglés
6//________________________________________________________
7$TbMsg=array();
8$TbMsg[0]="No Option";
9$TbMsg[1]="Insert";
10$TbMsg[2]="Modify";
11$TbMsg[3]="Remove";
12$TbMsg[4]="Labs Management";
13$TbMsg[5]="Lab. name";
14$TbMsg[6]="Location";
15$TbMsg[7]="Projector";
16$TbMsg[8]="Blackboard";
17$TbMsg[9]="Places";
18$TbMsg[10]="Image URL";
19$TbMsg[11]="Menu";
20$TbMsg[12]="Comments";
21$TbMsg[13]="Intervals";
22$TbMsg[14]="Begin reserves";
23$TbMsg[15]="End reserves";
24$TbMsg[16]="Repository";
25$TbMsg[17]="Hardware profile";
26$TbMsg[18]="Properties for all computers in this class";
27$TbMsg[19]="Cache size (KB)";
28$TbMsg[20]="Autoexec";
29$TbMsg[21]="Computers";
30$TbMsg[22]="Multicast mode";
31$TbMsg[23]="Multicast IP address";
32$TbMsg[24]="Multicast port";
33$TbMsg[25]="Multicast bandwith";
34$TbMsg[26]="P2P mode -seeder while downloading";
35$TbMsg[27]="P2P time -seeder time(s) after download-";
36$TbMsg[28]="Gateway";
37$TbMsg[29]="Netmask";
38// UHU
39$TbMsg[30]="Validation";
40$TbMsg[31]="Login page";
41$TbMsg[32]="Validation page";
42// UHU
43$TbMsg[495]="Cache content";
44$TbMsg[509]="Computer Photo";
45$TbMsg[5091]="Insert Photo";
46$TbMsg[5092]="View Images";
47// Ramón
48$TbMsg['PROP_DNSIP']="DNS Server IP <em>(optional)</em>";
49$TbMsg['PROP_PROXYURL']="Proxy Server URL <em>(optional)</em>";
50?>
51
Note: See TracBrowser for help on using the repository browser.