مدیاویکی:Gadget-HotCat.js/local defaults
//
$.extend(window.HotCat.messages, {
cat_removed : '[[رج:$1]] حذف شد'
,template_removed : '{{[[رج:$1]]}} حذف شد'
,cat_added : '[[رج:$1]] اضافه شد'
,cat_keychange: 'مقدار پیش\u200cفرض جدیدی برای [[رج:$1]] قرار داده شد: '
,cat_notFound : 'رج «$1» یافت نشد'
,cat_exists : 'رج «$1» وجود داشت، اضافه نشد'
,cat_resolved : ' (تغییرمسیر [[رج:$1]] حل شد)'
,uncat_removed: '{{رج\u200cبندی نشده}} برداشته شد'
,using : ' با استفاده از [[ویکی\u200cپدیا:رج\u200cساز]]'
// Some text to append to the edit summary. Named 'using' for historical reasons. If you prefer
// to have a marker at the front, use prefix and set this to the empty string.
,multi_change : 'رج\u200cهای د$1'
// $1 is replaced by a number. If your language has several plural forms (c.f. [[:en:Dual (grammatical form)]]),
// you can set this to an array of strings suitable for passing to mw.language.configPlural().
// If that function doesn't exist, HotCat will simply fall back to using the last
// entry in the array.
,commit : 'ذخیره'
// Button text. Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
,ok : 'انجام'
// Button text. Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
,cancel : 'لغو'
});
//