diff --git a/web/inc/i18n/en.php b/web/inc/i18n/en.php
index e76637eca..5afc4c98c 100644
--- a/web/inc/i18n/en.php
+++ b/web/inc/i18n/en.php
@@ -11,6 +11,7 @@ $LANG['en'] = array(
'Statistics' => 'Statistics',
'Log' => 'Log',
'Services' => 'Services',
+ 'Firewall' => 'Firewall',
'Updates' => 'Updates',
'Log in' => 'Log in',
'Log out' => 'Log out',
@@ -36,7 +37,9 @@ $LANG['en'] = array(
'Configure' => 'Configure',
'Restore All' => 'Restore All',
'Add Package' => 'Add Package',
- 'Add IP' => 'Add IP',
+ 'Add IP' => 'Add IP Address',
+ 'Add Rule' => 'Add Rule',
+ 'Ban IP Address' => 'Ban IP Address',
'Search' => 'Search',
'Add one more FTP Account' => 'Add one more FTP Account',
'Overall Statistics' => 'Overall Statistics',
@@ -72,6 +75,7 @@ $LANG['en'] = array(
'list accounts' => 'list %s accounts',
'add account' => 'add account',
'open webmail' => 'open webmail',
+ 'list fail2ban' => 'list fail2ban',
'open %s' => 'open %s',
'download' => 'download',
'restore' => 'restore',
@@ -85,6 +89,8 @@ $LANG['en'] = array(
'reread IP' => 'reread IP',
'enable autoupdate' => 'enable autoupdate',
'disable autoupdate' => 'disable autoupdate',
+ 'turn on notifications' => 'turn on notification',
+ 'turn off notifications' => 'turn off notifications',
'Adding User' => 'Adding User',
'Editing User' => 'Editing User',
@@ -110,6 +116,9 @@ $LANG['en'] = array(
'Generating CSR' => 'Generating CSR',
'Listing' => 'Listing',
'Search Results' => 'Search Results',
+ 'Adding Firewall Rule' => 'Adding Firewall Rule',
+ 'Editing Firewall Rule' => 'Editing Firewall Rule',
+ 'Adding IP Address to Banlist' => 'Adding IP Address to Banlist',
'active' => 'active',
'spnd' => 'suspended',
@@ -329,8 +338,15 @@ $LANG['en'] = array(
'State / Province' => 'State / Province',
'City / Locality' => 'City / Locality',
'Organization' => 'Organization',
+ 'Action' => 'Action',
+ 'Protocol' => 'Protocol',
+ 'Port' => 'Port',
+ 'Comment' => 'Comment',
+ 'Banlist' => 'Banlist',
+ 'ranges are acceptable' => 'ranges are acceptable',
+ 'CIDR format is supported' => 'CIDR format is supported',
- '1 account' => '1 account',
+ '1 account' => '1 account',
'%s accounts' => '%s accounts',
'1 domain' => '1 domain',
'%s domains' => '%s domains',
@@ -355,6 +371,9 @@ $LANG['en'] = array(
'1 object' => '1 object',
'%s objects' => '%s objects',
'no exclusions' => 'no exclusions',
+ '1 rule' => '1 rule',
+ '%s rules' => '%s rules',
+ 'There are no currently banned IP' => 'There are no currently banned IP',
'USER_CREATED_OK' => 'User %s has been created successfully.',
'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.',
@@ -367,8 +386,11 @@ $LANG['en'] = array(
'IP_CREATED_OK' => 'IP address %s has been created successfully.',
'PACKAGE_CREATED_OK' => 'Package %s has been created successfully.',
'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
+ 'RULE_CREATED_OK' => 'Rule has been created successfully.',
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.',
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.',
+ 'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled',
+ 'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled',
'Changes has been saved.' => 'Changes have been saved.',
'Confirmation' => 'Confirmation',
'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?',
@@ -393,6 +415,9 @@ $LANG['en'] = array(
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?',
'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?',
'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?',
+ 'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?',
+ 'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?',
+ 'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?',
'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
'Welcome' => 'Welcome',
'LOGGED_IN_AS' => 'Logged in as user %s',