
function LangJS()
{
	this.artefacts		=	new Array("Cristal", "Piedra de Naéla", "Gotas de Hoún", "Cristal de Suléan");
	this.eventCreeps		=	new Array();
	this.eventCreeps[101]	=	"Diablillos";
	this.notices		=	"Mis Anotaciones";
	this.add_notice		=	"Añadir anotación";
	this.palace			=	"Palacios";
	this.hero			=	"Héroes";
	this.creep			=	"Guardianes";
	this.artefact_s		=	"Artefacto";
	this.artefact_p 	=	"Artefactos";
	this.send_hero		=	"Enviar héroe";
	this.level			=	"Nivel";
	this.valley			=	"Valle";
	this.area			=	"Territorio";
	this.exp			=	"Experiencia";
	this.name			=	"Nombre";
	this.points			=	"Puntos";
	this.owner			=	"Dueño";
	this.player			=	"Jugador";
	this.hero_own		=	"Héroes de";
	this.palace_own		=	"Palacios de";
	this.guild			=	"Gremios";
	this.view_result	=	"¡Fuera del campo de visión o búsqueda sin éxito!";
	this.add_area		=	"Añadir territorio";
	this.attErr_breachPact = "Si atacas, ¡estarás infringiendo un pacto existente! ¿Estás seguro de querer atacar?";
	this.cataErr_noCrystals = "¡No hay suficientes cristales!";
	this.cancelBuilding = "¿Interrumpir la invocación? ¡Únicamente se te devolverá la mitad de tus materias primas y perderás el maná!";
	this.cancelBuildqueue = "¿Deseas en serio cancelar la invocación de tus construcciones?";
  this.giveRunes_confirm1 = "¿Estás seguro ";
  this.giveRunes_confirm2 = " Quieres regalar al mago ";
  this.giveRunes_confirm3 = " runas? No podrás anular este proceso."
  this.valleyReservation_delete = "¿Borrar la reserva del valle?";
  this.invalidEntry = '¡Entrada de datos no válida!';
  this.choosePaymethod = 'Por favor, escoge una modalidad de pago';
  this.itemErr_noMana1 = "No hay bastante maná, necesitarás ";
  this.itemErr_noMana2 = " maná para la activación.";
  this.itemErr_cantAktivate = "El objeto no puede ser activado, ya que no se cumplen los siguientes requisitos:"
  this.decide_Costtype = "Deberás decidirte primero por un tipo de coste";
  this.register = "Regístrate";
  this.in_klick = "<span style=\"font-size:9px\">ejecutando</span>";
  this.days = " Días ";
  this.error = "Error";
  this.js_error = "Error de JavaScript: ";
  this.send = "Enviar";
  this.back = "Volver";
  this.next = "Continuar";
}

var lang_js = new LangJS();