മീഡിയവിക്കി: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]]: ';
HotCat.messages.cat_notFound = 'വർഗ്ഗം "$1" കണ്ടെത്താൻ കഴിഞ്ഞിട്ടില്ല';
HotCat.messages.cat_exists = 'വർഗ്ഗം "$1" നിലവിലുണ്ട്, പുതുതായി ചേർത്തില്ല';
HotCat.messages.cat_resolved = ' (തിരിച്ചുവിട്ടിരുന്ന [[വർഗ്ഗം:$1]] ശരിയാക്കി)';
HotCat.messages.uncat_removed = '{{uncategorized}} നീക്കം ചെയ്തു';
HotCat.messages.using = ' [[:w:വിക്കിപീഡിയ:ഹോട്ട്ക്യാറ്റ്|ഹോട്ട്ക്യാറ്റ്]] ഉപയോഗിച്ച്';
HotCat.messages.multi_change = '$1 വർഗ്ഗങ്ങൾ';
HotCat.messages.commit = 'സേവ് ചെയ്യുക';
HotCat.messages.ok = 'ശരി';
HotCat.messages.cancel = 'റദ്ദാക്കുക';
HotCat.messages.multi_error = 'സെർവറിൽ നിന്നും എഴുത്തുകൾ എടുക്കാനാവുന്നില്ല. അതുകൊണ്ട് താങ്കൾ വരുത്തിയ മാറ്റങ്ങൾ '
+'സേവ് ചെയ്യാനാവുന്നില്ല. അസൗകര്യം നേരിട്ടതിൽ ഖേദിക്കുന്നു.';
HotCat.category_canonical = 'വർഗ്ഗം';
HotCat.categories = 'വർഗ്ഗങ്ങൾ';
HotCat.uncat_regexp = null;
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 wgArticleId == 0 || default_disable();
};
})(window.HotCat.disable);
} // end if
//