//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_ui_control.js
// Generated: /usr/local/cpanel/base/sharedjs/email_ui_control-it.js
// Module: legacy_shared/email_ui_control-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 = {"An unknown error occurred.":"Si è verificato un errore sconosciuto.","Checkboxes":"Caselle di controllo","Hide":"Nascondi","Jump to page.":"Passa alla pagina.","Next Page":"Pagina successiva","Page [numf,_1]":"Pagina [numf,_1]","Page [numf,_1] of [numf,_2]":"Pagina [numf,_1] di [numf,_2]","Previous Page":"Pagina precedente","Reconfigure Search":"Riconfigura ricerca","Reset to Default":"Ripristina impostazioni predefinite","Rows per Page":"Righe per pagina","Select All":"Seleziona tutto","Show [quant,_1,Result,Results]":"Mostra [quant,_1,risultato,risultati]","The search matches [quant,_1,record,records].":"La ricerca corrisponde a [quant,_1,record,record].","You must show at least one message type.":"È necessario mostrare almeno un tipo di messaggio."};
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~~