blob: 82281b92f9c10eabc3aa9d526692620f6ff07b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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";
$TbMsg["SEARCH_PROFESSOR"]="Ordenadores de profesor";
$TbMsg["SEARCH_NOREPO"]="Ordenadores sin repositorio";
?>
|