//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session-it.js
// Module: /js2/transfer_session-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 = {"Abort":"Interrompi","Abort Session Processing":"Interrompi elaborazione sessione","Aborting …":"Interruzione in corso…","Alert":"Avviso","Confirm":"Conferma","Loading …":"Caricamento in corso…","OK":"OK","Pause":"Pausa","Pausing queue processing …":"Sospensione coda in corso…","Pausing …":"Sospensione in corso…","Resume":"Riprendi","The system will abort any transfer processes as soon as possible. In order to prevent data loss, the system will complete ongoing restore operations before the entire session aborts.":"Il sistema interromperà qualsiasi processo di trasferimento il prima possibile. Per evitare la perdita di dati, il sistema completerà le operazioni di ripristino in corso prima dell’interruzione dell’intera sessione.","The system will not add new items to the queue until you choose to resume. In order to prevent data loss, the system will complete ongoing operations.":"Il sistema non aggiungerà nuovi elementi alla coda finché non si sceglie di riprendere. Per evitare perdita di dati, il sistema completerà le operazioni in corso."};
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~~