Last change
on this file since 5d05b06 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.4 KB
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[3ec149c] | 2 | //________________________________________________________________________________________________________ |
---|
| 3 | // |
---|
[beebc19] | 4 | // Php Language file: colasacciones_eng.php |
---|
| 5 | // Language: English |
---|
[3ec149c] | 6 | //________________________________________________________________________________________________________ |
---|
| 7 | |
---|
[beebc19] | 8 | // Litelrals of Reservations-types |
---|
| 9 | $LITRESERVA_PENDIENTE="Pending"; |
---|
| 10 | $LITRESERVA_CONFIRMADA="Confirmed"; |
---|
| 11 | $LITRESERVA_DENEGADA="Denied"; |
---|
[3ec149c] | 12 | |
---|
[beebc19] | 13 | $RESERVA_PARADA=1; // Paused reservation |
---|
| 14 | $RESERVA_ACTIVA=0; // Active reservation |
---|
| 15 | $LITRESERVA_PARADA='Suspended'; // Literal paused reservation |
---|
| 16 | $LITRESERVA_ACTIVA='Active'; // Literal Active reservation |
---|
[3ec149c] | 17 | |
---|
| 18 | $TbMsg=array(); |
---|
[beebc19] | 19 | $TbMsg[0]='Labs reservations'; |
---|
[3ec149c] | 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'; |
---|
[beebc19] | 27 | $TbMsg[8]='End date'; |
---|
| 28 | $TbMsg[9]='Start time'; |
---|
| 29 | $TbMsg[10]='End time'; |
---|
| 30 | $TbMsg[11]='Scope'; |
---|
[3ec149c] | 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'; |
---|
[beebc19] | 40 | $TbMsg[19]='Occupation'; |
---|
| 41 | $TbMsg[20]='Associated Image'; |
---|
[3ec149c] | 42 | $TbMsg[21]='Description'; |
---|
| 43 | |
---|
[beebc19] | 44 | $TbMsg[22]='Reservations schedules'; |
---|
| 45 | $TbMsg[23]='(Not specified)'; |
---|
[3ec149c] | 46 | $TbMsg[24]='Lab'; |
---|
[beebc19] | 47 | $TbMsg[25]='Requester'; |
---|
| 48 | $TbMsg[26]='Previous anticipation'; |
---|
| 49 | $TbMsg[27]="(Without previous action)"; |
---|
[3ec149c] | 50 | $TbMsg[28]="Previous Task"; |
---|
[beebc19] | 51 | $TbMsg[29]="Previous Job"; |
---|
Note: See
TracBrowser
for help on using the repository browser.