index_title=Shorewall Firewall
index_ecmd=The command $1 was not found on your system. Maybe it is not installed, or the <a href='$2'>module configuration</a> is incorrect.
index_edir=The Shorewall configuration directory $1 was not found on your system. Maybe it is not installed, or the <a href='$2'>module configuration</a> is incorrect.
index_version=Shorewall version $1
index_return=list of tables
index_restart=Apply Configuration
index_restartdesc=Click this button to activate the current Shorewall configuration with the <tt>shorewall restart</tt> command.
index_refresh=Refresh Configuration
index_refreshdesc=Click this button to activate just the Blacklist and Traffic Shaping tables with the <tt>shorewall refresh</tt> command.
index_start=Start Firewall
index_startdesc=Click this button to start Shorewall with the current configuration with the <tt>shorewall start</tt> command.
index_clear=Clear Firewall
index_cleardesc=Click this button to clear the Shorewall firewall with the <tt>shorewall clear</tt> command. This will allow access from all hosts without restriction.
index_stop=Stop Firewall
index_stopdesc=Click this button to shut down Shorewall with the <tt>shorewall stop</tt> command. This will block access from all hosts except those in the When Stopped table.
index_status=Show Status
index_statusdesc=Click this button to view Shorewall's tables and rules from the <tt>shorewall status</tt> command.

list_move=Move
list_auto=Automatic
list_none=None
list_any=Any
list_fw=Firewall
list_other=Other..

restart_err=Failed to apply configuration
refresh_err=Failed to refresh configuration
start_err=Failed to start firewall
clear_err=Failed to clear firewall
stop_err=Failed to shut down firewall
status_title=Firewall Status

zones_title=Network Zones
zones_desc=The zones listed on this page represent different networks reachable from your system. However, the entries here do no actually have any effect on the firewall - instead, they just define zone names and descriptions.
zones_add=Add a new network zone.
zones_none=No network zones have been defined yet.
zones_0=Zone ID
zones_1=Displayed name
zones_2=Description
zones_return=zones list
zones_edit=Edit Network Zone
zones_create=Create Network Zone
zones_header=Network zone details
zones_err=Failed to save network zone
zones_eid=Missing or invalid zone ID
zones_ename=Missing or invalid displayed name
zones_edesc=Missing zone description

policy_title=Default Policies
policy_desc=This page allows you to configure the default actions for traffic between different firewall zones. They can be overridden for particular hosts or types of traffic on the Firewall Rules page.
policy_add=Add a new default policy
policy_none=No default policies have been defined yet.
policy_0=Source zone
policy_1=Destination zone
policy_2=Policy
policy_3=Syslog level
policy_4=Traffic limit
policy_limit=Limit $1, Burst $2
policy_return=policies list
policy_edit=Edit Default Policy
policy_create=Create Default Policy
policy_header=Default policy details
policy_err=Failed to save default policy
policy_nolog=Logging disabled
policy_ulog=Log to ULOG
policy_efw=&lt;Firewall&gt; cann be selected for both the source and destination zones
policy_elimit=Missing or invalid traffic limit number
policy_eburst=Missing or invalid traffic burst number

rules_title=Firewall Rules
rules_desc=This table lists exceptions to the default policies for certain types of traffic, sources or destinations. The chosen action will be applied to packets matching the chosen criteria instead of the default.
rules_add=Add a new firewall rule
rules_none=No firewall rules have been defined yet.
rules_0=Action
rules_1=Source
rules_1z=Source zone
rules_2=Destination
rules_2z=Destination zone
rules_3=Protocol
rules_4=Source ports
rules_5=Destination ports
rules_hosts=Host <tt>$2</tt> in zone <tt>$1</tt>
rules_zone=Zone <tt>$1</tt>
rules_related=Related
rules_return=firewall rules list
rules_edit=Edit Firewall Rule
rules_create=Create Firewall Rule
rules_header=Firewall rule details
rules_err=Failed to save firewall rule
rules_log=and log to syslog level
rules_nolog=Don't log
rules_addr=Only hosts in zone with addresses
rules_ranges=Ports or ranges
rules_dnat=Destination address for DNAT or REDIRECT
rules_esother=Missing or invalid source zone
rules_edother=Missing or invalid destination zone
rules_esinzone=No host addresses entered for source
rules_edinzone=No host addresses entered for destination
rules_esport=No source port names, numbers or ranges entered
rules_edport=No destination port names, numbers or ranges entered
rules_ednat=Destination NAT address must be a single IP address or two addresses separated by a :
rules_ednat2=A destination NAT address can only be entered for the DNAT and REDIRECT actions

tos_title=Types of Service
tos_desc=This page defines IP service types for particular types of traffic, which can be used to raise or lower their priorities.
tos_add=Add a new type of service
tos_none=No types of service have been defined yet.
tos_0=Source
tos_0z=Source zone
tos_1=Destination
tos_1z=Destination zone
tos_2=Protocol
tos_3=Source ports
tos_4=Destination ports
tos_5=Type of service
tos_return=types of service list
tos_edit=Edit Type of Service
tos_create=Create Type of Service
tos_header=Type of service details
tos_err=Failed to save type of service

interfaces_title=Network Interfaces
interfaces_desc=Each of the network interfaces on your system that you want Shorewall to manage should be listed on this page, and associated with the zone that it is connected to. The loopback interface <tt>lo</tt> must never be listed.
interfaces_add=Add a new network interface
interfaces_none=No network interfaces have been defined yet.
interfaces_0=Interface
interfaces_1=Zone name
interfaces_2=Broadcast address
interfaces_3=Options
interfaces_detect=Automatic
interfaces_return=interfaces list
interfaces_edit=Edit Network Interface
interfaces_create=Create Network Interface
interfaces_header=Network interface details
interfaces_err=Failed to save network interface
interfaces_eiface=Missing or invalid interface name
interfaces_ebroad=Missing or invalid broadcast address

masq_title=Masquerading
masq_desc=Entries on this page set up network address translation for traffic routed between some network and a particular interface.
masq_add=Add a new masquerading rule
masq_none=No masquerading rules have been defined yet.
masq_0=Outgoing interface
masq_1=Network to masquerade
masq_2=SNAT address
masq_in=<tt>$2</tt> on <tt>$1</tt>
masq_ex=Network on <tt>$1</tt> except <tt>$2</tt>
masq_iface=Network on <tt>$1</tt>
masq_return=masquerading list
masq_edit=Edit Masquerading Rule
masq_create=Create Masquerading Rule
masq_header=Masquerading rule details
masq_err=Failed to save masquerading rule
masq_net=Only for destination
masq_mode0=Subnet address
masq_mode1=Subnet on interface
masq_except=Except for networks
masq_enet=Missing or invalid outgoing interface destination
masq_emnet=Missing or invalid masquerading subnet address
masq_emnete=Empty exception networks list
masq_esnat=Invalid SNAT IP address

nat_title=Source NAT
nat_desc=The source network address translation entries in this table can be used to set up simple port forwarding rules. SNAT is often used to allow connections to an internal server from outside your network.
nat_add=Add a new source NAT entry
nat_none=No source NAT entries have been defined yet.
nat_0=External address
nat_1=External interface
nat_2=Internal address
nat_virt=virtual
nat_return=source NAT list
nat_edit=Edit Source NAT
nat_create=Create Source NAT
nat_header=Source NAT entry details
nat_err=Failed to save source NAT entry
nat_all=Active for all hosts?
nat_local=Active for firewall system?
nat_eext=Invalid external IP address
nat_eint=Invalid internal IP address
nat_evirt=Invalid virtual interface number

proxyarp_title=Proxy ARP
proxyarp_desc=This page allows you to configure your system to answer ARP requests for IP addresses other than its own, so that it can forward packets to those addresses to their real destinations.
proxyarp_add=Add a new proxy ARP address
proxyarp_none=No proxy ARP addresses have been defined yet.
proxyarp_0=Address to ARP
proxyarp_1=Connected to interface
proxyarp_2=External interface
proxyarp_return=proxy ARP address list
proxyarp_edit=Edit Proxy ARP Address
proxyarp_create=Create Proxy ARP Address
proxyarp_header=Proxy ARP details
proxyarp_err=Failed to save proxy ARP
proxyarp_have=Route to host exists?
proxyarp_eaddr=Missing or invalid address to ARP

routestopped_title=When Stopped
routestopped_desc=By default, when the Shorewall firewall is stopped it will deny access from all hosts. This page allows you to define hosts or networks that will still be accessible.
routestopped_add=Add a new stopped address
routestopped_none=No addresses to be accessible when stopped have been defined yet.
routestopped_0=Interface
routestopped_1=Accessible addresses
routestopped_return=stopped address list
routestopped_edit=Edit Stopped Address
routestopped_create=Create Stopped Address
routestopped_header=Stopped address details
routestopped_err=Failed to save stopped address
routestopped_eaddr=No addresses entered
routestopped_all=All addresses
routestopped_list=Listed addresses and networks ..
