﻿function addBrLang() {

	// CR WORDS
	text[0][13]='Atacante'; // Attacker
	text[1][13]='Defensor'; // Defender
	text[2][13]='As frotas seguintes encontraram-se em '; // The following fleets are facing each other at
	text[3][13]='Armas: '; // Weapons
	text[4][13]='Escudo: '; // Shields
	text[5][13]='Blindagem: '; // Hull Plating
	text[6][13]='Tipo'; // Type
	text[7][13]='Número'; // Number
	text[8][13]='Ele roubou'; // He captures
	text[9][13]='perdeu um total de'; // has lost a total of
	text[10][13]='Nestas coordenadas flutuam:'; // At these space coordinates now float
	text[11][13]='A probabilidade de criação de lua devido aos destroços do combate é de '; // The chance for a moon to arise from the debris is 
	text[12][13]='As quantidades enormes de partículas de metal e cristal nascidas do combate atraem-se e criam lentamente um satélite lunar na órbita do 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][13]='Metal'; // Metal
	text[14][13]='Cristal'; // Crystal
	text[15][13]='Deutério'; // Deuterium
	text[16][13]='O atacante perdeu um total de '; // The attacker has lost a total of 
	text[17][13]='O defensor perdeu um total de '; // The defender has lost a total of 
	text[18][13]='Destruído'; // Destroyed
	text[19][13]='Unidades'; // Units
	text[20][13]=' , e obviamente o combate iniciou'; // as it came to a battle
	text[21][13]='e'; // and
	text[22][13]='MOON'; // Moon was given

	//SHIPS
	ship[13] = new Array("Cg.Pequeno", "Cg.Grande", "Caça L.", "Caça P.", "Cruzador", "N.Batalha", "Reciclador", "N.Colonizaçăo", "Sonda", "Bombardeiro.", "Sat.Solar", "Destruidor", "Rip", "L.Misseis.", "Laser L.", "Laser P.", "C.Iões", "C.Gauss", "C.Plasma", "P.Escudo", "G.Escudo");

}

addBrLang();
