summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2009-10-29 10:39:24 +0000
committerramon <ramongomez@us.es>2009-10-29 10:39:24 +0000
commit1b9262949ad2e32b4a82338d45fb4b6e5b293fba (patch)
tree3aee6892f32251570b996f7321a06980588cbc1e /admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
parentafcf2a19aa44ea6d03e02abd05b6f2938d687225 (diff)
Reorganización directorios OpenGNSys Admin.
git-svn-id: https://opengnsys.es/svn/trunk@455 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php')
-rw-r--r--admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php53
1 files changed, 53 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php b/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
new file mode 100644
index 00000000..946e340e
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
@@ -0,0 +1,53 @@
+<?
+//________________________________________________________________________________________________________
+//
+// Fichero de idiomas php: colasreservas_esp.php
+// Idioma: Español
+//________________________________________________________________________________________________________
+
+// Literales de los tipo de reservas
+$LITRESERVA_PENDIENTE="Pendientes";
+$LITRESERVA_CONFIRMADA="Confirmadas";
+$LITRESERVA_DENEGADA="Denegadas";
+
+$RESERVA_PARADA=1; // reserva momentanemente parada
+$RESERVA_ACTIVA=0; // Reserva activa
+$LITRESERVA_PARADA='Suspendida'; // Literal reserva momentanemente parada
+$LITRESERVA_ACTIVA='Activa'; // Literal reserva activa
+
+$TbMsg=array();
+ $TbMsg[0]='Reservas de aulas';
+ $TbMsg[1]='Opciones de búsqueda';
+ $TbMsg[2]='Tipo';
+ $TbMsg[3]='';
+ $TbMsg[4]='Estados';
+ $TbMsg[5]='Porcentaje desde';
+ $TbMsg[6]='Porcentaje hasta ';
+ $TbMsg[7]='Fecha inicio';
+ $TbMsg[8]='Fecha final';
+ $TbMsg[9]='Hora inicio';
+ $TbMsg[10]='Hora final';
+ $TbMsg[11]='Ámbito';
+
+ $TbMsg[12]='Reservas';
+ $TbMsg[13]='Grupo de reservas';
+
+ $TbMsg[15]='Año';
+ $TbMsg[16]='Mes';
+ $TbMsg[17]='Día';
+ $TbMsg[18]='Aula';
+ $TbMsg[19]='Ocupación';
+ $TbMsg[20]='Imagen asociada';
+ $TbMsg[21]='Descripción';
+
+ $TbMsg[22]='Programación reservas';
+ $TbMsg[23]='(Sin especificar)';
+ $TbMsg[24]='Aula';
+ $TbMsg[25]='Solicitante';
+ $TbMsg[26]="Anticipación previa";
+ $TbMsg[27]="(Sin acción previa)";
+ $TbMsg[28]="Tarea previa";
+ $TbMsg[29]="Trabajo previo";
+ $TbMsg[30]="Datos Reserva";
+
+?> \ No newline at end of file