b822c81711694779711f5a1950d566a2f9f7d11f
[project/luci.git] / applications / luci-fw / luasrc / i18n / luci-fw.en.lua
1 fw_portfw = "Port forwarding"
2 fw_routing = "Routing"
3 fw_fw = "Firewall"
4 fw_fw1 = "Here you can grant, access or redirect network traffic."
5 lucifw_rule_chain = "Chain"
6 lucifw_rule_iface = "Input interface"
7 lucifw_rule_oface = "Output interface"
8 lucifw_rule_source = "Source address"
9 lucifw_rule_destination = "Destination address"
10 lucifw_rule_mac = "MAC-Address"
11 lucifw_rule_sport = "Source port"
12 lucifw_rule_dport = "Destination port"
13 lucifw_rule_tosrc = "New source address [SNAT]"
14 lucifw_rule_todest = "New target address [DNAT]" 
15 lucifw_rule_jump = "Action"
16 lucifw_rule_command = "Custom Command"
17 fw_accept = "accept"
18 fw_reject = "reject"
19 fw_drop = "drop"
20 fw_log = "log"
21 fw_dnat = "change destination (DNAT) [prerouting only]"
22 fw_masq = "masquerade [postrouting only]"
23 fw_snat = "change source (SNAT) [postrouting only]"
24
25 fw_portfw1 = [[Port forwarding allows to provide network services 
26 in the internal network to an external network.]]
27 lucifw_portfw_iface_desc = "External interface"
28 lucifw_portfw_dport = "External port"
29 lucifw_portfw_dport_desc = "Port[:last port]"
30 lucifw_portfw_to = "Internal address"
31 lucifw_portfw_to_desc = "IP-address[:target port[-last port]]"
32
33 fw_routing1 = [[Here you can specify which network traffic is allowed to flow between network interfaces.
34 Only new connections will be matched. Packets belonging to already open connections are automatically allowed
35 to pass the firewall in this case you do not need to set the "bidirectional" flag. NAT provides
36 address translation.]]
37 lucifw_routing_iface = "Input"
38 lucifw_routing_iface_desc = lucifw_rule_iface
39 lucifw_routing_oface = "Output" 
40 lucifw_routing_oface_desc = lucifw_rule_oface
41 lucifw_routing_fwd_desc = "forward"
42 lucifw_routing_nat_desc = "translate"
43 lucifw_routing_bidi_desc = "bidirectional"