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

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 fe6843b was 045211d, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #483: Más traducciones.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2614 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: acciones_eng.php
5//      Idioma: English
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]='"New group of procedures"';
9        $TbMsg[1]='"Define new procedure"';
10        $TbMsg[2]='"To put procedure"';
11        $TbMsg[3]='"Rename"';
12        $TbMsg[4]='"Remove group of procedures"';
13        $TbMsg[5]='"Commands management"';
14        $TbMsg[6]='"Procedure information"';
15        $TbMsg[7]='"To move procedure"';
16        $TbMsg[8]='"Properties"';
17        $TbMsg[9]='"Remove Procedure"';
18        $TbMsg[10]='"Menus management"';
19        $TbMsg[11]='"New group of tasks"';
20        $TbMsg[12]='"Define new task"';
21        $TbMsg[13]='"To put task"';
22        $TbMsg[14]='"Remove group of tasks"';
23        $TbMsg[15]='"Perform task"';
24        $TbMsg[16]='"Schedules"';
25        $TbMsg[17]='"Task information"';
26        $TbMsg[18]='"To move task"';
27        $TbMsg[19]='"Remove task"';
28        $TbMsg[20]='"New group of jobs"';
29        $TbMsg[21]='"Define new job"';
30        $TbMsg[22]='"To put job"';
31        $TbMsg[23]='"Remove group of jobs"';
32        $TbMsg[24]='"Perform job"';
33        $TbMsg[25]='"Tasks management"';
34        $TbMsg[26]='"Job information"';
35        $TbMsg[27]='"To move job"';
36        $TbMsg[28]='"Remove job"';
37        $TbMsg[29]='Procedures';
38        $TbMsg[30]='Commands';
39        $TbMsg[31]='Tasks';
40        $TbMsg[32]='Jobs';
41        $TbMsg[33]='Actions';
42?>
Note: See TracBrowser for help on using the repository browser.