మీడియావికీ:Gadget-HotCat.js/local defaults

వికీపీడియా నుండి
Jump to navigation Jump to search

//

 

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

  HotCat.messages.cat_removed   = '[[వర్గం:$1]] ను తీసివేసారు';
  HotCat.messages.template_removed  = '{{[[వర్గం:$1]]}} ను తీసివేసారు';
  HotCat.messages.cat_added     = ' [[వర్గం:$1]] ను చేర్చారు';
  HotCat.messages.cat_keychange = 'క్రమానుగత పదమార్పు [[వర్గం:$1]]: ';
  HotCat.messages.cat_notFound  = ' వర్గం"$1" కనబడలేదు';
  HotCat.messages.cat_exists    = 'వర్గం "$1"  ఇప్పటికే ఉంది;చేర్చలేదు';
  HotCat.messages.cat_resolved  = ' (దారిమార్పు [[వర్గం:$1]] ను పరిష్కరించారు)';
  HotCat.messages.uncat_removed = '{{uncategorized}} ను తీసివేసారు';
  HotCat.messages.using         = ' (హాట్‌కేట్ ఉపయోగించి)';
  HotCat.messages.multi_change  = '$1 వర్గాలు';
   HotCat.messages.commit        = 'భద్రపరచు';
  HotCat.messages.ok            = 'సరే';
  HotCat.messages.cancel        = 'రద్దు';
  HotCat.messages.multi_error   = ' సర్వర్ నుండి పేజీ పాఠ్యాన్ని పొందలేకపోయాం. మీ వర్గాల మార్పులు భద్రపరచటం వీలవలేదు. మీకు కలిగిన అసౌకర్యానికి క్షమించండి.';

  HotCat.category_regexp     = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|వర్గం';
  HotCat.category_canonical  = 'వర్గం';
  HotCat.categories          = 'వర్గాలు';
  HotCat.disambig_category   = null;
  HotCat.redir_category      = null;
  HotCat.uncat_regexp        = null;
  HotCat.template_regexp     = ' [Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]| మూస';
  HotCat.template_categories = {};

  HotCat.engine_names.searchindex = ' వెతుకు సూచి';
  HotCat.engine_names.pagelist    = 'పేజీ జాబితా';
  HotCat.engine_names.combined    = 'మొత్తంలో వెతుకు';
  HotCat.engine_names.subcat      = 'ఉపవర్గాలు';
  HotCat.engine_names.parentcat   = 'మాతృ వర్గాలు';

  HotCat.tooltips.change = 'మార్చు';
  HotCat.tooltips.remove = 'తొలగించు';
  HotCat.tooltips.add = 'కొత్త వర్గం చేర్చు';
  HotCat.tooltips.restore = 'మార్పులు రద్దు';
  HotCat.tooltips.undo = 'మార్పులు రద్దు';
  HotCat.tooltips.down = 'ఉపవర్గాలను చూపించు మార్చుటకు';
  HotCat.tooltips.up = 'మాతృవర్గాలను చూపించు మార్చుటకు ';

  HotCat.multi_tooltip = 'చాలా వర్గాలు మార్చు';


  window.HotCat.disable = (function (default_disable) {
    return function () {
      return mw.config.get( 'wgArticleId' ) === 0 || default_disable();
    };
  })(window.HotCat.disable);

} // end if

//