//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/convert_addon_to_account/index.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/convert_addon_to_account/index.cmb-it.js
// Module: /templates/convert_addon_to_account/index.cmb-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 = {"Conversion Completed":"Conversione completata","Conversion Failed":"Conversione non riuscita","Disabled because there are no databases to move":"Disattivato perché non sono presenti database da spostare","Disabled because there are no email-related items to move":"Disattivato perché non sono presenti elementi relativi a e-mail da spostare","Displaying [numf,_1] to [numf,_2] out of [quant,_3,item,items]":"Visualizzazione da [numf,_1] a [numf,_2] di [quant,_3,elemento,elementi]","Done":"Eseguito","Failed":"Non riuscito","In Progress":"In corso","Not Selected":"Non selezionato","Selected":"Selezionato","The conversion of the domain “[_1]” failed.":"Conversione del dominio “[_1]” non riuscita.","The conversion of the domain “[_1]” succeeded.":"Conversione del dominio “[_1]” completata.","The domain does not have an [asis,SSL] certificate installed.":"Nel dominio non è installato un certificato [asis,SSL].","The domain does not have autoresponders.":"Il dominio non include risposte automatiche.","The domain does not have email accounts.":"Il dominio non include account e-mail.","The domain does not have email forwarders.":"Il dominio non include server di inoltro e-mail.","The system started the conversion process for “[_1]”.":"Il sistema ha avviato il processo di conversione per “[_1]”.","You selected the following [asis,MySQL] databases to copy:":"You selected the following [asis,MySQL] databases to copy:","You selected the following [asis,MySQL] databases to move:":"You selected the following [asis,MySQL] databases to move:","[quant,_1,Autoresponder,Autoresponders]":"[quant,_1,risposta automatica,risposte automatiche]","[quant,_1,Domain forwarder,Domain forwarders]":"[quant,_1,server di inoltro dominio,server di inoltro dominio]","[quant,_1,Email account,Email accounts]":"[quant,_1,account e-mail,account e-mail]","[quant,_1,Email forwarder,Email forwarders]":"[quant,_1,server di inoltro e-mail,server di inoltro e-mail]","[quant,_1,Forwarder,Forwarders]":"[quant,_1,server di inoltro,server di inoltro]"};
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~~