Rev | Line | |
---|
[91aaf03] | 1 | <? |
---|
| 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úsqueda"; |
---|
| 10 | $TbMsg["SEARCH_RESULTS"]="Resultados de la búsqueda"; |
---|
| 11 | $TbMsg["SEARCH_LAB"]="Aula"; |
---|
| 12 | $TbMsg["SEARCH_NAME"]="Nombre"; |
---|
| 13 | $TbMsg["SEARCH_IP"]="Dirección IP"; |
---|
| 14 | $TbMsg["SEARCH_MAC"]="Direcció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 | ?> |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.