
//primero el IDIOMA y después el NÚMERO DE ALERTA

///////////////////////////////////////////////
var aArrayAlertasCastellano =  new Array();
var aArrayAlertasIngles  =  new Array();
///////////////////////////////////////////

aArrayAlertasCastellano[0] = "Datos erróneos. Por favor rellene los siguientes campos correctamente:";
aArrayAlertasIngles[0] = "Supplied data is wrong. Please complete the following fields correctly:";

aArrayAlertasCastellano[1] = "¿Está seguro de borrar los datos del formulario?";
aArrayAlertasIngles[1] = "Are you sure you want to delete the form?";

aArrayAlertasCastellano[2] = "¿Está seguro de borrar la información seleccionada?";
aArrayAlertasIngles[2] = "Are you sure you want to delete the selected information?";

aArrayAlertasCastellano[3] = "Para continuar con el trámite es necesario firmarlo.";
aArrayAlertasIngles[3] = "To continue the procedure is necessary to sign it.";

aArrayAlertasCastellano[4] = "Datos erróneos. Por favor rellene los campos usuario y contraseña.";
aArrayAlertasIngles[4] = "Supplied data is wrong. Please complete the fields username and password.";

var aArrayAlertas = new Array();
aArrayAlertas[1] = aArrayAlertasCastellano;
aArrayAlertas[2] = aArrayAlertasIngles;


