Bump i18n-files
[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 fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.'
22 firewall_redirect_src_desc = 'External Zone'
23 firewall_redirect_srcdport = 'External port'
24 firewall_redirect_srcdport_desc = 'port or range as first-last'
25 firewall_redirect_destip = 'Internal address'
26 firewall_redirect_destip_desc = 'IP-Address'
27 firewall_redirect_destport = 'Internal port (optional)'
28 firewall_redirect_destport_desc = 'port or range as first-last'
29 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.'
30 firewall_forwarding_src = 'Input'
31 firewall_forwarding_dest = 'Output'
32 firewall_defaults = 'Defaults'
33 firewall_defaults_desc = 'These are the default settings that are used if no other rules match.'
34 firewall_defaults_synflood = 'SYN-flood protection'
35 firewall_defaults_input = 'Incoming Traffic'
36 firewall_defaults_output = 'Outgoing Traffic'
37 firewall_defaults_forward = 'Forwarded Traffic'
38 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.'
39 firewall_zone_input = 'Incoming Traffic'
40 firewall_zone_input_desc = 'Default Policy'
41 firewall_zone_output = 'Outgoing Traffic'
42 firewall_zone_output_desc = 'Default Policy'
43 firewall_zone_forward = 'Forwarded Traffic'
44 firewall_zone_forward_desc = 'Default Policy'
45 firewall_zone_masq = 'MASQ'
46 firewall_zone_network = 'Networks'
47 firewall_zone_network_desc = 'contained networks'