blob: 641120e931a400ad53ff01cf12fcd46ab224356f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: informacion_imagenes_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Imatges';
$TbMsg[1]='Informaci� sobre imatges';
$TbMsg[2]='Imatge';
$TbMsg[3]='Informaci� de la Imatge';
$TbMsg[4]='Components software';
$TbMsg[5]='Software incremental';
$TbMsg[6]='Perfil Software';
$TbMsg[7]='Ordinadors amb aquesta imatge';
$TbMsg[8]='Partici�';
$TbMsg[9]='Comentaris';
|