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 cd1f048 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.5 KB
|
Rev | Line | |
---|
[dc5e48a] | 1 | <?php |
---|
| 2 | //________________________________________________________ |
---|
[3ec149c] | 3 | // |
---|
| 4 | // Fichero de idiomas php: propiedades_aulas_esp.php |
---|
| 5 | // Idioma: Español |
---|
[dc5e48a] | 6 | //________________________________________________________ |
---|
[3ec149c] | 7 | $TbMsg=array(); |
---|
[dc5e48a] | 8 | $TbMsg[0]="Sin Opción"; |
---|
[3ec149c] | 9 | $TbMsg[1]="Insertar"; |
---|
| 10 | $TbMsg[2]="Modificar"; |
---|
| 11 | $TbMsg[3]="Eliminar"; |
---|
[dc5e48a] | 12 | $TbMsg[4]="Gestión Aulas"; |
---|
[3ec149c] | 13 | $TbMsg[5]="Nombre"; |
---|
[dc5e48a] | 14 | $TbMsg[6]="Ubicación"; |
---|
| 15 | $TbMsg[7]="Proyector"; |
---|
[3ec149c] | 16 | $TbMsg[8]="Pizarra"; |
---|
| 17 | $TbMsg[9]="Puestos"; |
---|
[4cba6d7] | 18 | $TbMsg[10]="URL Imagen"; |
---|
[dc5e48a] | 19 | $TbMsg[11]="Menú"; |
---|
[3ec149c] | 20 | $TbMsg[12]="Comentarios"; |
---|
| 21 | $TbMsg[13]="Reservas"; |
---|
| 22 | $TbMsg[14]="Hora desde:"; |
---|
| 23 | $TbMsg[15]="Hora hasta:"; |
---|
[4cba6d7] | 24 | $TbMsg[16]="Repositorio"; |
---|
[dc5e48a] | 25 | $TbMsg[17]="Perfil hardware"; |
---|
[3ec149c] | 26 | $TbMsg[18]="Propiedades aplicables a todos los ordenadores"; |
---|
[dc5e48a] | 27 | $TbMsg[19]="Tamaño caché (KB)"; |
---|
[3ec149c] | 28 | $TbMsg[20]="Autoexec"; |
---|
[dc5e48a] | 29 | $TbMsg[21]="Ordenadores"; |
---|
[3ec149c] | 30 | $TbMsg[22]="Modo Multicast"; |
---|
| 31 | $TbMsg[23]="IP Multicast"; |
---|
[36b1c4d] | 32 | $TbMsg[24]="Puerto Multicast"; |
---|
| 33 | $TbMsg[25]="Velocidad Multicast"; |
---|
| 34 | $TbMsg[26]="Modo P2P -semillero durante la descarga-"; |
---|
[dc5e48a] | 35 | $TbMsg[27]="Tiempo P2P -semillero después de descarga-"; |
---|
| 36 | $TbMsg[28]="Dirección gateway del aula"; |
---|
| 37 | $TbMsg[29]="Máscara de red del aula"; |
---|
[df440ce] | 38 | // UHU |
---|
| 39 | $TbMsg[30]="Validación"; |
---|
| 40 | $TbMsg[31]="Página login"; |
---|
| 41 | $TbMsg[32]="Página validación"; |
---|
| 42 | // UHU |
---|
[dc5e48a] | 43 | $TbMsg[495]="Contenido caché"; |
---|
| 44 | $TbMsg[509]="Foto ordenador"; |
---|
| 45 | $TbMsg[5091]="Insertar foto"; |
---|
[3e3797e] | 46 | $TbMsg[5092]="Ver fotos"; |
---|
| 47 | // Ramón |
---|
| 48 | $TbMsg['PROP_DNSIP']="IP Servidor DNS <em>(opcional)</em>"; |
---|
| 49 | $TbMsg['PROP_PROXYURL']="URL Servidor Proxy <em>(opcional)</em>"; |
---|
[4cba6d7] | 50 | ?> |
---|
[dc5e48a] | 51 | |
---|
Note: See
TracBrowser
for help on using the repository browser.