Viewing File: /usr/local/cpanel/base/cjt/password-it.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/cjt/password.js
// Generated: /usr/local/cpanel/base/cjt/password-it.js
// Module:    legacy_cjt/password-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 = {"Advanced Options":"Opzioni avanzate","Alpha Characters":"Caratteri alfabetici","Both":"Entrambi","Cancel":"Annulla","Close":"Chiudi","Generate Password":"Genera password","I have copied this password in a safe place.":"Ho copiato questa password in un luogo sicuro.","Length":"Lunghezza","Loading …":"Caricamento in corso…","Lowercase":"Minuscolo","Non Alpha Characters":"Caratteri non alfabetici","Numbers":"Numeri","OK":"OK","Password Generator":"Generatore password","Password Strength":"Sicurezza password","Password cannot be empty.":"Il campo Password non può essere vuoto.","Password strength must be at least [numf,_1].":"Il livello di sicurezza della password deve essere almeno [numf,_1].","Passwords Match":"Le password coincidono","Passwords do not match.":"Le password non corrispondono.","Passwords must be at least [quant,_1,character,characters] long.":"La lunghezza delle password deve essere almeno pari a [quant,_1,carattere,caratteri].","Strong":"Sicura","Symbols":"Simboli","Uppercase":"Maiuscolo","Use Password":"Usa password","Very Strong":"Molto sicura","Very Weak":"Molto vulnerabile","Weak":"Vulnerabile"};

    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