summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/idiomas/php/eng/colasreservas_eng.php
blob: 257b4acae3987010bf535a38de4020fd632b1999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
//________________________________________________________________________________________________________
//
//	Php Language file: colasacciones_eng.php
//	Language: English
//________________________________________________________________________________________________________

// Litelrals of Reservations-types
$LITRESERVA_PENDIENTE="Pending";
$LITRESERVA_CONFIRMADA="Confirmed";
$LITRESERVA_DENEGADA="Denied";

$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 reservations';
	$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]='End date';
	$TbMsg[9]='Start time';
	$TbMsg[10]='End time';
	$TbMsg[11]='Scope';

	$TbMsg[12]='Centers';
	$TbMsg[13]='Labs group';
	$TbMsg[14]='Labs';

	$TbMsg[15]='Year';
	$TbMsg[16]='Month';
	$TbMsg[17]='Day';
	$TbMsg[18]='Lab';
	$TbMsg[19]='Occupation';
	$TbMsg[20]='Associated Image';
	$TbMsg[21]='Description';

	$TbMsg[22]='Reservations schedules';
	$TbMsg[23]='(Not specified)';
	$TbMsg[24]='Lab';
	$TbMsg[25]='Requester';
	$TbMsg[26]='Previous anticipation';
	$TbMsg[27]="(Without previous action)";
	$TbMsg[28]="Previous Task";
	$TbMsg[29]="Previous Job";