diff --git a/lng/english.lng.php b/lng/english.lng.php index ccf81c12..5a4e370e 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1516,9 +1516,9 @@ $lng['question']['customer_reallyunlock'] = 'Do you really want to unlock custom $lng['serversettings']['perl_server']['title'] = 'Perl server location'; $lng['serversettings']['perl_server']['description'] = 'Default is set for using the guide found at: http://wiki.nginx.org/SimpleCGI'; $lng['serversettings']['nginx_php_backend']['title'] = 'Nginx PHP backend'; -$lng['serversettings']['nginx_php_backend']['description'] = 'this is where the PHP process is listening for requests from nginx, can be a unix socket of ip:port combination
*only used with php-fpm'; +$lng['serversettings']['nginx_php_backend']['description'] = 'this is where the PHP process is listening for requests from nginx, can be a unix socket of ip:port combination
*NOT used with php-fpm'; $lng['serversettings']['phpreload_command']['title'] = 'PHP reload command'; -$lng['serversettings']['phpreload_command']['description'] = 'this is used to reload the PHP backend if any is used
Default: blank
*only used with php-fpm'; +$lng['serversettings']['phpreload_command']['description'] = 'this is used to reload the PHP backend if any is used
Default: blank
*NOT used with php-fpm'; // ADDED IN FROXLOR 0.9.16 $lng['error']['intvaluetoolow'] = 'The given number is too low (field %s)'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 6ba0f2ce..59abd55e 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1498,9 +1498,9 @@ $lng['question']['customer_reallyunlock'] = 'Wollen Sie den Kunden %s wirklich e $lng['serversettings']['perl_server']['title'] = 'Perl Server Ort'; $lng['serversettings']['perl_server']['description'] = 'Der Standardwert ist diesem Guide entnommen: http://wiki.nginx.org/SimpleCGI'; $lng['serversettings']['nginx_php_backend']['title'] = 'Nginx PHP Backend'; -$lng['serversettings']['nginx_php_backend']['description'] = 'Dies ist das Backend, auf dem PHP auf Anfragen von Nginx hört. Kann ein UNIX Socket oder eine IP:Port Kombination sein
*nur relevant bei php-fpm'; +$lng['serversettings']['nginx_php_backend']['description'] = 'Dies ist das Backend, auf dem PHP auf Anfragen von Nginx hört. Kann ein UNIX Socket oder eine IP:Port Kombination sein
*NICHT relevant bei php-fpm'; $lng['serversettings']['phpreload_command']['title'] = 'PHP Reload Befehl'; -$lng['serversettings']['phpreload_command']['description'] = 'Dieser wird benötigt, um das PHP Backend bei Bedarf durch den Cronjob neu zu laden. (Standard: leer)
*nur relevant bei php-fpm'; +$lng['serversettings']['phpreload_command']['description'] = 'Dieser wird benötigt, um das PHP Backend bei Bedarf durch den Cronjob neu zu laden. (Standard: leer)
*NICHT relevant bei php-fpm'; // ADDED IN FROXLOR 0.9.16 $lng['error']['intvaluetoolow'] = 'Die angegebene Zahl ist zu klein (Feld %s)';