initial commit of file from CVS for smeserver-webhosting on Sat Sep 7 16:45:03 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 16:45:03 +10:00
parent b653146285
commit c7b7f51f24
46 changed files with 11678 additions and 2 deletions

View File

@@ -0,0 +1,85 @@
'wh_FORM_TITLE' => 'Web Hosting Contrib',
'wh_webhosting' => 'I-bays - Web Hosting',
'wh_FIRSTPAGE_DESC' => 'Manage Apache and PHP settings',
'wh_ADD_TITLE' => 'Modify Apache and PHP Settings.',
'wh_NAME_FIELD_DESC' => 'These parameters will be effective only if the access from the web is allowed for the concerned I-bay in the informations bays panel.',
'wh_NAME_LABEL' => 'Information bay name',
'wh_NO_IBAYS' => 'There are no I-bays currently configured.',
'wh_CANT_FIND_IBAY' => 'Can\'t find account for {$name} (does it exist?)',
'wh_ERROR_WHILE_MODIFYING_IBAY' => 'An error occurred while modifying the I-bay.',
'wh_SUCCESSFULLY_MODIFIED_IBAY' => 'Successfully modified I-bay.',
'wh_VIRTUAL_HOST_MESSAGE' => 'The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward).',
'wh_VHOST_MESSAGE' => '<P>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward):</P><ul>{$vhostList}</ul>',
'wh_Information bays' => 'Information bays',
'wh_DESC_HTTP_SETTINGS' => 'The following settings control the access of this I-bay using the HTTP/HTTPS protocol.',
'wh_DESC_PHP_SETTINGS' => 'The following settings control the PHP values of this I-bay.',
'wh_INDEXES' => 'Allow directory listing (+Indexes)',
'wh_FOLLOWSYMLINKS' => 'Follow symbolic links (FollowSymLinks)',
'wh_ALLOWOVERRIDE' => 'Allow .htaccess policy (AllowOverride)',
'wh_ALLOWURLFOPEN' => 'Allow access to remote files (Allow_url_fopen)',
'wh_DEFAULT' => 'Default value',
'M0064MB' => '64MB',
'M0128MB' => '128MB',
'M0256MB' => '256MB',
'M0512MB' => '512MB',
'M0768MB' => '768MB',
'M1024MB' => '1024MB',
'M2048MB' => '2048MB',
'M3072MB' => '3072MB',
'M4096MB' => '4096MB',
'M6144MB' => '6144MB',
'M8192MB' => '8192MB',
'T001m' => '1 minute',
'T002m' => '2 minutes',
'T003m' => '3 minutes',
'T004m' => '4 minutes',
'T005m' => '5 minutes',
'T006m' => '6 minutes',
'T007m' => '7 minutes',
'T008m' => '8 minutes',
'T009m' => '9 minutes',
'T010m' => '10 minutes',
'T015m' => '15 minutes ',
'T030m' => '30 minutes',
'T045m' => '45 minutes',
'T060m' => 'One hour',
'T120m' => 'Two hours',
'wh_UNLIMITED' => 'Unlimited',
'S0020MB' => '20MB',
'S0030MB' => '30MB',
'S0040MB' => '40MB',
'S0050MB' => '50MB',
'S0075MB' => '75MB',
'S0100MB' => '100MB',
'S0125MB' => '125MB',
'S0150MB' => '150MB',
'S0175MB' => '175MB',
'S0200MB' => '200MB',
'S0300MB' => '300MB',
'S0400MB' => '400MB',
'S0500MB' => '500MB',
'S0600MB' => '600MB',
'S0700MB' => '700MB',
'S0800MB' => '800MB',
'S0900MB' => '900MB',
'S1000MB' => '1000MB',
'S1250MB' => '1250MB',
'S1500MB' => '1500MB ',
'S1750MB' => '1750MB',
'S2000MB' => '2000MB',
'wh_MEMORYLIMIT' => 'Php memory limit (memory_limit)',
'wh_UPLOADMAXFILESIZE' => 'Maximum upload size (upload_max_filesize)',
'wh_POSTMAXSIZE' => 'Maximum post size (post_max_size)',
'wh_MAXEXECUTIONTIME' => 'Maximum execution time (max_execution_time)',
'wh_UPLOADMAXFILESIZE_IS_GREATER_THAN_POSTMAXSIZE' => ' The maximum upload file size is greater than the maximum post size form ',
'wh_PHPBASEDIR' => 'Enter Path(s) for PHP Scripts (PHPBasedir) ',
'wh_DESC_PHPBASEDIR' => 'You must specify the full path to the I-bay or remove the content to get back to default value ',
'wh_DESC_DAV_SETTINGS' => 'The following settings control the WebDav files transfer protocol of this I-bay.',
'wh_ENABLE_MOD_DAV' => 'Allow WebDav',
'wh_PHPVERSION' => 'Select the php-fpm version you want to use with this I-bay',
'wh_FILEUPLOAD' => 'Whether or not to allow HTTP file uploads (file_upload)',
'wh_MAXINPUTTIME' => 'Maximum time in seconds a script is allowed to parse input data (max_input_time)',
'wh_ALLOWPHTML' => 'Allow parsing php code inside html, phtml, htm and xml files.',
'wh_MAILFORCESENDER' => 'Force an email sender address for the script in this I-bay.',
'wh_DISABLEDFUNCTIONS' => 'List of php disabled functions (disable_functions)',
'wh_DESC_DISABLEDFUNCTIONS' => 'Leave empty or with a random string to disable. Copy and paste the following default list to reset to default',