applications/luci-fw: fixes for english translation
[project/luci.git] / applications / luci-fw / luasrc / i18n / luci-fw.en.lua
index 800eee4d6007183e83c4ac8ca1b5d6a6d0f392e1..e490507e8ebca0c5ef570a6f96a71c4dd02255fe 100644 (file)
@@ -8,7 +8,7 @@ fw_zones = 'Zones'
 fw_custfwd = 'Custom forwarding'
 fw_fw1 = 'The firewall creates zones over your network interfaces to control network traffic flow.'
 firewall_rule = 'Advanced Rules'
-firewall_rule_desc = 'Advanced rules let you customize the firewall to your needs. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.'
+firewall_rule_desc = 'Advanced rules let you customize the firewall to your needs. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall. If you experience occasional connection problems try enabling MSS-Correction otherwise disable it for performance reasons.'
 firewall_rule_src = 'Input Zone'
 firewall_rule_dest = 'Output Zone'
 firewall_rule_srcip = 'Source address'
@@ -23,6 +23,8 @@ fw_drop = 'drop'
 fw_src = 'Source'
 fw_dest = 'Destination'
 fw_traffic = 'Traffic Control'
+fw_mtufix = 'MSS-Correction'
+fw_dropinvalid = 'Drop invalid packets'
 fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.'
 firewall_redirect_src_desc = 'External Zone'
 firewall_redirect_srcdport = 'External port'