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