diff options
author | Steven Barth <steven@midlink.org> | 2008-08-27 14:10:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-27 14:10:40 +0000 |
commit | 14ffeb6eef094912c3cf8fa6d39fc7d7e46e4541 (patch) | |
tree | 87473da1743b02dcdff39798eada391b4427b657 /applications/luci-fw/luasrc/i18n/luci-fw.en.lua | |
parent | e31fcb11e0e54a1d71067f30b95a92f0e816fc08 (diff) |
Upstream compatibility
Diffstat (limited to 'applications/luci-fw/luasrc/i18n/luci-fw.en.lua')
-rw-r--r-- | applications/luci-fw/luasrc/i18n/luci-fw.en.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua index ecc0170be..e65578c4e 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua @@ -21,11 +21,11 @@ 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]] +firewall_redirect_srcdport_desc = [[port or range as first-last]] 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]] +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]] |