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

lgromero-new-oglive
Last change on this file 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
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file: acciones_eng.php
5//      Language: English
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]='"New group of procedures"';
9        $TbMsg[1]='"Define new procedure"';
10        $TbMsg[2]='"Set procedure"';
11        $TbMsg[3]='"Rename"';
12        $TbMsg[4]='"Delete group of procedures"';
13        $TbMsg[5]='"Commands management"';
14        $TbMsg[6]='"Procedure information"';
15        $TbMsg[7]='"Move procedure"';
16        $TbMsg[8]='"Properties"';
17        $TbMsg[9]='"Delete Procedure"';
18        $TbMsg[10]='"Menu management"';
19        $TbMsg[11]='"New group of tasks"';
20        $TbMsg[12]='"Define new task"';
21        $TbMsg[13]='"Set task"';
22        $TbMsg[14]='"Delete group of tasks"';
23        $TbMsg[15]='"Run task"';
24        $TbMsg[16]='"Schedules"';
25        $TbMsg[17]='"Task information"';
26        $TbMsg[18]='"Move task"';
27        $TbMsg[19]='"Delete task"';
28        $TbMsg[20]='"New group of jobs"';
29        $TbMsg[21]='"Define new job"';
30        $TbMsg[22]='"Set job"';
31        $TbMsg[23]='"Delete group of jobs"';
32        $TbMsg[24]='"Run job"';
33        $TbMsg[25]='"Tasks management"';
34        $TbMsg[26]='"Job information"';
35        $TbMsg[27]='"Move job"';
36        $TbMsg[28]='"Delete job"';
37        $TbMsg[29]='Procedures';
38        $TbMsg[30]='Commands';
39        $TbMsg[31]='Tasks';
40        $TbMsg[32]='Jobs';
41        $TbMsg[33]='Actions';
Note: See TracBrowser for help on using the repository browser.