source: admin/WebConsole/idiomas/php/eng/colasreservas_eng.php

lgromero-new-oglive
Last change on this file was beebc19, checked in by Irina Gomez <irinagomez@…>, 7 years ago

#842 Consola: se revisan todos los ficheros de idioma en inglés.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php Language file: colasacciones_eng.php
5//      Language: English
6//________________________________________________________________________________________________________
7
8// Litelrals of Reservations-types
9$LITRESERVA_PENDIENTE="Pending";
10$LITRESERVA_CONFIRMADA="Confirmed";
11$LITRESERVA_DENEGADA="Denied";
12
13$RESERVA_PARADA=1;  // Paused reservation
14$RESERVA_ACTIVA=0; // Active reservation
15$LITRESERVA_PARADA='Suspended';  // Literal paused reservation
16$LITRESERVA_ACTIVA='Active'; // Literal Active reservation
17
18$TbMsg=array();
19        $TbMsg[0]='Labs reservations';
20        $TbMsg[1]='Searches filters';
21        $TbMsg[2]='Type';
22        $TbMsg[3]='';
23        $TbMsg[4]='Status';
24        $TbMsg[5]='Percentage from';
25        $TbMsg[6]='Percentage to';
26        $TbMsg[7]='Start date';
27        $TbMsg[8]='End date';
28        $TbMsg[9]='Start time';
29        $TbMsg[10]='End time';
30        $TbMsg[11]='Scope';
31
32        $TbMsg[12]='Centers';
33        $TbMsg[13]='Labs group';
34        $TbMsg[14]='Labs';
35
36        $TbMsg[15]='Year';
37        $TbMsg[16]='Month';
38        $TbMsg[17]='Day';
39        $TbMsg[18]='Lab';
40        $TbMsg[19]='Occupation';
41        $TbMsg[20]='Associated Image';
42        $TbMsg[21]='Description';
43
44        $TbMsg[22]='Reservations schedules';
45        $TbMsg[23]='(Not specified)';
46        $TbMsg[24]='Lab';
47        $TbMsg[25]='Requester';
48        $TbMsg[26]='Previous anticipation';
49        $TbMsg[27]="(Without previous action)";
50        $TbMsg[28]="Previous Task";
51        $TbMsg[29]="Previous Job";
Note: See TracBrowser for help on using the repository browser.