blob: c01dbc5dac8ffde1188d56678b0e07f26fe325b8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//____________________________________________________________________________
//
// Fichero de idiomas javascript: procedimientoscomandos_eng.js
// Idioma: Ingés
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="WARNING.- This command will be excluded from procedure. ¿ Are you sure ?";
TbMsg[1]="WARNING: You must introduce an order number";
TbMsg[2]="This command has been successfully excluded from this procedure";
TbMsg[3]="This commad has been successfully modified";
|