add language-strings for php-fpm settings

This commit is contained in:
Michael Kaufmann (d00p)
2010-12-06 08:49:24 +00:00
parent 7fb0e88313
commit 3b33dde9ac
4 changed files with 12 additions and 4 deletions

View File

@@ -1543,3 +1543,7 @@ $lng['serversettings']['phpfpm_settings']['max_requests']['title'] = 'Requests p
$lng['serversettings']['phpfpm_settings']['max_requests']['description'] = 'For endless request processing specify \'0\'. Equivalent to PHP_FCGI_MAX_REQUESTS.';
$lng['error']['phpfpmstillenabled'] = 'PHP-FPM is currently active. Please deactivate it before activating FCGID';
$lng['error']['fcgidstillenabled'] = 'FCGID is currently active. Please deactivate it before activating PHP-FPM';
$lng['phpfpm']['vhost_httpuser'] = 'Local user to use for PHP-FPM (Froxlor vHost)';
$lng['phpfpm']['vhost_httpgroup'] = 'Local group to use for PHP-FPM (Froxlor vHost)';
$lng['phpfpm']['ownvhost']['title'] = 'Enable PHP-FPM for the Froxlor vHost';
$lng['phpfpm']['ownvhost']['description'] = 'If enabled, Froxlor will also be running under a local user';