Updated XML translation system, fixed some errors with multiline-translations
[project/luci.git] / applications / luci-fw / luasrc / i18n / luci-fw.en.lua
index 99fb6e7..ecc0170 100644 (file)
@@ -18,6 +18,7 @@ firewall_rule_target = [[Action]]
 fw_accept = [[accept]]
 fw_reject = [[reject]]
 fw_drop = [[drop]]
+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]]
 firewall_redirect_srcdport_desc = [[port or range as first:last]]
@@ -25,6 +26,7 @@ firewall_redirect_destip = [[Internal address]]
 firewall_redirect_destip_desc = [[IP-Address]]
 firewall_redirect_destport = [[Internal port (optional)]]
 firewall_redirect_destport_desc = [[port or range as first:last]]
+fw_forwarding1 = [[Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.]]
 firewall_forwarding_src = [[Input]]
 firewall_forwarding_dest = [[Output]]
 firewall_defaults = [[Defaults]]
@@ -33,6 +35,7 @@ firewall_defaults_synflood = [[SYN-flood protection]]
 firewall_defaults_input = [[Incoming Traffic]]
 firewall_defaults_output = [[Outgoing Traffic]]
 firewall_defaults_forward = [[Forwarded Traffic]]
+firewall_zone_desc = [[Zones part the network interfaces into certain isolated areas to separate network traffic. One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone.]]
 firewall_zone_input = [[Incoming Traffic]]
 firewall_zone_input_desc = [[Default Policy]]
 firewall_zone_output = [[Outgoing Traffic]]