MediaWiki:Gadget-HotCat.js/local defaults
//
// Traduzione dei testi e delle impostazioni di HotCat
if ( typeof( HotCat ) != 'undefined' ) {
HotCat.messages.cat_keychange = 'nuova chiave d\'ordine per [[Categoria:$1]]: "$2"'; // $2 è la nuova chiave
HotCat.messages.cat_removed = 'rimossa [[Categoria:$1]]';
HotCat.messages.cat_added = 'aggiunta [[Categoria:$1]]';
HotCat.messages.using = ' usando [[wp:Aiuto:Accessori/HotCat|HotCat]]';
HotCat.messages.multi_change = '$1 categorie';
} // end if
//