blob: e1802d16ff54fddaf5013a1ffce7b47334455638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: inventariosoftware_cat.php (Comandos)
// Idioma: Català
//________________________________________________________________________________________________________
if (empty ($TbMsg)) $TbMsg=array();
$TbMsg[0]='Centres';
$TbMsg[1]='Grup d\'aules';
$TbMsg[2]='Aules';
$TbMsg[3]='Grup d\'ordinadors';
$TbMsg[4]='Ordinadors';
$TbMsg[5]='Inventari Software';
$TbMsg[6]='Àmbit';
$TbMsg[7]='Dades a subministrar';
$TbMsg[8]='Par';
$TbMsg[9]='Nom S.O.';
|