Jump to content

မီႇတီႇယႃႇဝီႇၶီႇ:Gadget-HotCat.js/local defaults

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး
// Localization of the HotCat interface for Shan
if ( typeof( HotCat ) != 'undefined' ) {
	HotCat.messages.cat_removed   = 'removed [[Category:$1]]';
	HotCat.messages.template_removed  = 'removed {{[[Category:$1]]}}';
	HotCat.messages.cat_added     = 'added [[Category:$1]]';
	HotCat.messages.cat_keychange = 'new key for [[Category:$1]]: "$2" ';
	HotCat.messages.cat_notFound  = 'Category "$1" not found';
	HotCat.messages.cat_exists    = 'Category "$1" already exists; not added.';
	HotCat.messages.cat_resolved  = ' (redirect [[Category:$1]] resolved)';
	HotCat.messages.uncat_removed = 'removed {{uncategorized}}';
	HotCat.messages.using         = ' via HotCat';
	HotCat.messages.multi_change  = '$1 categories';
	HotCat.messages.commit        = 'Save';
	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.category_regexp     = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Kk][Aa][Tt][Ee][Gg][Oo][Rr][Ii][Ee]';
	HotCat.category_canonical  = 'Category';
	HotCat.categories          = 'Categories';
	HotCat.disambig_category   = null;
	HotCat.redir_category      = null;
	HotCat.uncat_regexp        = null;
	HotCat.template_regexp     = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|[Vv][Oo][Rr][Ll][Aa][Gg][Ee]';
	HotCat.template_categories = {};

	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 = 'Modify';
	HotCat.tooltips.remove = 'Remove';
	HotCat.tooltips.add = 'Add a new category';
	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 = 'Modify several categories';

	window.HotCat.disable = ( function( default_disable ) {
		return function() {
			return wgArticleId == 0 || default_disable();
		};
	})( window.HotCat.disable );
} // end if