
function addSpanishLang() {
	text[0][14]="Atacante"; // Attacker
	text[1][14]="Defensor"; // Defender
	text[2][14]="Las siguientes flotas están frente a frente en"; // The following fleets are facing each other at
	text[3][14]="Armas: "; // Weapons
	text[4][14]="Escudos: "; // Shields
	text[5][14]="Blindaje: "; // Hull Plating
	text[6][14]="Tipo"; // Type
	text[7][14]="Cantidad"; // Number
	text[8][14]="Él captura"; // He captures
	text[9][14]="Pérdidas TOTALES "; // has lost a total of
	text[10][14]="En éstas coordenadas flotan ahora"; // At these space coordinates now float
	text[11][14]="La probabilidad de que una luna surja de los escombros es de "; // The chance for a moon to arise from the debris is 
	text[12][14]="Las enormes cantidades de metal y de cristal se atraen y forman lentamente un satélite lunar en la órbita del planeta."; // The enormous amounts of drifting metal and crystal particles attract each other and slowly form a lunar satellite in the orbit of the planet.
	text[13][14]="Metal"; // Metal
	text[14][14]="Cristal"; // Crystal
	text[15][14]="Deuterio"; // Deuterium
	text[16][14]="El atacante ha perdido en total "; // The attacker has lost a total of 
	text[17][14]="El defensor ha perdido en total "; // The defender has lost a total of 
	text[18][14]="Destruido"; // Destroyed
	text[19][14]="unidades"; // Units
	text[20][14]=", y la batalla ha comenzado"; // as it came to a battle
	text[21][14]="y"; // and
	text[22][14]="LUNA... FUE DADA"; // Moon was given

	ship[14] =new Array("P.Carga" ,"Gr.Carga" ,"Cazador L." ,"Cazador P." ,"Crucero" ,"Nave de Batalla" ,"Reciclador." ,"Colonizador" ,"Sonda" ,"Bombardero" ,"Satélite S." ,"Destructor" ,"Misil" ,"Láser Peq." ,"Láser Gr." ,"C.Iónico" ,"C.Gauss" ,"C.Plasma" ,"Cúpula Peq." ,"Cúpula Gr.", "Cr. Batalla");
}

addSpanishLang();