function addItalianLang() {
	text[0][6]="Attaccante"; // Attacker
	text[1][6]="Difensore"; // Defender
	text[2][6]="Le seguenti flotte sono una di fronte all'altra a"; // The following fleets are facing each other at
	text[3][6]="Armi: "; // Weapons
	text[4][6]="Scudi: "; // Shields
	text[5][6]="Corazza scafo: "; // Hull Plating
	text[6][6]="Tipo"; // Type
	text[7][6]="Numero"; // Number
	text[8][6]="Cattura: "; // He captures
	text[9][6]="ha perso un totale di "; // has lost a total of
	text[10][6]="Fluttua ora a queste coordinate spaziali"; // At these space coordinates now float
	text[11][6]="La possibilità; che si formi una luna dai detriti è "; // The chance for a moon to arise from the debris is
	text[12][6]="L'enorme quantità; di particelle di metallo e cristallo alla deriva si attraggono a vicenda e lentamente formano un satellite lunare in orbita attorno al pianeta. "; // 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][6]="Metallo"; // Metal
	text[14][6]="Cristallo"; // Crystal
	text[15][6]="Deuterio"; // Deuterium
	text[16][6]="L'attaccante ha perso un totale di "; // The attacker has lost a total of
	text[17][6]="Il difensore ha perso un totale di "; // The defender has lost a total of
	text[18][6]="Distrutto"; // Destroyed
	text[19][6]="Unità"; // Units
	text[20][6]=" appena si giunge a battaglia"; // as it came to a battle
	text[21][6]="e"; // and
	text[22][6]="Moon was given"; // Moon was given

	ship[6] = new Array("Cargo p.", "Cargo g.", "Caccia l.", "Caccia p.", "Incrociatore", "Nave batt.", "Ricicl.", "N.coloniz.", "Sonda spia", "Bombard.", "Sat. Sol.", "Corazz.", "Rip", "Miss.", "Laser l.", "Laser p.", "C. ionico", "Gauss", "Plasma", "P.cup.sc.", "G.cup.sc.", 'Battlecr.');
}

addItalianLang();

addItalianLang();
