मीडियाविकि:Gadget-HotCat.js/local defaults
स्वरूप
//
if (typeof (HotCat) != 'undefined') {
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 = '{{uncategorized}} हटाइयो';
HotCat.messages.prefix = '[[विकिपुस्तक:हटक्याट|हटक्याट]]द्वारा ';
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 = null; fix this later with uncategorised and श्रेणीहीन
//HotCat.template_regexp = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Vv][Oo][Rr][Ll][Aa][Gg][Ee]'; auto
//HotCat.template_categories = {}; fix later
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
//