blob: fff32291669c21e49d1be6072e4a05d8cb44a03e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: procedimientoscomandos_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Gestió Comandes del Procediment';
$TbMsg[1]='Comandes incloses';
$TbMsg[2]='Procediment';
$TbMsg[3]='Nom Comandes';
$TbMsg[4]='Ord.';
$TbMsg[5]='Paràmetre';
$TbMsg[6]='Valor';
$TbMsg[7]='(*)Per excloure alguna comanda d\'aquest procediment ha de fer click sobre la casella de verificació corresponent';
?>
|