source: admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php

lgromero-new-oglive
Last change on this file 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
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: colasreservas_esp.php
5//      Idioma: Español
6//________________________________________________________________________________________________________
7
8// Literales de los tipo de reservas
9$LITRESERVA_PENDIENTE="Pendientes";
10$LITRESERVA_CONFIRMADA="Confirmadas";
11$LITRESERVA_DENEGADA="Denegadas";
12
13$RESERVA_PARADA=1;  // reserva momentanemente parada
14$RESERVA_ACTIVA=0; // Reserva activa
15$LITRESERVA_PARADA='Suspendida';  // Literal reserva momentanemente parada
16$LITRESERVA_ACTIVA='Activa'; // Literal reserva activa
17
18$TbMsg=array();
19        $TbMsg[0]='Reservas de aulas';
20        $TbMsg[1]='Opciones de búsqueda';
21        $TbMsg[2]='Tipo';
22        $TbMsg[3]='';
23        $TbMsg[4]='Estados';
24        $TbMsg[5]='Porcentaje desde';
25        $TbMsg[6]='Porcentaje hasta ';
26        $TbMsg[7]='Fecha inicio';
27        $TbMsg[8]='Fecha final';
28        $TbMsg[9]='Hora inicio';
29        $TbMsg[10]='Hora final';
30        $TbMsg[11]='Ámbito';
31
32        $TbMsg[12]='Reservas';
33        $TbMsg[13]='Grupo de reservas';
34
35        $TbMsg[15]='Año';
36        $TbMsg[16]='Mes';
37        $TbMsg[17]='Día';
38        $TbMsg[18]='Aula';
39        $TbMsg[19]='Ocupación';
40        $TbMsg[20]='Imagen asociada';
41        $TbMsg[21]='Descripción';
42
43        $TbMsg[22]='Programación reservas';
44        $TbMsg[23]='(Sin especificar)';
45        $TbMsg[24]='Aula';
46        $TbMsg[25]='Solicitante';
47        $TbMsg[26]="Anticipación previa";
48        $TbMsg[27]="(Sin acción previa)";
49        $TbMsg[28]="Tarea previa";
50        $TbMsg[29]="Trabajo previo";
51        $TbMsg[30]="Datos Reserva";
52
Note: See TracBrowser for help on using the repository browser.