Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-it.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-it.js
// Module:    /templates/backup/restore-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 = {"Adding “[_1]” to the restoration queue …":"Aggiunta di “[_1]” alla coda di ripristino in corso…","Completed":"Completato","Completed with warnings":"Completato con avvertenze","Could not add “[_1]” to the restoration queue ([_2]).":"Impossibile aggiungere “[_1]” alla coda di ripristino ([_2]).","Could not clear completed restorations.":"Impossibile cancellare i ripristini completati.","Could not clear failed restorations.":"Impossibile cancellare i ripristini non riusciti.","Could not clear pending restorations.":"Impossibile cancellare i ripristini in sospeso.","Could not clear the restoration queue.":"Impossibile cancellare la coda di ripristino.","Could not remove “[_1]” from the finished list ([_2]).":"Impossibile rimuovere “[_1]” dall’elenco finito ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Impossibile rimuovere “[_1]” dalla coda di ripristino ([_2]).","Could not restore account “[_1]”: [_2]":"Impossibile ripristinare l’account “[_1]”: [_2]","Could not start the restoration queue.":"Impossibile avviare la coda di ripristino.","Failed":"Non riuscito","Failed to retrieve the restore queue state.":"Non è stato possibile recuperare lo stato della fila di ripristino.","No log is available because the restore failed.":"Nessun registro è disponibile perché il ripristino non è riuscito.","Pending":"In sospeso","Restoring Account":"Ripristino account","The log file for the restore of user “[_1]” is empty.":"Il file di registro per il ripristino dell’utente “[_1]” è vuoto.","Unknown Error":"Errore sconosciuto","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};

    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