MediaWiki:Gadget-HotCat.js/local defaults
Vzhľad
//
// lokalizácia textov a nastavenia HotCat
if (typeof (HotCat) != 'undefined') {
HotCat.messages.cat_removed = 'odobratá [[Kategória:$1]]';
HotCat.messages.template_removed = 'odobratá {{[[Kategória:$1|$1]]}}';
HotCat.messages.cat_added = 'pridaná [[Kategória:$1]]';
HotCat.messages.cat_keychange = 'zmena poradia v [[Kategória:$1]]: ';
HotCat.messages.cat_notFound = 'kategória "$1" nebola nájdená';
HotCat.messages.cat_exists = 'Kategória "$1" už existuje; nebola nepridaná.';
HotCat.messages.cat_resolved = ' (presmerovanie [[Kategória:$1]] opravené)';
HotCat.messages.uncat_removed = null;
HotCat.messages.using = ' pomocou použitia HotCat';
HotCat.messages.multi_change = '$1 kategórie';
HotCat.messages.commit = 'Uložiť';
HotCat.messages.ok = 'OK';
HotCat.messages.cancel = 'Zrušiť';
HotCat.messages.multi_error = 'Nie je možné získať text stránky zo servera, preto vaše zmeny nemôžu byť uložené. Ospravedlňujeme sa za vzniknuté problémy.';
HotCat.category_canonical = 'Kategória';
HotCat.categories = 'Kategórie';
HotCat.disambig_category = 'Rozlišovacie stránky';
HotCat.redir_category = null;
HotCat.uncat_regexp = null;
HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Šš][Aa][Bb][Ll][Óó][Nn][Aa]';
HotCat.template_categories = {};
HotCat.engine_names.searchindex = 'Vyhľadávací index';
HotCat.engine_names.pagelist = 'Zoznam stránok';
HotCat.engine_names.combined = 'Kombinované hľadanie';
HotCat.engine_names.subcat = 'Podkategórie';
HotCat.engine_names.parentcat = 'Nadkategórie';
HotCat.tooltips.change = 'Zmeniť';
HotCat.tooltips.remove = 'Odobrať';
HotCat.tooltips.add = 'Pridať novú kategóriu';
HotCat.tooltips.restore = 'Vrátiť zmeny';
HotCat.tooltips.undo = 'Vrátiť zmeny';
HotCat.tooltips.down = 'Otvoriť pre zmenu a zobrazenie podkategórií';
HotCat.tooltips.up = 'Otvoriť pre zmenu a zobrazenie nadkategórií';
HotCat.multi_tooltip = 'Zmeniť viacero kategórií';
} // end if
//