ipblocklist: Suggestions for 'en.pl'

Message ID 20220715122145.1966-1-matthias.fischer@ipfire.org
State Accepted
Commit 96000482b7e58a6006ec344f0403344f61f15466
Headers
Series ipblocklist: Suggestions for 'en.pl' |

Commit Message

Matthias Fischer July 15, 2022, 12:21 p.m. UTC
  - Removed unused translation strings
- Tuned some messages for better readability

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 langs/en/cgi-bin/en.pl | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
  

Comments

Stefan Schantl July 15, 2022, 1:15 p.m. UTC | #1
Acked-by: Stefan Schantl  <stefan.schantl@ipfire.org>


Am 15. Juli 2022 14:21:54 schrieb Matthias Fischer 
<matthias.fischer@ipfire.org>:

> - Removed unused translation strings
> - Tuned some messages for better readability
>
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> langs/en/cgi-bin/en.pl | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index 070e2871f..0a9bc8c04 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -1596,21 +1596,18 @@
> 'ipblocklist category reputation' => 'Reputation',
> 'ipblocklist category scanner' => 'Scanner',
> 'ipblocklist could not download blocklist' => 'Could not download blocklist',
> -'ipblocklist disable mid' => 'because it is included in',
> -'ipblocklist disable post' => '',
> -'ipblocklist disable pre' => 'Disabling',
> -'ipblocklist download error' => 'A download error occurs.',
> +'ipblocklist download error' => 'A download error occured.',
> 'ipblocklist empty blocklist received' => 'An empty blocklist has been 
> received.',
> 'ipblocklist enable' => 'Enable',
> 'ipblocklist entries' => 'Entries',
> 'ipblocklist hits' => 'Total number of blocklist hits for',
> 'ipblocklist id' => 'Blocklist',
> -'ipblocklist input' => 'Packets Dropped In',
> +'ipblocklist input' => 'Packets dropped (IN)',
> 'ipblocklist log list' => 'Firewall log (blocklist)',
> 'ipblocklist log' => 'Log dropped packets',
> 'ipblocklist logs' => 'IP Address Blocklist Logs',
> 'ipblocklist name' => 'Name',
> -'ipblocklist output' => 'Packets Dropped Out',
> +'ipblocklist output' => 'Packets dropped (OUT)',
> 'ipblocklist use ipblocklists' => 'Enable IP Blocklists',
> 'ipfire has now rebooted' => 'IPFire is rebooting now.',
> 'ipfire has now shutdown' => 'IPFire is shutting down now.',
> --
> 2.25.1
  

Patch

diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 070e2871f..0a9bc8c04 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1596,21 +1596,18 @@ 
 'ipblocklist category reputation' => 'Reputation',
 'ipblocklist category scanner' => 'Scanner',
 'ipblocklist could not download blocklist' => 'Could not download blocklist',
-'ipblocklist disable mid' => 'because it is included in',
-'ipblocklist disable post' => '',
-'ipblocklist disable pre' => 'Disabling',
-'ipblocklist download error' => 'A download error occurs.',
+'ipblocklist download error' => 'A download error occured.',
 'ipblocklist empty blocklist received' => 'An empty blocklist has been received.',
 'ipblocklist enable' => 'Enable',
 'ipblocklist entries' => 'Entries',
 'ipblocklist hits' => 'Total number of blocklist hits for',
 'ipblocklist id' => 'Blocklist',
-'ipblocklist input' => 'Packets Dropped In',
+'ipblocklist input' => 'Packets dropped (IN)',
 'ipblocklist log list' => 'Firewall log (blocklist)',
 'ipblocklist log' => 'Log dropped packets',
 'ipblocklist logs' => 'IP Address Blocklist Logs',
 'ipblocklist name' => 'Name',
-'ipblocklist output' => 'Packets Dropped Out',
+'ipblocklist output' => 'Packets dropped (OUT)',
 'ipblocklist use ipblocklists' => 'Enable IP Blocklists',
 'ipfire has now rebooted' => 'IPFire is rebooting now.',
 'ipfire has now shutdown' => 'IPFire is shutting down now.',