source: admin/WebConsole/idiomas/php/esp/propiedades_ordenadores_esp.php

lgromero-new-oglive
Last change on this file was c03f1ab, checked in by Irina Gómez <irinagomez@…>, 3 years ago

#1066 #991 Enable/disable maintenance flag in computer properties form. (equivalent to commit b8bd4c7)

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?php
2//______________________________________________________________
3//
4//      Fichero de idiomas php: propiedades_ordenadores_esp.php
5//      Idioma: Español
6//______________________________________________________________
7if (empty ($TbMsg)) $TbMsg=array();
8$TbMsg[0]="Sin Opci&oacute;n";
9$TbMsg[1]="Insertar";
10$TbMsg[2]="Modificar";
11$TbMsg[3]="Eliminar";
12$TbMsg[4]="Gestión Ordenadores";
13$TbMsg[5]="Nombre";
14$TbMsg[6]="Dirección IP";
15$TbMsg[7]="Dirección MAC";
16$TbMsg[8]="Perfil hardware";
17$TbMsg[9]="Autoexec";
18$TbMsg[10]="Repositorio";
19$TbMsg[11]="Men&uacute;";
20$TbMsg[12]="Tama&ntilde;o cach&eacute; (KB)";
21$TbMsg[13]="Interfaz de red";
22$TbMsg[14]="Driver de red";
23// UHU
24$TbMsg[15]="Validación";
25$TbMsg[16]="Pagina login";
26$TbMsg[17]="Pagina validación";
27// UHU
28// AGP
29$TbMsg[18]="ogLive";
30$TbMsg[509]="Foto ordenador";
31$TbMsg[5091]="Insertar foto";
32$TbMsg[5092]="Ver fotos";
33$TbMsg[495]="Fecha/Cach&eacute;";
34$TbMsg[4951]="Cach&eacute; libre";
35//AGP
36$TbMsg['COMM_DEFOGLIVE']="Asignado por el administrador";
37$TbMsg["PROP_SERIALNO"]="N&ordm; de serie";
38$TbMsg["LABEL_MAINTENANCE"]="Ordenador en mantenimiento";
39$TbMsg["WARN_NOREPO"]="<em>AVISO: sin repositorio asignado.</em>";
40$TbMsg["WARN_NOTDETECTED"]="<em>(no detectado)</em>";
41$TbMsg['WARN_PROFESSOR']="profesor";
Note: See TracBrowser for help on using the repository browser.