- 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.',