Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-it.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-it.js
// Module:    /templates/mod_security/views/enableDisableConfigController-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 = {"The system could not disable the configuration files.":"Il sistema non è riuscito a disattivare i file di configurazione.","The system could not enable the configuration files.":"Il sistema non è riuscito ad attivare i file di configurazione.","The system failed to pass the ID query string parameter.":"Il sistema non è riuscito a passare il parametro di tipo stringa di query con l’ID.","You have successfully disabled all of the configuration files.":"La disattivazione di tutti i file di configurazione è stata completata.","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"È stata completata la disattivazione di alcuni file di configurazione. I file che il sistema non è riuscito a disattivare sono evidenziati di seguito.","You have successfully disabled the configuration file: [_1]":"È stata completata la disattivazione del file di configurazione: [_1]","You have successfully enabled all of the configuration files.":"Attivazione completata di tutti i file di configurazione.","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"È stata completata l’attivazione di alcuni file di configurazione. I file che il sistema non è riuscito ad attivare sono evidenziati di seguito.","You have successfully enabled the configuration file: [_1]":"È stata completata l’attivazione del file di configurazione: [_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