summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2009-10-29 10:39:24 +0000
committerramon <ramongomez@us.es>2009-10-29 10:39:24 +0000
commit1b9262949ad2e32b4a82338d45fb4b6e5b293fba (patch)
tree3aee6892f32251570b996f7321a06980588cbc1e /admin/WebConsole/idiomas/php/eng/colasreservas_eng.php
parentafcf2a19aa44ea6d03e02abd05b6f2938d687225 (diff)
Reorganización directorios OpenGNSys Admin.
git-svn-id: https://opengnsys.es/svn/trunk@455 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/colasreservas_eng.php')
-rw-r--r--admin/WebConsole/idiomas/php/eng/colasreservas_eng.php53
1 files changed, 53 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php b/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php
new file mode 100644
index 00000000..648638a5
--- /dev/null
+++ b/admin/WebConsole/idiomas/php/eng/colasreservas_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]='Centers';
+ $TbMsg[13]='Labs group';
+ $TbMsg[14]='Labs';
+
+ $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";
+
+