summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/buscar_eng.php
blob: 9bd6e19f46ec5a0951a6cc63cc49a09004170b54 (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_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";
?>