egroupware/phpgwapi/js/tiny_mce/plugins/advlink/langs/tr.js
2006-08-21 19:26:21 +00:00

47 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// UK lang variables
tinyMCE.addToLang('advlink',{
general_tab : 'Genel',
popup_tab : 'Popup',
events_tab : 'Olaylar',
advanced_tab : 'Gelişmiş',
general_props : 'Genel özellikler',
popup_props : 'Popup özellikleri',
event_props : 'Olaylar',
advanced_props : 'Gelişmiş özellikler',
popup_opts : 'Seçenekler',
anchor_names : 'Bağlantılar',
target_same : 'Bu pencerede/çerçevede aç',
target_parent : 'Ana pencerede/çerçevede aç',
target_top : 'Üst çercçevede aç(bütün çerçeveleri değiştirir)',
target_blank : 'Yeni pencerede aç',
popup : 'Javascript popup',
popup_url : 'Popup URL',
popup_name : 'Pencere ismi',
popup_return : '\'return false\' ekle',
popup_scrollbars : 'Kaydırma çubuğunu göster',
popup_statusbar : 'Durum çubuğunu göster',
popup_toolbar : 'Araç çubuklarını göster',
popup_menubar : 'Menü çubuğunu göster',
popup_location : 'Adres satırını göster',
popup_resizable : 'Pencereyi yeniden boyutlandırılabilir yap',
popup_dependent : 'Ana pencereye bağımlı (sadece Mozilla/Firefox)',
popup_size : 'Büyüklük',
popup_position : 'Posizyon (X/Y)',
id : 'Id',
style: 'Stil',
classes : 'Sınıflar',
target_name : 'Hedef isim',
langdir : 'Dil yönü',
target_langcode : 'Hedef dil',
langcode : 'Dil kodu',
encoding : 'Hedef karakter kodlaması',
mime : 'Hedef MIME tipi',
rel : 'Sayfa - hedef ilişkisi',
rev : 'Hedef - sayfa ilişkisi',
tabindex : 'Tabindeks',
accesskey : 'Erişim anahtarı',
ltr : 'Soldan sağa',
rtl : 'Sağdan sola'
});