blob: 9ea089e9a6c7850e2bc9acd93131a33ae27bb8db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
//________________________________________________
//
// Fichero de idiomas php: buscar_esp.php
// Idioma: Español
//________________________________________________
$TbMsg=array();
$TbMsg["SEARCH_TITLE"]="BUSCAR EQUIPOS";
$TbMsg["SEARCH_CRITERIA"]="Criterio de búsqueda";
$TbMsg["SEARCH_RESULTS"]="Resultados de la búsqueda";
$TbMsg["SEARCH_LAB"]="Aula";
$TbMsg["SEARCH_NAME"]="Nombre";
$TbMsg["SEARCH_IP"]="Dirección IP";
$TbMsg["SEARCH_MAC"]="Dirección MAC";
$TbMsg["SEARCH_DUPLICATES"]="Duplicados";
$TbMsg["SEARCH_NOMATCHES"]="No se encuentran resultados";
$TbMsg["SEARCH_NOVALUE"]="Debe introducir un valor para el criterio de búsqueda";
?>
|