source: admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php @ d2a274a

918-git-images-111dconfigfileconfigure-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-instalacionwebconsole3
Last change on this file since d2a274a was 043e67d, checked in by pablombg <noreply@…>, 7 years ago

#814: Sustituir las etiquetas cortas de php por el formato largo

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: colasacciones_eng.php
5//      Idioma: Ingés
6//________________________________________________________________________________________________________
7
8// Literales de los tipo de reservas
9$LITRESERVA_PENDIENTE="Pendings";
10$LITRESERVA_CONFIRMADA="Confirmeds";
11$LITRESERVA_DENEGADA="Refuses";
12
13$RESERVA_PARADA=1;  // reserva momentanemente parada
14$RESERVA_ACTIVA=0; // Reserva activa
15$LITRESERVA_PARADA='Suspended';  // Literal reserva momentanemente parada
16$LITRESERVA_ACTIVA='Active'; // Literal reserva activa
17
18$TbMsg=array();
19        $TbMsg[0]='Labs reserves';
20        $TbMsg[1]='Searches filters';
21        $TbMsg[2]='Type';
22        $TbMsg[3]='';
23        $TbMsg[4]='Status';
24        $TbMsg[5]='Percentage from';
25        $TbMsg[6]='Percentage to';
26        $TbMsg[7]='Start date';
27        $TbMsg[8]='Finish date';
28        $TbMsg[9]='Start our';
29        $TbMsg[10]='Finish our';
30        $TbMsg[11]='Environment';
31
32        $TbMsg[12]='Centers';
33        $TbMsg[13]='Labs group';
34        $TbMsg[14]='Labs';
35
36        $TbMsg[15]='Year';
37        $TbMsg[16]='Month';
38        $TbMsg[17]='Day';
39        $TbMsg[18]='Lab';
40        $TbMsg[19]='Ocupation';
41        $TbMsg[20]='Asociated Image';
42        $TbMsg[21]='Description';
43
44        $TbMsg[22]='Reserves schedules';
45        $TbMsg[23]='(Not especified)';
46        $TbMsg[24]='Lab';
47        $TbMsg[25]='Petitioner';
48        $TbMsg[26]='Previous antiicipation';
49        $TbMsg[27]="(Without previous acction)";
50        $TbMsg[28]="Previous Task";
51        $TbMsg[29]="Previous Jobs";
52        $TbMsg[30]='Reserves group';
53
54
Note: See TracBrowser for help on using the repository browser.