Skip to content

Commit 93f2b9b

Browse files
committed
Firewall phrases for English.
1 parent e47b891 commit 93f2b9b

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

web/inc/i18n/en.php

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'Statistics' => 'Statistics',
1212
'Log' => 'Log',
1313
'Services' => 'Services',
14+
'Firewall' => 'Firewall',
1415
'Updates' => 'Updates',
1516
'Log in' => 'Log in',
1617
'Log out' => 'Log out',
@@ -36,7 +37,9 @@
3637
'Configure' => 'Configure',
3738
'Restore All' => 'Restore All',
3839
'Add Package' => 'Add Package',
39-
'Add IP' => 'Add IP',
40+
'Add IP' => 'Add IP Address',
41+
'Add Rule' => 'Add Rule',
42+
'Ban IP Address' => 'Ban IP Address',
4043
'Search' => 'Search',
4144
'Add one more FTP Account' => 'Add one more FTP Account',
4245
'Overall Statistics' => 'Overall Statistics',
@@ -72,6 +75,7 @@
7275
'list accounts' => 'list %s accounts',
7376
'add account' => 'add account',
7477
'open webmail' => 'open webmail',
78+
'list fail2ban' => 'list fail2ban',
7579
'open %s' => 'open %s',
7680
'download' => 'download',
7781
'restore' => 'restore',
@@ -85,6 +89,8 @@
8589
'reread IP' => 'reread IP',
8690
'enable autoupdate' => 'enable autoupdate',
8791
'disable autoupdate' => 'disable autoupdate',
92+
'turn on notifications' => 'turn on notification',
93+
'turn off notifications' => 'turn off notifications',
8894

8995
'Adding User' => 'Adding User',
9096
'Editing User' => 'Editing User',
@@ -110,6 +116,9 @@
110116
'Generating CSR' => 'Generating CSR',
111117
'Listing' => 'Listing',
112118
'Search Results' => 'Search Results',
119+
'Adding Firewall Rule' => 'Adding Firewall Rule',
120+
'Editing Firewall Rule' => 'Editing Firewall Rule',
121+
'Adding IP Address to Banlist' => 'Adding IP Address to Banlist',
113122

114123
'active' => 'active',
115124
'spnd' => 'suspended',
@@ -329,8 +338,15 @@
329338
'State / Province' => 'State / Province',
330339
'City / Locality' => 'City / Locality',
331340
'Organization' => 'Organization',
341+
'Action' => 'Action',
342+
'Protocol' => 'Protocol',
343+
'Port' => 'Port',
344+
'Comment' => 'Comment',
345+
'Banlist' => 'Banlist',
346+
'ranges are acceptable' => 'ranges are acceptable',
347+
'CIDR format is supported' => 'CIDR format is supported',
332348

333-
'1 account' => '1 account',
349+
'1 account' => '1 account',
334350
'%s accounts' => '%s accounts',
335351
'1 domain' => '1 domain',
336352
'%s domains' => '%s domains',
@@ -355,6 +371,9 @@
355371
'1 object' => '1 object',
356372
'%s objects' => '%s objects',
357373
'no exclusions' => 'no exclusions',
374+
'1 rule' => '1 rule',
375+
'%s rules' => '%s rules',
376+
'There are no currently banned IP' => 'There are no currently banned IP',
358377

359378
'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> has been created successfully.',
360379
'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> has been created successfully.',
@@ -367,8 +386,11 @@
367386
'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
368387
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> has been created successfully.',
369388
'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
389+
'RULE_CREATED_OK' => 'Rule has been created successfully.',
370390
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.',
371391
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.',
392+
'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled',
393+
'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled',
372394
'Changes has been saved.' => 'Changes have been saved.',
373395
'Confirmation' => 'Confirmation',
374396
'DELETE_USER_CONFIRMATION' => 'Are you sure you want to delete user %s?',
@@ -393,6 +415,9 @@
393415
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure you want to delete %s exclusion?',
394416
'DELETE_PACKAGE_CONFIRMATION' => 'Are you sure you want to delete package %s?',
395417
'DELETE_IP_CONFIRMATION' => 'Are you sure you want to delete IP address %s?',
418+
'DELETE_RULE_CONFIRMATION' => 'Are you sure you want to delete rule #%s?',
419+
'SUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to suspend rule #%s?',
420+
'UNSUSPEND_RULE_CONFIRMATION' => 'Are you sure you want to unsuspend rule #%s?',
396421
'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
397422
'Welcome' => 'Welcome',
398423
'LOGGED_IN_AS' => 'Logged in as user %s',

0 commit comments

Comments
 (0)