MediaWiki:Gadget-HotCat.js/local defaults

Faan Wikipedia

//

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

  HotCat.isCommonsVersion = true;
  HotCat.messages.cat_removed   = 'Nem wech [[Kategorie:$1]]';
  HotCat.messages.template_removed  = 'Nem wech {{[[Kategorie:$1]]}}';
  HotCat.messages.cat_added     = 'Du diartu [[Kategorie:$1]]';
  HotCat.messages.cat_keychange = 'Nei sortiarkai [[Kategorie:$1]]: ';
  HotCat.messages.cat_notFound  = 'Kategorii "$1" küd ei fünjen wurd';
  HotCat.messages.cat_exists    = 'Kategorii "$1" as diar al uun; ei diartu den';
  HotCat.messages.cat_resolved  = '(Widjerfeerang [[Kategorie:$1]] apliaset)';
  HotCat.messages.uncat_removed = 'Nem wech {{uncategorized}}';
  HotCat.messages.using         = '';
  HotCat.messages.prefix        = 'HC: ';
  HotCat.messages.multi_change  = '$1 kategoriin';

  HotCat.category_regexp     = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Ee]';
  HotCat.category_canonical  = 'Kategorie';
  HotCat.categories          = 'Kategorien';
  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 = {};

} // end if

//