mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
175 lines
6.8 KiB
Plaintext
175 lines
6.8 KiB
Plaintext
index_title=PHP Configuration
|
|
index_eaccess=You do not have access to any PHP configuration files.
|
|
index_efiles=None of the PHP configuration files you have access to exist.
|
|
index_efiles2=No PHP configuration files were found. Adjust the <a href='$1'>module configuration</a> to set the correct path to the global PHP config file.
|
|
index_file=Configuration file
|
|
index_desc=Purpose
|
|
index_actions=Actions
|
|
index_edit=Manage
|
|
index_manual=Edit Manually
|
|
index_anyfile=Edit other PHP configuration file:
|
|
index_return=configuration files
|
|
|
|
file_global=Global PHP configuration
|
|
file_eread=Failed to read $1 : $2
|
|
|
|
manual_title=Edit Configuration Manually
|
|
manual_desc=This page can be used to manually edit a PHP configuration file. This should be done carefully, as no syntax or other validity checking will be performed on your changes.
|
|
manual_err=Failed to edit configuration file
|
|
manual_edata=No new contents entered
|
|
|
|
list_title=Manage PHP Configuration
|
|
list_ecannot=You are not allowed to manage this PHP configuration file
|
|
list_efile=File to edit must be an absolute path
|
|
list_return=PHP configuration
|
|
list_format_ini=INI format
|
|
list_format_fpm=FPM format
|
|
|
|
vars_title=PHP Variables
|
|
vars_header=PHP variable creation and quoting options
|
|
vars_magic=Quote all input variables?
|
|
vars_runtime=Quote data generated at runtime?
|
|
vars_register=Turn all input into global variables?
|
|
vars_args=Turn command-line parameters into global variables?
|
|
vars_long=Create old-style arrays like <tt>HTTP_GET_VARS</tt>?
|
|
vars_err=Failed to save PHP variable settings
|
|
|
|
dirs_title=Directory Settings
|
|
dirs_header=PHP script and extension directory settings
|
|
dirs_include=Search directories for includes
|
|
dirs_below=Listed below..
|
|
dirs_ext=Directory for extensions
|
|
dirs_exts=Extensions to load
|
|
dirs_upload=Allow file uploads?
|
|
dirs_utmp=Temporary directory for uploaded files
|
|
dirs_err=Failed to save directory settings
|
|
dirs_eincs=No include search directories entered
|
|
dirs_eutmp=Missing or invalid temporary files directory
|
|
dirs_eext=Missing extensions directory
|
|
|
|
db_title=Database Settings
|
|
db_header1=MySQL database connection settings
|
|
db_persist=Allow persistent database connections?
|
|
db_maxpersist=Maximum persistent connections?
|
|
db_maxlinks=Maximum total connections?
|
|
db_timeout=MySQL connection timeout?
|
|
db_host=Default MySQL server host
|
|
db_port=Default MySQL server port
|
|
db_unlimited=Unlimited
|
|
db_s=seconds
|
|
db_header2=PostgreSQL database connection settings
|
|
db_reset=Automatically re-establish persistent connections?
|
|
db_err=Failed to save database settings
|
|
db_emaxpersist=Missing or invalid maximum number of persistent connections
|
|
db_emaxlinks=Missing or invalid maximum number of total connections
|
|
db_etimeout=Missing or invalid connection timeout
|
|
db_ehost=Missing or invalid default MySQL server host
|
|
db_eport=Missing or invalid default MySQL server port
|
|
|
|
session_title=Session Options
|
|
session_header=Options for PHP session tracking
|
|
session_handler=Session storage mechanism
|
|
session_files=Files
|
|
session_mm=In memory
|
|
session_users=User defined
|
|
session_redis=Redis
|
|
session_memcache=MemcacheD
|
|
session_path=Directory for session files
|
|
session_cookies=Allow use of cookies for session tracking?
|
|
session_only_cookies=Always use cookies for session tracking?
|
|
session_life=Cookie lifetime
|
|
session_forever=Forever
|
|
session_maxlife=Maximum session lifetime
|
|
session_epath=Missing or invalid directory for session files
|
|
session_elife=Missing or invalid cookie lifetime
|
|
session_emaxlife=Missing or invalid maximum session lifetime
|
|
|
|
limits_title=Resource Limits
|
|
limits_header=Memory and transfer limit options
|
|
limits_mem=Maximum memory allocation
|
|
limits_post=Maximum HTTP POST size
|
|
limits_upload=Maximum file upload size
|
|
limits_exec=Maximum execution time
|
|
limits_input=Maximum input parsing time
|
|
limits_vars=Maximum input variables limit
|
|
limits_err=Failed to save resource limits
|
|
limits_emem=Missing or invalid maximum memory allocation
|
|
limits_epost=Missing or invalid maximum HTTP POST size
|
|
limits_eupload=Missing or invalid maximum file upload size
|
|
limits_eexec=Missing or invalid maximum execution time
|
|
limits_einput=Missing or invalid maximum input parsing time
|
|
limits_evars=Missing or invalid maximum input variables limit
|
|
|
|
errors_title=Error Logging
|
|
errors_header=Error message display and logging options
|
|
errors_display=Display error messages?
|
|
errors_log=Write error messages to log?
|
|
errors_bits=Error types to display
|
|
errors_reporting=Expression for error types
|
|
errors_E_ALL=All errors and warnings
|
|
errors_E_ERROR=Fatal run-time errors
|
|
errors_E_WARNING=Run-time warnings
|
|
errors_E_PARSE=Compile-time parse errors
|
|
errors_E_NOTICE=Run-time notices
|
|
errors_E_CORE_ERROR=Fatal errors that occur during startup
|
|
errors_E_CORE_WARNING=warnings that occur during startup
|
|
errors_E_COMPILE_ERROR=Fatal compile-time errors
|
|
errors_E_COMPILE_WARNING=Compile-time warnings
|
|
errors_E_USER_ERROR=User-generated error message
|
|
errors_E_USER_WARNING=User-generated warning message
|
|
errors_E_USER_NOTICE=User-generated notice message
|
|
errors_ignore=Ignore repeated errors?
|
|
errors_source=Ignore source when checking for repeats?
|
|
errors_maxlen=Maximum size of logged errors
|
|
errors_file=Log file for errors
|
|
errors_none=None
|
|
errors_syslog=Syslog
|
|
errors_other=Other file $1
|
|
errors_unlimited=Unlimited
|
|
errors_err=Failed to save error logging
|
|
errors_ereporting=No error type expression entered
|
|
errors_emaxlen=Missing or invalid maximum size of logged errors
|
|
errors_efile=Missing error log file
|
|
|
|
misc_title=Other Settings
|
|
misc_header=Miscellaneous other PHP settings
|
|
misc_short=Allow PHP scripts starting with <? ?
|
|
misc_asp=Allow <% %> tags?
|
|
misc_zlib=Compress output with zlib?
|
|
misc_flush=Flush output after every write?
|
|
misc_fopen=Allow opening of URLs as files?
|
|
misc_smtp=SMTP server for sending email
|
|
misc_port=SMTP port on server
|
|
misc_none=None
|
|
misc_sendmail=Path to command for sending email
|
|
misc_err=Failed to save other settings
|
|
misc_esmtp=Missing or un-resolvable SMTP server
|
|
misc_esmtp_port=Missing or non-numeric SMTP port
|
|
misc_esendmail=Invalid command for sending email
|
|
misc_esendmail2=Missing command for sending email
|
|
misc_include=Allow opening of remote Includes?
|
|
misc_path=CGI Fix Path Info?
|
|
misc_timezone=PHP Timezone
|
|
misc_charset=Default character set
|
|
|
|
log_manual=Manually edit file $1
|
|
log_vars=Changed PHP variables in $1
|
|
log_dirs=Changed directory settings in $1
|
|
log_db=Changed database settings in $1
|
|
log_session=Changed session options in $1
|
|
log_safe=Changed safe mode options in $1
|
|
log_limits=Changed resource limits in $1
|
|
log_errors=Changed error logging in $1
|
|
log_misc=Changed other settings in $1
|
|
|
|
acl_global=Can edit global PHP configuration?
|
|
acl_anyfile=Can edit any file as a PHP configuration?
|
|
acl_manual=Can manually edit configuration files?
|
|
acl_inis=Additional configuration files<br>(In <i>filename</i>=<i>description</i> format)
|
|
acl_user=Read and write files as user
|
|
|
|
opt_default=Default Value: <tt>$1</tt>
|
|
opt_default_unknown=Unknown
|
|
|
|
__norefs=1
|