blob: 7b28fcdd37591ced23a7639b87820ea876a13411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
//________________________________________________________________________________________________________
//
// Php Language file: inclusionacciones_esp.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Inclusion of Procedures into Procedures.';
$TbMsg[1]='Inclusion of Procedures or Tasks into Tasks.';
$TbMsg[2]='Command / Procedure';
$TbMsg[3]='Procedure / Task';
$TbMsg[4]='Sequence';
$TbMsg[5]='(*)Please check the appropriate box to include or exclude any procedure into this procedure. <BR>';
$TbMsg[6]='(*)Please check the appropriate box to include or exclude any procedure or task into this task. <BR>';
$TbMsg[7]='Current Configuration';
$TbMsg[8]='Available Procedures';
$TbMsg[9]='Available Tasks';
$TbMsg[10]='Parameters';
|