blob: cab1ce4d604f0747426e61d444dd76f5427ab3f4 (
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_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Imàtges';
$TbMsg[1]='Informacio sobre imatges';
$TbMsg[2]='Imatge';
$TbMsg[3]='Informació de la Imatge';
$TbMsg[4]='Componentes software';
$TbMsg[5]='Software incremental';
$TbMsg[6]='Perfil Software';
$TbMsg[7]='Ordinadors amb aquesta imatge';
$TbMsg[8]='Partició';
$TbMsg[9]='Comentaris';
?>
|