blob: 46a60e41f22b58c2d3f90bd46656e6ee61eaf6fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: acciones_esp.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]='Procedimients';
$TbMsg[9]='"Executar procediment"';
?>
|