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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-fr.js
// Module:    /js2/_sshkey_selection-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 = {"Checking connection …":"Vérification de la connexion…","No SSH key has been selected.":"Aucune clé SSH n’a été sélectionnée.","Root Password:":"Mot de passe root :","There is no SSH server listening on “[_1]”: [_2]":"Il n’existe aucun serveur SSH écoutant sur « [_1] » : [_2]","Unknown error; No error sent.":"Erreur inconnue. Aucune erreur envoyée.","You must specify a host name or IP address.":"Vous devez indiquer un nom d’hôte ou une adresse IP.","You must specify a port number.":"Vous devez indiquer un numéro de port.","You must specify a user name.":"Vous devez indiquer un nom d’utilisateur.","You must specify the key phrase for the selected SSH Key.":"Vous devez indiquer la phrase secrète de la clé SSH sélectionnée.","You must specify the password for your login.":"Vous devez indiquer le mot de passe de votre identifiant.","You must specify the root password for “su” access.":"Vous devez indiquer le mot de passe racine de l’accès « su ».","“[_1]” Password:":"Mot de passe « [_1] » :"};

    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