source: admin/WebConsole/idiomas/php/esp/buscar_esp.php @ 6544149

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 6544149 was aaf6857, checked in by ramon <ramongomez@…>, 7 years ago

#816: Integrar código del ticket:816 en rama branches/version1.1

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

  • Property mode set to 100644
File size: 740 bytes
Line 
1<?php
2//________________________________________________
3//
4//      Fichero de idiomas php: buscar_esp.php
5//      Idioma: Español
6//________________________________________________
7$TbMsg=array();
8$TbMsg["SEARCH_TITLE"]="BUSCAR EQUIPOS";
9$TbMsg["SEARCH_CRITERIA"]="Criterio de b&uacute;squeda";
10$TbMsg["SEARCH_RESULTS"]="Resultados de la b&uacute;squeda";
11$TbMsg["SEARCH_LAB"]="Aula";
12$TbMsg["SEARCH_NAME"]="Nombre";
13$TbMsg["SEARCH_IP"]="Direcci&oacute;n IP";
14$TbMsg["SEARCH_MAC"]="Direcci&oacute;n MAC";
15$TbMsg["SEARCH_DUPLICATES"]="Duplicados";
16$TbMsg["SEARCH_NOMATCHES"]="No se encuentran resultados";
17$TbMsg["SEARCH_NOVALUE"]="Debe introducir un valor para el criterio de búsqueda";
18$TbMsg["SEARCH_PROFESSOR"]="Ordenadores de profesor";
19?>
20
Note: See TracBrowser for help on using the repository browser.