blob: 2880f66d1732ee41adbe446bed3073f3843ff682 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_tareas_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="Task Management";
$TbMsg[5]="Task Name";
$TbMsg[6]="Comments";
$TbMsg[7]="Scope Type";
$TbMsg[8]="Scope";
$TbMsg[9]="";
$TbMsg[10]="Centers";
$TbMsg[11]="Group of Labs";
$TbMsg[12]="Labs";
$TbMsg[13]="Group of Computes";
$TbMsg[14]="Computer";
?>
|