blob: 3e1924e4dee96eb8ff3a5864c25f2827546042d7 (
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
29
30
31
32
33
34
35
36
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: softwares_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='""';
$TbMsg[1]='"Propietats"';
$TbMsg[2]='""';
$TbMsg[3]='"Nou grup de components"';
$TbMsg[4]='"Definir nou component"';
$TbMsg[5]='"Col�locar component"';
$TbMsg[6]='"Renombrar"';
$TbMsg[7]='"Eliminar grup de components"';
$TbMsg[8]='"Moure component"';
$TbMsg[9]='"Eliminar component"';
$TbMsg[10]='"Nou grup de perfils"';
$TbMsg[11]='"Definir nou perfil"';
$TbMsg[12]='"Col�locar perfil"';
$TbMsg[13]='"Eliminar grup de perfils"';
$TbMsg[14]='"Gesti� components"';
$TbMsg[15]='"Informaci� Perfil"';
$TbMsg[16]='"Moure perfil"';
$TbMsg[17]='"Eliminar perfil software"';
$TbMsg[18]='"Tipus de software"';
$TbMsg[19]='"Components software"';
$TbMsg[20]='"Perfils software"';
$TbMsg[21]='"Software Incremental"';
$TbMsg[22]='"Nou grup d\'incrementals"';
$TbMsg[23]='"Definir nova incremental"';
$TbMsg[24]='"Col�locar incremental"';
$TbMsg[25]='"Eliminar grup d\'incrementals"';
$TbMsg[26]='"Informaci� incremental"';
$TbMsg[27]='"Moure incremental"';
$TbMsg[28]='"Eliminar incremental"';
|