blob: 5b0efb7d6e61b1074c3f6bb2695a2c736d2094c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: conmutar_cat.php (Comandos)
// 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]='Commutar ordinadors';
$TbMsg[6]='Àmbit';
|