blob: c2ea5689e8780e7323a508cb6b1c7230b086c32d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: acciones_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"New group of procedures"';
$TbMsg[1]='"Define new procedure"';
$TbMsg[2]='"To put procedure"';
$TbMsg[3]='"Rename"';
$TbMsg[4]='"Remove group of procedures"';
$TbMsg[5]='"Commands management"';
$TbMsg[6]='"Procedure information"';
$TbMsg[7]='"To move procedure"';
$TbMsg[8]='"Properties"';
$TbMsg[9]='"Remove Procedure"';
$TbMsg[10]='"Menus management"';
$TbMsg[11]='"New group of tasks"';
$TbMsg[12]='"Define new task"';
$TbMsg[13]='"To put task"';
$TbMsg[14]='"Remove group of tasks"';
$TbMsg[15]='"Perform task"';
$TbMsg[16]='"Schedules"';
$TbMsg[17]='"Task information"';
$TbMsg[18]='"To move task"';
$TbMsg[19]='"Remove task"';
$TbMsg[20]='"New group of jobs"';
$TbMsg[21]='"Define new job"';
$TbMsg[22]='"To put job"';
$TbMsg[23]='"Remove group of jobs"';
$TbMsg[24]='"Perform job"';
$TbMsg[25]='"Tasks management"';
$TbMsg[26]='"Job information"';
$TbMsg[27]='"To move job"';
$TbMsg[28]='"Remove job"';
$TbMsg[29]='Procedures';
$TbMsg[30]='Commands';
$TbMsg[31]='Tasks';
$TbMsg[32]='Jobs';
$TbMsg[33]='Actions';
?>
|