blob: c20a56e48bedea4bd107113bb74ba268551d07e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?php
//________________________________________________________________________________________________________
//
// Fitxer d'idiomes php: propiedades_reservas_cat.php
// Idioma: Catal�
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sense Opci�";
$TbMsg[1]="Afegir";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gesti� Reserves";
$TbMsg[5]="Descripci�";
$TbMsg[6]="Nom sol�licitant";
$TbMsg[7]="Comentaris";
$TbMsg[8]="E-mail";
$TbMsg[9]="Estatus universitari";
$TbMsg[10]="Aula";
$TbMsg[11]="Imatge associada";
$TbMsg[12]="Anticipaci� previa";
$TbMsg[13]="Confirmada";
$TbMsg[14]="Pendent";
$TbMsg[15]="Denegada";
$TbMsg[16]="Estat de la reserva";
$TbMsg[17]="(En blanc o 0 minuts indica sense anticipaci�)";
$TbMsg[18]="(Sense acci� anticipada)";
$TbMsg[19]="Tasca pr�via";
$TbMsg[20]="Treball previ";
|