source: admin/WebConsole/idiomas/php/eng/buscar_eng.php @ 744ecd6

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 744ecd6 was 043e67d, checked in by pablombg <noreply@…>, 7 years ago

#814: Sustituir las etiquetas cortas de php por el formato largo

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

  • Property mode set to 100644
File size: 625 bytes
RevLine 
[043e67d]1<?php
[cd3ebe2]2//________________________________________________
3//
4//      Fichero de idiomas php: buscar_eng.php
5//      Idioma: English
6//________________________________________________
7$TbMsg=array();
8$TbMsg["SEARCH_TITLE"]="SEARCH COMPUTERS";
9$TbMsg["SEARCH_CRITERIA"]="Search criteria";
10$TbMsg["SEARCH_RESULTS"]="Search results";
11$TbMsg["SEARCH_LAB"]="Lab.";
12$TbMsg["SEARCH_NAME"]="Hostname";
13$TbMsg["SEARCH_IP"]="IP address";
14$TbMsg["SEARCH_MAC"]="MAC address";
15$TbMsg["SEARCH_DUPLICATES"]="Duplicates";
16$TbMsg["SEARCH_NOMATCHES"]="There are no matches";
[05d2e03]17$TbMsg["SEARCH_NOVALUE"]="You must enter a value for the search criteria";
[cd3ebe2]18?>
19
Note: See TracBrowser for help on using the repository browser.