MediaWiki:Gadget-HotCat.js/local defaults

//

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {

  HotCat.messages.cat_removed = 'noņēmu [[Kategorija:$1]]';
  HotCat.messages.template_removed = 'noņēmu {{[[Kategorija:$1]]}}';
  HotCat.messages.cat_added   = 'pievienoju [[Kategorija:$1]]';
  HotCat.messages.cat_keychange = 'jauna [[Kategorija:$1]] atslēga: "$2"';
  HotCat.messages.cat_notFound = 'kategorija "$1" netika atrasta';
  HotCat.messages.cat_exists = 'kategorija "$1" jau pastāv; netika pievienota';
  HotCat.messages.cat_resolved = '(pāradresācija [[Kategorija:$1]] atrisināta)';
  HotCat.messages.uncat_removed = 'noņēmu {{kategorijas+}}';

  HotCat.messages.using      = ', izmantojot [[:commons:Help:Gadget-HotCat|HotCat]]';
  HotCat.messages.commit      = 'Saglabāt';
  HotCat.messages.ok          = 'OK';
  HotCat.messages.cancel      = 'Atcelt';
  HotCat.messages.multi_error = 'Could not retrieve the page text from the server. Therefore, your category changes '
                               +'cannot be saved. We apologize for the inconvenience.';

  HotCat.categories  = 'Kategorijas';
  HotCat.uncat_regexp  = /\{\{\s*([Kk]at(egorijas?)?\+|[Uu]ncategorized)[^}]*\}\}\s*(<\!--.*?--\>)?/g;
  HotCat.redir_category  = 'Kategoriju pāradresācijas';

  HotCat.engine_names.searchindex = 'Meklēšanas indekss';
  HotCat.engine_names.pagelist    = 'Lapu saraksts';
  HotCat.engine_names.combined    = 'Kombinētā meklēšana';
  HotCat.engine_names.subcat      = 'Apakškategorijas';
  HotCat.engine_names.parentcat   = 'Kategorijas'; //parentcategories

  HotCat.tooltips.change = 'Izmainīt'; //modify
  HotCat.tooltips.remove = 'Noņemt';
  HotCat.tooltips.add = 'Pievienot jaunu kategoriju';
  HotCat.tooltips.restore = 'Atcelt izmaiņas';
  HotCat.tooltips.undo = 'Atcelt izmaiņas';
  HotCat.tooltips.down = 'Open for modifying and display subcategories';
  HotCat.tooltips.up = 'Open for modifying and display parent categories';

  HotCat.multi_tooltip = 'Izmainīt vairākas kategorijas';
}

//