blob: 2fa18596c16ab0f36685400d356551c88cc36282 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<?php
//________________________________________________________________________________________________________
//
// Php language file:p: colasacciones_eng.php
// Language: English_________________________________________________________________________________
// Literals of action-types
$LITEJECUCION_COMANDO="Commands";
$LITEJECUCION_PROCEDIMIENTO="Procedures";
$LITEJECUCION_TAREA="Tasks";
//$LITEJECUCION_TRABAJO="Jobs";
$LITACCION_EXITOSA='Successfully finished'; // Literal Successfully finished
$LITACCION_FALLIDA='Finished with errors'; // Literal Finished with errors
//$LITACCION_SINRESULTADO='Without final result'
$LITACCION_TERMINADA='Manually finished'; //Literal Manually finished successfully
$LITACCION_ABORTADA='Manually canceled'; // Literal Manually finished with errors
$LITACCION_SINERRORES='Active without errors'; // Literal Active without errors
$LITACCION_CONERRORES='Active with errors'; // Literal Active with errors
$LITACCION_DETENIDA='Stopped'; // Literal Paused
$LITACCION_INICIADA='Active'; // Literal Active action
$LITACCION_FINALIZADA='Finished'; // Literal Finished action
$LITACCION_PROGRAMADA="Scheduled";
$TbMsg=array();
$TbMsg[0]='Actions queue';
$TbMsg[1]='Search filters';
$TbMsg[2]='Actions';
$TbMsg[3]='Results';
$TbMsg[4]='Status';
$TbMsg[5]='Percentage from';
$TbMsg[6]='to';
$TbMsg[7]='Start date';
$TbMsg[8]='End date';
$TbMsg[9]='Start time';
$TbMsg[10]='End time';
$TbMsg[11]='Scope';
$TbMsg[12]='Delete';
$TbMsg[13]='Start again';
$TbMsg[14]='Stop';
$TbMsg[15]='Go';
$TbMsg[16]='Cancel';
$TbMsg[17]='Finish';
$TbMsg[18]='Action';
$TbMsg[19]='End date';
$TbMsg[20]='End time';
$TbMsg[21]='Start date';
$TbMsg[22]='Start time';
$TbMsg[23]='Name';
$TbMsg[24]='Centers';
$TbMsg[25]='Group of labs';
$TbMsg[26]='Labs';
$TbMsg[27]='Group of computers';
$TbMsg[28]='Computers';
$TbMsg[30]='Commands';
$TbMsg[31]='Procedures';
$TbMsg[32]='Tasks';
$TbMsg[41]='"Action filter"';
$TbMsg[42]='"Scope filter"';
$TbMsg[43]='"Delete filter"';
$TbMsg[44]='"Modify Action"';
$TbMsg[45]='"Start again"';
$TbMsg[46]='"Delete"';
$TbMsg[47]='Display options';
$TbMsg[48]='Display parameters';
$TbMsg[49]='Display subprocess';
$TbMsg[50]='Display notifications';
$TbMsg[51]='***Action-filter active***';
$TbMsg[52]='"Go"';
$TbMsg[53]='"Cancel"';
$TbMsg[54]='"Finish"';
$TbMsg[55]='Finish without errors';
$TbMsg[56]='Finish with errors';
$TbMsg[57]='Information';
$TbMsg[58]='Final result:';
$TbMsg[59]='Scope';
$TbMsg[60]='All';
$TbMsg[61]='All';
|