MediaWiki:Gadget-HotCat.js/local defaults

Définition, traduction, prononciation, anagramme et synonyme sur le dictionnaire libre Wiktionnaire.

//

/********* "Localisation" des paramètres de Hotcats ********************
Crédits : https://commons.wikimedia.org/w/index.php?title=MediaWiki_talk:Gadget-HotCat.js/fr&oldid=88381279
***********************************************************************/
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.cat_added          = '[[Catégorie:$1]] ajoutée';
  HotCat.messages.cat_removed        = '[[Catégorie:$1]] retirée';
  HotCat.messages.template_removed   = '{{[[Catégorie:$1]]}} retirée';
  HotCat.messages.cat_keychange      = 'Nouvelle clé pour [[Catégorie:$1]] : "$2"'; // $2 est la nouvelle clé
  HotCat.messages.cat_notFound       = 'Catégorie "$1" introuvable';
  HotCat.messages.cat_exists         = 'La catégorie "$1" existe déjà ; aucun ajout';
  HotCat.messages.cat_resolved       = ' (redirection [[Catégorie:$1]] résolue)';
  HotCat.messages.using              = ' avec [[Aide:Gadget-HotCat|HotCat]]';
}
//