
//primero el IDIOMA y después el NÚMERO DE ALERTA

///////////////////////////////////////////////
var aArrayAlertasCastellano =  new Array();
var aArrayAlertasIngles  =  new Array();
var aArrayAlertasAleman  =  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:";
aArrayAlertasAleman[0] = "Gelieferte Gegebenheiten sind falsch. Ergänzen Sie bitte die folgenden Felder richtig:";

aArrayAlertasCastellano[1] = "¿Está seguro de borrar los datos del formulario?";
aArrayAlertasIngles[1] = "Are you sure you want to delete this form?";
aArrayAlertasAleman[1] = "Sind Sie sicher, dass Sie diese Form löschen wollen?";

aArrayAlertasCastellano[2] = "Ascendente";
aArrayAlertasIngles[2] = "Ascending";
aArrayAlertasAleman[2] = "Aufsteigend";

aArrayAlertasCastellano[3] = "Descendente";
aArrayAlertasIngles[3] = "Descending";
aArrayAlertasAleman[3] = "Absteigend";

aArrayAlertasCastellano[4] = "Cerrar";
aArrayAlertasIngles[4] = "Close";
aArrayAlertasAleman[4] = "Close";

aArrayAlertasCastellano[5] = "o Tecla Esc";
aArrayAlertasIngles[5] = "or Esc Key";
aArrayAlertasAleman[5] = "or Esc Key";

aArrayAlertasCastellano[6] = "Siguiente";
aArrayAlertasIngles[6] = "Next";
aArrayAlertasAleman[6] = "Next";

aArrayAlertasCastellano[7] = "Anterior";
aArrayAlertasIngles[7] = "Prev";
aArrayAlertasAleman[7] = "Prev";

aArrayAlertasCastellano[8] = "Imagen";
aArrayAlertasIngles[8] = "Image";
aArrayAlertasAleman[8] = "Image";

aArrayAlertasCastellano[9] = "de";
aArrayAlertasIngles[9] = "of";
aArrayAlertasAleman[9] = "of";

aArrayAlertasCastellano[10] = "Debe seleccionar al menos un tipo de habitación para su reserva.";
aArrayAlertasIngles[10] = "You must select at least one room type for your reservation.";
aArrayAlertasAleman[10] = "You must select at least one room type for your reservation.";

aArrayAlertasCastellano[11] = "Debe seleccionar otro tipo de habitación.";
aArrayAlertasIngles[11] = "You must select another room type.";
aArrayAlertasAleman[11] = "You must select another room type.";

var aArrayAlertas = new Array();
aArrayAlertas[1] = aArrayAlertasCastellano;
aArrayAlertas[2] = aArrayAlertasIngles;
aArrayAlertas[3] = aArrayAlertasAleman;


