MediaWiki:Gadget-HotCat.js/local defaults
//
// HotCat yerel metinleri
if (typeof (HotCat) != 'undefined') {
HotCat.messages.cat_removed = '[[Kategori:$1]] kaldırıldı';
HotCat.messages.template_removed = '{{[[Kategori:$1]]}} kaldırıldı';
HotCat.messages.cat_added = '[[Kategori:$1]] eklendi';
HotCat.messages.cat_keychange = '[[Kategori:$1]] için yeni anahtar: ';
HotCat.messages.cat_notFound = '"$1" kategorisi bulunamadı';
HotCat.messages.cat_exists = '"$1" zaten mevcut; eklenmedi.';
HotCat.messages.prefix = '';
HotCat.messages.using = ' ([[VS:HOTCAT|HotCat]])';
HotCat.messages.multi_change = '$1 kategori';
HotCat.messages.commit = 'Kaydet';
HotCat.messages.ok = 'Tamam';
HotCat.messages.cancel = 'İptal';
HotCat.messages.multi_error = 'Sunucudan sayfa metni alınamadı. Bu nedenle kategori değişiklikleriniz kaydedilemedi. Rahatsızlıktan dolayı özür dileriz.';
HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Gg][Oo][Rr][İi]';
HotCat.category_canonical = 'Kategori';
HotCat.categories = 'Kategoriler';
HotCat.disambig_category = null;
HotCat.redir_category = 'Kategori yönlendirmeleri';
HotCat.uncat_regexp = /\{\{\s*([Ka]ategorisiz)[^}]*\}\}/g ;
HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Şş][Aa][Bb][Ll][Oo][Nn]';
HotCat.engine_names.searchindex = 'Arama dizini';
HotCat.engine_names.pagelist = 'Sayfa listesi';
HotCat.engine_names.combined = 'Birleşik arama';
HotCat.engine_names.subcat = 'Alt kategoriler';
HotCat.engine_names.parentcat = 'Üst kategoriler';
HotCat.tooltips.change = 'Değiştir';
HotCat.tooltips.remove = 'Kaldır';
HotCat.tooltips.add = 'Yeni bir kategori ekle';
HotCat.tooltips.restore = 'Değişiklikleri geri yükle';
HotCat.tooltips.undo = 'Değişiklikleri geri al';
HotCat.tooltips.down = 'Alt kategorileri değiştirme ve görüntüleme için aç';
HotCat.tooltips.up = 'Üst kategorileri değiştirme ve görüntüleme için aç';
HotCat.multi_tooltip = 'Birden fazla kategori değiştir';
} // end if
//