blob: 36fb497bafafdfe2fbfe53042fbd31ada16c8acd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fitxcher d'idiomes php: imagenes_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"Nou grup d'imátges"';
$TbMsg[1]='"Definir nova imatge"';
$TbMsg[2]='"Col.locar imatge"';
$TbMsg[3]='"Renombrar"';
$TbMsg[4]='"Eliminar grup d'imátges"';
$TbMsg[5]='"Imatge informació"';
$TbMsg[6]='"Moure imatge"';
$TbMsg[7]='"Propietats"';
$TbMsg[8]='"Eliminar Imatge"';
$TbMsg[9]='"Imátges"';
$TbMsg[10]='"Gestió incrementals"';
?>
|