blob: f0f2ed69ebf6ba681bb5238dec4eae9fe8f0f0d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_softincrementales_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opció";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestió de Software Incremental";
$TbMsg[5]="Nom";
$TbMsg[6]="Comentaris";
?>
|