summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
diff options
context:
space:
mode:
authoralonso <alonso@us.es>2009-11-04 12:41:19 +0000
committeralonso <alonso@us.es>2009-11-04 12:41:19 +0000
commitb0dc2e4f68d239ce72f138c47d5762973dfa851e (patch)
tree8b22fe4101e8e527f474291ed19f4446f02a2343 /admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php
parenta7fa603b2d3bb05c60c61265f2bf4b561bb00ba3 (diff)
git-svn-id: https://opengnsys.es/svn/trunk@489 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..177ef59f
--- /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