मीडियाविकि:Gadget-HotCat.js/local defaults

विकिपुस्तक से

//

if (typeof (HotCat) != 'undefined') {
  HotCat.messages.short_catchange = '[[श्र:$1]]';
  HotCat.messages.cat_removed   = '[[श्रेणी:$1]] हटाई';
  HotCat.messages.template_removed  = '{{[[श्रेणी:$1]]}} हटाई';
  HotCat.messages.cat_added     = '[[श्रेणी:$1]] जोड़ी';
  HotCat.messages.cat_keychange = '[[श्रेणी:$1]] के लिये नई sortkey: ';
  HotCat.messages.cat_notFound  = 'श्रेणी "$1" नहीं मिली';
  HotCat.messages.cat_exists    = 'श्रेणी "$1" पहले से है; दोबारा नहीं जोड़ी गई';
  HotCat.messages.cat_resolved  = ' (पुनर्निर्देशन [[श्रेणी:$1]] resolved)';
  HotCat.messages.uncat_removed = '{{श्रेणीहीन}} हटाया';
  HotCat.messages.prefix        = '[[WP:HC|HotCat]] द्वारा ';
  HotCat.messages.using         = ''; //un-needed
  HotCat.messages.multi_change  = '$1 श्रेणियाँ';
  HotCat.messages.commit        = 'सहेजें';
  HotCat.messages.ok            = 'OK';
  HotCat.messages.cancel        = 'Cancel';
  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          = 'श्रेणियाँ';
  HotCat.disambig_category   = null; //un-needed
  HotCat.redir_category      = 'विकिपीडिया श्रेणी अनुप्रेषित';
  HotCat.uncat_regexp        = /\{\{\s*([Uu]ncategori[sz]ed|[Cc]ategori[sz]e|श्रेणीहीन)[^}]*\}\}\s*/g; //uncategoris/zed, categoris/ze, श्रेणीहीन
  //HotCat.template_regexp     = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|साँचा'; unneeded, done by mediawiki
  HotCat.template_categories = {}; //empty object, we don't want templates being removed for removing categories, do we?
 
  HotCat.engine_names.searchindex = 'Search index';
  HotCat.engine_names.pagelist    = 'Page list';
  HotCat.engine_names.combined    = 'Combined search';
  HotCat.engine_names.subcat      = 'Subcategories';
  HotCat.engine_names.parentcat   = 'Parent categories';
 
  HotCat.tooltips.change = 'बदलें';
  HotCat.tooltips.remove = 'हटाएँ';
  HotCat.tooltips.add = 'नई श्रेणी जोड़ें';
  HotCat.tooltips.restore = 'Undo changes';
  HotCat.tooltips.undo = 'Undo changes';
  HotCat.tooltips.down = 'Open for modifying and display subcategories';
  HotCat.tooltips.up = 'Open for modifying and display parent categories';
 
  HotCat.multi_tooltip = 'अनेक श्रेणियाँ बदलें';
} // end if

//