blob: f3d40f7ea8cf148844da0048ee0cda7869a5a0e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_imagenes_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opci�";
$TbMsg[1]="Afegir";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gesti� Imatges";
$TbMsg[5]="Nom Imatge";
$TbMsg[6]="Perfil Software";
$TbMsg[7]="Comentaris";
$TbMsg[8]="Partici�n";
$TbMsg[9]="Tipo partici�n";
$TbMsg[10]="Repositorio";
$TbMsg[11]="Nombre";
$TbMsg[12]="Gesti�n Im�genes B�sicas";
$TbMsg[13]="Gesti�n Im�genes Incrementales";
$TbMsg[14]="Imagen b�sica";
$TbMsg[15]="ATENCI�N.- Una imagen que tiene perfil software indica que en alg�n momento se ha creado < br>
y por tanto no pueden modificarse ciertos datos a menos que la elimine y la vuelva a crear";
$TbMsg[16]="Ruta Origen";
$TbMsg[17]='"Nombre can�nico fichero-imagen existe : Introduzca otro nombre"';
$TbMsg[18]="Introduzca otro Nombre";
?>
|