Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-it.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-it.js
// Module:    /js2/gencrt-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 Email Address":"Indirizzo e-mail certificato","Choose a country.":"Scegliere un paese.","City":"Città","Company":"Azienda","Company Division":"Divisione azienda","Contact Email Address":"Indirizzo e-mail di contatto","Country":"Paese","Domain":"Dominio","Passphrase":"Passphrase","State":"Stato","The company division must be no longer than [quant,_1,character,characters].":"La lunghezza del nome della divisione aziendale non deve superare [quant,_1,carattere,caratteri].","The company name must be no longer than [quant,_1,character,characters].":"La lunghezza del nome dell’azienda non deve superare [quant,_1,carattere,caratteri].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Indirizzo e-mail fornito non valido. Questo indirizzo deve iniziare con il nome della casella di posta, quindi il segno “@”, quindi il nome dominio della posta.","The passphrase must be at least [quant,_1,character,characters] long.":"La lunghezza della passphrase deve essere almeno pari a [quant,_1,carattere,caratteri].","The passphrase must be no longer than [quant,_1,character,characters].":"La lunghezza della passphrase non deve superare [quant,_1,carattere,caratteri].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Il campo “[_1]” deve contenere almeno [quant,_2,carattere,caratteri].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Questo campo contiene caratteri non accettati da alcune autorità di certificazione. Contattare la propria autorità di certificazione per verificare se accetta questi caratteri.","You can only enter valid domains.":"È possibile inserire solo domini validi.","You entered an invalid character. The passphrase may contain only letters and numbers.":"È stato inserito un carattere non valido. La passphrase può contenere solo lettere e numeri.","You must enter a city.":"È necessario inserire una città.","You must enter a company.":"È necessario inserire un’azienda.","You must enter a state.":"È necessario inserire uno stato.","You must enter an email address.":"È necessario inserire un indirizzo e-mail."};

    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