summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/buscar_cat.php
blob: 5f4d304a67f038a9203863aac296a0fc0cd4d4d9 (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"]="CERCAR EQUIPS";
$TbMsg["SEARCH_CRITERIA"]="Criteri de cerca";
$TbMsg["SEARCH_RESULTS"]="Resultats de la cerca";
$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 pel criteri de cerca";
?>