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