// I18N constants

// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
// Author: Mihai Bazon, http://dynarch.com/mishoo

// FOR TRANSLATORS:
//
//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
//      (at least a valid email address)
//
//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
//      (if this is not possible, please include a comment
//       that states what encoding is necessary.)

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "en",

	tooltips: {
		bold:           "Kalın",
		italic:         "İtalik",
		underline:      "Altı Çizili",
		strikethrough:  "Ortası Çizili",
		subscript:      "Altbilgi",
		superscript:    "Üstbilgi",
		justifyleft:    "Sola Yasla",
		justifycenter:  "Ortaya Yasla",
		justifyright:   "Sağa Yasla",
		justifyfull:    "Tamamına Yasla",
		orderedlist:    "Numaralandırma",
		unorderedlist:  "Madde İşaretleri",
		outdent:        "Girintiyi Azalt",
		indent:         "Girintiyi Artır",
		forecolor:      "Yazı Tipi Rengi",
		hilitecolor:    "Arka Plan Rengi",
		horizontalrule: "Yatay Çizgi",
		createlink:     "Link Ekle",
		insertimage:    "Resim Ekle/Düzenle",
		inserttable:    "Tablo Ekle",
		htmlmode:       "HTML kodlarına çevir",
		popupeditor:    "Editörü genişlet",
		about:          "Bu editör hakkında",
		showhelp:       "Editör Kullanım Klavuzu",
		textindicator:  "Şimdiki Stil",
		undo:           "Son işlemi geri al",
		redo:           "Son işlemi yeniden yap",
		cut:            "Seçileni kes",
		copy:           "Seçileni kopyala",
		paste:          "Yapıştır",
		lefttoright:    "Soldan Sağa",
		righttoleft:    "Sağdan Sola"
	},

	buttons: {
		"ok":           "Tamam",
		"cancel":       "İptal"
	},

	msg: {
		"Path":         "Yol",
		"TEXT_MODE":    "Şu an TEXT Modundasınız.  WYSIWYG moduna geçmek için [<>] tuşuna basınız.",
		
		"Moz-Clipboard" :
		"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
		"for security reasons.  Click OK to see a technical note " +
		"which shows you how to allow a script to access the clipboard."

	},

	dialogs: {
		"Cancel"                                            : "İptal",
		"Insert/Modify Link"                                : "Link Ekle/Düzenle",
		"New window (_blank)"                               : "Yeni Pencere (_blank)",
		"None (use implicit)"                               : "Hiç (use implicit)",
		"OK"                                                : "Ok",
		"Other"                                             : "Diğer",
		"Same frame (_self)"                                : "Aynı çerçeve (_self)",
		"Target:"                                           : "Hedef:",
		"Title (tooltip):"                                  : "Başlık (tooltip):",
		"Top frame (_top)"                                  : "Üst çerçeve (_top)",
		"URL:"                                              : "Adres:",
		"You must enter the URL where this link points to"  : "Linkin gideceği adresi belirtmek zorundasınız."
	}
};
