MediaWiki:Gadget-HotCat.js/local defaults

Z Wikicytatów, wolnej kolekcji cytatów

//

// Lokalne komunikaty
if (typeof (HotCat) != 'undefined') {

  HotCat.messages.cat_removed   = 'Usunięto kategorię "$1"';
  HotCat.messages.template_removed  = 'Usunięto {{[[Kategoria:$1]]}}';
  HotCat.messages.cat_added     = 'Dodano kategorię "$1"';
  HotCat.messages.cat_keychange = 'nowy klucz sortowania [[Kategoria:$1]]: ';
  HotCat.messages.cat_notFound  = 'Nie znaleziono kategorii "$1"';
  HotCat.messages.cat_exists    = 'Kategoria "$1" już jest w haśle; nie dodano';
  HotCat.messages.cat_resolved  = ' (za przekierowaniem [[Kategoria:$1]])';
  HotCat.messages.uncat_removed = 'usunięto {{kategoria}}';
  HotCat.messages.using         = ' za pomocą HotCat';
  HotCat.messages.multi_change  = '$1 kategorii';
  HotCat.messages.commit        = 'Zapisz';
  HotCat.messages.ok            = 'OK';
  HotCat.messages.cancel        = 'Anuluj';
  HotCat.messages.multi_error   = 'Nie udało się wczytać tekstu źródłowego. Zmiany nie zostały zapisane.';

  HotCat.category_regexp     = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Aa]';
  HotCat.category_canonical  = 'Kategoria';
  HotCat.categories          = 'Kategorie';
  HotCat.disambig_category   = null;
  HotCat.redir_category      = null;
  HotCat.uncat_regexp        = /\{\{\s*([Kk]ategoria)[^}]*\}\}\n?/g ;
  HotCat.template_regexp     = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Ss][Zz][Aa][Bb][Ll][Oo][Nn]';
  HotCat.template_categories = {};

  HotCat.engine_names.searchindex = 'Indeks wyszukiwania';
  HotCat.engine_names.pagelist    = 'Lista stron';
  HotCat.engine_names.combined    = 'Wyszukiwanie złożone';
  HotCat.engine_names.subcat      = 'Podkategorie';
  HotCat.engine_names.parentcat   = 'Nadkategorie';

  HotCat.tooltips.change = 'Zmień';
  HotCat.tooltips.remove = 'Usuń';
  HotCat.tooltips.add = 'Dodaj kategorię';
  HotCat.tooltips.restore = 'Cofnij';
  HotCat.tooltips.undo = 'Wycofaj zmiany';
  HotCat.tooltips.down = 'Otwórz i pokaż podkategorie';
  HotCat.tooltips.up = 'Otwórz i pokaż nadkategorie';

  HotCat.multi_tooltip = 'Wykonaj kilka zmian';

} // end if

//