MediaViki:Gadget-HotCat.js/local defaults
Görünüş
//
// Adjusting HotCat text and settings
if ( typeof( HotCat ) != 'undefined' ) {
HotCat.messages.cat_removed = '[[Kateqoriya:$1]] silindi';
HotCat.messages.template_removed = '{{[[Kateqoriya:$1|$1]]}} silindi';
HotCat.messages.cat_added = '[[Kateqoriya:$1]] əlavə olundu';
HotCat.messages.cat_keychange = '[[Kateqoriya:$1]] üçün yeni açar: ';
HotCat.messages.cat_notFound = '"$1" kateqoriyası tapılmadı.';
HotCat.messages.cat_exists = '"$1" kateqoriyası artıq mövcuddur; əlavə olunmadı.';
HotCat.messages.cat_resolved = '([[Kateqoriya:$1]] yönlənməsi həll olundu)';
HotCat.messages.uncat_removed = '{{Kateqoriyasız}} şablonu silindi';
HotCat.messages.using = ' [[VS:HC|HotCat]] ilə';
HotCat.messages.multi_change = '$1 kateqoriya';
HotCat.messages.commit = 'Saxla';
HotCat.messages.ok = 'Oldu';
HotCat.messages.cancel = 'İmtina';
HotCat.messages.multi_error = 'Serverdən səhifənin mətni alına bilmədi. Bu səbəblə kateqoriya dəyişiklikləriniz saxlanılmadı. Narahatlığa görə üzr istəyərik.';
HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Qq][Oo][Rr][Ii][Yy][Aa]';
HotCat.category_canonical = 'Kateqoriya';
HotCat.categories = 'Kateqoriyalar';
HotCat.disambig_category = 'Dəqiqləşdirmə';
HotCat.redir_category = 'Kateqoriya istiqamətləndirmələri';
HotCat.uncat_regexp = /\{\{\s*([Uu]ncat(egori[sz]ed( image)?)?|[Nn]ocat|[Nn]eedscategory)[^}]*\}\}\s*(<\!--.*?--\>)?/g;
HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]';
HotCat.template_categories = {};
HotCat.engine_names.searchindex = 'Search index';
HotCat.engine_names.pagelist = 'Page list';
HotCat.engine_names.combined = 'Combined search';
HotCat.engine_names.subcat = 'Subcategories';
HotCat.engine_names.parentcat = 'Parent categories';
HotCat.tooltips.change = 'Kateqoriyanı dəyişdir';
HotCat.tooltips.remove = 'Kateqoriyanı sil';
HotCat.tooltips.add = 'Yeni kateqoriya əlavə et';
HotCat.tooltips.restore = 'Yeni kateqoriya əlavə et';
HotCat.tooltips.undo = 'Dəyişiklikləri qaytar';
HotCat.tooltips.down = 'Alt kateqoriyaları dəyişdirmək və nümayiş etmək üçün aç';
HotCat.tooltips.up = 'Üst kateqoriyaları dəyişdirmək və nümayiş etmək üçün aç';
HotCat.multi_tooltip = 'Birdən çox kateqoriya dəyişdir';
} // end if
//