summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/buscar_cat.php
blob: 63436a604c8eae5482cc18a4a2f8e492c9fba3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?
//________________________________________________
//
//	Fichero de idiomas php: buscar_cat.php 
//	Idioma: Català
//________________________________________________
$TbMsg=array();
$TbMsg["SEARCH_TITLE"]="BUSCAR EQUIPS";
$TbMsg["SEARCH_CRITERIA"]="Criteri de cerca";
$TbMsg["SEARCH_RESULTS"]="Resultats de la recerca";
$TbMsg["SEARCH_LAB"]="Aula";
$TbMsg["SEARCH_NAME"]="Nom";
$TbMsg["SEARCH_IP"]="Adreça IP";
$TbMsg["SEARCH_MAC"]="Adreça MAC";
$TbMsg["SEARCH_DUPLICATES"]="Duplicats";
$TbMsg["SEARCH_NOMATCHES"]="No es troben resultats";
$TbMsg["SEARCH_NOVALUE"]="Ha d\'introduir un valor per al criteri de cerca";
?>