index_title=Usermin Configuration
index_econfig=The Usermin config directory $1 was not found on your system. Maybe Usermin is not installed, or your <a href='$2'>module configuration</a> is incorrect.
index_return=Usermin configuration
index_stop=Stop Usermin
index_stopmsg=Click this button to stop the Usermin server running on your system. Once stopped, no users will be able to login to it.
index_start=Start Usermin
index_startmsg=Click this button to start the Usermin server on your system. Until it is started, users will not be able to login.

access_title=IP Access Control
access_desc=The Usermin server can be configured to deny or allow access only from certain IP addresses using this form. Hostnames (like foo.bar.com) and IP networks (like 10.254.3.0 or 10.254.1.0/255.255.255.128) can also be entered. You should limit access to your server to trusted addresses, especially if it is accessible from the Internet. Otherwise, anyone who guesses your password will have complete control of your system.
access_header=Access Control
access_all=Allow from all addresses
access_allow=Only allow from listed addresses
access_deny=Deny from listed addresses
access_libwrap=Also check TCP-wrappers <tt>hosts.allow</tt> and <tt>hosts.deny</tt> files?
access_err=Failed to update access list
access_enone=No addresses entered
access_enet='$1' is not a valid network address
access_emask='$1' is not a valid netmask
access_eip='$1' is not a complete IP or network address
access_ehost=Failed to find IP address for '$1'
access_eself=Your current IP address ($1) would be denied

bind_title=Port and Address
bind_desc=If the host on which Usermin is running has multiple IP addresses, the server can be configured to listen on only one address using this form. The TCP port on which Usermin listens can also be configured here. Note - your web browser may prompt you to log in again after changing the port or binding address.
bind_header=IP Address and Port
bind_ip=Listen on IP Address
bind_all=All
bind_port=Listen on Port
bind_err=Failed to change address
bind_eip=Failed to get IP address for '$1'
bind_eassign=The address '$1' is not assigned to this system
bind_eport=Port $1 is already in use

mods_title=Usermin Modules

os_title=Operating System
os_desc=This form allows you to change the operating system Usermin treats your system as. This can be useful if you have upgraded your machine to a new version of your operating system distribution. Note that the configuration of installed modules will not be changed, even if there are differences between the old and new systems.
os_desc2=You can also change the search path used by Usermin when running programs, and the shared library path passed to any programs.
os_header=Host Operating System
os_curros=Current operating system
os_currver=Current OS version
os_new=New operating system
os_path=Program search path
os_ld_path=Library search path

lang_title=Language
lang_title2=Usermin Language
lang_lang=Display in language
lang_intro=This page allows you to choose which language Usermin will use for displaying titles, prompts and messages
lang_ok=Change Language

session_title=Authentication
session_desc1=When enabled, password timeouts protect your Usermin server from brute-force password cracking attacks by adding a continuously expanding delay between each failed login attempt for the same user.
session_desc2=When session authentication is enabled, each logged in users' session will be tracked by Usermin, making it possible for idle users to be automatically logged out. Be aware that enabling or disabling session authentication may force all users to re-login.
session_header=Authentication and session options
session_pdisable=Disable password timeouts
session_penable=Enable password timeouts
session_blockhost=Block hosts with more than $1 failed logins for $2 seconds.
session_syslog2=Log blocked hosts, logins and authentication failures to <tt>syslog</tt>
session_disable=Disable session authentication
session_enable=Enable session authentication
session_localoff=Always require username and password
session_localon=Allow login without password for matching users from localhost
session_logout=Auto-logout after $1 minutes of inactivity
session_locking=Enable locking in Usermin
session_err=Failed to save authentication
session_elogouttime=Missing or invalid logout time
session_eblockhost_time=Missing or invalid blocking time
session_eblockhost_failures=Missing or invalid blocking logins
session_ecookie=Your browser does not support cookies, which are required for session authentication
session_elsof=Local authentication requires the <tt>lsof</tt> program
session_remember=Offer to remember login permanently?
session_hostname=Show hostname on login screen?

themes_title=Usermin Themes
themes_desc=Themes control the appearance of the Usermin user interface, including icons, colours, backgrounds and possibly the layout of pages. The selection box below can be used to choose one of the themes installed on your system that will be the default for Usermin users.
themes_sel=Current theme :
themes_default=Default Usermin theme
themes_change=Change
themes_installdesc=Use the form below to install a new Usermin theme on your system. Themes are typically distributed in <tt>.wbt</tt> files, but can also be installed from RPM files if supported by your operating system.
themes_installok=Install Theme

configs_title=Usermin Module Configuration
configs_mod=Edit config for module:

acl_title=Available Modules
acl_desc=Use this page to select which installed Usermin modules are visible to users.

ssl_title=SSL Encryption
ssl_essl=The Net::SSLeay perl module does not appear to be installed on your system. To install the OpenSSL library and Net::SSLeay, follow <a href='$1'>these instructions</a> from the Webmin website.
ssl_desc1=The host on which Usermin is running appears to have the SSLeay Perl module installed. Using this, Usermin supports SSL encrypted communication between your browser and the server. If users are accessing your Usermin server over the Internet, then you should definately consider using SSL to prevent an attacker capturing their passwords.
ssl_header=SSL Support
ssl_enable=Enable SSL support, if available
ssl_disable=Disable SSL support, even if available

stop_err=Failed to stop Usermin
stop_ekill=Failed to kill process : $1
stop_efile=Already stopped

start_err=Failed to start Usermin
