MediaWiki:Gadget-HotCat.js/local defaults

Z WikiSkript

if ( typeof( HotCat ) != 'undefined' ) { HotCat.uncat_regexp = null; HotCat.single_minor = true; HotCat.use_up_down = false; HotCat.upload_disabled = false; HotCat.redir_category = null; HotCat.disambig_category = null;

   // Localizations of a few HotCat user interface texts.
   HotCat.messages.commit      = 'Uložit';
   HotCat.messages.ok          = 'OK';
   HotCat.messages.cancel      = 'Zrušit';
   HotCat.messages.multi_error = 'Není možné získat text stránky ze serveru, tudíž vaše změny nemohou být uloženy. Omlouváme se za vzniklé potíže.';
   
   HotCat.categories  = 'Kategorie';
   
   HotCat.engine_names.searchindex = 'Vyhledávací index';
   HotCat.engine_names.pagelist    = 'Seznam stránek';
   HotCat.engine_names.combined    = 'Kombinované hledání';
   HotCat.engine_names.subcat      = 'Podkategorie';
   HotCat.engine_names.parentcat   = 'Nadkategorie';
   
   HotCat.tooltips.change = 'Změnit';
   HotCat.tooltips.remove = 'Odebrat';
   HotCat.tooltips.add = 'Přidat novou kategorii';
   HotCat.tooltips.restore = 'Vrátit změny';
   HotCat.tooltips.undo = 'Vrátit změny';
   HotCat.tooltips.down = 'Otevřít pro změnu a zobrazení podkategorií';
   HotCat.tooltips.up = 'Otevřít pro změnu a zobrazení nadkategorií';
   
   HotCat.multi_tooltip = 'Změnit vícero kategorií';

if (mw.config.get('wgContentLanguage') === 'cs') {

HotCat.messages.cat_removed = 'odstraněna'; HotCat.messages.template_removed = 'odstraněna {{}}'; HotCat.messages.cat_added = 'přidána'; HotCat.messages.cat_keychange = 'nový klíč pro = "$2"'; // $2 is the new key HotCat.messages.cat_notFound = 'Kategorie "$1" nenalezena'; HotCat.messages.cat_exists = 'Kategorie "$1" již existuje; nebyla tedy přidána.'; HotCat.messages.cat_resolved = ' (přesměrování vyřešeno)'; HotCat.messages.uncat_removed = 'odstraněno Šablona:Nekategorizováno'; HotCat.messages.separator = '; '; // Some text to prefix to the edit summary. HotCat.messages.prefix = ; // Some text to append to the edit summary. Named 'using' for historical reasons. If you prefer // to have a marker at the front, use prefix and set this to the empty string. HotCat.messages.using = ' za použití HotCat'; // $1 is replaced by a number. If your language has several plural forms (c.f. en:Dual (grammatical form)); // you can set this to an array of strings suitable for passing to mw.language.configPlural(). // If that function doesn't exist, HotCat will simply fall back to using the last // entry in the array. HotCat.messages.multi_change = '$1 kategorií';

}

}