title=Turtle Firewall
button_create=create
button_save=save
button_delete=delete
optional=optional
zone=Zone
interface=Interface
net=Net
netaddress=Net address
netmask=Netmask
host=Host
hostaddress=IP address
macaddress=MAC address
group=Group
groupitems=Items
name=Name
nat=NAT
masquerade=Masquerade
virtual_host=Virtual host / Zone (Interface IP)
real_host=Real Host
nat_service=Service
nat_port=Port
nat_active=Active
masq_zone=To Zone
masq_active=Active
rule_src=Source
rule_dst=Destination
rule_service=Service
rule_all_services=All Services
rule_port=Port
rule_target=Target
rule_active=Active
NO=NO
YES=YES
description=Description
index_start=Start
index_restart=Apply changes
index_stop=Stop
index_showiptables=Show iptables chains
index_icon_firewall_items=Items
index_icon_nat=NAT, Masquerading and Redirection
index_icon_firewall_rules=Rules
index_icon_firewall_services=Services
index_icon_edit_options=Options
index_icon_log=Log
index_icon_backup=Configuration Backup
list_items_title=Firewall Items
list_items_create_zone=create new zone
list_items_create_net=create new net
list_items_create_host=create new host
list_items_create_group=create new group
edit_zone_title_create=Create new Zone
edit_zone_title_edit=Edit Zone
edit_net_title_create=Create new Net
edit_net_title_edit=Edit Net
edit_host_title_create=Create new Host
edit_host_title_edit=Edit Host
edit_group_title_create=Create new Group
edit_group_title_edit=Edit Group
list_nat_title=NAT, Masquerading and Redirection
list_nat_create_nat=create new NAT
list_nat_create_masq=create new Masquerade
edit_nat_title_create=Create NAT
edit_nat_title_edit=Edit NAT
edit_masq_title_create=Create Masquerade
edit_masq_title_edit=Edit Masquerade
list_rules_title=Firewall Rules
list_rules_create_rule=create new rule
edit_rule_title_create=Create Rule
edit_rule_title_edit=Edit Rule
list_services_title=Services
redirect=Redirect to local port
redirect_src=Source
redirect_dst=Destination
redirect_service=Service
redirect_port=Port
redirect_toport=To Local Port
redirect_redirect=Redirect
redirect_active=Active
list_nat_create_redirect=create new Redirect
edit_redirect_title_create=Create Redirect
edit_redirect_title_edit=Edit Redirect
redirect_dst_help=Note: zone items in the groups will be ignored
log_refresh=Refresh
options_rp_filter_name=rp_filter
options_rp_filter_desc=Route verification: discarding packets received on an interface which does not expect to those handle traffic from the given source address. If you are using VPN you need to disable this option.
options_log_martians_name=log_martians
options_log_martians_desc=Log spoofed packets, source routed packets, redirect packets.
options_drop_unclean_name=drop_unclean
options_drop_unclean_desc=Drop unclean packets, use with caution, it uses an experimental iptables module.
options_drop_invalid_state_name=drop_invalid_state
options_drop_invalid_state_desc=Drop invalid packets (state)
options_drop_invalid_all_name=drop_invalid_all
options_drop_invalid_all_desc=Drop invalid packets (tcp flags: all)
options_drop_invalid_none_name=drop_invalid_none
options_drop_invalid_none_desc=Drop invalid packets (tcp flags: none)
options_drop_invalid_fin_notack_name=drop_invalid_fin_notack
options_drop_invalid_fin_notack_desc=Drop invalid packets (tcp flags: fin !ack)
options_drop_invalid_syn_fin_name=drop_invalid_syn_fin
options_drop_invalid_syn_fin_desc=Drop invalid packets (tcp flags: syn fin)
options_drop_invalid_syn_rst_name=drop_invalid_syn_rst
options_drop_invalid_syn_rst_desc=Drop invalid packets (tcp flags: syn rst)
options_drop_invalid_fragment_name=drop_invalid_fragment
options_drop_invalid_fragment_desc=Drop invalid packets (fragment)
options_ip_conntrack_max_name=ip_conntrack_max
options_ip_conntrack_max_desc=Maximum number of sessions in conntrack table.
options_log_limit_name=log_limit
options_log_limit_desc=Maximum average matching rate: number of logs per hour.
options_log_limit_burst_name=log_limit_burst
options_log_limit_burst_desc=Maximum initial number of packets to log: this number gets recharged by one every time the limit specified above is not reached, up to this number.

backup_title=Configuration Backup
backup_backuptitle=Backup
backup_restoretitle=Restore
backup_backupdownload=Backup and download configuration files
backup_restoreupload=Restore
backup_error_title1=Restore failed
backup_error1=Fail to execute tar/gzip commands

save_zone_error_title1=Fail to delete zone
save_zone_error_title2=Fail to create new zone
save_zone_error_title3=Fail to save zone
save_zone_error1=it's used in a group, rule or masquerade.
save_zone_error2=interface field can't be empty.
save_zone_error3=you can't use aliased interface.
save_zone_error4=zone field can't be empty.
save_zone_error5=FIREWALL is a reserved word.
save_zone_error6=Item with same name already present.
save_zone_error7=zone "$1" can't be renamed in "$2", it already exists.

save_host_error_title1=Fail to delete host
save_host_error_title2=Fail to create new host
save_host_error_title3=Fail to save host
save_host_error1=it's used in a group, rule or nat.
save_host_error2=Item with same name already present.
save_host_error3=host name field can't be empty.
save_host_error4=wrong zone.
save_host_error5=wrong ip address.
save_host_error6=wrong MAC address.
save_host_error7=host "$1" can't be renamed in "$2", it already exists.

save_net_error_title1=Fail to delete net
save_net_error_title2=Fail to create new net
save_net_error_title3=Fail to save net
save_net_error1=it's used in a group or rule.
save_net_error2=item the same name already present.
save_net_error3=net name field can't be empty.
save_net_error4=wrong zone.
save_net_error5=wrong ip address.
save_net_error6=wrong netmask.
save_net_error7=net "$1" can't be renamed in "$2", it already exists.

save_group_error_title1=Fail to delete group
save_group_error_title2=Fail to create new group
save_group_error_title3=Fail to save group
save_group_error1=it's used in a group or rule.
save_group_error2=item with same name already present.
save_group_error3=group name field can't be empty.
save_group_error4=items list can't be empty.
save_group_error5=group "$1" can't be renamed in "$2", it already exists.

save_nat_error_title1=Fail to delete Nat
save_nat_error_title2=Fail to create new Nat
save_nat_error_title3=Fail to save Nat
save_nat_error1=Real Host missing.

save_redirect_error_title1=Fail to delete Redirect
save_redirect_error_title2=Fail to create new Redirect
save_redirect_error_title3=Fail to save Redirect
save_redirect_error1=wrong Port value (0-65535 or empty).
save_redirect_error2=Port is valid only for tcp and udp services.

save_rule_error_title1=Fail to delete Rule
save_rule_error_title2=Fail to create new Rule
save_rule_error_title3=Fail to save Rule
save_rule_error1=wrong Port value (0-65535 or empty).
save_rule_error2=port is valid only for tcp and udp services.
save_rule_error3=source and destination cannot be both "FIREWALL".
