<?php
//________________________________________________
//
//	Fichero de idiomas php: buscar_eng.php 
//	Idioma: English
//________________________________________________
$TbMsg=array();
$TbMsg["SEARCH_TITLE"]="SEARCH COMPUTERS";
$TbMsg["SEARCH_CRITERIA"]="Search criteria";
$TbMsg["SEARCH_RESULTS"]="Search results";
$TbMsg["SEARCH_LAB"]="Lab.";
$TbMsg["SEARCH_NAME"]="Hostname";
$TbMsg["SEARCH_IP"]="IP address";
$TbMsg["SEARCH_MAC"]="MAC address";
$TbMsg["SEARCH_DUPLICATES"]="Duplicates";
$TbMsg["SEARCH_NOMATCHES"]="There are no matches";
$TbMsg["SEARCH_NOVALUE"]="You must enter a value for the search criteria";
$TbMsg["SEARCH_PROFESSOR"]="Professor's computers";
?>

