function addBalkan2Lang()
{
    //#CR WORDS
    text[0][8]='Napadac';         // Attacker
    text[1][8]='Obranioc';         // Defender
    text[2][8]='Datum / Vrijeme: '; // The following fleets are facing each other at
    text[3][8]='Oruzje: ';         // Weapons
    text[4][8]='Stitovi: ';         // Shields
    text[5][8]='Omot: ';         // Hull Plating
    text[6][8]='Tip';         // Type
    text[7][8]='Broj';         // Number
    text[8][8]='Napadac pljacka sljedecu kolicinu resursa:';         // He captures
    text[9][8]='je izgubio ukupno';     // has lost a total of
    text[10][8]='Na ovim koordinatama u rusevinama sada pluta'; // At these space coordinates now float
    text[11][8]='Sansa za stvaranja mjeseca iznosi '; // The chance for a moon to arise from the debris is
    text[12][8]='Ogromne kolicine slobodnog metala i kristala se privlace i stvaraju trabanta oko planete.'; // 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][8]='Metala';         // Metal
    text[14][8]='Kristala';         // Crystal
    text[15][8]='Deuterija';         // Deuterium
    text[16][8]='Napadac je izgubio ukupno '; // The attacker has lost a total of
    text[17][8]='Obranioc je izgubio ukupno '; // The defender has lost a total of
    text[18][8]='Unisten';         // Destroyed
    text[19][8]='jedinica';         // Units
    text[21][8]='i';             // and
    text[22][8]='Moon was given.';             // moon was given.
    text[20][8]=' - izvjestaj borbe';     // as it came to a battle
    // SHIPS

    ship[8] = new Array('Krstarica', 'B.brod.', 'Reci.', 'Kolon.', 'Sonde.spiju', 'Bombarder', 'Sol.Sat.', 'Razar.', 'Fatal', 'Ma.laser', 'Ve.laser', 'Ion.Top', 'Gaus.Top', 'Plazma', 'M.kupo', 'V.kupo', 'Ma.trans.', 'Ve.trans.', 'Ma.lovac', 'Raketob.');
}

addBalkan2Lang();
