blob: 7d567ef63006febac9daefab4135e70b72d85b59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
//________________________________________________________________________________________________________
//
// 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';
?>
|