close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
918-git-images-111dconfigure-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-instalacion
|
Last change
on this file since 6e6e035 was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 7 years ago
|
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
|
File size:
1.4 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]='Centros'; |
|---|
| 33 | $TbMsg[13]='Grupo de aulas'; |
|---|
| 34 | $TbMsg[14]='Aulas'; |
|---|
| 35 | |
|---|
| 36 | $TbMsg[15]='Año'; |
|---|
| 37 | $TbMsg[16]='Mes'; |
|---|
| 38 | $TbMsg[17]='Día'; |
|---|
| 39 | $TbMsg[18]='Aula'; |
|---|
| 40 | $TbMsg[19]='Ocupación'; |
|---|
| 41 | $TbMsg[20]='Imagen asociada'; |
|---|
| 42 | $TbMsg[21]='Descripción'; |
|---|
| 43 | |
|---|
| 44 | $TbMsg[22]='Programación reservas'; |
|---|
| 45 | $TbMsg[23]='(Sin especificar)'; |
|---|
| 46 | $TbMsg[24]='Aula'; |
|---|
| 47 | $TbMsg[25]='Solicitante'; |
|---|
| 48 | $TbMsg[26]="Anticipación previa"; |
|---|
| 49 | $TbMsg[27]="(Sin acción previa)"; |
|---|
| 50 | $TbMsg[28]="Tarea previa"; |
|---|
| 51 | $TbMsg[29]="Trabajo previo"; |
|---|
| 52 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.