blob: 94896066abda3e5df69a83534732435500ab4d0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: tareascomandos_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Task Commands Management';
$TbMsg[1]='Included Commands';
$TbMsg[2]='Task';
$TbMsg[3]='Command name';
$TbMsg[4]='Ord.';
$TbMsg[5]='Parameter';
$TbMsg[6]='Value';
$TbMsg[7]='(*)Please check the box to exclude any command from this task.';
|