blob: ffceef9652e2c50c0bb80e66729c52bc9b0d0f54 (
plain)
1
2
3
4
5
6
7
8
9
|
//________________________________________________________________________________________________________
//
// Javascript language file: propiedades_tareas_eng.js
// Language: English
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must enter a name for this task";
TbMsg[1]="You must choose a scope for this task";
TbMsg[2]="WARNING: If you do not choose a scope for this task you will not be able to add procedures to this task. You can only include other tasks with their own scopes.";
|