blob: 7e2f92a747f164435dd52b8bbf7c6288471d24ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
//____________________________________________________________________________
//
// Javascript language file: trabajostareas_eng.js
// Language: English
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="This task has been included successfully in this job";
TbMsg[1]="WARNING: You must enter a sequence number";
TbMsg[2]="This task has been excluded successfully from this job";
TbMsg[3]="This task has been modified successfully";
|