918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Rev | Line | |
---|
[3ec149c] | 1 | <? |
---|
| 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
| 4 | // Fitxer d'idiomes php: colasreservas_cat.php |
---|
| 5 | // Idioma: Català |
---|
| 6 | //________________________________________________________________________________________________________ |
---|
| 7 | |
---|
| 8 | // Literals dels tipus de reserves |
---|
| 9 | $LITRESERVA_PENDENT="Pendents"; |
---|
| 10 | $LITRESERVA_CONFIRMADA="Confirmades"; |
---|
| 11 | $LITRESERVA_DENEGADA="Denegades"; |
---|
| 12 | |
---|
| 13 | $RESERVA_PARADA=1; // reserva momentàniament aturada |
---|
| 14 | $RESERVA_ACTIVA=0; // Reserva activa |
---|
| 15 | $LITRESERVA_PARADA='Suspesa'; // Literal reserva momentàniament aturada |
---|
| 16 | $LITRESERVA_ACTIVA='Activa'; // Literal reserva activa |
---|
| 17 | |
---|
| 18 | $TbMsg=array(); |
---|
| 19 | $TbMsg[0]='Reserves d'aules'; |
---|
| 20 | $TbMsg[1]='Opcions de búsqueda'; |
---|
| 21 | $TbMsg[2]='Tipus'; |
---|
| 22 | $TbMsg[3]=''; |
---|
| 23 | $TbMsg[4]='Estats'; |
---|
| 24 | $TbMsg[5]='Percentatge desde'; |
---|
| 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'; |
---|
| 30 | $TbMsg[11]='Ámbit'; |
---|
| 31 | |
---|
| 32 | $TbMsg[12]='Centres'; |
---|
| 33 | $TbMsg[13]='Grup d'aules'; |
---|
| 34 | $TbMsg[14]='Aules'; |
---|
| 35 | |
---|
| 36 | $TbMsg[15]='Any'; |
---|
| 37 | $TbMsg[16]='Mes'; |
---|
| 38 | $TbMsg[17]='Día'; |
---|
| 39 | $TbMsg[18]='Aula'; |
---|
| 40 | $TbMsg[19]='Ocupació'; |
---|
| 41 | $TbMsg[20]='Imatge asociada'; |
---|
| 42 | $TbMsg[21]='Descripció'; |
---|
| 43 | |
---|
| 44 | $TbMsg[22]='Programació reserves'; |
---|
| 45 | $TbMsg[23]='(Sense especificar)'; |
---|
| 46 | $TbMsg[24]='Aula'; |
---|
| 47 | $TbMsg[25]='Solicitant'; |
---|
| 48 | $TbMsg[26]="Anticipació previa"; |
---|
| 49 | $TbMsg[27]="(Sense acció previa)"; |
---|
| 50 | $TbMsg[28]="Tasca previa"; |
---|
| 51 | $TbMsg[29]="Treball previ"; |
---|
| 52 | |
---|
| 53 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.