diff options
author | Steven Barth <steven@midlink.org> | 2008-07-16 10:08:28 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-16 10:08:28 +0000 |
commit | 429473aed896a8f038d8934c8711a29366a894c5 (patch) | |
tree | 958d0b7459f644ee5ffd996acc7f14528292749f /applications/luci-fw/luasrc/i18n/luci-fw.en.lua | |
parent | 9b1ef9e2b1a9e318a2840ee4b846f7ca8d82d3bb (diff) |
applications/luci-fw: Added support for luci-mini
modules/admin-mini: Added portforwarding page, and UCI changes, apply and revert pages
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 b822c8171..7d3a3a032 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua @@ -26,9 +26,9 @@ fw_portfw1 = [[Port forwarding allows to provide network services in the internal network to an external network.]] lucifw_portfw_iface_desc = "External interface" lucifw_portfw_dport = "External port" -lucifw_portfw_dport_desc = "Port[:last port]" +lucifw_portfw_dport_desc = "single port or first port-last port" lucifw_portfw_to = "Internal address" -lucifw_portfw_to_desc = "IP-address[:target port[-last port]]" +lucifw_portfw_to_desc = "IP, IP:port or IP:first port-last port" fw_routing1 = [[Here you can specify which network traffic is allowed to flow between network interfaces. Only new connections will be matched. Packets belonging to already open connections are automatically allowed |