summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/buscar_cat.php
blob: 08314d0c646036a248b94af1ee6e77485c1dff06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
//________________________________________________
//
//	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";
$TbMsg["SEARCH_PROFESSOR"]="Ordenadores de profesor";
?>