blob: 7798aea05e238da71b3befbf141473756548d3d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_ordenadores_cat.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opció";
$TbMsg[1]="Afegir";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestió Entitats";
$TbMsg[5]="Nom de l'Entitat";
$TbMsg[6]="Comentaris";
$TbMsg['OGUNIT']="Separar unidades organizativas";
?>
|