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