ميدياويكي:Gadget-HotCat.js/local defaults

من ويكي الجامعة, مركز التعليم الحر

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

 HotCat.messages.cat_removed      = 'حذف';
 HotCat.messages.template_removed = 'حذف {{}}';
 HotCat.messages.cat_added        = 'إضافة';
 HotCat.messages.cat_keychange    = 'إضافة ترتيب إلى';
 HotCat.messages.cat_resolved     = 'تم التحويل ل';
 HotCat.messages.uncat_removed    = 'حذف قالب:غير مصنفة';
 HotCat.messages.prefix           = "";
 HotCat.messages.using            = ' (باستخدام المصناف الفوري)';
 HotCat.messages.multi_change     = 'تصنيف $1';

 HotCat.category_regexp  = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|تصنيف';
 HotCat.category_canonical = 'Category';

 HotCat.template_regexp    = '[Tt][Ee][Mm][Pp][Ll][Aa][Tt][Ee]|قالب';   

 HotCat.list_size = 10;//list size. Default:5

}

//