blob: 996b32dced151f6f1f911a99bab2dece8586ecce (
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
//________________________________________________________________________________________________________
// 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 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]='Finish date';
$TbMsg[9]='Start time';
$TbMsg[10]='Finish time';
$TbMsg[11]='Scope';
$TbMsg[12]='Reservations';
$TbMsg[13]='Reservation group';
$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]="Reserve data";
|