blob: dc334d7155a3269176eb7539858f104e02366c52 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//____________________________________________________________________________
//
// Fichero de idiomas javascript: trabajostareas_eng.js
// Idioma: Ingés
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="This task has been successfully included in this job";
TbMsg[1]="WARNING: You must introduce an order number";
TbMsg[2]="This task has been successfully excluded from this job";
TbMsg[3]="This task has been successfully modified";
|