//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-it.js
// Module: /templates/accounts/createacct-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 = {"A username cannot contain spaces.":"Un nome utente non può contenere spazi.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Il numero di caratteri che compone un nome utente deve essere compreso tra [numf,_1] e [quant,_2,carattere,caratteri].","A username must start with a letter.":"Un nome utente deve iniziare con una lettera.","Domain":"Dominio","Email":"E-mail","Enable Spam Box":"Attiva casella di posta indesiderata","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Nome pacchetto","Selected Package":"Pacchetto selezionato","The email field must be empty or an email address.":"Il campo dell’e-mail deve essere vuoto o contenere un indirizzo e-mail.","The username cannot be the same as the password.":"Il nome utente non può corrispondere alla password.","This is not a valid domain.":"Dominio non valido.","This is not a valid package name.":"Nome pacchetto non valido.","This is not a valid username.":"Nome utente non valido.","Updating …":"Aggiornamento in corso…","Username":"Nome utente","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"È necessario selezionare un pacchetto."};
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~~