mirror of
https://github.com/webmin/webmin.git
synced 2026-06-05 12:50:23 +01:00
457 lines
16 KiB
Plaintext
457 lines
16 KiB
Plaintext
main_homepage=Home Page
|
|
main_switch=Switch user..
|
|
main_logout=Logout
|
|
main_version=Version $1 on $2 ($3)
|
|
main_title=Webmin $1 on $2 ($3)
|
|
main_title2=Webmin
|
|
main_title3=Webmin $1 ($2)
|
|
main_none=You do not have access to any Webmin modules.
|
|
main_skill=Skill level
|
|
main_readonly=(Read-only mode)
|
|
main_return=Return to $1
|
|
main_unused=Un-used Modules
|
|
main_refreshmods=Refresh Modules
|
|
|
|
link_essl=The Net::SSLeay Perl module needed to make HTTPS connections is not installed on your system.
|
|
|
|
category_servers=Servers
|
|
category_hardware=Hardware
|
|
category_system=System
|
|
category_webmin=Webmin
|
|
category_net=Networking
|
|
category_syslet=Syslets
|
|
category_cluster=Cluster
|
|
category_info=Information
|
|
category_=Tools
|
|
|
|
longcategory_servers=Modules for configuration web, email, FTP and other servers
|
|
longcategory_hardware=Modules for printer, disk and other hardware configuration
|
|
longcategory_system=Modules for users, filesystems, Cron jobs and other system settings
|
|
longcategory_webmin=Modules for configuring Webmin itself
|
|
longcategory_net=Modules for configuring networking and network services
|
|
longcategory_cluster=Modules that can manage multiple servers from a single interface
|
|
longcategory_info=Modules that display information about your system
|
|
longcategory_=Modules that perform other miscellaneous tasks
|
|
|
|
header_webmin=Webmin Index
|
|
header_module=Module Index
|
|
header_help=Help..
|
|
header_config=Module Config
|
|
header_servers=Webmin Servers
|
|
|
|
index=index
|
|
yes=Yes
|
|
no=No
|
|
or=or
|
|
save=Save
|
|
create=Create
|
|
delete=Delete
|
|
find=Find
|
|
error=Error
|
|
error_previous=previous page
|
|
error_stack=Call Stack Trace
|
|
error_file=File
|
|
error_line=Line
|
|
error_sub=Function
|
|
error_stackline=In file $1 at line $2 calling $3
|
|
efilewrite=Failed to write to $1 : $2
|
|
efileclose=Failed to write to $1 when closing : $2
|
|
efileopen=Failed to open $1 for writing : $2
|
|
default=Default
|
|
modify=Modify
|
|
reset=Reset
|
|
ok=OK
|
|
cancel=Cancel
|
|
fail=Failed
|
|
helpsearch=Search Docs..
|
|
switch_remote_euser=The Unix user $1 does not exist.
|
|
programname=Webmin
|
|
euserdbacl=Failed to fetch user ACL : $1
|
|
euserdbacl2=Failed to update user ACL : $1
|
|
egroupdbacl=Failed to fetch group ACL : $1
|
|
egroupdbacl2=Failed to update group ACL : $1
|
|
|
|
chooser_title1=Choose File..
|
|
chooser_title2=Choose Directory..
|
|
chooser_dir=Directory of $1
|
|
chooser_ok=Ok
|
|
chooser_date=Choose Date
|
|
chooser_eopen=Listing failed : $1
|
|
|
|
users_title1=Select Users..
|
|
users_title2=Select User..
|
|
users_sel=Selected Users
|
|
users_all=All Users
|
|
users_ok=Ok
|
|
users_cancel=Cancel
|
|
users_clear=Clear
|
|
|
|
groups_title1=Select Groups..
|
|
groups_title2=Select Group..
|
|
groups_all=All Groups
|
|
groups_sel=Selected Groups
|
|
groups_ok=Ok
|
|
groups_cancel=Cancel
|
|
groups_clear=Clear
|
|
|
|
modules_title1=Select Modules..
|
|
modules_title2=Select Module..
|
|
modules_sel=Selected Modules
|
|
modules_all=All Modules
|
|
modules_ok=Ok
|
|
modules_cancel=Cancel
|
|
modules_clear=Clear
|
|
|
|
config_ecannot=You are not allowed to configure this module
|
|
config_title=Configuration
|
|
config_dir=For module $1
|
|
config_header=Configurable options for $1
|
|
config_none=None
|
|
config_eaccess=You are not allowed to access this module
|
|
config_emodule=Module does not exist
|
|
config_err=Failed to save config
|
|
config_nochange=Don't change
|
|
config_setto=Set to
|
|
config_ewebmin=Parameter type 14 only works in Webmin
|
|
|
|
help_err=Failed to display help
|
|
help_epath=Missing or invalid help path
|
|
help_efile3=Failed to read help page $1 from module $2
|
|
help_eheader=Missing <header> section
|
|
help_einclude3=Failed to include help page $1
|
|
help_eif=$1 failed : $2
|
|
help_eexec=$1 failed : $2
|
|
|
|
referer_title=Security Warning
|
|
referer_warn=<b>Warning!</b> Webmin has detected that the program $2 was linked to from the URL $1, which appears to be outside the Webmin server. This may be an attempt to trick your server into executing a dangerous command.
|
|
referer_warn_unknown=<b>Warning!</b> Webmin has detected that the program $1 was linked to from an unknown URL, which appears to be outside the Webmin server. This may be an attempt to trick your server into executing a dangerous command.
|
|
referer_fix1=If this is a legitimate link, you can allow links from this URL as follows :<ul><li>Login to Webmin normally.</li><li>Go to the <b>Webmin Configuration</b> module.</li><li>Click on the Trusted Referrers icon.</li><li>Enter the hostname $1 into the <b>Trusted websites</b> field, and click <b>Save.</b></li></ul>
|
|
referer_fix2=Alternately, you can configure Webmin to allow this link from the command line by :<ul><li>Login as <tt>root</tt>, and edit the <tt>/etc/webmin/config</tt> file.</li><li>Add the line <tt>referers=$1</tt> at the end, or if a <tt>referers</tt> line already exists add <tt>$1</tt> to it.</li><li>Save the file.</li></ul>
|
|
referer_fix3u=Make sure your browser is configured to send referrer information so that it can be verified by Webmin.
|
|
referer_fix2u=Alternately, you can configure Webmin to allow links from unknown referers by :<ul><li>Login as <tt>root</tt>, and edit the <tt>/etc/webmin/config</tt> file.</li><li>Find the line <tt>referers_none=1</tt> and change it to <tt>referers_none=0</tt>.</li><li>Save the file.</li></ul><p></p>WARNING - this has the side effect of opening your system up to reflected XSS attacks and so is not recommended!
|
|
|
|
session_header=Login to Webmin
|
|
session_mesg=You must enter a username and password to login to the Webmin server on $1.
|
|
session_mesg2=You must enter a username and password to login.
|
|
session_user=Username
|
|
session_pass=Password
|
|
session_twofactor=Two-factor token
|
|
session_login=Login
|
|
session_clear=Clear
|
|
session_failed=Login failed. Please try again.
|
|
session_twofailed=Two-factor authentication failed : $1
|
|
session_logout=Logout successful. Use the form below to login again.
|
|
session_timed_out=Session timed out after $1 minutes of inactivity.
|
|
session_save=Remember login permanently?
|
|
session_forgot=Forgot Password?
|
|
|
|
forgot_title=Reset Forgotten Password
|
|
forgot_user=Username:
|
|
forgot_desc=If your account has a recovery email set, you can use this form to send yourself a password reset link.
|
|
forgot_go=Send Password Reset Link
|
|
forgot_ecannot=Forgotten password recovery is not enabled!
|
|
forgot_euser=The user either does not exist or does not have a recovery email configured.
|
|
forgot_msg=You are receiving this email due to a request for password recovery from the Webmin system at $4 from $3, for the username $1.\n\nIf you would like to proceed with resetting the password, follow this link:\n$2
|
|
forgot_subject=Password reset for user $1
|
|
forgot_sent=A link to reset your password for user $2 has been sent to the recovery email address $1.
|
|
forgot_erandom=Failed to generate random ID!
|
|
forgot_eid=Missing or invalid-looking reset ID!
|
|
forgot_eid2=Reset ID is not valid!
|
|
forgot_etime=Password reset email is more than $1 minutes old.
|
|
forgot_ehost=Hostname mismatch in reset email
|
|
forgot_newpass=New password for user $1
|
|
forgot_newpass2=New password again
|
|
forgot_passok=Change Password
|
|
forgot_euser2=Webmin user $1 does not exist!
|
|
forgot_euser3=Mailbox user $1 does not exist!
|
|
forgot_esync=The password cannot be changed for this user
|
|
forgot_elock=The password for this user is locked
|
|
forgot_err=Failed to reset password
|
|
forgot_enewpass=No new password entered!
|
|
forgot_enewpass2=New passwords do not match!
|
|
forgot_equality=Password requirements were not met : $1
|
|
forgot_wdoing=Changing password for user $1 ..
|
|
forgot_done=.. password change complete.
|
|
forgot_retry=The password for Webmin user $2 was reset successfully. You can now <a href='$1'>log in</a> using your new password.
|
|
forgot_retry2=The password for mailbox user $1 was reset successfully.
|
|
forgot_edisabled=The password for a disabled Virtualmin domain cannot be reset
|
|
forgot_vdoing=Changing password for Virtualmin domain $1 ..
|
|
forgot_udoing=Changing password for Unix user $1 ..
|
|
forgot_eunix=Unix user does not exist!
|
|
forgot_eunixlock=User user's password is locked!
|
|
forgot_elogin=Forgotten password pages cannot be used when you are already logged in to Webmin!
|
|
forgot_erate=Too many password reset attempts for $1! Please try again later.
|
|
forgot_eremote=Webmin server on this system is not running or is not configured to allow forgotten password recovery.
|
|
forgot_essl=Forgotten password recovery can only be used over an SSL connection unless explicitly allowed
|
|
forgot_nossl=Yes, and allow over insecure connection
|
|
forgot_esslhost=Forgotten password recovery cannot be used with invalid SSL hostname $1
|
|
forgot_nossl_warn=Warning: This password reset is being sent over an insecure, not-encrypted connection and is vulnerable to man-in-the-middle (MITM) and header-injection attacks.
|
|
|
|
pam_header=Login to Webmin
|
|
pam_mesg=You must respond to the question below to login to Webmin server on $1.
|
|
pam_mesg2=You must respond to the question below to login.
|
|
pam_login=Continue
|
|
pam_restart=Restart
|
|
|
|
login_notsecure=Not Secure
|
|
login_notsecure_desc=This connection is not secure and could let a man-in-the-middle attack intercept your password or session cookie. Click here to switch to an HTTPS connection, unless you are on a trusted local network or behind a secure reverse proxy.
|
|
|
|
acl_root=Root directory for file chooser
|
|
acl_otherdirs=Other visible directories in file chooser
|
|
acl_nodot=Hide dot files in file chooser?
|
|
acl_home=User's home directory
|
|
acl_uedit=Users visible in user chooser
|
|
acl_uedit_all=All users
|
|
acl_uedit_none=No users
|
|
acl_uedit_only=Only users
|
|
acl_uedit_except=All except users
|
|
acl_uedit_uid=Users with UIDs in range
|
|
acl_uedit_group=Users with group
|
|
acl_gedit=Groups visible in group chooser
|
|
acl_gedit_all=All groups
|
|
acl_gedit_none=No groups
|
|
acl_gedit_only=Only groups
|
|
acl_gedit_except=All except groups
|
|
acl_gedit_gid=Groups with GIDs in range
|
|
acl_rpc=Can accept RPC calls?
|
|
acl_rpc2=Only for <tt>root</tt> or <tt>admin</tt>
|
|
acl_rpc1=Yes
|
|
acl_rpc0=No
|
|
acl_readonly2=User is in demo mode?
|
|
acl_readonlyyes=Yes (Some modules may not be available)
|
|
acl_negative=Grant new module permissions to user?
|
|
acl_fileunix=Browse files as Unix user
|
|
acl_sameunix=Same as Webmin login
|
|
acl_webminsearch=Show Webmin search field?
|
|
|
|
month_1=January
|
|
month_2=February
|
|
month_3=March
|
|
month_4=April
|
|
month_5=May
|
|
month_6=June
|
|
month_7=July
|
|
month_8=August
|
|
month_9=September
|
|
month_10=October
|
|
month_11=November
|
|
month_12=December
|
|
|
|
day_0=Sunday
|
|
day_1=Monday
|
|
day_2=Tuesday
|
|
day_3=Wednesday
|
|
day_4=Thursday
|
|
day_5=Friday
|
|
day_6=Saturday
|
|
|
|
smonth_1=Jan
|
|
smonth_2=Feb
|
|
smonth_3=Mar
|
|
smonth_4=Apr
|
|
smonth_5=May
|
|
smonth_6=Jun
|
|
smonth_7=Jul
|
|
smonth_8=Aug
|
|
smonth_9=Sep
|
|
smonth_10=Oct
|
|
smonth_11=Nov
|
|
smonth_12=Dec
|
|
|
|
sday_0=Su
|
|
sday_1=Mo
|
|
sday_2=Tu
|
|
sday_3=We
|
|
sday_4=Th
|
|
sday_5=Fr
|
|
sday_6=Sa
|
|
|
|
emodule=Access denied : User $1 is not allowed to use the $2 module
|
|
emodulecheck=The $1 module is not available on your system
|
|
elock_tries2=Failed to lock file $1 after $2 minutes. Last error was : $3
|
|
|
|
skill_high=Expert
|
|
skill_medium=Intermediate
|
|
skill_low=Novice
|
|
|
|
progress_size2=Downloading $1 ($2) ..
|
|
progress_nosize=Downloading $1 ..
|
|
progress_datan=Received $1 ($2 %)
|
|
progress_data2n=Received $1
|
|
progress_done=.. download complete
|
|
progress_incache=Found $1 in cache ..
|
|
|
|
readparse_cdheader=Missing Content-Disposition header
|
|
readparse_enc=Expecting form-data encoding, but got normal encoding
|
|
readparse_max=Data exceeded maximum size of $1 bytes
|
|
readparse_nofile=Missing filename for upload
|
|
readparse_cannotdir=Cannot open upload directory $1 : $2
|
|
|
|
password_expired=Your password has expired, and a new one must be chosen.
|
|
password_temp=You must select a new password to replace your temporary login.
|
|
password_header=Select New Password
|
|
password_user=Username
|
|
password_old=Current password
|
|
password_new1=New password
|
|
password_new2=New password again
|
|
password_ok=Change
|
|
password_clear=Clear
|
|
password_done=Your password has been successfully changed. You may now <a href='$1'>login again</a> with the new password.
|
|
password_err=Failed to change password
|
|
password_euser=Your login name was not found in the password file!
|
|
password_eold=The current password is incorrect
|
|
password_euserpass=Invalid username or password
|
|
password_enew1=No new password was entered
|
|
password_enew2=Your new passwords do not match
|
|
password_epam=PAM error : $1
|
|
password_emodpam=The Authen::PAM perl module needed to do password changes is not installed!
|
|
password_enewpass=New password is not allowed : $1
|
|
|
|
ui_mandatory=This field is mandatory
|
|
ui_checkmandatory=Nothing was selected
|
|
ui_errors=Multiple errors were found :
|
|
ui_nothing=Nothing entered
|
|
ui_searchcol=Find rows where
|
|
ui_searchfor=Contains the text
|
|
ui_searchok=Search
|
|
ui_selall=Select all.
|
|
ui_selinv=Invert selection.
|
|
ui_edate=Invalid date
|
|
ui_etime=Invalid time
|
|
ui_paging=Showing rows $1 to $2 of $3
|
|
ui_rowlabel=$2 in row $1 :
|
|
ui_filterbox=Type to filter..
|
|
ui_of=of
|
|
ui_success=Success
|
|
ui_info=Information
|
|
ui_warning=Warning
|
|
ui_error=Error
|
|
ui_error_fatal=Fatal Error
|
|
|
|
header_statusmsg=$1 logged into $2 $3 on $4 ($5)
|
|
|
|
uptracker_title=Uploading File
|
|
uptracker_file=Filename
|
|
uptracker_size=Size
|
|
uptracker_pc=Progress
|
|
uptracker_eid=No upload ID specified
|
|
uptracker_eid2=Upload ID is invalid!
|
|
uptracker_of=$1 of $2
|
|
|
|
wsearch_title=Search $1
|
|
wsearch_modt=Module
|
|
wsearch_mtitle=Module name
|
|
wsearch_what=Matching page
|
|
wsearch_type=Match type
|
|
wsearch_mod=$1 module
|
|
wsearch_config_webmin=Webmin module config
|
|
wsearch_config_usermin=Usermin preferences
|
|
wsearch_help=Help page
|
|
wsearch_inmod=In $1
|
|
wsearch_text=User interface text
|
|
wsearch_esearch=Nothing to search for was entered.
|
|
wsearch_enone=No Webmin modules or pages matching $1 were found.
|
|
wsearch_on=(On $1)
|
|
wsearch_helpfor=Help for <i>$1</i>
|
|
wsearch_htext=Matching text
|
|
wsearch_htype=Source
|
|
wsearch_hcgis=References
|
|
wsearch_type_mod=Module name
|
|
wsearch_type_config=Configuration
|
|
wsearch_type_help=Help page
|
|
wsearch_type_text=User interface
|
|
wsearch_type_dir=Module URL
|
|
wsearch_hmod=Module
|
|
wsearch_moddir=URL path /$1/
|
|
wsearch_searching=Searching for $1 . .
|
|
wsearch_found=found $1 results :
|
|
|
|
sql_emysqldriver=Failed to load MySQL DBI driver
|
|
sql_emysqlconnect=Failed to connect to MySQL database : $1
|
|
sql_epostgresqldriver=Failed to load PostgreSQL DBI driver
|
|
sql_epostgresqlconnect=Failed to connect to PostgreSQL database : $1
|
|
sql_eldapdriver=Failed to load LDAP perl module
|
|
sql_eldapconnect=Failed to connect to LDAP server $1
|
|
sql_eldaptls=Failed to start TLS encryption for LDAP : $1
|
|
sql_eldaplogin=Failed to login to LDAP server as $1 : $2
|
|
|
|
log_email_subject=Webmin action in $1
|
|
log_email_global=Webmin action
|
|
log_email_by=$1 by $2
|
|
log_email_desc=This email was sent by Webmin in response to a user action.
|
|
log_email_mod=Webmin module: $1
|
|
log_email_moddesc=Module title: $1
|
|
log_email_time=Action performed at: $1
|
|
log_email_system=Performed on system: $1
|
|
log_email_user=Performed by user: $1
|
|
log_email_script=Webmin script: $1
|
|
log_email_remote=Client address: $1
|
|
|
|
nice_size_PB=PB
|
|
nice_size_PiB=PiB
|
|
nice_size_TB=TB
|
|
nice_size_TiB=TiB
|
|
nice_size_GB=GB
|
|
nice_size_GiB=GiB
|
|
nice_size_MB=MB
|
|
nice_size_MiB=MiB
|
|
nice_size_kB=kB
|
|
nice_size_kiB=KiB
|
|
nice_size_b=bytes
|
|
|
|
paginator_showing_start=Showing $1 to $2 of $3 items on page
|
|
paginator_showing_end=of $1 pages
|
|
paginator_nosearchrs=There are no results matching <tt>$1</tt> query
|
|
|
|
langneutral_include=Include neutral translations
|
|
langauto_include=Include machine translations
|
|
|
|
file_truncated_message=fetched $1 of data, truncated $2 out of $3
|
|
file_truncated_message_head=fetched beginning $1 of data, truncated $2 out of $3
|
|
file_truncated_message_tail=fetched ending $1 of data, truncated $2 out of $3
|
|
|
|
time_ago_col=Time ago
|
|
time_ago_year=$1 year ago
|
|
time_ago_years=$1 years ago
|
|
time_ago_month=$1 month ago
|
|
time_ago_months=$1 months ago
|
|
time_ago_week=$1 week ago
|
|
time_ago_weeks=$1 weeks ago
|
|
time_ago_day=$1 day ago
|
|
time_ago_days=$1 days ago
|
|
time_ago_hour=$1 hour ago
|
|
time_ago_hours=$1 hours ago
|
|
time_ago_min=$1 minute ago
|
|
time_ago_mins=$1 minutes ago
|
|
time_ago_sec=$1 second ago
|
|
time_ago_secs=$1 seconds ago
|
|
time_in_year=In $1 year
|
|
time_in_years=In $1 years
|
|
time_in_month=In $1 month
|
|
time_in_months=In $1 months
|
|
time_in_week=In $1 week
|
|
time_in_weeks=In $1 weeks
|
|
time_in_day=In $1 day
|
|
time_in_days=In $1 days
|
|
time_in_hour=In $1 hour
|
|
time_in_hours=In $1 hours
|
|
time_in_min=In $1 minute
|
|
time_in_mins=In $1 minutes
|
|
time_in_sec=In $1 second
|
|
time_in_secs=In $1 seconds
|
|
time_now=Just now
|
|
time_second=second
|
|
time_seconds=seconds
|
|
time_minute=minute
|
|
time_minutes=minutes
|
|
time_hour=hour
|
|
time_hours=hours
|
|
time_day=day
|
|
time_days=days
|
|
|
|
defcert_error=Default $1 bundled SSL certificate is being used. It is highly advised to update default <tt>$2</tt> certificate before proceeding with login.
|
|
|
|
main_error_details=Error details
|
|
|
|
__norefs=1
|