מעדיעװיקי:Gadget-HotCat.js/local defaults
//
$.extend(window.HotCat.messages, {
cat_removed : 'אראפגענומען [[קאטעגאריע:$1]]'
,template_removed : 'אראפגענומען {{[[קאטעגאריע:$1]]}}'
,cat_added : 'צוגעלייגט [[קאטעגאריע:$1]]'
,cat_keychange: 'נייער סארטירן־שליסל פאר [[קאטעגאריע:$1]]: "$2"' // $2 is the new key
,cat_notFound : 'קאטעגאריע "$1" נישט געפונען'
,cat_exists : 'די קאטעגאריע "$1" עקזיסטירט שוין; נישט צוגעלייגט.'
,cat_resolved : ' (וויטערפירונג פון [[קאטעגאריע:$1]] פֿאַרראכטן)'
,uncat_removed: 'אראפגענומען {{uncategorized}}'
,separator : '; '
,prefix : ""
// Some text to prefix to the edit summary.
,using : ' מיט [[הילף:Gadget-HotCat|HotCat]]'
// 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 : '$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 : 'אנולירט'
});
//