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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-it.js
// Module:    legacy_shared/sslwidgets-it
// Locale:    it
// 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":"Scadenza certificato","Certificate Key Sizes":"Dimensioni chiave certificato","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Contattare l’autorità di certificazione ([_1]) per rilasciare nuovamente questo certificato con una chiave a [numf,_2] bit.","Contact your certificate authority to reissue this certificate with a longer key.":"Contattare l’autorità di certificazione per rilasciare nuovamente questo certificato con una chiave più lunga.","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.":"Generare e installare immediatamente un nuovo certificato autofirmato. Quindi, sostituire questo certificato con un certificato firmato da un’autorità di certificazione valida il prima possibile.","It is highly recommended that you do not install this certificate.":"Si consiglia di non installare questo certificato.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Certificati autofirmati","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Attualmente, le dimensioni della chiave consigliate per un certificato sono pari a [quant,_1,bit,bit].","This certificate will expire in [quant,_1,day,days].":"Questo certificato scadrà tra [quant,_1,giorno,giorni].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"La chiave di questo certificato è troppo breve ([quant,_1,bit,bit]). Questa chiave non proteggerà da un attacco di spoofing.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"È necessario generare un altro certificato autofirmato per [quant,_1,questo dominio,questi domini] con una chiave a [numf,_2] bit.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"È necessario richiedere un certificato sostitutivo dall’autorità emittente ([_1]) il prima possibile."};

    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