blob: 56cc0e956cfc6e7f8e0e7faae04e7abddf5f1517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: accions_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Nou grup de procediments"';
$TbMsg[1]='"Definir nou procediment"';
$TbMsg[2]='"Col.locar procediment"';
$TbMsg[3]='"Renombrar"';
$TbMsg[4]='"Eliminar grup de procediments"';
$TbMsg[5]='"Gestió d'ordres"';
$TbMsg[6]='"Informació Procediment"';
$TbMsg[7]='"Moure procediment"';
$TbMsg[8]='"Propietats"';
$TbMsg[9]='"Eliminar procediment"';
$TbMsg[10]='"Gestió de Menús"';
$TbMsg[11]='"Nou grup de tasques"';
$TbMsg[12]='"Definir nova tasca"';
$TbMsg[13]='"Col.locar tasca"';
$TbMsg[14]='"Eliminar grup de tasca"';
$TbMsg[15]='"Executar tasca"';
$TbMsg[16]='"Programacions"';
$TbMsg[17]='"Informació Tasca"';
$TbMsg[18]='"Moure tasca"';
$TbMsg[19]='"Eliminar tasca"';
$TbMsg[20]='"Nou grup de treballs"';
$TbMsg[21]='"Definir nou treball"';
$TbMsg[22]='"Col.locar treball"';
$TbMsg[23]='"Eliminar grup de treballs"';
$TbMsg[24]='"Executar treball"';
$TbMsg[25]='"Gestió de tasques"';
$TbMsg[26]='"Informació Treball"';
$TbMsg[27]='"Moure treball"';
$TbMsg[28]='"Eliminar treball"';
$TbMsg[29]='Procediments';
$TbMsg[30]='Ordres';
$TbMsg[31]='Tasques';
$TbMsg[32]='Treballs';
?>
|