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