diff options
author | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
---|---|---|
committer | Irina Gomez <irinagomez@us.es> | 2018-05-15 11:27:51 +0000 |
commit | beebc198fca5c11b9b6b2dbc867976268944a385 (patch) | |
tree | eda8d0646a707526f4007bc7252f960fdbe73bcd /admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php | |
parent | 61e5ebd8ebd70eeb1eeed4a1ed75fbd1f4a586eb (diff) |
#842 Consola: se revisan todos los ficheros de idioma en inglés.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php b/admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php index f025a2b8..8925b57d 100644 --- a/admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php +++ b/admin/WebConsole/idiomas/php/eng/programacionesaulas_eng.php @@ -1,22 +1,22 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: colasacciones_eng.php -// Idioma: Ingés +// Phplanguage file: colasacciones_eng.php +// Language: English //________________________________________________________________________________________________________ -// Literales de los tipo de reservas -$LITRESERVA_PENDIENTE="Pendings"; -$LITRESERVA_CONFIRMADA="Confirmeds"; -$LITRESERVA_DENEGADA="Refuses"; +// Literals of reservations types +$LITRESERVA_PENDIENTE="Pending"; +$LITRESERVA_CONFIRMADA="Confirmed"; +$LITRESERVA_DENEGADA="Refused"; -$RESERVA_PARADA=1; // reserva momentanemente parada -$RESERVA_ACTIVA=0; // Reserva activa -$LITRESERVA_PARADA='Suspended'; // Literal reserva momentanemente parada -$LITRESERVA_ACTIVA='Active'; // Literal reserva activa +$RESERVA_PARADA=1; // Momentarily paused reservation +$RESERVA_ACTIVA=0; // Active reservation +$LITRESERVA_PARADA='Suspended'; // Literal momentarily paused reservation +$LITRESERVA_ACTIVA='Active'; // Literal active reservation $TbMsg=array(); - $TbMsg[0]='Labs reserves'; + $TbMsg[0]='Lab reserveations'; $TbMsg[1]='Searches filters'; $TbMsg[2]='Type'; $TbMsg[3]=''; @@ -25,30 +25,28 @@ $TbMsg=array(); $TbMsg[6]='Percentage to'; $TbMsg[7]='Start date'; $TbMsg[8]='Finish date'; - $TbMsg[9]='Start our'; - $TbMsg[10]='Finish our'; - $TbMsg[11]='Environment'; + $TbMsg[9]='Start time'; + $TbMsg[10]='Finish time'; + $TbMsg[11]='Scope'; $TbMsg[12]='Centers'; - $TbMsg[13]='Labs group'; + $TbMsg[13]='Lab group'; $TbMsg[14]='Labs'; $TbMsg[15]='Year'; $TbMsg[16]='Month'; $TbMsg[17]='Day'; $TbMsg[18]='Lab'; - $TbMsg[19]='Ocupation'; - $TbMsg[20]='Asociated Image'; + $TbMsg[19]='Occupation'; + $TbMsg[20]='Associated Image'; $TbMsg[21]='Description'; - $TbMsg[22]='Reserves schedules'; - $TbMsg[23]='(Not especified)'; + $TbMsg[22]='Reservation schedules'; + $TbMsg[23]='(Not specified)'; $TbMsg[24]='Lab'; $TbMsg[25]='Petitioner'; - $TbMsg[26]='Previous antiicipation'; - $TbMsg[27]="(Without previous acction)"; + $TbMsg[26]='Previous anticipation'; + $TbMsg[27]="(Without previous action)"; $TbMsg[28]="Previous Task"; - $TbMsg[29]="Previous Jobs"; - $TbMsg[30]='Reserves group'; - - + $TbMsg[29]="Previous Job"; + $TbMsg[30]='Reservation group'; |