Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-fr.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-fr.js
// Module:    /js2/managehooks-fr
// Locale:    fr
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"Close":"Fermer","Delete a Hook":"Supprimer un hook","Deleting hook …":"Suppression du hook…","Disable":"Désactiver","Disabling hook …":"Désactivation du hook…","Enable":"Activer","Enabling hook …":"Activation du hook…","Move this hook down.":"Déplacer ce hook vers le bas.","Move this hook to the bottom.":"Déplacez ce hook vers le bas.","Move this hook to the top.":"Déplacez ce hook vers le haut.","Move this hook up.":"Déplacez ce hook vers le haut.","Reordering hooks …":"Réorganisation des hooks…","Save":"Enregistrer","Saving …":"Enregistrement…","This hook is disabled.":"Ce hook est désactivé.","This hook is enabled.":"Ce hook est activé.","View/Edit Hook Details":"Afficher/Modifier les détails du hook"};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager