summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/cat/colasreservas_cat.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/idiomas/php/cat/colasreservas_cat.php')
-rw-r--r--admin/WebConsole/idiomas/php/cat/colasreservas_cat.php53
1 files changed, 53 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/cat/colasreservas_cat.php b/admin/WebConsole/idiomas/php/cat/colasreservas_cat.php
new file mode 100644
index 00000000..3116cdaf
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/cat/colasreservas_cat.php
@@ -0,0 +1,53 @@
+<?
+//________________________________________________________________________________________________________
+//
+// Fitxer d'idiomes php: colasreservas_cat.php
+// Idioma: Català
+//________________________________________________________________________________________________________
+
+// Literals dels tipus de reserves
+$LITRESERVA_PENDENT="Pendents";
+$LITRESERVA_CONFIRMADA="Confirmades";
+$LITRESERVA_DENEGADA="Denegades";
+
+$RESERVA_PARADA=1; // reserva momentàniament aturada
+$RESERVA_ACTIVA=0; // Reserva activa
+$LITRESERVA_PARADA='Suspesa'; // Literal reserva momentàniament aturada
+$LITRESERVA_ACTIVA='Activa'; // Literal reserva activa
+
+$TbMsg=array();
+ $TbMsg[0]='Reserves d'aules';
+ $TbMsg[1]='Opcions de búsqueda';
+ $TbMsg[2]='Tipus';
+ $TbMsg[3]='';
+ $TbMsg[4]='Estats';
+ $TbMsg[5]='Percentatge desde';
+ $TbMsg[6]='Percentatge fins ';
+ $TbMsg[7]='Data inici';
+ $TbMsg[8]='Data final';
+ $TbMsg[9]='Hora inici';
+ $TbMsg[10]='Hora final';
+ $TbMsg[11]='Ámbit';
+
+ $TbMsg[12]='Centres';
+ $TbMsg[13]='Grup d'aules';
+ $TbMsg[14]='Aules';
+
+ $TbMsg[15]='Any';
+ $TbMsg[16]='Mes';
+ $TbMsg[17]='Día';
+ $TbMsg[18]='Aula';
+ $TbMsg[19]='Ocupació';
+ $TbMsg[20]='Imatge asociada';
+ $TbMsg[21]='Descripció';
+
+ $TbMsg[22]='Programació reserves';
+ $TbMsg[23]='(Sense especificar)';
+ $TbMsg[24]='Aula';
+ $TbMsg[25]='Solicitant';
+ $TbMsg[26]="Anticipació previa";
+ $TbMsg[27]="(Sense acció previa)";
+ $TbMsg[28]="Tasca previa";
+ $TbMsg[29]="Treball previ";
+
+?> \ No newline at end of file