MediaWiki:Gadget-HotCat.js/local defaults: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
N po de:
(ni razlike)

Redakcija: 01:18, 23. september 2017

//

// Anpassen der HotCat-Texte und Einstellungen
if (typeof (HotCat) != 'undefined') {

  HotCat.messages.cat_removed   = 'odstranil [[Kategorija:$1]]';
  HotCat.messages.template_removed  = 'odstranil {{[[Kategorija:$1]]}}';
  HotCat.messages.cat_added     = 'dodal [[Kategorija:$1]]';
  HotCat.messages.cat_keychange = 'nov sortirni ključ za [[Kategorija:$1]]: ';
  HotCat.messages.cat_notFound  = 'Kategorije "$1" ni bilo mogoče najti';
  HotCat.messages.cat_exists    = 'Kategorija "$1" že obstaja, zato ni bila dodana';
  HotCat.messages.prefix        = '[[Wikipedija:HotCat|HotCat]]: ';
  HotCat.messages.using         = '';
  HotCat.messages.multi_change  = '$1 kategorije';
  HotCat.messages.commit        = 'Skrani';
  HotCat.messages.ok            = 'Vredu';
  HotCat.messages.cancel        = 'Prekliči';
  HotCat.messages.multi_error   = 'Besedila ni bilo mogoče prebrati s strežnika. Tvoje spremembe zato ne moremo shraniti.';

  HotCat.category_regexp     = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Ee]';
  HotCat.category_canonical  = 'Kategorija';
  HotCat.categories          = 'Kategorije';
  HotCat.disambig_category   = null;
  HotCat.redir_category      = null;
  HotCat.uncat_regexp        = null;
  HotCat.template_regexp     = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Vv][Oo][Rr][Ll][Aa][Gg][Ee]';
  HotCat.template_categories = {
     'Begriffsklärung': '[Bb]egriffsklärung'
   , 'Geographische Lage gewünscht': '[Ll]agewunsch|[Cc]oordinate'
   , 'Wikipedia:Überarbeiten': '[Üü]berarbeiten'
   , 'Wikipedia:Quellen fehlen': '(?:[Bb]elege|[Qq]uelle)[_ ]fehlen'
   , 'Wikipedia:Lückenhaft': '[Ll]ückenhaft'
   , 'Wikipedia:Neutralität': '[Nn]eutralität|[Pp]OV|[Nn]POV'
   , 'Wikipedia:NurListe': '(?:Nur[_ ]?)?Liste'
   , 'Wikipedia:Unverständlich': '[Aa]llgemeinverständlichkeit|[Uu]nverständlich'
   , 'Wikipedia:Defekte Weblinks': '[Dd]efekter[_ ]Weblink[_ ]Bot'
   , 'Wikipedia:Widerspruch': '[Ww]iderspruch'
   };

  HotCat.engine_names.searchindex = 'Seznam iskanja';
  HotCat.engine_names.pagelist    = 'Seznam strani';
  HotCat.engine_names.combined    = 'Kombinirani iskanje';
  HotCat.engine_names.subcat      = 'Podkategorije';
  HotCat.engine_names.parentcat   = 'Nadkategorije';

  HotCat.tooltips.change  = 'Spremeni';
  HotCat.tooltips.remove  = 'Odstrani';
  HotCat.tooltips.add     = 'Dodaj novo kategorijo';
  HotCat.tooltips.restore = 'Povrni spremembe';
  HotCat.tooltips.undo    = 'Povrni spremembe';
  HotCat.tooltips.down    = 'Prikaži podkategorije';
  HotCat.tooltips.up      = 'Prikaži nadkategorije';

  HotCat.multi_tooltip = 'Spremeni več kategorij';

} // end if

//