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

विकिपीडिया से

if (typeof (HotCat) != 'undefined') {

 HotCat.single_minor = false;
 HotCat.use_up_down = false;
 HotCat.upload_disabled = true;
 HotCat.messages.short_catchange = ;
 HotCat.messages.cat_removed   = ' हटावल गइल';
 HotCat.messages.template_removed  = '{{}} हटावल गइल';
 HotCat.messages.cat_added     = ' जोड़ल गइल';
 HotCat.messages.cat_keychange = ' खातिर नई सॉर्टकुंजी: ';
 HotCat.messages.cat_notFound  = 'श्रेणी "$1" ना मिलल';
 HotCat.messages.cat_exists    = 'श्रेणी "$1" पहिले से रहल; दोबारा ना जोड़ल गइल';
 HotCat.messages.cat_resolved  = ' (अनुप्रेषण सुलझावल गइल)';
 HotCat.messages.uncat_removed = 'टेम्पलेट:श्रेणीहीन हटावल गइल';
 HotCat.messages.prefix        = 'हॉट-कैट द्वारा ';
 HotCat.messages.using         = ; //un-needed
 HotCat.messages.multi_change  = '$1 श्रेणी सभ';
 HotCat.messages.commit        = 'सहेजीं';
 HotCat.messages.ok            = 'ठीक';
 HotCat.messages.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 = 'खोज सूची';
 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 = 'Open for modifying and display subcategories';
 HotCat.tooltips.up = 'Open for modifying and display parent categories';

 HotCat.multi_tooltip = 'कई गो श्रेणी बदलीं';
 //Blacklisted categories cannot be added through HotCat.
 HotCat.blacklist = /\s*आधार?$|^आधार?\s*/;


// Clicks on (-) will always go through the diff screen

 HotCat.del_needs_diff = true;

// improve visual distinction between positive- and negative-indicator icons

 HotCat.existsNo = '//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/P_no_red.svg/20px-P_no_red.svg.png';

//Improved background for unsaved window.hotcat_changed_background = '#FCFFA4'; }