blob: 7b9c146a46ff0e2f7228fe52df66024a954a52f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//____________________________________________________________________________
//
// Fichero de idiomas javascript: tareascomandos_eng.js
// Idioma: Inglés
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="WARNING: This command will be excluded from this task. Are you sure?";
TbMsg[1]="WARNING: You must enter a sequence number";
TbMsg[2]="This command has been excluded successfully from this task";
TbMsg[3]="This command has been modified successfully";
|