From 9c6a852939c4f16f5d82299ff7b3a10f15ac3db0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 22 Aug 2008 17:18:36 +0000 Subject: Updated XML translation system, fixed some errors with multiline-translations Thanks: Alina Friedrichsen --- applications/luci-fw/luasrc/i18n/luci-fw.en.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applications/luci-fw/luasrc/i18n/luci-fw.en.lua') diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua index 99fb6e739b..ecc0170be2 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua @@ -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]] -- cgit v1.2.3