blob: 29bfda6b4340dded0f49803d48c359164519fdd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: trabajostareas_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Tasks in Job';
$TbMsg[1]='Includes Tasks';
$TbMsg[2]='Job';
$TbMsg[3]='Task name';
$TbMsg[4]='(*)To include some task in this job you must click in the corresponding checkbox';
?>
|