diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/colasreservas_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/colasreservas_eng.php | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php b/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php index ae7dcb5c..257b4aca 100644 --- a/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php +++ b/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php @@ -1,22 +1,22 @@ <?php //________________________________________________________________________________________________________ // -// Fichero de idiomas php: colasacciones_eng.php -// Idioma: Ingés +// Php Language file: colasacciones_eng.php +// Language: English //________________________________________________________________________________________________________ -// Literales de los tipo de reservas -$LITRESERVA_PENDIENTE="Pendings"; -$LITRESERVA_CONFIRMADA="Confirmeds"; -$LITRESERVA_DENEGADA="Refuses"; +// Litelrals of Reservations-types +$LITRESERVA_PENDIENTE="Pending"; +$LITRESERVA_CONFIRMADA="Confirmed"; +$LITRESERVA_DENEGADA="Denied"; -$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; // Paused reservation +$RESERVA_ACTIVA=0; // Active reservation +$LITRESERVA_PARADA='Suspended'; // Literal paused reservation +$LITRESERVA_ACTIVA='Active'; // Literal Active reservation $TbMsg=array(); - $TbMsg[0]='Labs reserves'; + $TbMsg[0]='Labs reservations'; $TbMsg[1]='Searches filters'; $TbMsg[2]='Type'; $TbMsg[3]=''; @@ -24,10 +24,10 @@ $TbMsg=array(); $TbMsg[5]='Percentage from'; $TbMsg[6]='Percentage to'; $TbMsg[7]='Start date'; - $TbMsg[8]='Finish date'; - $TbMsg[9]='Start our'; - $TbMsg[10]='Finish our'; - $TbMsg[11]='Environment'; + $TbMsg[8]='End date'; + $TbMsg[9]='Start time'; + $TbMsg[10]='End time'; + $TbMsg[11]='Scope'; $TbMsg[12]='Centers'; $TbMsg[13]='Labs group'; @@ -37,17 +37,15 @@ $TbMsg=array(); $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]='Reservations schedules'; + $TbMsg[23]='(Not specified)'; $TbMsg[24]='Lab'; - $TbMsg[25]='Petitioner'; - $TbMsg[26]='Previous antiicipation'; - $TbMsg[27]="(Without previous acction)"; + $TbMsg[25]='Requester'; + $TbMsg[26]='Previous anticipation'; + $TbMsg[27]="(Without previous action)"; $TbMsg[28]="Previous Task"; - $TbMsg[29]="Previous Jobs"; - - + $TbMsg[29]="Previous Job"; |