source: admin/WebConsole/idiomas/php/eng/acciones_eng.php @ b6ec162

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since b6ec162 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.3 KB
RevLine 
[043e67d]1<?php
[3ec149c]2//________________________________________________________________________________________________________
3//
[beebc19]4//      Php language file: acciones_eng.php
5//      Language: English
[3ec149c]6//________________________________________________________________________________________________________
7        $TbMsg=array();
[045211d]8        $TbMsg[0]='"New group of procedures"';
[3ec149c]9        $TbMsg[1]='"Define new procedure"';
[beebc19]10        $TbMsg[2]='"Set procedure"';
[3ec149c]11        $TbMsg[3]='"Rename"';
[beebc19]12        $TbMsg[4]='"Delete group of procedures"';
[3ec149c]13        $TbMsg[5]='"Commands management"';
14        $TbMsg[6]='"Procedure information"';
[beebc19]15        $TbMsg[7]='"Move procedure"';
[3ec149c]16        $TbMsg[8]='"Properties"';
[beebc19]17        $TbMsg[9]='"Delete Procedure"';
18        $TbMsg[10]='"Menu management"';
[045211d]19        $TbMsg[11]='"New group of tasks"';
[3ec149c]20        $TbMsg[12]='"Define new task"';
[beebc19]21        $TbMsg[13]='"Set task"';
22        $TbMsg[14]='"Delete group of tasks"';
23        $TbMsg[15]='"Run task"';
[3ec149c]24        $TbMsg[16]='"Schedules"';
25        $TbMsg[17]='"Task information"';
[beebc19]26        $TbMsg[18]='"Move task"';
27        $TbMsg[19]='"Delete task"';
[045211d]28        $TbMsg[20]='"New group of jobs"';
[3ec149c]29        $TbMsg[21]='"Define new job"';
[beebc19]30        $TbMsg[22]='"Set job"';
31        $TbMsg[23]='"Delete group of jobs"';
32        $TbMsg[24]='"Run job"';
[3ec149c]33        $TbMsg[25]='"Tasks management"';
34        $TbMsg[26]='"Job information"';
[beebc19]35        $TbMsg[27]='"Move job"';
36        $TbMsg[28]='"Delete job"';
[3ec149c]37        $TbMsg[29]='Procedures';
38        $TbMsg[30]='Commands';
[045211d]39        $TbMsg[31]='Tasks';
[3ec149c]40        $TbMsg[32]='Jobs';
[045211d]41        $TbMsg[33]='Actions';
Note: See TracBrowser for help on using the repository browser.