blob: cc41e8be816fde66d9f1c9eb305f053a9c924be9 (
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
37
|
<?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"';
?>
|