source: admin/WebConsole/idiomas/php/eng/colasacciones_eng.php @ dcc225a

configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since dcc225a 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: 2.5 KB
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file:p: colasacciones_eng.php
5//      Language: English_________________________________________________________________________________
6
7// Literals of action-types
8$LITEJECUCION_COMANDO="Commands";
9$LITEJECUCION_PROCEDIMIENTO="Procedures";
10$LITEJECUCION_TAREA="Tasks";
11//$LITEJECUCION_TRABAJO="Jobs";
12
13$LITACCION_EXITOSA='Successfully finished'; // Literal  Successfully finished
14$LITACCION_FALLIDA='Finished with errors'; // Literal  Finished with errors
15//$LITACCION_SINRESULTADO='Without final result'
16$LITACCION_TERMINADA='Manually finished'; //Literal   Manually finished successfully
17$LITACCION_ABORTADA='Manually canceled'; // Literal  Manually finished with errors
18$LITACCION_SINERRORES='Active without errors'; // Literal  Active without errors
19$LITACCION_CONERRORES='Active with errors'; // Literal  Active with errors
20
21$LITACCION_DETENIDA='Stopped'; // Literal Paused
22$LITACCION_INICIADA='Active'; // Literal Active action
23$LITACCION_FINALIZADA='Finished'; // Literal Finished action
24$LITACCION_PROGRAMADA="Scheduled";
25
26$TbMsg=array();
27        $TbMsg[0]='Actions queue';
28        $TbMsg[1]='Search filters';
29        $TbMsg[2]='Actions';
30        $TbMsg[3]='Results';
31        $TbMsg[4]='Status';
32        $TbMsg[5]='Percentage from';
33        $TbMsg[6]='to';
34        $TbMsg[7]='Start date';
35        $TbMsg[8]='End date';
36        $TbMsg[9]='Start time';
37        $TbMsg[10]='End time';
38        $TbMsg[11]='Scope';
39        $TbMsg[12]='Delete';
40        $TbMsg[13]='Start again';
41        $TbMsg[14]='Stop';
42        $TbMsg[15]='Go';
43        $TbMsg[16]='Cancel';
44        $TbMsg[17]='Finish';
45
46        $TbMsg[18]='Action';
47        $TbMsg[19]='End date';
48        $TbMsg[20]='End time';
49        $TbMsg[21]='Start date';
50        $TbMsg[22]='Start time';
51        $TbMsg[23]='Name';
52
53        $TbMsg[24]='Centers';
54        $TbMsg[25]='Group of labs';
55        $TbMsg[26]='Labs';
56        $TbMsg[27]='Group of computers';
57        $TbMsg[28]='Computers';
58
59        $TbMsg[30]='Commands';
60        $TbMsg[31]='Procedures';
61        $TbMsg[32]='Tasks';
62
63        $TbMsg[41]='"Action filter"';
64        $TbMsg[42]='"Scope filter"';
65        $TbMsg[43]='"Delete filter"';
66        $TbMsg[44]='"Modify Action"';
67        $TbMsg[45]='"Start again"';
68        $TbMsg[46]='"Delete"';
69        $TbMsg[47]='Display options';
70        $TbMsg[48]='Display parameters';
71        $TbMsg[49]='Display subprocess';
72        $TbMsg[50]='Display notifications';
73        $TbMsg[51]='***Action-filter active***';
74        $TbMsg[52]='"Go"';
75        $TbMsg[53]='"Cancel"';
76        $TbMsg[54]='"Finish"';
77        $TbMsg[55]='Finish without errors';
78        $TbMsg[56]='Finish with errors';
79        $TbMsg[57]='Information';
80        $TbMsg[58]='Final result:';
81        $TbMsg[59]='Scope';
82        $TbMsg[60]='All';
83        $TbMsg[61]='All';
Note: See TracBrowser for help on using the repository browser.