//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-it.js
// Module: /js2/restorefullbackup-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 = {"No filepath associated with username.":"Nessun percorso file associato al nome utente.","No matching files were found.":"Nessun file corrispondente trovato.","None":"Nessuno","Restore File":"Ripristina file","Unable to get retrieve list of files, please try again later.":"Impossibile recuperare elenco di file. Riprovare in seguito.","User Name":"Nome utente","You must choose a valid username.":"È necessario scegliere un nome utente valido.","You must provide a file.":"È necessario fornire un file.","You must provide a username.":"È necessario fornire un nome utente."};
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~~