blob: 15166186c35252b777e524620848aa1cc3cb2391 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: informacion_tareas_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Parameters of the commands in Task';
$TbMsg[1]='Parameter';
$TbMsg[2]='Value';
$TbMsg[3]='Environment';
$TbMsg[4]='Name';
?>
|