blob: c7b0ec999e91dbb193d22b476017436b0bdb5f7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// 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"';
?>
|