lgromero-new-oglive
Last change
on this file was
beebc19,
checked in by Irina Gomez <irinagomez@…>, 7 years ago
|
#842 Consola: se revisan todos los ficheros de idioma en inglés.
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | <?php |
---|
2 | //________________________________________________________________________________________________________ |
---|
3 | // |
---|
4 | // Phplanguage file: colasacciones_eng.php |
---|
5 | // Language: English |
---|
6 | //________________________________________________________________________________________________________ |
---|
7 | |
---|
8 | // Literals of reservations types |
---|
9 | $LITRESERVA_PENDIENTE="Pending"; |
---|
10 | $LITRESERVA_CONFIRMADA="Confirmed"; |
---|
11 | $LITRESERVA_DENEGADA="Refused"; |
---|
12 | |
---|
13 | $RESERVA_PARADA=1; // Momentarily paused reservation |
---|
14 | $RESERVA_ACTIVA=0; // Active reservation |
---|
15 | $LITRESERVA_PARADA='Suspended'; // Literal momentarily paused reservation |
---|
16 | $LITRESERVA_ACTIVA='Active'; // Literal active reservation |
---|
17 | |
---|
18 | $TbMsg=array(); |
---|
19 | $TbMsg[0]='Lab reserveations'; |
---|
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 time'; |
---|
29 | $TbMsg[10]='Finish time'; |
---|
30 | $TbMsg[11]='Scope'; |
---|
31 | |
---|
32 | $TbMsg[12]='Centers'; |
---|
33 | $TbMsg[13]='Lab 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]='Occupation'; |
---|
41 | $TbMsg[20]='Associated Image'; |
---|
42 | $TbMsg[21]='Description'; |
---|
43 | |
---|
44 | $TbMsg[22]='Reservation schedules'; |
---|
45 | $TbMsg[23]='(Not specified)'; |
---|
46 | $TbMsg[24]='Lab'; |
---|
47 | $TbMsg[25]='Petitioner'; |
---|
48 | $TbMsg[26]='Previous anticipation'; |
---|
49 | $TbMsg[27]="(Without previous action)"; |
---|
50 | $TbMsg[28]="Previous Task"; |
---|
51 | $TbMsg[29]="Previous Job"; |
---|
52 | $TbMsg[30]='Reservation group'; |
---|
Note: See
TracBrowser
for help on using the repository browser.