Current File : //proc/thread-self/root/usr/share/webmin/phpini/lang/en
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_medit=Manage
index_manual=Edit Manually
index_anyfile=Edit other PHP configuration file
index_return=configuration files
index_pkgs=Manage PHP Packages
index_pkgsdesc=Install and remove PHP versions from your system's software package repository, so that they can be configured here any used in Virtualmin.

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
list_bin=PHP version $2 at $1

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_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

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 &lt;? ?
misc_asp=Allow &lt;% %&gt; 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

disable_title=Disabled Features
disable_header=Disabled PHP functions and features
disable_funcs=Disabled functions
disable_exec=exec (Execute command)
disable_passthru=passthru (Execute command and display output)
disable_shell_exec=shell_exec (Execute command via shell)
disable_system=system (Execute command and display output)
disable_proc_open=proc_open (Execute command and capture input and output)
disable_popen=popen (Open pipe to executed command)
disable_curl_exec=curl_exec (Execute a URL download session)
disable_curl_multi_exec=curl_multi_exec (Execute multiple URL download sessions)
disable_parse_ini_file=parse_ini_file (Read PHP INI file)
disable_show_source=show_source (Output file with PHP syntax highlighting)
disable_mail=mail (Send email)
disable_leftover=Other functions:
disable_err=Failed to save disabled features
disable_classes=Disabled built-in classes

mods_title=PHP Extensions
mods_edir=Could not find PHP extensions directory!
mods_ecannot=You are not allowed to edit enabled PHP extensions
mods_desc=This page can be used to globally enable and disable PHP version $1 extensions for all users on this system.
mods_enabled=Enabled?
mods_name=Extension name
mods_file=Config file
mods_pkg=Package
mods_idesc=PHP extensions that are not yet installed on this system can be installed from the configured software package repositories.
mods_newpkg=Add PHP extension
mods_install=Install Now
mods_err=Failed to save PHP extensions
mods_egetver=Could not figure out PHP version for config file $1
mods_egetbin=Could not figure out PHP binary for config file $1
mods_return=PHP extensions

imod_title=Install PHP Module
imod_err=Failed to install PHP module
imod_emod=No PHP module entered
imod_alldoing=Installing PHP module $1 for PHP version $2 ..
imod_alreadygot=PHP module $1 is already installed
imod_alldone=.. the PHP module was successfully installed from package $1 and is now available for use.
imod_allfailed=.. no software packages for the specified PHP module could be installed, despite trying $1
imod_missing=.. install completed, but the PHP module was not detected.

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
log_mods=Updated enabled modules in $1
log_imod=Installed PHP module $2 in $1
log_delete_dpkgs=Uninstalled $1 PHP packages

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

pkgs_title=PHP Packages
pkgs_name=Package name
pkgs_ver=Package version
pkgs_phpver=PHP version
pkgs_bin=Executable
pkgs_shortver=Short version
pkgs_users=Used by
pkgs_delete=Delete Selected Packages
pkgs_none=No PHP packages were found on your system!
pkgs_none2=No PHP versions were found on your system. Click the button below to install one, if available in your software package repository.
pkgs_ecannot=You are not allowed to manage PHP packages!
pkgs_ecannot2=Software packages cannot be managed on this system
pkgs_nousers=No domains
pkgs_ucount=$1 domains
pkgs_newver=PHP package to install
pkgs_install=Install Now
pkgs_return=PHP packages

dpkgs_err=Failed to delete PHP packages
dpkgs_title=Deleting PHP Packages
dpkgs_doing=Uninstalling package $1 and modules for PHP version $2 ..
dpkgs_failed=.. failed : $1
dpkgs_done=.. uninstalled successfully
dpkgs_enone=No packages selected
dpkgs_eexists=Package does not exist!
dpkg_eusers=Package for PHP version $1 cannot be uninstalled, as it is still being used by $2 domains
dpkgs_rusure=Are you sure you want to remove the selected PHP packages : $1

__norefs=1