Quick Backport of latest OpenWrt changes
[oweals/luci.git] / applications / luci-fw / luasrc / i18n / luci-fw.en.lua
index 7d3a3a032b0561ce829e75112fc4e496f60894f7..24eeee8c3b86613eec09215563456ee28a537ac6 100644 (file)
@@ -1,43 +1,55 @@
-fw_portfw = "Port forwarding"
-fw_routing = "Routing"
-fw_fw = "Firewall"
-fw_fw1 = "Here you can grant, access or redirect network traffic."
-lucifw_rule_chain = "Chain"
-lucifw_rule_iface = "Input interface"
-lucifw_rule_oface = "Output interface"
-lucifw_rule_source = "Source address"
-lucifw_rule_destination = "Destination address"
-lucifw_rule_mac = "MAC-Address"
-lucifw_rule_sport = "Source port"
-lucifw_rule_dport = "Destination port"
-lucifw_rule_tosrc = "New source address [SNAT]"
-lucifw_rule_todest = "New target address [DNAT]" 
-lucifw_rule_jump = "Action"
-lucifw_rule_command = "Custom Command"
-fw_accept = "accept"
-fw_reject = "reject"
-fw_drop = "drop"
-fw_log = "log"
-fw_dnat = "change destination (DNAT) [prerouting only]"
-fw_masq = "masquerade [postrouting only]"
-fw_snat = "change source (SNAT) [postrouting only]"
-
-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 = "single port or first port-last port"
-lucifw_portfw_to = "Internal address"
-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
-to pass the firewall in this case you do not need to set the "bidirectional" flag. NAT provides
-address translation.]]
-lucifw_routing_iface = "Input"
-lucifw_routing_iface_desc = lucifw_rule_iface
-lucifw_routing_oface = "Output" 
-lucifw_routing_oface_desc = lucifw_rule_oface
-lucifw_routing_fwd_desc = "forward"
-lucifw_routing_nat_desc = "translate"
-lucifw_routing_bidi_desc = "bidirectional"
\ No newline at end of file
+fw_portfw = 'Port forwarding'
+fw_redirect = 'Traffic Redirection'
+fw_redirect_desc = 'Traffic redirection allows you to change the destination address of forwarded packets.'
+fw_forwarding = 'Zone-to-Zone traffic'
+fw_fw = 'Firewall'
+fw_zone = 'Zone'
+fw_zones = 'Zones'
+fw_custfwd = 'Custom forwarding'
+fw_fw1 = 'The firewall creates zones over your network interfaces to control network traffic flow.'
+firewall_rule = 'Advanced Rules'
+firewall_rule_desc = 'Advanced rules let you customize the firewall to your needs. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.'
+firewall_rule_src = 'Input Zone'
+firewall_rule_dest = 'Output Zone'
+firewall_rule_srcip = 'Source address'
+firewall_rule_destip = 'Destination address'
+firewall_rule_srcmac = 'Source MAC-Address'
+firewall_rule_srcport = 'Source port'
+firewall_rule_destport = 'Destination port'
+firewall_rule_target = 'Action'
+fw_accept = 'accept'
+fw_reject = 'reject'
+fw_drop = 'drop'
+fw_src = 'Source'
+fw_dest = 'Destination'
+fw_mtufix = 'MSS-Correction'
+fw_traffic = 'Traffic Control'
+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_srcip = 'Source address'
+firewall_redirect_srcmac = 'Source MAC'
+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'
+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. If you experience occasional connection problems try enabling MSS-Correction otherwise disable it for performance resons.'
+firewall_forwarding_src = 'Input'
+firewall_forwarding_dest = 'Output'
+firewall_defaults = 'Defaults'
+firewall_defaults_desc = 'These are the default settings that are used if no other rules match.'
+firewall_defaults_synflood = 'SYN-flood protection'
+firewall_defaults_input = 'Incoming Traffic'
+firewall_defaults_output = 'Outgoing Traffic'
+firewall_defaults_forward = 'Forwarded Traffic'
+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.'
+firewall_zone_input = 'Incoming Traffic'
+firewall_zone_input_desc = 'Default Policy'
+firewall_zone_output = 'Outgoing Traffic'
+firewall_zone_output_desc = 'Default Policy'
+firewall_zone_forward = 'Forwarded Traffic'
+firewall_zone_forward_desc = 'Default Policy'
+firewall_zone_masq = 'MASQ'
+firewall_zone_network = 'Networks'
+firewall_zone_network_desc = 'contained networks'