blob: 557486a27695f2e8fd64c19f9072b60e8b240690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: tareascomandos_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Mangement Commands of a Task';
$TbMsg[1]='Includes Commands';
$TbMsg[2]='Task';
$TbMsg[3]='Command name';
$TbMsg[4]='Ord.';
$TbMsg[5]='Parameter';
$TbMsg[6]='Value';
$TbMsg[7]='(*)To exclude some command from this task you must click in the corresponding checkbox';
?>
|