1313 lines
69 KiB
Plaintext
1313 lines
69 KiB
Plaintext
index_title=Webmin Configuration
|
|
index_return=Webmin configuration
|
|
index_version=Webmin $1
|
|
index_boot=Start at boot time
|
|
index_bootmsg=Change this option to control whether Webmin is started at boot time or not. If it is not currently started at boot and Yes is chosen, a new init script will be created.
|
|
index_inetd=Because Webmin is currently being run by <tt>inetd</tt>, you probably do not want to enable this option.
|
|
index_apache=Because Webmin is currently running under Apache, you probably do not want to enable this option.
|
|
index_restart=Restart Webmin
|
|
index_restartmsg=Click this button to re-start the Webmin server process. This may be necessary if you have recently upgraded Perl.
|
|
index_refresh=Refresh Modules
|
|
index_refreshmsg=Re-check all Webmin modules for installed servers, and update those that appear in the 'Un-used modules' category.
|
|
|
|
access_title=IP Access Control
|
|
access_desc=Webmin 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 or 10.254.1.0/25 or 10.254.1.5-10.254.97.127 or 2001:DB8::A0BC:0001 or 2001:DB8::/32) can also be entered. You should limit access to Webmin 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_ip=Allowed IP addresses
|
|
access_local=Include local network in list
|
|
access_header=Access control options
|
|
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_ecidr='$1' is not a valid CIDR number
|
|
access_eip='$1' is not a complete IP or network address
|
|
access_eip6='$1' is not a complete IPv6 or network address
|
|
access_ecidr6='$1' is not a valid IPv6 network size
|
|
access_ecidr8=IPv6 network size '$1' must be divisible by 8
|
|
access_ehost=Failed to find IP address for '$1'
|
|
access_eself=Your current IP address ($1) would be denied
|
|
access_always=Resolve hostnames on every request?
|
|
access_trust_lvl=Trust level for proxy headers
|
|
access_trust_lvl0=No, do not trust any headers from the proxy
|
|
access_trust_lvl1=Yes, trust the remote IP address provided by proxies
|
|
access_trust_lvl2=Yes, trust both the remote IP and SSL cert provided by proxies
|
|
access_tproxies=Trusted proxy addresses
|
|
access_etproxies=At least one trusted proxy address must be entered when trusting the remote IP and SSL cert from proxies
|
|
|
|
bind_title=Ports and Addresses
|
|
bind_desc2=This form can be used to change the port number that Webmin listens on, or have it listen on only a single IP address on your system. You can also configure it to accept connections on multiple ports, or to listen on several IP addresses. Note - your web browser may prompt you to log in again after changing the port or binding address.
|
|
bind_header=IP addresses and ports
|
|
bind_sockets=Listen on IPs and ports
|
|
bind_firewall=Open new ports on firewall?
|
|
bind_sip=Bind to IP address
|
|
bind_sport=Listen on port
|
|
bind_sip1=Any address
|
|
bind_sip2=Only address..
|
|
bind_sport0=Same as first
|
|
bind_sport1=Specific port ..
|
|
bind_listen=Listen for broadcasts on UDP port
|
|
bind_none=Don't listen
|
|
bind_websocport=WebSockets connection base port number
|
|
bind_websocport_none=Default (555)
|
|
bind_websoc_host=Hostname for WebSocket connections
|
|
bind_websoc_host_auto=Automatic
|
|
bind_hostname=Web server hostname
|
|
bind_auto=Work out from browser
|
|
bind_err=Failed to change address
|
|
bind_enone=No IP addresses and ports to listen on entered
|
|
bind_eip2='$1' is not a valid IP address to bind to
|
|
bind_eport2='$1' is not a valid port number
|
|
bind_erestart=An error occurring starting Webmin with the new address and port settings : $1
|
|
bind_elisten=Missing or invalid port to listen for UDP broadcasts on
|
|
bind_ehostname=Missing or invalid web server hostname
|
|
bind_resolv_myname=Reverse-resolve connected IP address?
|
|
bind_ipv6=Accept IPv6 connections?
|
|
bind_eipv6=IPv6 cannot be enabled unless the $1 Perl module is installed
|
|
bind_redirecting=Redirecting to new URL ..
|
|
bind_elsof=New port $1 is already in use by another process
|
|
bind_eonsystem=The IP address $1 is not active on this system, and so cannot be used
|
|
bind_maxconns=Maximum total concurrent connections
|
|
bind_maxconns_per_ip=Maximum concurrent connections per IP
|
|
bind_maxconns_per_net=Maximum concurrent connections per network
|
|
bind_emaxconns=Maximum concurrent connections must be a number greater than 1
|
|
bind_emaxconns_per_ip=Maximum concurrent connections per IP must be a number greater than 1
|
|
bind_emaxconns_per_net=Maximum concurrent connections per network must be a number greater than 1
|
|
bind_maxlifetime=Maximum Webmin process lifetime
|
|
bind_maxlifetime_def=Unlimited
|
|
bind_maxlifetime_secs=seconds
|
|
bind_emaxlifetime=Maximum process lifetime must be a number greater than 60 seconds
|
|
|
|
log_title=Logging
|
|
log_desc=Webmin can be configured to write a log of web server hits, in the standard CLF log file format. If logging is enabled, you can also choose whether IP addresses or hostnames are recorded, and how often the log file is cleared. When enabled, logs are written to the file $1.
|
|
log_desc2=When logging is enabled, Webmin will also write a more detailed log of user actions to the file $1. This log can be viewed and analysed with the Webmin Actions Log module to see exactly what each Webmin user has been doing.
|
|
log_header=Webserver logging options
|
|
log_status=Logging active?
|
|
log_disable=Disable logging
|
|
log_enable=Enable logging
|
|
log_resolv=Log resolved hostnames?
|
|
log_trust=Log client IP address when behind proxy?
|
|
log_clf=Use combined log format (including referrer and user agent)?
|
|
log_clear2=Periodically clear log files?
|
|
log_period=Yes, every $1 hours
|
|
log_forusers=Users to log Webmin actions for
|
|
log_uall=Log actions by all users
|
|
log_users=Only log actions by ..
|
|
log_inmods=Modules to log Webmin actions in
|
|
log_mall=Log actions in all modules
|
|
log_modules=Only log actions in ..
|
|
log_global=<Global actions>
|
|
log_sched=Log scheduled functions?
|
|
log_files=Log changes made to files by each action?
|
|
log_fullfiles=Record all modified files before actions, for rollbacks?
|
|
log_err=Failed to save logging options
|
|
log_ehours='$1' is not a valid number of hours
|
|
log_ediff=Your system does not have the command $1 needed for logging file changes
|
|
log_perms=Permissions for log files
|
|
log_eperms=Missing or invalid octal permissions (like 755)
|
|
log_syslog=Also log Webmin actions to syslog?
|
|
log_login=Include Webmin logins and logouts in actions log?
|
|
log_email=Send logged actions via email to
|
|
log_emailnone=Don't send
|
|
log_inmodsemail=Send email for actions in
|
|
|
|
proxy_title=Proxy Servers and Downloads
|
|
proxy_desc=If the host on which Webmin is running is behind a firewall of some kind, you may need to set the proxy server to use for accessing web and FTP sites. Certain modules, such as <tt>Software Packages</tt>, will use these proxies when downloading files or programs.
|
|
proxy_header=Proxy servers
|
|
proxy_http=HTTP proxy
|
|
proxy_ftp=FTP proxy
|
|
proxy_none=None
|
|
proxy_nofor=No proxy for
|
|
proxy_user=Username for proxy
|
|
proxy_pass=Password for proxy
|
|
proxy_err=Failed to save proxies
|
|
proxy_ehttp2=The HTTP proxy server must be entered as a URL, like $1
|
|
proxy_eftp2=The FTP proxy server must be entered as a URL, like $1
|
|
proxy_bind=Source IP address for HTTP connections
|
|
proxy_ebind=Missing or invalid source IP address
|
|
proxy_osdn=Preferred OSDN mirror for downloads
|
|
proxy_mirrordef=<Default (Let Sourceforge decide)>
|
|
proxy_mirrordef2=Default (Let Sourceforge decide)
|
|
proxy_other=Other..
|
|
proxy_eother=Missing or invalid-looking OSDN mirror code
|
|
proxy_desc2=When Webmin downloads a file from a URL hosted on sourceforge, it will automatically use the mirror site based on your selection below, where possible.
|
|
proxy_header2=Download sites
|
|
proxy_cache=Cache downloaded files?
|
|
proxy_cache1=No
|
|
proxy_cache0=Yes, in cache of size
|
|
proxy_ecache=Missing or invalid cache size
|
|
proxy_daysmax=Maximum time to cache files
|
|
proxy_daysdef=Forever
|
|
proxy_days=days
|
|
proxy_edays=Missing or invalid maximum number of days to cache files
|
|
proxy_mods=Do caching in modules
|
|
proxy_mods0=All modules
|
|
proxy_mods1=Only selected ..
|
|
proxy_mods2=All except selected ..
|
|
proxy_emods=No modules selected
|
|
proxy_clear=Clear Cache
|
|
proxy_cacheb=Manage Cached URLs
|
|
proxy_cachebdesc=Click this button to search for and manage URLs cached for download by Webmin.
|
|
proxy_cleardesc=Click this button to delete all $1 cached URLs downloaded by Webmin, so that future downloads are made direct from the origin HTTP server. $2 of disk space will be freed.
|
|
proxy_return=proxy servers and downloads
|
|
proxy_tabproxy=Proxying
|
|
proxy_tabdown=Downloading
|
|
proxy_fallback=Try direct request if proxy is down?
|
|
|
|
ui_title=User Interface
|
|
ui_desc=This form allows you to edit user interface options used by all modules. When entering colours, each must be specified using the standard RGB system, where each value is a hex number from 00 to ff.
|
|
ui_header=User interface options
|
|
ui_default=Default
|
|
ui_rgb=<font color=#ff0000>RR</font><font color=#00ff00>GG</font><font color=#0000ff>BB</font> hex color
|
|
cs_page=Page background
|
|
cs_text=Normal text
|
|
cs_table=Table background
|
|
cs_header=Table header
|
|
cs_link=Link text
|
|
ui_texttitles=Display titles as text?
|
|
ui_sysinfo=Display login and hostname (for non-framed themes)
|
|
ui_sysinfo0=At bottom of browser
|
|
ui_sysinfo1=In browser title
|
|
ui_sysinfo2=Above page heading
|
|
ui_sysinfo3=Nowhere
|
|
ui_sysinfo4=Instead of browser title
|
|
ui_err=Failed to save user interface options
|
|
ui_ergb=Invalid hexidecimal color value for '$1'
|
|
ui_feedback=Send feedback to
|
|
ui_feedbackmode=Allow sending of feedback?
|
|
ui_nice_size_type=Use binary units of measurement (KiB, MiB, GiB rather than KB, MB, GB)
|
|
ui_feednocc=Only to address above
|
|
ui_hostnamemode=Hostname to display in Webmin
|
|
ui_hnm0=Real hostname
|
|
ui_hnm1=Hostname from URL
|
|
ui_hnm2=Domain name from URL
|
|
ui_hnm3=Other name..
|
|
ui_feedbackconfig=Allow all users to include<br>configuration in feedback?
|
|
ui_width=Help window width
|
|
ui_height=Help window height
|
|
ui_ewidth=Missing or invalid help window width
|
|
ui_eheight=Missing or invalid help window height
|
|
ui_sizefile=File chooser size
|
|
ui_sizeuser=User chooser size
|
|
ui_sizeusers=Multiple users chooser size
|
|
ui_sizedate=Date selector size
|
|
ui_sizemodule=Module chooser size
|
|
ui_sizemodules=Multiple modules chooser size
|
|
ui_edbwidth=Missing or invalid chooser window width
|
|
ui_edbheight=Missing or invalid chooser window height
|
|
ui_showlogin=Prepend username to page titles?
|
|
ui_showhost=Prepend hostname to page titles?
|
|
ui_ehostnamedisplay=Missing or invalid display hostname
|
|
|
|
mods_title=Webmin Modules
|
|
mods_desc1=Webmin modules can be added after installation by using the form to the right. Modules are typically distributed in <tt>.wbm</tt> files, each of which can contain one or more modules. Modules can also be installed from RPM files if supported by your operating system.
|
|
mods_installsource=Install from
|
|
mods_grantto=Grant access to
|
|
mods_install=Install Module
|
|
mods_local=From local file
|
|
mods_uploaded=From uploaded file
|
|
mods_ftp=From HTTP or FTP URL
|
|
mods_third=Third party module from
|
|
mods_thsel=Select..
|
|
mods_nodeps=Ignore dependencies?
|
|
mods_nodeps2=Ignore module dependencies when deleting
|
|
mods_grant2=Grant access only to users and groups
|
|
mods_grant1=Grant access to all Webmin users
|
|
mods_checksig=Check signature file for downloaded modules?
|
|
mods_installok=Install Module
|
|
mods_desc2=If you wish to have more than one copy of the same module with different configurations, the form to the right allows you to clone any existing module. The clone will have a new name, a new module configuration, new access control options and may be made available to different users.
|
|
mods_clone=Clone Module
|
|
mods_cname=Module to clone
|
|
mods_cnew=Cloned module name
|
|
mods_ccat=Assign to category
|
|
mods_csame=Same as original
|
|
mods_creset=Reset configuration to default?
|
|
mods_cloneok=Clone Module
|
|
mods_desc3=Existing modules and clones of modules can be deleted, they will also be removed. Once a module has been deleted it must be reinstalled before you can use it again. A module cannot be deleted if other modules depend on it.
|
|
mods_delete=Delete Modules
|
|
mods_deleteok=Delete Selected Modules
|
|
mods_eroot=Webmin modules cannot be installed or managed when the Webmin code is shared with another system, such as when it is running inside a Zone or mounted via NFS.
|
|
mods_desc4=Installed modules can be exported as a wbm.gz file using the form below. A module file can then be installed onto another system running Webmin.
|
|
mods_header4=Module export options
|
|
mods_exportmods=Modules to export
|
|
mods_exportto=Export to
|
|
mods_exportfile=File on server $1
|
|
mods_exportshow=Download in browser
|
|
mods_export=Export Modules
|
|
mods_exportok=Export Selected Modules
|
|
mods_return=modules form
|
|
mods_tabinstall=Install
|
|
mods_tabclone=Clone
|
|
mods_tabdelete=Delete
|
|
mods_tabexport=Export
|
|
|
|
install_err1=Failed to install module from $1
|
|
install_efile=File does not exist
|
|
install_err2=Failed to install uploaded module
|
|
install_ebrowser=Your browser does not support file uploads
|
|
install_err3=Failed to install module from $1
|
|
install_eurl=Invalid URL
|
|
install_etar=Not a valid module file : $1
|
|
install_enotar=The <tt>tar</tt> command, needed for extracting Webmin modules, was not found on your system
|
|
install_einfo=Module $1 is missing a module.info file
|
|
install_enone=File does not appear to contain any modules
|
|
install_eos=Module $1 does not support this operating system ($2 $3)
|
|
install_eusermin=Module $1 is for Usermin, not Webmin
|
|
install_ever=Module $1 requires Webmin version $2 or above
|
|
install_edep=Module $1 requires module $2
|
|
install_edep2=Module $1 requires at least version $3 of module $2
|
|
install_eperldep=Module $1 requires Perl module $2.<br>However, you can have Webmin <a href='$3'>download and install</a> the Perl module for you.
|
|
install_eextract=Extract failed : $1
|
|
install_title=Install Module
|
|
install_desc=The following modules have been successfully installed and added to your access control list :
|
|
install_line2=<a href='$5'>$1</a> in $2 ($3 kB) under category $4
|
|
install_line3=$1 in $2 ($3 kB), hidden from view
|
|
install_ecomp=File is compressed, but the $1 command was not found on your system
|
|
install_ecomp2=Failed to uncompress file : $1
|
|
install_egzip=File is gzipped, but the $1 command was not found on your system
|
|
install_egzip2=Failed to gunzip file : $1
|
|
install_ebunzip=File is bzipped, but the $1 command was not found on your system
|
|
install_ebunzip2=Failed to bunzip file : $1
|
|
install_erpm=Not a Webmin module or theme RPM
|
|
install_eirpm=RPM install failed : $1
|
|
install_cat=Under category $1.
|
|
install_eneither=RPM does not contain a webmin module or theme
|
|
install_err4=Failed to install standard module
|
|
install_emissing=The specified module does not exist
|
|
|
|
clone_err=Failed to clone module
|
|
clone_elink=symlink failed : $1
|
|
clone_ecopy=failed to copy config : $1
|
|
clone_desc=Clone of $1
|
|
|
|
delete_err=Failed to delete modules
|
|
delete_edep=Module $1 cannot be deleted, as the module $2 depends on it
|
|
delete_desc1=$1 (Clone of $2)
|
|
delete_desc2=$1 in $2 ($3 kB)
|
|
delete_title=Delete Modules
|
|
delete_msg=The following modules have been successfully deleted from your Webmin installation :
|
|
delete_rusure=Are you sure you want to delete the module(s) $2 ? $1 kB of files will be deleted forever.
|
|
delete_rusure2=Are you sure you want to delete the theme $2 ? $1 kB of files will be deleted forever.
|
|
delete_rusure3=Are you sure you want to delete the module clones(s) $2 ?
|
|
delete_acls=Remove from users and reset access control settings?
|
|
delete_enone=No modules selected
|
|
|
|
os_title=Operating System and Environment
|
|
os_desc3=This page displays the operating system detected by Webmin at install time, and the system that is currently detected. If they are different, you can choose to have Webmin's OS information updated, which may be necessary if you have recently upgraded.
|
|
os_desc2=You can also change the search path used by Webmin when running programs, and the shared library path passed to any programs.
|
|
os_header=Host operating system
|
|
os_webmin=Operating system according to Webmin
|
|
os_iwebmin=Internal OS code used by Webmin
|
|
os_detect=Detected operating system
|
|
os_cannot=Cannot detect OS and version
|
|
os_update=Update Webmin to use detected OS
|
|
os_new=New operating system
|
|
os_path=Program search path
|
|
os_syspath=Include system's own search path?
|
|
os_ld_path=Library search path
|
|
os_perllib=Extra Perl library paths
|
|
os_envs=Additional environment variables
|
|
os_name=Variable name
|
|
os_value=Value
|
|
os_eversion=Missing operating system version
|
|
os_eiversion=Missing internal operating system version
|
|
os_incorrect=Operating system $1 has been upgraded to version $2
|
|
os_release_notes=Release notes
|
|
os_fix=Confirm Detected Changes
|
|
os_usermin=Also update Usermin OS
|
|
|
|
lang_title=Language and Locale
|
|
lang_title2=Webmin Language and Locale
|
|
lang_lang=Language
|
|
lang_locale=Locale
|
|
lang_intro=This page allows you to choose which language Webmin will use for displaying titles, prompts and messages
|
|
lang_ok=Change Language
|
|
lang_accept=Use language specified by browser?
|
|
lang_charset=Character set for HTML pages
|
|
lang_chardef=Determined by language
|
|
lang_charover=Force character set
|
|
lang_err=Failed to save language
|
|
lang_echarset=Missing or invalid-looking character set
|
|
lang_dateformat=Dates format
|
|
lang_dateformat_dd/mon/yyyy=dd/mon/yyyy (i.e. 16/Sep/2001)
|
|
lang_dateformat_dd/mm/yyyy=dd/mm/yyyy (i.e. 16/09/2001)
|
|
lang_dateformat_mm/dd/yyyy=mm/dd/yyyy (i.e. 09/16/2001)
|
|
lang_dateformat_yyyy/mm/dd=yyyy/mm/dd (i.e. 2001/09/16)
|
|
|
|
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_cpan=Alternately, you can have Webmin <a href='$1'>download and install</a> the required Net::SSLeay Perl module for you.
|
|
ssl_emessage=The error message from Perl was : $1
|
|
ssl_desc1=Webmin can use SSL to encrypt the connection between your browser and the server. If you connect to Webmin over the internet, always use SSL to protect your password and prevent man-in-the-middle attacks.
|
|
ssl_header=SSL support
|
|
ssl_on=Enable SSL?
|
|
ssl_key=Private key file
|
|
ssl_cert=Certificate file
|
|
ssl_cert_def=Same file as private key
|
|
ssl_cert_oth=Separate file
|
|
ssl_deny=SSL protocol versions to reject
|
|
ssl_compression=Allow compressed SSL connections?
|
|
ssl_honorcipherorder=Force use of server-defined cipher order?
|
|
ssl_extracas=Additional certificate files<br>for chained certificates
|
|
ssl_enforce=Enforce SSL
|
|
ssl_hsts=Yes, with HSTS header
|
|
ssl_redirect=Redirecting after protocol change ..
|
|
ssl_extracasdef=Same as global SSL settings
|
|
ssl_extracasnone=None for this IP address
|
|
ssl_extracasbelow=Entered below ..
|
|
ssl_err=Failed to save SSL options
|
|
ssl_ekey=The SSL private key file $1 does not exist
|
|
ssl_ekey2=The SSL private key file $1 does not contain a PEM format key
|
|
ssl_ecert=The SSL certificate file $1 does not exist
|
|
ssl_ecert2=The SSL certificate file $1 does not contain a PEM format certificate
|
|
ssl_newkey=This form can be used to create a new SSL key and certificate for your Webmin server.
|
|
ssl_newcsr=This form can be used to create a new SSL key and certificate signing request (CSR) for your Webmin server. The CSR must be signed by a certificate authority (CA) before it can be used.
|
|
ssl_hole=Because you are currently using the default Webmin SSL key that everyone has access to, you should generate a new key immediately. Otherwise your SSL connection is not secure!
|
|
ssl_header1=Create SSL key
|
|
ssl_header2=Create SSL CSR
|
|
ssl_create=Create Now
|
|
ssl_cn=Server names
|
|
ssl_all=Any hostname
|
|
ssl_newfile=Write key to file
|
|
ssl_csrfile=Write CSR to file
|
|
ssl_usenew=Use new key immediately?
|
|
ssl_size=SSL key size
|
|
ssl_custom=Custom size
|
|
ssl_bits=bits
|
|
ssl_eextraca=Additional certificate file '$1' does not exist
|
|
ssl_days=Days before expiry
|
|
ssl_ipkeys=This section lists additional SSL certificates that will be used for connections to particular IP addresses.
|
|
ssl_ips=IP addresses and domain names
|
|
ssl_ipkeynone=No IP-specific SSL keys have been defined yet.
|
|
ssl_addipkey=Add a new IP-specific SSL key.
|
|
ssl_return=SSL keys
|
|
ssl_version=SSL protocol version
|
|
ssl_no2=Allow SSL version 2 browsers?
|
|
ssl_cipher_list=Allowed SSL ciphers
|
|
ssl_strong=Only strong PCI-compliant ciphers
|
|
ssl_pfs=Only strong ciphers with perfect forward secrecy
|
|
ssl_clist=Listed ciphers
|
|
ssl_ecipher_list=Missing or invalid cipher list - must be like <tt>HIGH:-SSLv2:-aNULL</tt>
|
|
ssl_auto=Detect automatically
|
|
ssl_eversion=Missing or invalid version number
|
|
ssl_edhparams=Failed to generate PFS DH params file : $1
|
|
ssl_epfsversion=PFS requires Net::SSLeay version $2, but this system only has version $1
|
|
ssl_saveheader=Upload existing key
|
|
ssl_privkey=Private key text
|
|
ssl_fromcsr=This private key was generated using the <b>Certificate Signing Request</b> tab. You should enter the certificate below that was supplied by your CA in response to the CSR.
|
|
ssl_privcert=Certificate text
|
|
ssl_privchain=Chained certificate text
|
|
ssl_nochain=No chained certificate
|
|
ssl_leavechain=Use existing chained certificate
|
|
ssl_upload=Or from upload file
|
|
ssl_same=Combined with private key
|
|
ssl_below=Entered below ..
|
|
ssl_savekey=This form allows you to upload an existing PEM format SSL private key and certificate for your Webmin server to use.
|
|
ssl_tabssl=SSL Settings
|
|
ssl_tabips=Per-IP Certificates
|
|
ssl_tabcreate=Self-Signed Certificate
|
|
ssl_tabcsr=Certificate Signing Request
|
|
ssl_tabupload=Upload Certificate
|
|
ssl_tabcurrent=Current Certificate
|
|
ssl_tablets=SSL Provider
|
|
ssl_cheader=Details of current certificate
|
|
ssl_typeself=Self-signed
|
|
ssl_typereal=Signed by CA
|
|
ssl_download=Download certificate
|
|
ssl_pem=PEM format
|
|
ssl_pkcs12=PKCS12 format
|
|
ssl_current=This section shows the details of the current Webmin SSL certificate, and allows it to be downloaded so that it can be accepted by your browser.
|
|
ssl_edownload=Failed to extract PEM data from certificate
|
|
ssl_csralready=View most recent key and CSR ..
|
|
ssl_already1=Previously generated private key :
|
|
ssl_already2=Previously generated certificate signing request :
|
|
ssl_letsdesc=This form lets you request a trusted SSL certificate for Webmin from an ACME-compatible provider such as Let's Encrypt.
|
|
ssl_letserr=Unfortunately, this system cannot request certificates from an SSL provider : $1.
|
|
ssl_letserr2=Alternately, check the <a href='$1'>module configuration</a> page to ensure you are using the correct path to the configured ACME client command.
|
|
ssl_letsdesc2=The new certificate will replace the one currently configured in Webmin. Before it can be issued, the ACME provider must verify control of each hostname or IP address. Hostnames can be verified using either a temporary file in the website's document directory or a temporary DNS TXT record; IP addresses require webserver-based validation.
|
|
ssl_letsheader=Certificate request options
|
|
ssl_letsdoms=Hostnames or IP addresses for certificate
|
|
ssl_subset=Skip unverifiable hostnames or IP addresses?
|
|
ssl_letsmode=Validation method
|
|
ssl_letsmode0=Apache virtual host matching hostname
|
|
ssl_letsmode1=Selected Apache virtual host
|
|
ssl_letsmode2=Other webserver document directory
|
|
ssl_letsmode3=DNS validation using BIND
|
|
ssl_letsmode4=Certbot built-in webserver
|
|
ssl_certbotprehook=Nevertheless, this warning can be ignored if the pre-request command stops the service using port 80 before Certbot runs.
|
|
ssl_letsok=Request Certificate
|
|
ssl_letsonly=Just Update Renewal
|
|
ssl_usewebmin=Copy new key and certificate to Webmin?
|
|
ssl_letsrenew=Automatic renewal interval
|
|
ssl_letsrenew_months=months
|
|
ssl_letsrenew_days=days
|
|
ssl_letsnotrenew=Only renew manually
|
|
ssl_staging=Provider server
|
|
ssl_staging0=Production
|
|
ssl_staging1=Test endpoint
|
|
ssl_acmeopts=Provider settings
|
|
ssl_acmeextra=Show advanced settings
|
|
ssl_acmedir=Custom ACME directory URL
|
|
ssl_acmedirdesc=If set, this overrides the default provider server above.
|
|
ssl_acmekid=External Account Binding key ID
|
|
ssl_acmekiddesc=Optional. Some ACME providers require this in addition to the directory URL.
|
|
ssl_acmehmac=External Account Binding HMAC key
|
|
ssl_acmehmacdesc=Optional. Requires the native Certbot client when used.
|
|
|
|
newkey_err=Failed to create SSL key
|
|
newkey_ecn=Missing or invalid server name
|
|
newkey_ecns=No server names entered
|
|
newkey_efile=Missing key file name
|
|
newkey_title=Generate Key
|
|
newkey_ecmd=The SSL command $1 was not found on your system. Either it is not installed, or the <a href='$2'>Webmin Users module configuration</a> is incorrect.
|
|
newkey_essl=An error occurred generating a new key :
|
|
newkey_ecat=An error occurred writing to the new key file :
|
|
newkey_ok=Successfully generated the following SSL key :
|
|
newkey_esize=Missing or invalid key size
|
|
newkey_edays=Missing or invalid number of days before expiry
|
|
newkey_ecountry=Country code must be two letters
|
|
|
|
newcsr_err=Failed to create SSL CSR
|
|
newcsr_efile=Missing CSR file name
|
|
newcsr_title=Generate CSR
|
|
newcsr_ok=Successfully generated the following SSL certificate request :
|
|
newcsr_ok2=This CSR must be sent to a signing authority, who will return a signed certificate. This can be installed with the key above using the <b>Upload certificate</b> tab.
|
|
|
|
startpage_title=Index Page Options
|
|
startpage_intro2=This page allows you to control the appearance of the main Webmin menu. Some options may only be effective when using the old themes.
|
|
startpage_tabs=Categorize modules?
|
|
startpage_nocol=Number of columns
|
|
startpage_alt=Use alternative header?
|
|
startpage_ecols='$1' is not a valid number of columns
|
|
startpage_gotoone=Go direct to module if user only has one?
|
|
startpage_deftab=Default category
|
|
startpage_nohost=Show version, hostname and OS in title?
|
|
startpage_gotonone=<None>
|
|
startpage_gotomodule=After login, always go to module
|
|
startpage_webminup=Show Webmin updates on System Information page?
|
|
startpage_moduleup=Show module updates on System Information page?
|
|
|
|
upgrade_title=Upgrade Webmin
|
|
upgrade_desc=This form allows you to upgrade your entire Webmin installation to a new version. You can install from a local file, an uploaded file or from the latest version at <a href=https://webmin.com>webmin.com</a>. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_descrpm=This form allows you to upgrade your entire webmin installation to a new version using RPM's upgrade option. You can install from a local RPM file, an uploaded file or from the latest version at <a href=https://webmin.com>webmin.com</a>. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_descdeb=This form allows you to upgrade your entire Webmin installation to a new version by upgrading its Debian package. You can install from a local .deb file, an uploaded file or from the latest version at <a href=https://webmin.com>webmin.com</a>. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_descsolaris-pkg=This form allows you to upgrade your entire Webmin installation to a new version by removing the current Solaris package and installing a new one. You can install from a local Solaris package file, an uploaded file or from the latest version at <a href=https://webmin.com>webmin.com</a>. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_descsun-pkg=This form allows you to upgrade your entire Webmin installation to a new version from the Solaris package supplied by Sun. You can install from a local Solaris package file, or an uploaded file. The latest packages can be found at <a href=http://www.sun.com/bigadmin/content/webmin/>http://www.sun.com/bigadmin/content/webmin/</a>. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_descgentoo=This form allows you to upgrade your entire Webmin installation to a new version by removing the current Gentoo Emerge package and installing a new one. You can install from a local Gentoo package file, an uploaded file or from the latest version in the Emerge repository. Just as with a manual upgrade, all your config settings and third-party modules will be kept.
|
|
upgrade_local=From local file
|
|
upgrade_uploaded=From uploaded file
|
|
upgrade_url=From FTP or HTTP URL
|
|
upgrade_ftp=Latest version from webmin.com
|
|
upgrade_cup=Latest version from Caldera's <tt>cupdate</tt> tool
|
|
upgrade_emerge=Latest version from Emerge repository
|
|
upgrade_delete=Delete old version's directory after upgrade?
|
|
upgrade_repo=Latest version from $1 repository
|
|
upgrade_ok=Upgrade Webmin
|
|
upgrade_err1=Failed to upgrade from $1
|
|
upgrade_err2=Failed to upgrade from uploaded file
|
|
upgrade_err3=Failed to upgrade from webmin.com
|
|
upgrade_err4=Failed to upgrade from Emerge repository
|
|
upgrade_err5=Failed to upgrade from URL $1
|
|
upgrade_eurl=Missing or invalid URL
|
|
upgrade_efile=File does not exist
|
|
upgrade_ebrowser=Your browser does not support file uploads
|
|
upgrade_eversion=Cannot downgrade to version $1
|
|
upgrade_elatest=You are already running the latest version of Webmin
|
|
upgrade_erpm=Not a valid Webmin RPM file
|
|
upgrade_edeb=Not a valid Webmin Debian package file
|
|
upgrade_egunzip=Your system does not have the <tt>gunzip</tt> command
|
|
upgrade_egzip=Failed to gunzip file : $1
|
|
upgrade_etar=Not a valid Webmin tar file
|
|
upgrade_euntar=Failed to untar file : $1
|
|
upgrade_emod=File is a Webmin module, not a complete Webmin upgrade. You may want to use the <a href='$1'>Webmin Modules</a> page to install it.
|
|
upgrade_setup=Running <tt>setup.sh</tt> script to upgrade Webmin ..
|
|
upgrade_setuprpm=Running <tt>RPM</tt> to upgrade Webmin ..
|
|
upgrade_setupdeb=Running <tt>DPKG</tt> to upgrade Webmin ..
|
|
upgrade_setuppackage=Running <tt>pkgadd</tt> to upgrade Webmin ..
|
|
upgrade_esolaris=Webmin's upgrade feature does not currently work when you have installed from a Solaris package. Please upgrade manually instead.
|
|
upgrade_ezip=Webmin's upgrade feature does not currently work when you have installed on Windows. Please upgrade manually instead.
|
|
upgrade_eportage=Webmin's upgrade feature does not currently work when you have installed from a Portage package. Please upgrade using the Portage tools instead.
|
|
upgrade_eusermin=File is Usermin version $1, not a Webmin update.
|
|
upgrade_updates=There are $1 updates for this new version of Webmin. <a href='$2'>Click here</a> to automatically download and install them now.
|
|
upgrade_epackage=Not a valid Solaris package
|
|
upgrade_ewpackage=Not a valid Solaris package for Webmin
|
|
upgrade_egentoo=Not a valid Gentoo package of Webmin
|
|
upgrade_eupdates=Failed to download list of updates : $1
|
|
upgrade_echecksig=RPM signature verification failed : $1
|
|
upgrade_nosig=No package signature verification done - checking of tar.gz packages is only possible when upgrading from webmin.com.
|
|
upgrade_sig=Check GnuPG signature on package?
|
|
upgrade_force=Upgrade even if new version is the same or older?
|
|
upgrade_disc=Disconnect all other users?
|
|
upgrade_edownsig=Failed to download signature : $1
|
|
upgrade_everify2=Package has signature from $1, but it is not valid
|
|
upgrade_everify3=Public key with ID $1 is not available for verification
|
|
upgrade_everify4=Failed to verify signature : $1
|
|
upgrade_sigok=Package signature verified successfully.
|
|
upgrade_nocheck=No package signature verification done.
|
|
upgrade_only=Don't re-install deleted or new modules?
|
|
upgrade_eroot=Webmin cannot be upgraded when its code is shared with another system, such as when it is running inside a Zone or mounted via NFS.
|
|
upgrade_tabupgrade=Upgrade Webmin
|
|
upgrade_tabgrants=New module grants
|
|
upgrade_tabupdate=Update modules
|
|
upgrade_tabsched=Scheduled update
|
|
upgrade_src=Upgrade Webmin from
|
|
upgrade_opts=Upgrade options
|
|
|
|
newmod_desc=When Webmin is upgraded, any new modules in the new version will be granted to one or more users. This form allows you to set the users who receive new modules. This setting will apply when upgrading at the command line or using the form above.
|
|
newmod_header=New module grants
|
|
newmod_def=Default behavior - grant new modules to <tt>root</tt> or <tt>admin</tt>
|
|
newmod_users=Grant new modules to :
|
|
|
|
update_desc1=This form allows you to upgrade Webmin modules that have been found to contain bugs or security holes from the <a href=https://webmin.com/updates.html>Webmin Updates</a> page or from another source. This will compare the currently installed modules with those available for update, and optionally automatically download and install any modules that are out of date.
|
|
update_header1=Update modules now
|
|
update_header2=Update modules on schedule
|
|
update_webmin=Update from webmin.com
|
|
update_other=Update from other sources ..
|
|
update_show=Only show which modules would be updated
|
|
update_missing=Install modules that are not currently installed
|
|
update_third=Update non-core modules as well
|
|
update_checksig=Check signatures on non-Webmin repositories
|
|
update_quiet=Only report when an update is done
|
|
update_ok=Update Modules
|
|
update_email=Email update report to
|
|
update_user=Login to update server
|
|
update_pass=Password for update server
|
|
update_enabled=Scheduled updating currently enabled
|
|
update_apply=Save and Apply
|
|
update_sched2=Update modules at $1:$2 every $3 days
|
|
update_none=No Webmin updates for this version.
|
|
update_failed=Failed to install module : $1
|
|
update_desc2=This form is for scheduling the automatic update of Webmin modules containing bugs or security holes from the <a href=https://webmin.com/updates.html>Webmin Updates</a> page or from another source. While this service is useful, you should be careful using it as it may allow attackers to take over your system if the update server was ever compromised.
|
|
update_enosig=Could not download signature file for updates : $1
|
|
update_ebadsig=Updates signature check failed : $1
|
|
update_enomodsig=Could not download signature file for module : $1
|
|
update_ebadmodsig=Module signature check failed : $1
|
|
update_src=Upgrade modules from
|
|
update_opts=Module update options
|
|
|
|
ca_title=Certificate Authority
|
|
ca_old=Existing certificate
|
|
ca_header1=Create new CA certificate
|
|
ca_header2=Edit CA certificate
|
|
ca_newmsg1=Your Webmin server is already setup as a certificate authority. You can use this form to set it up again, but any certificates already issued to users will no longer work.
|
|
ca_newmsg2=This form should be used to setup your Webmin server as a certificate authority (CA) so that users can request certificates in the Webmin Users to identify themselves to the server without having to login.
|
|
ca_cn=Domain name
|
|
ca_alt=Additional domains
|
|
ca_email=Email address
|
|
ca_ou=Department
|
|
ca_o=Organization
|
|
ca_sp=State
|
|
ca_c=Country code
|
|
ca_city=City or locality
|
|
ca_issuer_cn=Issuer name
|
|
ca_issuer_o=Issuer organization
|
|
ca_issuer_email=Issuer email address
|
|
ca_type=Certificate type
|
|
ca_notafter=Valid until
|
|
ca_create=Setup Certificate Authority
|
|
ca_oldmsg1=The CA certificate this server is using is displayed below. You may change it by pasting in the certificate from another CA, but any certificates already issued to users will no longer work.
|
|
ca_oldmsg2=If you have already setup a CA on another Webmin server, you can paste its certificate below instead of setting up a new CA. This will allow users from the other server to be recognised by this server as well.
|
|
ca_err=Failed to setup certificate authority
|
|
ca_setupok=Your certificate authority has been setup successfully. Users can now use the Webmin Users module to request certificates for themselves.
|
|
ca_stop=Shutdown certificate authority
|
|
ca_stopmsg=Click this button to stop Webmin from accepting existing certificates or issuing new ones. This will force users to use username and password authentication instead.
|
|
ca_stopok=Your certificate authority has been successfully shut down.
|
|
ca_eminiserv=SSL client certificates are only supported under miniserv.
|
|
ca_eversion=The version of the Perl Net::SSLeay module installed on your system does not support SSL client certificates.
|
|
ca_essleay=The SSL administration command $1 was not found on your system. You may need to change the path in the Webmin Users module configuration.
|
|
ca_essl=SSL certification can only be setup when the webserver is running in SSL mode.
|
|
|
|
session_title=Authentication
|
|
session_desc1=When enabled, password timeouts protect your Webmin server from brute-force password cracking attacks by adding a continuously expanding delay between each failed login attempt for the same user.
|
|
session_header=Authentication and session options
|
|
session_ptimeout=Password timeouts
|
|
session_pdisable=Disable password timeouts
|
|
session_penable=Enable password timeouts
|
|
session_pblock=Failed login blocks
|
|
session_blockhost=Block client IPs with more than $1 failed logins for $2 seconds
|
|
session_blockuser=Block users with more than $1 failed logins for $2 seconds
|
|
session_syslog3=Log failures to <tt>syslog</tt>?
|
|
session_stype=Authentication type
|
|
session_sopts=Authentication options
|
|
session_disable=Disable session authentication
|
|
session_enable=Enable session authentication
|
|
session_local=Local authentication
|
|
session_localoff=Always require username and password
|
|
session_localon=Allow login without password for matching users from localhost
|
|
session_logouttime=Auto-logout after $1 minutes of inactivity
|
|
session_locking=Enable locking in Webmin
|
|
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_eblockuser_time=Missing or invalid user blocking time
|
|
session_eblockuser_failures=Missing or invalid user 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 a remember-me option for permanent logins?
|
|
session_ip=Limit sessions to the same client IP address?
|
|
session_hostname=Show hostname on login screen?
|
|
session_utmp=Record logins and logouts in <tt>utmp</tt>?
|
|
session_realname=Show real hostname instead of name from URL?
|
|
session_pam=Password source
|
|
session_pamon=Use PAM for Unix authentication, if available
|
|
session_pamoff=Never use PAM for Unix authentication
|
|
session_pfile=If PAM is unavailable or disabled, read users and passwords from file $1 columns $2 and $3
|
|
session_popts=Password options
|
|
session_pamconv=Support full PAM conversations?
|
|
session_pamend=Pass on PAM status to other modules?
|
|
session_cmddef=Expired password change
|
|
session_cmddef1=Change expired passwords via PAM
|
|
session_cmddef0=Change passwords with command:
|
|
session_ecmd=Missing or invalid password change command
|
|
session_epasswd_file=Invalid unix users file
|
|
session_epasswd_uindex=Missing or invalid unix username index
|
|
session_epasswd_pindex=Missing or invalid unix password index
|
|
session_banner=Pre-login banner
|
|
session_banner1=No pre-login page
|
|
session_banner0=Show pre-login file
|
|
session_ebanner=Missing or invalid pre-login file
|
|
session_extauth=External squid-style authentication program
|
|
session_eextauth=Missing or invalid external authentication program
|
|
session_pmodedesc3=Password expiry policy
|
|
session_pmode0=Always deny users with expired passwords
|
|
session_pmode1=Always allow users with expired passwords
|
|
session_pmode2=Prompt users with expired passwords to enter a new one
|
|
session_md5=Webmin password hashing format
|
|
session_rpc_timeout=RPC session timeout
|
|
session_erpc_timeout=RPC session timeout is missing or must be a number greater than 0
|
|
session_md5off=Determine automatically
|
|
session_md5on=Use <tt>MD5</tt> hashing format
|
|
session_sha512=Use <tt>SHA512</tt> hashing format
|
|
session_yescrypt=Use <tt>yescrypt</tt> hashing format
|
|
session_emd5mod=MD5 hashing format cannot be used, as Perl $1 module is not installed
|
|
session_edigestcrypt=$1 hashing format cannot be used, because the system <tt>crypt</tt> function does not support it
|
|
session_blocklock=Also lock users with failed logins
|
|
session_passapi=Enable remote password change API?
|
|
session_passapi0=API disabled
|
|
session_passapi1=API enabled for Unix users
|
|
session_passurl=When enabled, user passwords can be changed via a POST request to $1
|
|
session_forgot=Allow forgotten password recovery?
|
|
session_eforgot=Forgotten password recovery cannot be enabled unless the <b>Virtualmin Password Recovery</b> plugin module is first removed. This can be done on the <a href='$1'>Webmin Modules</a> page.
|
|
session_passresetdesc=Password recovery throttling
|
|
session_passreset=Block clients with more than $1 requests for $2 minutes
|
|
session_epassreset_failures=Missing or invalid blocking requests
|
|
session_passtimeoutdesc=Password reset link expiry
|
|
session_passtimeout=Password reset link expires in $1 minutes
|
|
session_epassreset_timeout=Missing or invalid password reset timeout
|
|
|
|
assignment_title=Reassign Modules
|
|
assignment_header=Module category assignments
|
|
assignment_ok=Change Categories
|
|
assignment_desc=This form allows you to configure which category each module is displayed under on the Webmin index page.
|
|
|
|
categories_title=Edit Categories
|
|
categories_header=Category ID and descriptions
|
|
categories_desc=This form allows you to rename the existing Webmin categories and create new ones to assign modules to. The top part of the table is for changing the descriptions of the built-in categories, while the bottom part is for adding new category IDs and descriptions.
|
|
categories_ok=Save Categories
|
|
categories_err=Failed to save categories
|
|
categories_edesc=Missing description for $1
|
|
categories_ecat=Category ID $1 is already taken
|
|
categories_code=ID
|
|
categories_name=Displayed description
|
|
categories_lang=Edit categories in language:
|
|
categories_langok=Change
|
|
categories_custom=Custom
|
|
|
|
log_access=Changed IP access control
|
|
log_bind=Changed port and address
|
|
log_log=Changed logging options
|
|
log_proxy=Changed proxy servers
|
|
log_osdn=Changed download options
|
|
log_ui=Changed user interface options
|
|
log_install=Installed module $1
|
|
log_tinstall=Installed theme $1
|
|
log_clone=Cloned module $1 to $2
|
|
log_delete=Deleted module $1
|
|
log_os=Changed operating system
|
|
log_fixrepo=Fixed Webmin repository
|
|
log_lang=Changed global language
|
|
log_startpage=Changed index page options
|
|
log_upgrade=Upgraded Webmin to version $1
|
|
log_session=Changed authentication options
|
|
log_twofactor=Changed two-factor authentication options
|
|
log_ssl=Changed SSL encryption mode
|
|
log_newkey=Created new SSL key
|
|
log_newcsr=Created new SSL CSR
|
|
log_setupca=Set up certificate authority
|
|
log_changeca=Changed certificate authority
|
|
log_stopca=Shut down certificate authority
|
|
log_assignment=Changed module categories
|
|
log_categories=Changed category names
|
|
log_theme=Change theme to $1
|
|
log_mobile=Changed mobile device options
|
|
log_theme_def=Changed theme to Webmin default
|
|
log_referers=Changed trusted referrers
|
|
log_descs=Changed module titles
|
|
log_advanced=Changed advanced options
|
|
log_web=Changed web server options
|
|
log_osdnclear=Cleared download cache
|
|
log_savekey=Uploaded existing SSL key
|
|
log_deletecache=Deleted $1 URLs from cache
|
|
log_clearcache=Cleared all URLs from cache
|
|
log_lock=Changed file locking
|
|
log_sendmail=Changed mail sending options
|
|
log_debug=Changed debugging log file options
|
|
log_delete_webmincron=Deleted $1 scheduled functions
|
|
log_run_webmincron=Ran $1 scheduled functions
|
|
log_save_webmincron=Updated scheduled function in module $1
|
|
log_onedelete_webmincron=Deleted scheduled function in module $1
|
|
log_letsencrypt=Requested new SSL certificate from an ACME provider
|
|
log_letsencryptdns=Created ACME DNS record for $1
|
|
log_letsencryptcleanup=Removed ACME DNS record for $1
|
|
|
|
themes_title=Webmin Themes
|
|
themes_desc=Themes control the appearance of the Webmin user interface, including icons, colours, backgrounds and the layout of pages. The selection box below can be used to choose one of the themes installed on your system.
|
|
themes_sel=Current theme
|
|
themes_configure=Open theme configuration page
|
|
themes_default=Legacy Theme
|
|
themes_none=None - let theme decide
|
|
themes_change=Change
|
|
themes_overdesc=Overlays modify the appearance of a theme, by changing the colors, backgrounds and icons. They do not change the layout.
|
|
themes_overlay=Current overlay
|
|
themes_installdesc=Use the form below to install a new Webmin 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
|
|
themes_tabchange=Change theme
|
|
themes_taboverlay=Change overlay
|
|
themes_tabinstall=Install theme
|
|
themes_tabdelete=Delete themes
|
|
themes_tabexport=Export themes
|
|
|
|
themes_err1=Failed to install theme from $1
|
|
themes_efile=File does not exist
|
|
themes_err2=Failed to install uploaded theme
|
|
themes_ebrowser=Your browser does not support file uploads
|
|
themes_err3=Failed to install theme from $1
|
|
themes_eurl=Invalid URL
|
|
themes_etar=Not a valid theme file : $1
|
|
themes_einfo=Theme $1 is missing a theme.info file
|
|
themes_enone=File does not appear to contain any themes
|
|
themes_eextract=Extract failed : $1
|
|
themes_done=The following themes have been successfully installed on your system :
|
|
themes_line=$1 in $2 ($3 kB)
|
|
themes_ecomp=File is compressed, but the $1 command was not found on your system
|
|
themes_ecomp2=Failed to uncompress file : $1
|
|
themes_egzip=File is gzipped, but the $1 command was not found on your system
|
|
themes_egzip2=Failed to gunzip file : $1
|
|
themes_erpm=Not a Webmin theme RPM
|
|
themes_eirpm=RPM install failed : $1
|
|
themes_ok=Theme changed successfully—redirecting now ..
|
|
themes_ok2=Theme overlay changed successfully—redirecting now ..
|
|
themes_delete=This form can be used to delete one of the themes installed on your system that is not currently in use.
|
|
themes_delok=Theme to delete
|
|
themes_return=themes list
|
|
themes_err4=Failed to change overlay theme
|
|
themes_eoverlay=Selected overlay is not compatible with the current global theme
|
|
|
|
themes_desc4=Installed themes can be exported as a wbt.gz file using the form below. A theme file can then be installed onto another system running Webmin.
|
|
themes_exportmods=Themes to export
|
|
themes_exportok=Export Selected Themes
|
|
|
|
referers_title=Trusted Referrers
|
|
referers_desc=This page allows you to configure Webmin's referrer checking support, which is used to prevent malicious links from other websites tricking your browser into doing dangerous things with Webmin. However, if you have links to Webmin from your own websites that you don't want to be warned about you should add those sites to the list below.
|
|
referers_list=Trusted websites
|
|
referers_none=Trust links from unknown referrers
|
|
referers_none2=WARNING: This opens your system up to XSS attacks!
|
|
referers_referer=Referrer checking enabled?
|
|
referers_err=Failed to save referers
|
|
referers_ehost='$1' is not a valid trusted hostname
|
|
|
|
update_err=Failed to update modules
|
|
update_eurl=Missing or invalid update URL
|
|
update_title=Update Modules
|
|
update_info=Updating Webmin modules ..
|
|
update_mmissing=Module $1 is not installed on this system.
|
|
update_malready=Module $1 is already up to date.
|
|
update_mshow=Update needed for module $1 to version $2.
|
|
update_mok=Updating module $1 to version $2.
|
|
update_fixes=Fixes problem
|
|
update_mdesc=Installed module $1 ($2 kB)
|
|
update_mos=Update to module $1 is not needed on your system.
|
|
update_mtype=Module $1 cannot be updated as it was installed from a $2 package
|
|
update_efile=Invalid module updates source file
|
|
update_ehour=Missing or invalid hour to update on
|
|
update_emins=Missing or invalid minute to update on
|
|
update_edays=Missing or invalid number of days
|
|
update_rv=Checking for updated Webmin modules from $1
|
|
update_eemail=You must enter an email address if only showing what would be updated.
|
|
update_subject=Webmin modules update report
|
|
update_version=A new release of Webmin (version $1) is now available for download. Future updates will be released only for the latest version.
|
|
|
|
anon_title=Anonymous Module Access
|
|
anon_desc=This page allows you to grant access to selected Webmin modules and paths without clients needing to login. For each module path that you enter below (such as <tt>/custom</tt> or <tt>/passwd</tt>) you must also enter the name of a Webmin user whose permissions will be used for access to the module.
|
|
anon_desc2=You should be VERY careful when granting anonymous access, as insufficient IP access controls or granting access to the wrong module may allow attackers to take over your system.
|
|
anon_url=URL path
|
|
anon_user=Webmin user
|
|
anon_err=Failed to save anonymous access
|
|
anon_eurl='$1' is not a valid URL path
|
|
anon_euser=Missing or invalid Webmin user for URL path '$1'
|
|
|
|
enogpg=GnuPG is not installed
|
|
|
|
standard_failed=Failed to download modules list : $1
|
|
standard_header=Standard Webmin modules
|
|
standard_warn=Warning - you are not running the latest Webmin version $1, so these modules will probably fail to install.
|
|
standard_eurl=Invalid standard modules URL
|
|
|
|
third_failed=Failed to download modules list : $1
|
|
third_header=Third Party Webmin modules
|
|
third_eurl=Invalid third party modules URL
|
|
third_title=Select Third Party Module
|
|
|
|
lock_title=File Locking
|
|
lock_desc=By default, Webmin will obtain a lock on any file that it modifies in order to prevent concurrent modification by multiple processes, which could lead to file corruption. This page allows you to selectively or totally disable locking if it is causing problems.
|
|
lock_header=File locking settings
|
|
lock_mode=Files for Webmin to lock
|
|
lock_all=Lock all files
|
|
lock_none=Never lock files
|
|
lock_only=Only lock files and directories ..
|
|
lock_except=Lock all files and directories except ..
|
|
lock_err=Failed to save file locking
|
|
lock_edir='$1' is not an absolute path
|
|
lock_edirs=No files or directories entered
|
|
lock_s=seconds
|
|
lock_m=minutes
|
|
lock_h=hours
|
|
lock_pid=PID
|
|
lock_cmd=Script
|
|
lock_file=Locked file
|
|
lock_files=Locked Files
|
|
lock_nfiles=No Locked Files
|
|
lock_age=Held for
|
|
lock_noneopen=No files are currently locked by Webmin
|
|
lock_msg=The files listed below are currently locked by a Webmin process
|
|
lock_kill=Kill Selected Locks
|
|
lock_term=Terminate Selected Locks
|
|
lock_return=list of locks
|
|
|
|
kill_title=Removing Locks
|
|
kill_err=Failed to remove locks
|
|
kill_enone=None selected!
|
|
kill_pid=Killing process $1 ..
|
|
term_pid=Terminating process $1 ..
|
|
kill_gone=.. process no longer exists!
|
|
kill_gone2=.. lock no longer exists!
|
|
kill_dead=.. killed $1 and released lock $2
|
|
kill_alive=.. sent kill signal to $1 but it did not exit!
|
|
kill_failed=.. kill failed due to $1, but releaed lock $2 anyway
|
|
kill_already=.. released lock on $1
|
|
|
|
ipkey_title1=Create SSL Key
|
|
ipkey_title2=Edit SSL Key
|
|
ipkey_header=IP-specific SSL key details
|
|
ipkey_ips2=For IP addresses and hostnames
|
|
ipkey_err=Failed to save SSL key
|
|
ipkey_eip2='$1' is not a valid IP address or hostname
|
|
ipkey_eips=No IP addresses entered
|
|
ipkey_eextracas=No additional certificate files entered
|
|
ipkey_eextraca=Additional certificate file $1 does not exist
|
|
|
|
descs_title=Module Titles
|
|
descs_info=This page allows you to specify alternate titles for Webmin modules, to override their standard descriptions.
|
|
descs_mod=Module
|
|
descs_cmod=Original module
|
|
descs_desc=New title
|
|
descs_cdesc=Clone title
|
|
descs_err=Failed to save module titles
|
|
descs_edesc=Missing title for module '$1'
|
|
descs_etitle=Missing title for clone '$1'
|
|
|
|
export_err=Failed to export modules
|
|
export_ecmd=Missing needed command $1
|
|
export_efile=Missing or invalid export file
|
|
export_done=Successfully exported the selected modules to $1.
|
|
export_title=Export Modules
|
|
|
|
advanced_title=Advanced Options
|
|
advanced_header=Advanced and experimental options
|
|
advanced_temp=Temporary files directory
|
|
advanced_tempdef=Default (<tt>$1</tt>)
|
|
advanced_tdd=Clear temp files in non-standard directory?
|
|
advanced_tempdelete=Maximum age of temporary files
|
|
advanced_nodelete=Unlimited
|
|
advanced_days=days
|
|
advanced_preload=Pre-load Webmin functions library?
|
|
advanced_precache=Text files to pre-cache?
|
|
advanced_precache0=None
|
|
advanced_precache1=English language text files
|
|
advanced_precache2=Files matching shell patterns $1
|
|
advanced_eprecache=Missing list of shell patterns to pre-cache
|
|
advanced_err=Failed to save advanced options
|
|
advanced_etemp=Missing or non-existant temporary files directory
|
|
advanced_etdir=Missing or non-existant temporary files directory for $1
|
|
advanced_etempmkdir=Failed to create temporary files directory $1 : $2
|
|
advanced_etempparent=Cannot create temporary files directory because $1 exists and is not a directory
|
|
advanced_etempparentperms=Parent directory <tt>$1</tt> must be group and other executable.
|
|
advanced_etempchmod=Failed to set permissions on temporary files directory $1 to $2 : $3
|
|
advanced_etempperms=Temporary files directory <tt>$1</tt> already exists with incorrect ownership or permissions, and must be owned by <tt>root</tt> with mode <tt>$2</tt> before saving.
|
|
advanced_pass_desc=Make password available to Usermin programs?
|
|
advanced_pass_help=Does not work when session authentication is enabled
|
|
advanced_tempmods=Per-module temporary directories
|
|
advanced_tmod=Module
|
|
advanced_tdir=Directory
|
|
advanced_stack=Show stack trace for error messages?
|
|
advanced_showstderr=Show Perl errors in browser?
|
|
advanced_umask=Umask (unset permission bits) for created files
|
|
advanced_chattr=Allow modification of immutable files?
|
|
advanced_eumask=Umask must be a 3-digit octal number
|
|
advanced_etempdelete=Missing or invalid maximum age of temporary files
|
|
advanced_nice=CPU priority for scheduled jobs
|
|
advanced_pri=Priority level
|
|
advanced_sclass=IO class for scheduled jobs
|
|
advanced_sprio=IO priority for scheduled jobs
|
|
advanced_gzip=Gzip compress static files?
|
|
advanced_gzipauto=Only if pre-compressed .gz file exists
|
|
advanced_gzip0=Never
|
|
advanced_gzip1=Use pre-compressed file and compress dynamically
|
|
advanced_egzip=Gzip compression cannot be enabled unless the $1 perl module is installed
|
|
advanced_redir=URL format for redirects
|
|
advanced_redir1=Path only
|
|
advanced_redir0=Protocol, host, port and path
|
|
advanced_listdir=List directories without an index file?
|
|
advanced_headers=Extra HTTP headers
|
|
advanced_eheader=Headers must be formatted like <tt>Header: Value</tt>
|
|
advanced_sortconfigs=Save config files sorted by its keys?
|
|
advanced_bufsize=Network buffer size in bytes
|
|
advanced_bufsize_binary=Network buffer size for downloads in bytes
|
|
advanced_ebufsize=Network buffer size must be a number greater than zero
|
|
advanced_ebufsize_binary=Network buffer size for downloads must be a number greater than zero
|
|
|
|
syslog_errorlog=Webmin error log
|
|
|
|
clear_title=Clear Download Cache
|
|
clear_done=The Webmin cache containing $1 of files from $2 URLs has been successfully cleared.
|
|
clear_none=There are no URLs currently in the Webmin download cache.
|
|
|
|
savekey_err=Failed to save new key
|
|
savekey_ekey=Missing or invalid PEM format key
|
|
savekey_ecert=Missing or invalid PEM format certificate
|
|
savekey_ecert2=Missing or invalid PEM format key and certificate
|
|
savekey_echain=Missing or invalid PEM format chained certificate
|
|
savekey_title=Upload Existing Key
|
|
savekey_done2=The supplied SSL key has been saved in $1, and the certificate in $2.
|
|
savekey_done=The supplied SSL key and certificate have been saved in the file $1.
|
|
savekey_done3=The supplied chained SSL certificate has been saved in the file $1.
|
|
|
|
cache_title=Cached URLs
|
|
cache_search=Find URLs containing:
|
|
cache_ok=Search
|
|
cache_none=No cached URLs matched your search.
|
|
cache_matches=Found $1 cached URLs matching your search ..
|
|
cache_url=Full URL
|
|
cache_size=Size
|
|
cache_date=Downloaded
|
|
cache_delete=Flush Selected From Cache
|
|
cache_err=Failed to flush cached URLs
|
|
cache_enone=None selected
|
|
cache_efile=Invalid filename
|
|
|
|
restart_title=Restarting Webmin
|
|
restart_done=The Webmin server process is restarting. Please wait a few seconds before continuing.
|
|
|
|
mobile_title=Mobile Device Options
|
|
mobile_header=Options for mobile browsers
|
|
mobile_theme=Theme for mobile browsers
|
|
mobile_themeglob=<User's choice or global configuration>
|
|
mobile_nosession=Force use of HTTP authentication?
|
|
mobile_agents=Additional user agents for mobile browsers
|
|
mobile_err=Failed to save mobile device options
|
|
mobile_prefixes=URL hostname prefixes for mobile browsers
|
|
|
|
blocked_title=Blocked Hosts and Users
|
|
blocked_type=Type
|
|
blocked_who=Hostname or username
|
|
blocked_fails=Login failures
|
|
blocked_when=Blocked at
|
|
blocked_none=No hosts or users are currently blocked by Webmin.
|
|
blocked_user=Webmin user
|
|
blocked_host=Client host
|
|
blocked_clear=Clear All Blocks
|
|
blocked_cleardesc=Click this button to clear all current host and user blocks, by restarting the Webmin server process.
|
|
blocked_restarting=The Webmin server process is restarting to clear blocked hosts and users. Please wait a few seconds before continuing.
|
|
|
|
refreshmods_title=Refresh Modules
|
|
refreshmods_installed=Checking for usable Webmin modules ..
|
|
refeshmods_counts=.. found $2 with installed applications, $1 not installed.
|
|
|
|
debug_title=Debugging Log File
|
|
debug_header=Webmin debug log file options
|
|
debug_enabled=Debug log enabled?
|
|
debug_what=Events to log
|
|
debug_what_start=Scripts starting and stopping
|
|
debug_what_write=Files opened for writing
|
|
debug_what_read=Files opened for reading
|
|
debug_what_ops=Other file operations
|
|
debug_what_procs=Operations on processes
|
|
debug_what_diff=Configuration file diffs
|
|
debug_what_cmd=Commands executed
|
|
debug_what_net=Network connections made
|
|
debug_what_sql=SQL executed
|
|
debug_file=Debugging log file
|
|
debug_size=Maximum size for log file
|
|
debug_err=Failed to save debugging options
|
|
debug_ewhat=No events to log selected
|
|
debug_efile=Debug log file must be an absolute path
|
|
debug_edir=Directory '$1' for debug log file does not exist
|
|
debug_esize=Maximum size must be a number
|
|
debug_procs=Script types to debug
|
|
debug_modules=Limit debugging to modules
|
|
debug_web=Web interface CGIs
|
|
debug_cmd=Command line
|
|
debug_cron=Background jobs
|
|
debug_inmods=Modules to write debug logs for
|
|
debug_emodules=No modules to debug for selected
|
|
|
|
notif_passexpired=Your Webmin password has expired! You will be forced to change it at the next login.
|
|
notif_passchange=Your Webmin password was last changed on $1, and must be changed in $2 days.
|
|
notif_passlock=Your Webmin password was last changed on $1, and your account will be locked in $2 days if it is not changed.
|
|
notif_changenow=You can <a href='$1'>change your password now</a> in the Change Language and Theme module.
|
|
notif_unixwarn=Your Unix password was last changed on $1, and must be changed in $2 days.
|
|
notif_unixexpired=Your Unix password has expired! You will be forced to change it at the next login.
|
|
notif_upgrade=Webmin version $1 is now available, but you are running version $2.
|
|
notif_upgradeok=Upgrade Webmin Now
|
|
notif_updatemsg=The $1 following Webmin module updates are now available ..
|
|
notify_updatemod=Module
|
|
notify_updatever=Version
|
|
notify_updatedesc=Fixes problem
|
|
notif_updateok=Install Updates Now
|
|
notif_reboot=Recent package updates (such as a new kernel version) require a reboot to be fully applied.
|
|
notif_rebootok=Reboot Now
|
|
notify_yumrepo=Your system is using the old Webmin repository. Click the button below to switch to the new repository URL <tt>$1</tt> in order to use our latest signing key and ensure access to updated Webmin versions.
|
|
notify_aptrepo=Your system is using the old Webmin repository. Click the button below to switch to the new <tt>stable</tt> repository URL <tt>$1</tt> in order to use our latest signing key and ensure access to updated Webmin versions.
|
|
notif_fixreponow=Update Webmin Repository
|
|
|
|
status_title=Background Status Collection
|
|
status_header=Status collection job settings
|
|
status_interval=Collect system status in background?
|
|
status_interval1=Never
|
|
status_interval0=Every
|
|
status_mins=minutes
|
|
status_pkgs=Collect available package updates?
|
|
status_temp=Collect drive temperatures?
|
|
status_temp2=Collect CPU temperatures and fans speed?
|
|
status_units=Units for temperatures
|
|
status_celsius=Celsius
|
|
status_fahrenheit=Fahrenheit
|
|
status_err=Failed to save background status collection
|
|
status_einterval=Collection interval must be an integer between 1 and 60
|
|
|
|
sendmail_title=Sending Email
|
|
sendmail_desc=This page controls how Webmin sends email, such as from scheduled backups or background monitoring. It also effects email sent using the Read User Mail module.
|
|
sendmail_header=Mail sending options
|
|
sendmail_system=Local mail server
|
|
sendmail_smtp=Send email using
|
|
sendmail_port=SMTP port
|
|
sendmail_portdef=Use default port
|
|
sendmail_portsel=Use port number
|
|
sendmail_ssl=Use SMTP SSL encryption?
|
|
sendmail_ssl0=Never encrypt
|
|
sendmail_ssl1=Always use TLS
|
|
sendmail_ssl2=Switch with STARTTLS
|
|
sendmail_smtp0=Local mail server command
|
|
sendmail_smtp1=Via SMTP to local mail server
|
|
sendmail_smtp2=Via SMTP to remote mail server
|
|
sendmail_login=SMTP server authentication
|
|
sendmail_login1=Don't authenticate
|
|
sendmail_login0=Login as
|
|
sendmail_pass=with password
|
|
sendmail_auth=SMTP authentication method
|
|
sendmail_authdef=Default (currently Cram-MD5)
|
|
sendmail_from=From address for email from Webmin
|
|
sendmail_fromdef=Default ($1)
|
|
sendmail_fromaddr=Address
|
|
sendmail_name=Display name
|
|
sendmail_toaddr=Default destination address for notifications
|
|
sendmail_to_def=None set
|
|
sendmail_etoaddr=Missing or incorrectly formatted destination address
|
|
sendmail_err=Failed to save mail sending options
|
|
sendmail_esmtp=Missing or un-resolvable SMTP server hostname
|
|
sendmail_eport=Missing or non-numeric SMTP port
|
|
sendmail_elogin=Missing SMTP server login
|
|
sendmail_esasl=SMTP authentication cannot be enabled unless the <a href=$1>$2</a> Perl module is installed.
|
|
sendmail_efrom=Missing or incorrectly formatted from address
|
|
sendmail_header2=Send test message
|
|
sendmail_to=Send message to
|
|
sendmail_subject=Message subject
|
|
sendmail_body=Message contents
|
|
sendmail_desc2=This form can be used to send a test email with the settings above, to ensure that mail is being delivered correctly.
|
|
sendmail_send=Send Email
|
|
sendmail_url=Webmin URL for use in email
|
|
sendmail_url_def=Default ($1)
|
|
sendmail_url_custom=Custom URL
|
|
sendmail_eurl=Missing or invalid custom URL
|
|
|
|
testmail_title=Send Test Email
|
|
testmail_err=Failed to send test message
|
|
testmail_eto=No destination address entered
|
|
testmail_sending=Sending message from $1 to $2 ..
|
|
testmail_done=.. message sent. Check the destination address's mailbox to ensure that it was actually delivered.
|
|
testmail_failed=.. sending failed : $1
|
|
|
|
web_title=Web Server Options
|
|
web_header=Options for Webmin's built-in webserver
|
|
web_expires=Client-side cache time for static files
|
|
web_expiresdef=Webmin default (7 days)
|
|
web_expiressecs=Time in seconds
|
|
web_err=Failed to save web server options
|
|
web_eexpires=Missing or non-numeric client side cache time
|
|
web_expirespaths=Client-side cache times based on URL path
|
|
web_expirespath=Path regular expression
|
|
web_expirestime=Cache time in seconds
|
|
web_eexpires2=Missing or non-numeric client side cache time in row $1
|
|
web_rediruurl=Post-login switch redirect URL
|
|
web_redirdesc=Internal redirect URL overrides
|
|
web_eredirurl='$1' contains spaces and is not a valid URL
|
|
web_redirhost=Redirect host
|
|
web_eredirhost='$1' is not a valid hostname
|
|
web_redirport=Redirect port
|
|
web_redirpref=Redirect prefix
|
|
web_eredirpref=Prefix must start with forward slash
|
|
web_eredirpref2=Prefix must not contain spaces
|
|
web_redirssl=Redirect SSL
|
|
|
|
webmincron_title=Webmin Scheduled Functions
|
|
webmincron_emodule=The Webmin Cron Jobs module is not installed!
|
|
webmincron_module=Webmin module
|
|
webmincron_func=Function name
|
|
webmincron_args=Parameters
|
|
webmincron_when=Run at
|
|
webmincron_none=No Webmin scheduled functions have been created yet. These are typically created by other modules, not by users.
|
|
webmincron_delete=Delete Selected Functions
|
|
webmincron_run=Run Selected Functions Now
|
|
webmincron_derr=Failed to delete scheduled functions
|
|
webmincron_enone=None selected
|
|
webmincron_rerr=Failed to run delete scheduled functions
|
|
webmincron_running=Running function $2 in $1 ..
|
|
webmincron_failed=.. failed : $1
|
|
webmincron_done=.. done
|
|
webmincron_return=list of scheduled functions
|
|
webmincron_header=Scheduled Function Details
|
|
webmincron_egone=Scheduled function does not exist!
|
|
webmincron_when0=Regular interval
|
|
webmincron_when1=Specific times
|
|
webmincron_secs=seconds
|
|
webmincron_err=Failed to save scheduled function
|
|
webmincron_einterval=Interval must be a number of seconds greater than zero
|
|
|
|
twofactor_title=Two-Factor Authentication
|
|
twofactor_header=Two-factor authentication options
|
|
twofactor_provider=Authentication provider
|
|
twofactor_none=None
|
|
twofactor_totp=TOTP Authenticator
|
|
twofactor_apikey=Authy API key
|
|
twofactor_test=Use provider's test mode?
|
|
twofactor_desc=Two-factor authentication allows Webmin users to enable use of an additional authentication device when logging in, such as a one-time passcode generator. Users must individually enroll with the selected authentication provider after it is enabled on this page.
|
|
twofactor_err=Failed to save two-factor authentication
|
|
twofactor_eprovider=Invalid provider!
|
|
twofactor_eusers=Two-factor authentication cannot be disabled, as the following users are currently enrolled : $1
|
|
twofactor_eapikey=Missing or invalid-looking API key
|
|
twofactor_email=Your email address
|
|
twofactor_country=Cellphone country code
|
|
twofactor_phone=Cellphone phone number
|
|
twofactor_eemail=Missing or invalid email address - must be formatted like user@domain.com
|
|
twofactor_ecountry=Missing or invalid country code - must be a number, like 65
|
|
twofactor_ephone=Missing or invalid phone number - only digits, dashes and spaces are allowed
|
|
twofactor_eauthykey=Authy API key is not valid, or is for the wrong mode
|
|
twofactor_eauthy=Error validating API key with Authy : $1
|
|
twofactor_eauthyenroll=Enrollment failed : $1
|
|
twofactor_eauthyid=Authy user ID must be a number
|
|
twofactor_eauthytoken=Authy token must be a number
|
|
twofactor_eauthyotp=Authy token is invalid
|
|
twofactor_enrolllink=You can now enroll for two-factor authentication in the <a href='$1'>Webmin Users</a> module.
|
|
twofactor_url=To learn more about $1, see its website at <a href='$2' target=_blank>$2</a>.
|
|
twofactor_etotpmodule=The Perl module <tt>$1</tt> needed for two-factor authentication is not installed. Use the <a href='$2'>Perl Modules</a> page in Webmin to install it.
|
|
twofactor_qrcode=Enter the secret code $1 in the TOTP app, or scan the QR code below.
|
|
twofactor_qrcode_manual=Enter the secret code $1 in the TOTP app and set it up manually, as QR code generation is not supported on this system.
|
|
twofactor_etotpid=Invalid TOTP base32-encoded secret
|
|
twofactor_etotptoken=TOTP token must be a number
|
|
twofactor_etotpmatch=Incorrect OTP code
|
|
twofactor_secret=Personal secret key
|
|
twofactor_secret1=Generated randomly
|
|
twofactor_secret0=Use 16-character key
|
|
twofactor_esecret=Secret key must be exactly 16 characters long and contain only letters and numbers
|
|
twofactor_esession=Two-factor authentication cannot be used unless session-based authentication is active
|
|
|
|
letsencrypt_title=SSL Provider Certificate Request
|
|
letsencrypt_err=Failed to request certificate
|
|
letsencrypt_ecmds=Neither the native ACME client command <tt>certbot</tt> nor the <tt>python</tt> command were found on your system
|
|
letsencrypt_epythonmod=The Python module $1 needed by the built-in ACME client is not installed
|
|
letsencrypt_epythonver=Failed to get the Python version : $1
|
|
letsencrypt_epythonver2=Python version $1 or above is required, but you only have version $2.
|
|
letsencrypt_certbot=Certbot
|
|
letsencrypt_edroot=The Apache virtual host $1 has no document directory!
|
|
letsencrypt_edom=Missing or invalid domain name or IP address
|
|
letsencrypt_erenew=Missing or non-numeric renewal interval
|
|
letsencrypt_erenewunit=Invalid renewal interval unit
|
|
letsencrypt_erenewipauto=Automatic renewal for IP address certificates must use days and be no more than $1 days
|
|
letsencrypt_eacmedir=Missing or invalid ACME directory URL
|
|
letsencrypt_eeabdir=An ACME directory URL must be entered when using External Account Binding
|
|
letsencrypt_eeabpair=Both the External Account Binding key ID and HMAC key must be entered
|
|
letsencrypt_eeabnative=External Account Binding can only be used when the native ACME client is installed
|
|
letsencrypt_ecertbotport=Certbot validation requires TCP port 80 to be free, but it is already in use by another service. Stop that service temporarily, or use webroot or DNS validation instead.
|
|
letsencrypt_ecertbotwebmin=Certbot validation cannot be used while Webmin is listening on TCP port 80. Use webroot or DNS validation instead, or move Webmin to another port.
|
|
letsencrypt_ewebroot=Website document directory does not exist
|
|
letsencrypt_evhost=No virtual host matching $1 was found
|
|
letsencrypt_efull=Expected full certificate file $1 was not found
|
|
letsencrypt_ecert=Expected certificate file $1 was not found
|
|
letsencrypt_ekey=Expected private key file $1 was not found
|
|
letsencrypt_doing=Requesting a new certificate for $1, using the website directory $2 ..
|
|
letsencrypt_doingdns=Requesting a new certificate for $1, using DNS validation ..
|
|
letsencrypt_doingcertbot=Requesting a new certificate for $1, using the Certbot webserver ..
|
|
letsencrypt_failed=.. request failed : $1
|
|
letsencrypt_done=.. done
|
|
letsencrypt_show=The new certificate and private key were written to the following files:
|
|
letsencrypt_cert=SSL certificate
|
|
letsencrypt_key=SSL private key
|
|
letsencrypt_chain=Chained CA certificate
|
|
letsencrypt_webmin=Configuring Webmin to use new cert and key ..
|
|
letsencrypt_wdone=.. done
|
|
letsencrypt_eaccountkey=Failed to generate account key : $1
|
|
letsencrypt_etiny=Failed to request certificate : $1
|
|
letsencrypt_echain=Failed to download chained certificate : $1
|
|
letsencrypt_echain2=Chained certificate downloaded from $1 is empty
|
|
letsencrypt_ecsr=Failed to generate CSR : $1
|
|
letsencrypt_ekeygen=Failed to generate private key : $1
|
|
letsencrypt_enative=The native ACME client (certbot) was used previously on this system, and must be used for all future certificate requests
|
|
letsencrypt_eacmedns=Only the native ACME client supports DNS-based validation
|
|
letsencrypt_eacmecertbot=Only the native ACME client supports Certbot validation
|
|
|
|
announce_hide=Hide This Announcement
|
|
alert_hide=Hide Alert
|
|
|
|
os_eol=OS EOL countdown notification
|
|
os_eol_countdown=months before
|
|
os_eol_ecountdown=Month before countdown must be an integer
|
|
os_eol_until=Until
|
|
os_eol_type1=OS maintenance and security support
|
|
os_eol_type2=OS extended security maintenance
|
|
os_eol_years=years
|
|
os_eol_year=year
|
|
os_eol_months=months
|
|
os_eol_month=month
|
|
os_eol_weeks=weeks
|
|
os_eol_week=week
|
|
os_eol_days=days
|
|
os_eol_day=day
|
|
os_eol_hours=hours
|
|
os_eol_hour=hour
|
|
os_eol_minutes=minutes
|
|
os_eol_minute=minute
|
|
os_eol_seconds=seconds
|
|
os_eol_second=second
|
|
os_eol_reached=EOL reached
|
|
os_eol_reaching=EOL in
|
|
os_eol_reaching2=EOL imminent
|
|
|
|
qr_err=Failed to generate QR code
|
|
qr_estr=Missing QR code string!
|
|
|
|
__norefs=1
|