function addFrench2Lang() {
	// CR WORDS

	text[0][9]='Attaquant'; // Attacker
	text[1][9]='Défenseur'; // Defender
	text[2][9]='Les flottes suivantes se sont affrontées le '; // The following fleets are facing each other at
	text[3][9]='Armes: '; // Weapons
	text[4][9]='Bouclier: '; // Shields
	text[5][9]='Coque: '; // Hull Plating
	text[6][9]='Type'; // Type
	text[7][9]='Nombre'; // Number
	text[8][9]='Il emporte'; // He captures
	text[9][9]='a perdu au total '; // has lost a total of
	text[10][9]='Un champ de débris contenant'; // At these space coordinates now float
	text[11][9]="La probabilité de création d'une lune est de "; // The chance for a moon to arise from the debris is 
	text[12][9]="Les quantités énormes de métal et de cristal forment une nouvelle lune dans l'orbite de cette plancte. "; // 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][9]='unités de métal'; // Metal
	text[14][9]='unités de cristal'; // Crystal
	text[15][9]='unités de deutérium'; // Deuterium
	text[16][9]="L'attaquant a perdu au total "; // The attacker has lost a total of 
	text[17][9]='Le défenseur a perdu au total '; // The defender has lost a total of 
	text[18][9]='Détruit'; // Destroyed
	text[19][9]='unités'; // Units
	text[20][9]=' '; // as it came to a battle
	text[21][9]='et'; // and
	text[22][9]='une lune a été crée'; // Moon was given

	// SHIPS
	ship[9] = new Array("P.transp." ,"G.transp." ,"Ch.léger" ,"Ch.lourd" ,"Croiseur" ,"V.bataille" ,"Recycleur" ,"V.colo" ,"Sonde" ,"Bombardier" ,"Sat.sol." ,"Destr." ,"Rip" ,"Missile" ,"L.léger." ,"L.lourd" ,"Art.ions" ,"Can.Gauss" ,"Lanc.plasma" ,"P.bouclier" ,"G.bouclier", "Traqueur");
}

addFrench2Lang();