Skip to content

Commit 4688b09

Browse files
committed
Firewall phrases for Italian.
1 parent f07e7c0 commit 4688b09

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

web/inc/i18n/it.php

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'Statistics' => 'Statistiche',
1313
'Log' => 'Log',
1414
'Services' => 'Servizi',
15+
'Firewall' => 'Firewall',
1516
'Updates' => 'Aggiornamenti',
1617
'Log in' => 'Log in',
1718
'Log out' => 'Log out',
@@ -38,6 +39,8 @@
3839
'Restore All' => 'Ripristina Tutto',
3940
'Add Package' => 'Nuovo Pacchetto',
4041
'Add IP' => 'Aggiungi IP',
42+
'Add Rule' => 'Aggiungi regola',
43+
'Ban IP Address' => 'Bloccare IP',
4144
'Search' => 'Cerca',
4245
'Add one more FTP Account' => 'Nuovo account FTP',
4346
'Overall Statistics' => 'Statistiche Generali',
@@ -73,6 +76,7 @@
7376
'list accounts' => 'mostra %s account',
7477
'add account' => 'aggiungi account',
7578
'open webmail' => 'apri webmail',
79+
'list fail2ban' => 'mostra fail2ban',
7680
'open %s' => 'apri %s',
7781
'download' => 'download',
7882
'restore' => 'ripristina',
@@ -86,6 +90,8 @@
8690
'reread IP' => 'rileggi IP',
8791
'enable autoupdate' => 'abilita aggiornamenti automatici',
8892
'disable autoupdate' => 'disabilita aggiornamenti automatici',
93+
'turn on notifications' => 'abilita notifiche',
94+
'turn off notifications' => 'disabilita notifiche',
8995

9096
'Adding User' => 'Aggiunta Utente',
9197
'Editing User' => 'Modifica Utente',
@@ -111,6 +117,9 @@
111117
'Generating CSR' => 'Genera CSR',
112118
'Listing' => 'Lista',
113119
'Search Results' => 'Risultati Ricerca',
120+
'Adding Firewall Rule' => 'Aggiunta regola firewall',
121+
'Editing Firewall Rule' => 'Modifica regola firewall',
122+
'Adding IP Address to Banlist' => 'Aggiunta IP nella lista nerat',
114123

115124
'active' => 'attivo',
116125
'spnd' => 'sospeso',
@@ -330,6 +339,13 @@
330339
'State / Province' => 'Stato / Provincia',
331340
'City / Locality' => 'Città / Località',
332341
'Organization' => 'Organizzazione',
342+
'Action' => 'Azione',
343+
'Protocol' => 'Protocollo',
344+
'Port' => 'Porto',
345+
'Comment' => 'Commento',
346+
'Banlist' => 'Banlista',
347+
'ranges are acceptable' => 'gamme sono ammessi',
348+
'CIDR format is supported' => 'formato CIDR e supportato',
333349

334350
'1 account' => '1 account',
335351
'%s accounts' => '%s account',
@@ -356,6 +372,9 @@
356372
'1 object' => '1 oggetto',
357373
'%s objects' => '%s oggetti',
358374
'no exclusions' => 'senza esclusioni',
375+
'1 rule' => '1 regola',
376+
'%s rules' => '%s regole',
377+
'There are no currently banned IP' => 'Non IP bannato',
359378

360379
'USER_CREATED_OK' => 'L\'utente <a href="/edit/user/?user=%s"><b>%s</b></a> è stato creato con successo.',
361380
'WEB_DOMAIN_CREATED_OK' => 'Il dominio <a href="/edit/web/?domain=%s"><b>%s</b></a> è stato creato con successo.',
@@ -367,9 +386,12 @@
367386
'CRON_CREATED_OK' => 'Il cron job è stato creato con successo.',
368387
'IP_CREATED_OK' => 'L\'indirizzo IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> è stato creato con successo.',
369388
'PACKAGE_CREATED_OK' => 'Il pacchetto <a href="/edit/package/?package=%s"><b>%s</b></a> è stato creato con successo.',
370-
'SSL_GENERATED_OK' => 'Il certificato è stato generato con successo.',
389+
'SSL_GENERATED_OK' => 'Il certificato e stato generato con successo.',
390+
'RULE_CREATED_OK' => 'Regola e stato creato con successo.',
371391
'Autoupdate has been successfully enabled' => 'Gli aggiornamenti automatici sono stati abilitati',
372392
'Autoupdate has been successfully disabled' => 'Gli aggiornamenti automatici sono stati disabilitati',
393+
'Cronjob email reporting has been successfully enabled' => 'Rendicontazione cronjob sono stati abilitati',
394+
'Cronjob email reporting has been successfully disabled' => 'Rendicontazione cronjob sono stati disabilitati',
373395
'Changes has been saved.' => 'I cambiamenti sono stati salvati.',
374396
'Confirmation' => 'Conferma',
375397
'DELETE_USER_CONFIRMATION' => 'Sei sicuro di voler cancellare l\'utente %s?',
@@ -394,6 +416,9 @@
394416
'DELETE_EXCLUSION_CONFIRMATION' => 'Sei sicuro di voler cancellare l\'esclusione %s?',
395417
'DELETE_PACKAGE_CONFIRMATION' => 'Sei sicuro di voler cancellare il pacchetto %s?',
396418
'DELETE_IP_CONFIRMATION' => 'Sei sicuro di voler l\'indirizoz IP %s?',
419+
'DELETE_RULE_CONFIRMATION' => 'Sei sicuro di voler cancellare il regola #%s?',
420+
'SUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler disabilitare il regola #%s?',
421+
'UNSUSPEND_RULE_CONFIRMATION' => 'Sei sicuro di voler riabilitare il regola #%s?',
397422
'RESTART_CONFIRMATION' => 'Sei sicuro di voler riavviare %s?',
398423
'Welcome' => 'Benvenuto',
399424
'LOGGED_IN_AS' => 'Connesso come l\'utente %s',

0 commit comments

Comments
 (0)