function addTurkishLang() {

	// CR WORDS
	text[0][10]='Saldiran'; // Attacker
	text[1][10]='Savunan'; // Defender
	text[2][10]='Bu filolar '; // The following fleets are facing each other at
	text[3][10]='Silahlar: '; // Weapons
	text[4][10]='Kalkanlar: '; // Shields
	text[5][10]='Zirh: '; // Hull Plating
	text[6][10]='Tip'; // Type
	text[7][10]='göster.'; // Number
	text[8][10]='Ele geçiriyor'; // He captures
	text[9][10]='taraf toplam'; // has lost a total of
	text[10][10]='Su an bu alan koordinatlarinda bulunan :'; // At these space coordinates now float
	text[11][10]='Bir Ayin ortaya çikma sansi '; // The chance for a moon to arise from the debris is 
	text[12][10]='Bosta bulunan anormal miktardaki metal ve kristal maddeleri birbirlerini çekiyor ve gezegenin etrafinda bir uydu olusturuyorlar.'; // 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][10]='Metal'; // Metal
	text[14][10]='Kristal'; // Crystal
	text[15][10]='Deuterium'; // Deuterium
	text[16][10]='Saldiran taraf toplam '; // The attacker has lost a total of 
	text[17][10]='Savunan taraf toplam '; // The defender has lost a total of 
	text[18][10]='yok edildi'; // Destroyed
	text[19][10]='ünite kaybetti'; // Units
	text[20][10]=' tarihinde karsi karsiya gelmislerdi'; // as it came to a battle
	text[21][10]='ve'; // and
	text[22][10]='AY OLUSTU.'; // Moon was given

	//SHIPS
	ship[10] = new Array('K.Nakliye', 'B.Nakliye', 'H.Avci', 'A.Avci', 'Kruvazör', 'Komuta Gem.', 'Geri Dön.', 'Kol.Gem.', 'Cas.Sonda', 'Bomb.Gem.', 'Sol.Uydu', 'Muhrip', 'Ölüm Yildizi', 'Roket.', 'H.Lazer', 'A.Lazer', 'Iyon Topu', 'Gaus Topu', 'Plazma', 'Kalkan Kub.', 'B.Kalkan Kub.', 'Firkateyn.');

}

addTurkishLang();
