diff options
author | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2010-10-23 09:34:04 +0000 |
commit | 3ec149cb19165453434984c88e8ba03f648e578e (patch) | |
tree | 9d315751684c2c27ed66ad645aeea52ce9027859 /admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php | |
parent | 550b680d176cbccfecfe35fad440dd570d90ba5b (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@1314 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php b/admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php new file mode 100644 index 00000000..63b7d00d --- /dev/null +++ b/admin/WebConsole/idiomas/php/eng/programacionesreservas_eng.php @@ -0,0 +1,53 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: colasacciones_eng.php +// Idioma: Ingés +//________________________________________________________________________________________________________ + +// Literales de los tipo de reservas +$LITRESERVA_PENDIENTE="Pendings"; +$LITRESERVA_CONFIRMADA="Confirmeds"; +$LITRESERVA_DENEGADA="Refuses"; + +$RESERVA_PARADA=1; // reserva momentanemente parada +$RESERVA_ACTIVA=0; // Reserva activa +$LITRESERVA_PARADA='Suspended'; // Literal reserva momentanemente parada +$LITRESERVA_ACTIVA='Active'; // Literal reserva activa + +$TbMsg=array(); + $TbMsg[0]='Labs reserves'; + $TbMsg[1]='Searches filters'; + $TbMsg[2]='Type'; + $TbMsg[3]=''; + $TbMsg[4]='Status'; + $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[12]='Reserves'; + $TbMsg[13]='Reserves group'; + + $TbMsg[15]='Year'; + $TbMsg[16]='Month'; + $TbMsg[17]='Day'; + $TbMsg[18]='Lab'; + $TbMsg[19]='Ocupation'; + $TbMsg[20]='Asociated Image'; + $TbMsg[21]='Description'; + + $TbMsg[22]='Reserves schedules'; + $TbMsg[23]='(Not especified)'; + $TbMsg[24]='Lab'; + $TbMsg[25]='Petitioner'; + $TbMsg[26]='Previous antiicipation'; + $TbMsg[27]="(Without previous acction)"; + $TbMsg[28]="Previous Task"; + $TbMsg[29]="Previous Jobs"; + $TbMsg[30]="Reserve data"; + + |