
lang=en
author=Tim Niemueller <tim@niemueller.de>
homepage=http://www.niemueller.de
copyright=(C) 2000 by Tim Niemueller <tim@niemueller.de>
license=GPL

config_link=Check <A HREF=/config.cgi?ipchains>Module Configuration</A>

input=Input
output=Output
forward=Forward

index_title=IPchains Firewalling
index_standard=Standard Chains
index_standpol=Standard Policy
index_userdef=User-defined Chains
index_noudef=No user defined chains found
index_chaincreate=Create a new Chain
index_list=List Hosts/Nets
index_scriptman=Manage Script
index_import=Import current Setup
index_return=webmin index
index_nbreturn=level selection
index_templname=Name
index_infw=Inside -> FW
index_inout=Inside -> Outside
index_outfw=Outside -> FW
index_outin=Outside -> Inside
index_fwin=FW -> Inside
index_fwout=FW -> Outside
index_desconly=Embedded
index_desc=Desc
index_activate=Actv
index_templ_save=Save and Apply
index_devnotdef=Network Devices not defined
index_desc_devdef=You have not defined, which of your network interfaces (Network Interface Card, ISDN Card, DSL, Modem) should be considered to be the internal interface (connected to your Local Area Network) and which to be the external interface (interface connected to the outer network, for example the Internet). Just select one of the network devices from the list. They have been found on your system.
index_intdev=Internal Device
index_extdev=External Device
index_saveifaces=Save Interfaces
index_bootnotdef=Init directory not defined
index_desc_bootdef=The module cannot determine in which directory your init script reside. So please set the directory appropriate to your distribution. This is needed to find the best position for the firewall script and to make this script ran at bootup.
index_dir=Directory
index_saveinitdir=Save Init Directory
index_sfnotdef=Script File not defined
index_desc_sfdef=You have not yet set the location of the script file. This script file will contain all calls for ipchains. Do NOT give the location of ipchains. Give the name of an non-existent file. The module will make a suggestion depending on the location of the directory for init scripts on your system. Usually it is a sufficient guess.
index_scriptfile=Script File
index_savesf=Save Script File Location
index_customize=Customize...
index_customlevel=You are running a customized Firewall
index_default=Switch to a default level...
index_tmpl_masq=Enable Masquerading support
index_chkbx_desc=Enable the templates by marking the checkbox in the appropriate columns.<BR>(Actv = Active/Enabled, Desc = Description)
index_router=Router Firewall
index_personal=Personal Firewall
index_routerfor=Router Firewall
index_personalfor=Personal Firewall
index_dhcpnotdev=Does your external interface get information via DHCP?
index_desc_dhcpdef=The module could not find out if your external interface gets its information via DHCP. This is important for the firewall rules. If you say "Yes" (the external interface gets information like IP address and netmask from a DHCP server, common when using an ISP for dialup) the firewall script will determine the outside IP address. This takes longer on activating the rules. You will have to configure you system to execute the script every time a new address is assigned! If you say "No" (the external interface does not use DHCP) the module will save the IP address the assigned to the external interface when creating the rules.
index_rawedit=Edit file manually
index_exec=Execute Script

sfile_err=Failed to save file

lib_err_nosupport=Either the proc filesystem or IPchains is not supported by your kernel.
lib_err_ipchains=File $1 does not exist or is not executable. $2
lib_err_sfcm=You have not entered a script file. It is needed because all rules will be written with the appropriate directives into this script file. $1
lib_err_sfmiss=The script file $1 you entered in the <A HREF=../config.cgi?ipchains>module configuration</A> does not exist. Use the <A HREF="script_manager.cgi">Script Manager</A> to create a plain script. After you created it come back and all works properly. This is a normal configuration step and not an real error, but one step ahead to a working IPchains Module installation!
lib_tosnotset=Not Set
lib_tosmindel=Minimum Delay
lib_tosmaxthr=Maximum Throughput
lib_tosmaxrel=Maximum Reliability
lib_tosmincost=Minimum Cost
lib_icmptsel=ICMP-Type Selection
lib_err_protomis=Cannot find protocol file. $1
lib_err_netmod=You have choosen or it is set by default to use the Network Configuration Module to get all you network interfaces. But this module is not available on your system. Either it is not installed or your system is not supported. So just enter all interfaces in the <A HREF=/config.cgi?ipchains>module configuration</A> as a comma-separated list (for example "eth0, eth1, ippp0, lo").
lib_err_syn=Syntax error (Type $1) in line $2
lib_err_host=Host file $1 does not exist
lib_err_create=Cannot create file $1
lib_noinit=Could not find your init directory. You have to set it manually. $1.
lib_err_noint=Could not determine the internal interface. There seems to be a problem with the network configuration module.
lib_err_noext=Could not determine the external interface. There seems to be a problem with the network configuration module.
lib_any=Any
lib_anydev=Any Device

editrule_title_edit=Edit Rule
editrule_title_create=Append Rule
editrule_title_insert=Insert Rule
editrule_desc_edit=Edit rule at line $1
editrule_desc_create=Append new rule to file
editrule_desc_insert=Insert rule after line $1
editrule_source=Source
editrule_dest=Destination
editrule_proto=Protocol
editrule_iface=Interface
editrule_hostnet=Host/Net
editrule_target=Target
editrule_nojump=No jump
editrule_port=Port
editrule_flags=Flags
editrule_icmptype=ICMP Type (ignored if not icmp above)
editrule_tos=TOS
editrule_syn=SYN-Bit
editrule_insyn=Inverse SYN-Bit
editrule_frag=Fragment
editrule_infrag=Inverse Fragment
editrule_log=Log Packet
editrule_reset=Reset
editrule_save=Save Rule
editrule_insert=Insert Rule
editrule_append=Append Rule
editrule_return=edit chain <I>'$1'</I>

changepol_title=Change Policy
changepol_err_builtin=Standard policy can only be changed for built-in chains
changepol_pol=Standard policy for chain <I>'$1'</I>
changepol_save=Save Policy
changepol_return=edit chain <I>'$1'</I>

savepol_err_nochain=No chain to edit!
savepol_err_masq=MASQ-policy can only be set for forward-chain.

chain_title=Create Chain
cchain_err_nochain=No chain to create!
cchain_err_acl=You are not allowed to create chains.
cchain_name=Name
cchain_createbut=Create
cchain_heading=Create new chain
cchain_return=module index

sman_title=Script Manager
sman_header=Manage your Script
sman_confpath=Path entered in module configuration is 
sman_create=Create script
sman_createdesc=Choose this option, to create a plain script file. If there is already a script with the given name, it will be overwritten without any confirmation.
sman_exist=The script file does <I>exist</I>
sman_notexist=The script file does <I>not exist</I>
sman_execute=Execute script
sman_executedesc=This will execute your script file immediately. Remember: If you blocked the port used by Webmin or your IP (client) you may not access the Webmin server after doing this. Be sure that you didn't make a mistake or you will have to get direct access to the firewall.
sman_bootup=Make Bootup Entry
sman_bootupdesc=This will make an entry for your script in your RC. This will start the script on every bootup in runlevels 2, 3 and 5. Therefore the script must reside in <I>$1</I>. If it is not the case you cannot make an entry to start it on every bootup, but you have to manually start it every time.
sman_rembootup=Delete Bootup Entry
sman_rembootupdesc=This will prevent the file from being executed on system startup or shutdown.
sman_delete=Delete script file
sman_deletedesc=Click this link if you want to delete the file containing all calls for ipchains. The file can not be recovered! Deletion is permanent!
sman_err_what=What should I do?
sman_err_exists=The script file already exists. Do you really want to rewrite it? This will erase the complete configuration set up in this file!
sman_rewrite=Yes, rewrite script file
sman_smanret=Script Manager
sman_return=module index
sman_err_write=Failed to write script file!
sman_err_nofile=There is no file named $1
sman_err_unkcom=Unknown command
sman_err_init=The init module is needed for this task.
sman_err_bootloc=The script must reside in $1 to make it executable.
sman_err_init1=Bootup entry does already exist.
sman_err_init2=No bootup entry for script file found.
sman_createsucc=Creation of script was successful.
sman_bootupsucc=Creation of bootup entry was successful.
sman_rembootupsucc=Deletion of bootup entry was successful.
sman_deletesucc=Deletion of script file was successful.
sman_msg_exec=Script file not executable.. Changing. Now executable.
sman_msg_rem=Bootup entry exists.. Removed.
sman_err_acl_rewrite=The script does already exist and you have not the right to re-write it.
sman_err_acl_delete=You are not allowed to delete the script file.
sman_err_acl_bootup=You are not allowed to edit bootup settings.
sman_exec_err=It seems that there occured an error:
sman_exec_ok=Script executed successfully.
sman_err_procneeded=This feature needs the "Running Processes" module. Check if it is installed and your OS supported.

exscript_err=Execution of script failed
exscript_err_procneeded=The "Running Processes" module is needed!
exscript_failed=Error message: $1

echain_title=Edit Chain
echain_err_acl=You are not allowed to edit chains.
echain_err_line=Cannot determine the line number of this rule. It seems that this rule is invalid.
echain_standpol=Standard Policy
echain_spchange=Change
echain_source=Source
echain_port=Port
echain_dest=Destination
echain_proto=Protocol
echain_iface=Interface
echain_syn=S
echain_synbitdesc=Syn-Bit set
echain_frag=F
echain_fragdesc=Fragmented
echain_log=L
echain_logdesc=Log
echain_tos=TOS
echain_tosdesc=Type Of Service
echain_type=T
echain_target=Target
echain_action=Action
echain_norules=No rules found for this chain.
echain_any=Any
echain_edit=Edit
echain_delete=Delete
echain_clone=Clone
echain_insert=Insert rule after current
echain_up=Up
echain_down=Down
echain_delchain=Delete Chain
echain_crule=Create a new rule
echain_return=module index

delchain_err_nochain=No chain to delete!
delchain_err_notfound=No chain '$1' found
delchain_err_acl=You are not allowed to delete chains.

delhost_err_nohost=No host to delete!
delhost_err_acl=You are not allowed to delete hosts.

delrule_err_norule=No rule to delete!
delrule_err_nochain=No chain to edit!

ehost_err_nohost=No host given to edit
ehost_err_nodb=Host dbase not found.
ehost_err_notfound=No host '$1' found.
ehost_err_acl=You are not allowed to edit hosts.
ehost_title=Edit Host
ehost_header=Edit Host/Network
ehost_names=Names
ehost_ip=IP
ehost_save=Save
ehost_return=host list

selhost_title=Select Host..

lhosts_title=List Hosts
lhosts_etc=Hosts from /etc/hosts
lhosts_names=Name(s)
lhosts_edit=Edit
lhosts_delete=Delete
lhosts_nud=No user defined hosts found
lhosts_add=Add a new Host/Network
lhosts_ip=IP
lhosts_names2=Names
lhosts_but_create=Create
lhosts_usrdef=User-defined Hosts/Nets
lhosts_return=module index

shost_err_invip=Not a valid IP
shost_err_invnetmask=Not a valid Netmask
shost_err_invname=Not a valid Name
shost_err_nohost=No such host
shost_err_acl=You are not allowed to edit hosts
shost_err_acl2=You are not allowed to create hosts

srule_err_nochain=No chain to edit!
srule_err_servport=If you define a service as port you must choose TCP or UDP protocol!
srule_err_syn=You can only set SYN-Bit OR Inverse SYN-Bit or none of them, not both!
srule_err_synfrag=SYN not allowed together with Fragment!
srule_err_fragport=Ports not allowed with Fragment!
srule_err_frag=You can only set Fragmet OR Inverse Fragment or none of them, not both!
srule_err_port=You have choosen port, but entered no one
srule_err_selfjump=Chain cannot jump to herself
srule_err_masqfw=MASQ-policy can only be set for forward-chain. There is (at least) one chain pointing to your chain which is not the forward chain ($1)
srule_err_masqinout=MASQ-policy is not allowed for input and output standard chains
srule_err_masqjump=The chain you want to jump to has a MASQ-Policy in (at least) one rule. Only the forward chain may have a jump to MASQ or a jump to a chain containing a MASQ-jump. This rule cannot be saved
srule_err_red=REDIRECT-(Port)-policy can only be set for input-chain
srule_err_acl=You are not allowed to create rules.
srule_err_acl2=You are not allowed to edit rules.
srule_nomode=Internal error due to misuse.

schooser_title=Select Service..

delrule_err_norule=No rule to delete!
delrule_err_nochain=No chain to edit!
delrule_err_acl=You are not allowed to delete rules.

mrule_err_norule=No rule to delete!
mrule_err_nochain=No chain to edit!
mrule_err_acl=You are not allowed to move rules.
mrule_err_invdir=Missing or invalid direction (must be up or down).
mrule_err_top=This rule cannot be moved <I>up</I> because it is already the first rule in this chain.
mrule_err_last=This rule cannot be moved <I>down</I> because it is already the last rule in this chain.
mrule_err_line=Cannot determine the line number of this rule. It seems that this rule is invalid (Error Code $1).

import_title=Import Settings
import_desc=With this script you can import the current settings from your system. If you click on the button this script will gather the information about chains and rules directly from your system (proc filesystem) and will "transform" them to a script which you can then edit with this module. This makes it very easy to migrate from another configuration tool and to use scripts you found on the Internet. Just load the scripts and then import the settings.
import_button=Import current system settings
import_exist=<I>A script file does already exist.</I> This file will be deleted and replaced with the new file. You better make a backup of this file in order to have a fall back script if the import fails.
import_chains=<B>Importing chains and standard policies..</B>
import_rules=<B>Importing rules..</B>
import_done=<B>Done</B>
import_return=module index

desc_title=Description
desc_err_notfound=No description for the given ruleset.
desc_heading=Description
desc_rules=Rules
desc_close=Close

templsave_title=Save
templsave_wrongmode=The current firewall file has been created using another mode (Newbie or Expert) or another program. Saving it in this mode will discard all changes and make the template configuration active. This is irreversible!
templsave_overwrite=Save and overwrite current file
templsave_return=template matrix
templsave_err_write=Failed to create script file!
templsave_exfail=Execution of the firewall script file failed

changelev_title=Security Level
changelev_err_wrong=The security level you selected is not available.
changelev_desc_low=This will change your security level to <FONT COLOR=#FF0000>low</FONT>.
changelev_desc_medium=This will change your security level to <FONT COLOR=#FFD700>medium</FONT>.
changelev_desc_high=This will change your security level to <FONT COLOR=#00FF00>high</FONT>.
changelev_desc_disabled=This will <FONT COLOR=#FF0000>disable</FONT> your firewall. You will no longer be secured. Any passing packets will be accepted. If forwarding is enabled all packets get forwared without filtering.
changelev_desc_full=Your system will <FONT COLOR=#00FF00>batten down the hatches</FONT>. All traffic coming to your system or trying to pass your system will be unanswered dropped. Maybe useful if there is a known security problem on the net and you want to protect your systems.
changelev_return=level selection
changelev_change=Yes, change security level
changelev_heading=Change Security Level for <I>$1</I>
changelev_err_write=Failed to create script file!
changelev_err_nofile=Sorry, there is no definition file for this security level.
changelev_prot=Protocol
changelev_dirs=Allowed Directions
changelev_disabled_masq=Masquerading support is not available in DISABLED level
changelev_low_masq=<INPUT TYPE=checkbox NAME=masq VALUE=1 CHECKED> Enable Masquerading support from inside to outside network
changelev_medium_masq=<INPUT TYPE=checkbox NAME=masq VALUE=1> Enable Masquerading support from inside to outside network
changelev_high_masq=<INPUT TYPE=checkbox NAME=masq VALUE=1> Enable Masquerading support from inside to outside network
changelev_full_masq=Masquerading support is not available in FULL security level
changelev_nocons=No connections are allowed in this security level (Loopback traffic will work anyway).

saveinitdir_notexist=The directory you specified does not exist.

rawedit_title=Edit Raw File
rawedit_err=Raw edit failed
rawedit_index=Edit raw file
rawedit_undo=Undo Changes
rawedit_desc=Use the text box below to manually edit the script file.
rawedit_return=module index

acl_cchains=User allowed to create chains?
acl_echains=User allowed to edit chains?
acl_dchains=User allowed to delete chains?
acl_crules=User allowed to create rules?
acl_erules=User allowed to edit rules?
acl_drules=User allowed to delete rules?
acl_chosts=User allowed to create hosts?
acl_ehosts=User allowed to edit hosts?
acl_dhosts=User allowed to delete hosts?
acl_bootup=User allowed to make script bootable (and to remove it from bootup)?
acl_rewrite=User allowed to rewrite script?
acl_delete=User allowed to delete script?
