blob: a3aacff92e452f05a0a68082d5520cf7092e1091 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: perfilcomponente_hard_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Perfils hardware';
$TbMsg[1]='Gestió Components hardware';
$TbMsg[2]='Perfil hardware';
$TbMsg[3]='Nom del component';
$TbMsg[4]='(*)Per incloure algun component en aquest perfil ha de fer click sobre la casella de verificació corresponent.';
?>
|