diff --git a/web/inc/i18n/it.php b/web/inc/i18n/it.php
index 187cfe86a..603f06656 100644
--- a/web/inc/i18n/it.php
+++ b/web/inc/i18n/it.php
@@ -12,6 +12,7 @@ $LANG['it'] = array(
'Statistics' => 'Statistiche',
'Log' => 'Log',
'Services' => 'Servizi',
+ 'Firewall' => 'Firewall',
'Updates' => 'Aggiornamenti',
'Log in' => 'Log in',
'Log out' => 'Log out',
@@ -38,6 +39,8 @@ $LANG['it'] = array(
'Restore All' => 'Ripristina Tutto',
'Add Package' => 'Nuovo Pacchetto',
'Add IP' => 'Aggiungi IP',
+ 'Add Rule' => 'Aggiungi regola',
+ 'Ban IP Address' => 'Bloccare IP',
'Search' => 'Cerca',
'Add one more FTP Account' => 'Nuovo account FTP',
'Overall Statistics' => 'Statistiche Generali',
@@ -73,6 +76,7 @@ $LANG['it'] = array(
'list accounts' => 'mostra %s account',
'add account' => 'aggiungi account',
'open webmail' => 'apri webmail',
+ 'list fail2ban' => 'mostra fail2ban',
'open %s' => 'apri %s',
'download' => 'download',
'restore' => 'ripristina',
@@ -86,6 +90,8 @@ $LANG['it'] = array(
'reread IP' => 'rileggi IP',
'enable autoupdate' => 'abilita aggiornamenti automatici',
'disable autoupdate' => 'disabilita aggiornamenti automatici',
+ 'turn on notifications' => 'abilita notifiche',
+ 'turn off notifications' => 'disabilita notifiche',
'Adding User' => 'Aggiunta Utente',
'Editing User' => 'Modifica Utente',
@@ -111,6 +117,9 @@ $LANG['it'] = array(
'Generating CSR' => 'Genera CSR',
'Listing' => 'Lista',
'Search Results' => 'Risultati Ricerca',
+ 'Adding Firewall Rule' => 'Aggiunta regola firewall',
+ 'Editing Firewall Rule' => 'Modifica regola firewall',
+ 'Adding IP Address to Banlist' => 'Aggiunta IP nella lista nerat',
'active' => 'attivo',
'spnd' => 'sospeso',
@@ -330,6 +339,13 @@ $LANG['it'] = array(
'State / Province' => 'Stato / Provincia',
'City / Locality' => 'Città / Località',
'Organization' => 'Organizzazione',
+ 'Action' => 'Azione',
+ 'Protocol' => 'Protocollo',
+ 'Port' => 'Porto',
+ 'Comment' => 'Commento',
+ 'Banlist' => 'Banlista',
+ 'ranges are acceptable' => 'gamme sono ammessi',
+ 'CIDR format is supported' => 'formato CIDR e supportato',
'1 account' => '1 account',
'%s accounts' => '%s account',
@@ -356,6 +372,9 @@ $LANG['it'] = array(
'1 object' => '1 oggetto',
'%s objects' => '%s oggetti',
'no exclusions' => 'senza esclusioni',
+ '1 rule' => '1 regola',
+ '%s rules' => '%s regole',
+ 'There are no currently banned IP' => 'Non IP bannato',
'USER_CREATED_OK' => 'L\'utente %s è stato creato con successo.',
'WEB_DOMAIN_CREATED_OK' => 'Il dominio %s è stato creato con successo.',
@@ -367,9 +386,12 @@ $LANG['it'] = array(
'CRON_CREATED_OK' => 'Il cron job è stato creato con successo.',
'IP_CREATED_OK' => 'L\'indirizzo IP %s è stato creato con successo.',
'PACKAGE_CREATED_OK' => 'Il pacchetto %s è stato creato con successo.',
- 'SSL_GENERATED_OK' => 'Il certificato è stato generato con successo.',
+ 'SSL_GENERATED_OK' => 'Il certificato e stato generato con successo.',
+ 'RULE_CREATED_OK' => 'Regola e stato creato con successo.',
'Autoupdate has been successfully enabled' => 'Gli aggiornamenti automatici sono stati abilitati',
'Autoupdate has been successfully disabled' => 'Gli aggiornamenti automatici sono stati disabilitati',
+ 'Cronjob email reporting has been successfully enabled' => 'Rendicontazione cronjob sono stati abilitati',
+ 'Cronjob email reporting has been successfully disabled' => 'Rendicontazione cronjob sono stati disabilitati',
'Changes has been saved.' => 'I cambiamenti sono stati salvati.',
'Confirmation' => 'Conferma',
'DELETE_USER_CONFIRMATION' => 'Sei sicuro di voler cancellare l\'utente %s?',
@@ -394,6 +416,9 @@ $LANG['it'] = array(
'DELETE_EXCLUSION_CONFIRMATION' => 'Sei sicuro di voler cancellare l\'esclusione %s?',
'DELETE_PACKAGE_CONFIRMATION' => 'Sei sicuro di voler cancellare il pacchetto %s?',
'DELETE_IP_CONFIRMATION' => 'Sei sicuro di voler l\'indirizoz IP %s?',
+ 'DELETE_RULE_CONFIRMATION' => 'Sei sicuro di voler cancellare il regola #%s?',
+ 'SUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il regola #%s?',
+ 'UNSUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il regola #%s?',
'RESTART_CONFIRMATION' => 'Sei sicuro di voler riavviare %s?',
'Welcome' => 'Benvenuto',
'LOGGED_IN_AS' => 'Connesso come l\'utente %s',