diff options
author | alonso <alonso@us.es> | 2009-11-04 11:04:54 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2009-11-04 11:04:54 +0000 |
commit | 7b3bc4abe41dff4402ee433a7eab47c2b36c47bc (patch) | |
tree | 8830f3b0fbec41b03f207273eb6f5ff90eaa09ce /admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php | |
parent | 3acdc93388ab0907242a9a074df54e1cc93b7908 (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@481 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.php | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php b/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php deleted file mode 100644 index 177ef59f..00000000 --- a/admin/WebConsole/idiomas/php/esp/programacionesreservas_esp.php +++ /dev/null @@ -1,53 +0,0 @@ -<? -//________________________________________________________________________________________________________ -// -// 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 |