Viewing File: /usr/local/cpanel/base/sharedjs/sslwidgets-fr.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-fr.js
// Module:    legacy_shared/sslwidgets-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 = {"Certificate Expiration":"Expiration du certificat","Certificate Key Sizes":"Tailles de clé de certificat","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Contactez votre autorité de certification ([_1]) pour réémettre ce certificat avec une clé [numf,_2] bits.","Contact your certificate authority to reissue this certificate with a longer key.":"Contactez votre autorité de certification afin d’émettre à nouveau ce certificat avec une clé plus longue.","Generate and install a new self-signed certificate immediately. Then, replace this certificate with a certificate signed by a valid certificate authority as soon as possible.":"Générez et installez immédiatement un nouveau certificat auto-signé. Remplacez ensuite ce certificat dès que possible par un certificat signé par une autorité de certification valide.","It is highly recommended that you do not install this certificate.":"Il est fortement déconseillé d’installer ce certificat.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Certificats auto-signés","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"La taille de clé recommandée d’un certificat est actuellement de [quant,_1, bit, bits].","This certificate will expire in [quant,_1,day,days].":"Ce certificat expirera dans [quant,_1, jour, jours].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"La clé de ce certificat est trop courte ([quant,_1, bit, bits]). Cette clé ne permet pas de se protéger contre une attaque par usurpation d’identité.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Vous devez générer un autre certificat auto-signé pour [quant,_1,ce domaine,ces domaines] avec une clé [numf,_2] bits.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Demandez dès que possible un certificat de remplacement à l’organisation émettrice ([_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