MediaWiki:Gadget-HotCatsMulti.js/i18n/en.js

Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
// <source lang=javascript>

window.hotcat_LangCustom = function(){

    window.hotcat_text_MultiLinkText = "(±)";
    window.hotcat_text_MultiLinkTitle = "Modify several categories";
    window.hotcat_text_MultiInputOK = "Save";
    window.hotcat_text_MultiInputCancel = "Cancel";

    window.hotcat_text_Minoredit = "Minor edit: $1";
    window.hotcat_text_Watchthis = "Watch this page: $1";
    window.hotcat_text_RadioDefault = "Default";
    window.hotcat_text_RadioYes = "Yes";
    window.hotcat_text_RadioNo = "No";

    window.hotcat_text_LabelText = "Legend:";
    window.hotcat_text_LabelTitle = "See help page (new tab)";

    window.hotcat_text_DefaultSortText = "(D)";
    window.hotcat_text_DefaultSortTitle = "Add/modify/remove global defaultsort key";

    window.hotcat_text_RemoveLinkText = "(–)";
    window.hotcat_text_RemoveLinkTitle = 'Remove category "$1"';
    window.hotcat_text_RemoveConfirm = 'Do you really want to remove category "$1"?';
    window.hotcat_text_ModifyLinkText = "(±)";
    window.hotcat_text_ModifyLinkTitle = 'Modify category "$1"';
    window.hotcat_text_AddLinkText = "(+)";
    window.hotcat_text_AddLinkTitle = "Add a category";

    window.hotcat_text_Exists_YesTitle = "This category exists.";
    window.hotcat_text_Exists_NoTitle = "This category doesn't exist.";
    window.hotcat_text_ParentTitle = "Suggest parent categories";
    window.hotcat_text_ParentText = "↑";
    window.hotcat_text_DaughterTitle = "Suggest sub-categories";
    window.hotcat_text_DaughterText = "↓";
    window.hotcat_text_InputOK = "OK";
    window.hotcat_text_InputCancel = "Cancel";

    window.hotcat_text_RecapTitle = 'Recapitulatory:';
    window.hotcat_text_RecapRemove = 'Categories to remove';
    window.hotcat_text_RecapModify = 'Categories to modify';
    window.hotcat_text_RecapAdd = 'Categories to add';
    window.hotcat_text_RecapSort = 'Global defaultsort key';

    window.hotcat_text_AlertProblem1 = 'Category "$1" not found. It may be in a template.';
    window.hotcat_text_AlertProblem2 = 'Category "$1" already present.';
    window.hotcat_text_AlertProblem3 = 'Found more than one occurrence of category "$1".';

}

// </source>