blob: a54e981a94ecf76c539c746b411a64e8ddaa3fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: acciones_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Centres';
$TbMsg[1]='Grup d\'aules';
$TbMsg[2]='Aules';
$TbMsg[3]='Grup d\'ordinadors';
$TbMsg[4]='Ordinadors';
$TbMsg[5]='Execuci� de procediments';
$TbMsg[6]='�mbit';
$TbMsg[7]='Procediments';
$TbMsg[8]='Procediments';
$TbMsg[9]='"Executar procediment"';
$TbMsg[10]='"Afegir com autoexec"';
|