blob: 89ba21590e710e7575e723b5510918a384fb8db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_ordenadores_esp.php
// Idioma: Català
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opció";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestió Usuaris";
$TbMsg[5]="Usuari";
$TbMsg[6]="Password";
$TbMsg[7]="Nom complet";
$TbMsg[8]="E-mail";
$TbMsg[9]="Unitat organitzativa";
$TbMsg[10]="Idioma ";
?>
|