9998c28a758b262364867f61c3aaae71b0a20b5b
[project/luci.git] / applications / luci-fw / luasrc / i18n / luci-fw.en.lua
1 fw_portfw = "Port forwarding"
2 fw_forwarding = "Forwarding"
3 fw_fw = "Firewall"
4 fw_zone = "Zone"
5 fw_zones = "Zones"
6 fw_custfwd = "Custom redirect"
7 fw_rules = "Custom Rules"
8 fw_rules1 = "Here you can create custom firewall rules to control your network traffic."
9 fw_fw1 = "The firewall creates zones over your network interfaces to control network traffic flow."
10 firewall_rule_src = "Input Zone"
11 firewall_rule_dest = "Output Zone"
12 firewall_rule_srcip = "Source address"
13 firewall_rule_destip = "Destination address"
14 firewall_rule_srcmac = "Source MAC-Address"
15 firewall_rule_srcport = "Source port"
16 firewall_rule_destport = "Destination port"
17 firewall_rule_target = "Action"
18 fw_accept = "accept"
19 fw_reject = "reject"
20 fw_drop = "drop"
21
22 fw_portfw1 = [[Port forwarding allows to provide network services 
23 in the internal network to an external network.]]
24 firewall_redirect_src_desc = "External Zone"
25 firewall_redirect_srcdport = "External port"
26 firewall_redirect_srcdport_desc = "port or range as first:last"
27 firewall_redirect_destip = "Internal address"
28 firewall_redirect_destip_desc = "IP-Address"
29 firewall_redirect_destport = "Internal port (optional)"
30 firewall_redirect_destport_desc = "port or range as first:last"
31 firewall_redirect_srcip = firewall_rule_srcip
32 firewall_redirect_srcmac = firewall_rule_srcmac
33 firewall_redirect_srcport = firewall_rule_srcport
34
35 fw_forwarding1 = [[Here you can specify which network traffic is allowed to flow between network zones.
36 Only new connections will be matched. Packets belonging to already open connections are automatically allowed
37 to pass the firewall.]]
38 firewall_forwarding_src = "Input"
39 firewall_forwarding_src_desc = firewall_rule_src
40 firewall_forwarding_dest = "Output" 
41 firewall_forwarding_dest_desc = firewall_rule_dest
42
43 firewall_defaults = "Defaults"
44 firewall_defaults_desc = "These are the default settings that are used if no other rules match."
45 firewall_defaults_synflood = "SYN-flood protection"
46 firewall_defaults_input = "Incoming Traffic"
47 firewall_defaults_output = "Outgoing Traffic"
48 firewall_defaults_forward = "Forwarded Traffic"
49
50 firewall_zone_desc = [[Zones part the network interfaces into certain isolated areas to separate network traffic.
51 One or more networks can belong to a zone. The MASQ-flag enables NAT masquerading for all outgoing traffic on this zone.]]
52 firewall_zone_input = "Incoming Traffic"
53 firewall_zone_input_desc = "Default Policy"
54 firewall_zone_output = "Outgoing Traffic"
55 firewall_zone_output_desc = "Default Policy"
56 firewall_zone_forward = "Forwarded Traffic"
57 firewall_zone_forward_desc = "Default Policy"
58 firewall_zone_masq = "MASQ"
59 firewall_zone_network = "Networks"
60 firewall_zone_network_desc = "contained networks"