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
RevLine 
[043e67d]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[beebc19]4//      Php language file:p: colasacciones_eng.php
5//      Language: English_________________________________________________________________________________
[3ec149c]6
[beebc19]7// Literals of action-types
[3ec149c]8$LITEJECUCION_COMANDO="Commands";
9$LITEJECUCION_PROCEDIMIENTO="Procedures";
10$LITEJECUCION_TAREA="Tasks";
[c2cc729]11//$LITEJECUCION_TRABAJO="Jobs";
[3ec149c]12
[beebc19]13$LITACCION_EXITOSA='Successfully finished'; // Literal  Successfully finished
14$LITACCION_FALLIDA='Finished with errors'; // Literal  Finished with errors
[c2cc729]15//$LITACCION_SINRESULTADO='Without final result'
[beebc19]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
[3ec149c]20
[beebc19]21$LITACCION_DETENIDA='Stopped'; // Literal Paused
22$LITACCION_INICIADA='Active'; // Literal Active action
23$LITACCION_FINALIZADA='Finished'; // Literal Finished action
[c2cc729]24$LITACCION_PROGRAMADA="Scheduled";
[3ec149c]25
26$TbMsg=array();
27        $TbMsg[0]='Actions queue';
[045211d]28        $TbMsg[1]='Search filters';
[3ec149c]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';
[beebc19]35        $TbMsg[8]='End date';
36        $TbMsg[9]='Start time';
37        $TbMsg[10]='End time';
[045211d]38        $TbMsg[11]='Scope';
[beebc19]39        $TbMsg[12]='Delete';
40        $TbMsg[13]='Start again';
[3ec149c]41        $TbMsg[14]='Stop';
42        $TbMsg[15]='Go';
43        $TbMsg[16]='Cancel';
44        $TbMsg[17]='Finish';
45
46        $TbMsg[18]='Action';
[beebc19]47        $TbMsg[19]='End date';
48        $TbMsg[20]='End time';
[3ec149c]49        $TbMsg[21]='Start date';
[beebc19]50        $TbMsg[22]='Start time';
[3ec149c]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';
[beebc19]60        $TbMsg[31]='Procedures';
61        $TbMsg[32]='Tasks';
[3ec149c]62
[beebc19]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***';
[3ec149c]74        $TbMsg[52]='"Go"';
75        $TbMsg[53]='"Cancel"';
76        $TbMsg[54]='"Finish"';
[045211d]77        $TbMsg[55]='Finish without errors';
78        $TbMsg[56]='Finish with errors';
[3ec149c]79        $TbMsg[57]='Information';
[c2cc729]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.