blob: 821c2c730339b1f19cd05bcc01272d67d15caf7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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';
|