source: admin/WebConsole/idiomas/php/cat/programacionesreservas_cat.php @ dcc225a

configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since dcc225a was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[043e67d]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[ca0f67c6]4//      Fitxer d'idiomes php: colasreservas_cat.php
[b6ec162]5//      Idioma: Catal�
[3ec149c]6//________________________________________________________________________________________________________
7
8// Literals dels tipus de reserves
9$LITRESERVA_PENDIENTE="Pendents";
10$LITRESERVA_CONFIRMADA="Confirmades";
11$LITRESERVA_DENEGADA="Denegades";
12
13$RESERVA_PARADA=1;  // reserva momentaniament aturada
14$RESERVA_ACTIVA=0; // Reserva activa
[ca0f67c6]15$LITRESERVA_PARADA='Suspesa';  // Literal reserva momentaniament aturada
[3ec149c]16$LITRESERVA_ACTIVA='Activa'; // Literal reserva activa
17
18$TbMsg=array();
[ca0f67c6]19        $TbMsg[0]='Reserves d\'aules';
[3ec149c]20        $TbMsg[1]='Opcions de recerca';
21        $TbMsg[2]='Tipus';
22        $TbMsg[3]='';
23        $TbMsg[4]='Estats';
[ca0f67c6]24        $TbMsg[5]='Percentatge des de';
[3ec149c]25        $TbMsg[6]='Percentatge fins ';
26        $TbMsg[7]='Data inici';
27        $TbMsg[8]='Data final';
28        $TbMsg[9]='Hora inici';
29        $TbMsg[10]='Hora final';
[b6ec162]30        $TbMsg[11]='�mbit';
[3ec149c]31
32        $TbMsg[12]='Reserves';
33        $TbMsg[13]='Grup de reserves';
34
35        $TbMsg[15]='Any';
36        $TbMsg[16]='Mes';
[ca0f67c6]37        $TbMsg[17]='Dia';
[3ec149c]38        $TbMsg[18]='Aula';
[b6ec162]39        $TbMsg[19]='Ocupaci�';
[ca0f67c6]40        $TbMsg[20]='Imatge associada';
[b6ec162]41        $TbMsg[21]='Descripci�';
[3ec149c]42
[b6ec162]43        $TbMsg[22]='Programaci� reserves';
[3ec149c]44        $TbMsg[23]='(Sense especificar)';
45        $TbMsg[24]='Aula';
[b6ec162]46        $TbMsg[25]='Sol�licitant';
47        $TbMsg[26]="Anticipaci� pr�via";
48        $TbMsg[27]="(Sense acci� pr�via)";
49        $TbMsg[28]="Tasca pr�via";
[3ec149c]50        $TbMsg[29]="Treball previ";
51        $TbMsg[30]="Dades Reserva";
52
Note: See TracBrowser for help on using the repository browser.