MediaWiki:Gadget-HotCat.js/local defaults

Z Wikipedije

//

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.cat_removed   = '[[Kategorija:$1]] jo wótwónoźona';
  HotCat.messages.template_removed  = '{{[[Kategorija:$1]]}} wótwónoźona';
  HotCat.messages.cat_added     = '[[Kategorija:$1]] jo pśidana';
  HotCat.messages.cat_keychange = 'nowy sortěrowański kluc [[Kategorija:$1]]: ';
  HotCat.messages.cat_notFound  = 'Kategorija "$1" se njejo namakaś mógła';
  HotCat.messages.cat_exists    = 'Kategorija "$1" južo wopśimjowana; njepśidana';
  HotCat.messages.cat_resolved  = ' (Dalejpósrědnjenje [[Kategorija:$1]] rozšmjatowana)';
  HotCat.messages.uncat_removed = '{{uncategorized}} wótwónoźona';
  HotCat.messages.using         = ' z [[Wikipedija:Specialne funkcije/HotCats|HotCat]]';
  HotCat.messages.commit      = 'Składowaś';
  HotCat.messages.ok          = 'OK';
  HotCat.messages.cancel      = 'Pśetergnuś';
  HotCat.messages.multi_error = 'Bokowy tekst se njejo wót serwera lodowaś mógał. Změny se njamógu '
                                +'bóžko składowaś.';

  HotCat.categories  = 'Kategorije';

  HotCat.engine_names.searchindex = 'Pytański indeks';
  HotCat.engine_names.pagelist    = 'Bokowa lista';
  HotCat.engine_names.combined    = 'Kombiněrowane pytanje';
  HotCat.engine_names.subcat      = 'Pódkategorije';
  HotCat.engine_names.parentcat   = 'Nadrědowane kategorije';

  HotCat.tooltips.change = 'Změniś';
  HotCat.tooltips.remove = 'Wótwónoźeś';
  HotCat.tooltips.add = 'Kategoriju pśidaś';
  HotCat.tooltips.restore = 'Wótwrośiś';
  HotCat.tooltips.undo = 'Změny zachyśiś';
  HotCat.tooltips.down = 'Wótwóriś a pódkategorije pokazaś';
  HotCat.tooltips.up = 'Wótwóriś a nadrědowane kategorije pokazaś';

  HotCat.multi_tooltip = 'Wšake změny cyniś';
}

//