blob: 9bdb40ec4a737463f93be85a1ffdc918f3c6d12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_componentesoftwares_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opció";
$TbMsg[1]="Insertar";
$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.";
?>
|