blob: 48b35d95449450299c19bd6ce54d7dd6e0b8c15b (
plain)
1
2
3
4
5
6
7
8
9
10
|
//____________________________________________________________________________
//
// Javascript language file: procedimientoscomandos_eng.js
// Language: English
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="WARNING: This command will be excluded from this procedure. Are you sure?";
TbMsg[1]="WARNING: You must enter a sequence number";
TbMsg[2]="This command has been excluded successfully from this procedure";
TbMsg[3]="This command has been modified successfully";
|