<?php
//________________________________________________________________________________________________________
//
//	Phplanguage file: colasacciones_eng.php
//	Language: English
//________________________________________________________________________________________________________

// Literals of reservations types
$LITRESERVA_PENDIENTE="Pending";
$LITRESERVA_CONFIRMADA="Confirmed";
$LITRESERVA_DENEGADA="Refused";

$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]='Lab reserveations';
	$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 time';
	$TbMsg[10]='Finish time';
	$TbMsg[11]='Scope';

	$TbMsg[12]='Centers';
	$TbMsg[13]='Lab 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]='Reservation schedules';
	$TbMsg[23]='(Not specified)';
	$TbMsg[24]='Lab';
	$TbMsg[25]='Petitioner';
	$TbMsg[26]='Previous anticipation';
	$TbMsg[27]="(Without previous action)";
	$TbMsg[28]="Previous Task";
	$TbMsg[29]="Previous Job";
	$TbMsg[30]='Reservation group';
