integrate opcache-gui data from amnuts/opcache-gui as intended; refs #1151
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -879,6 +879,9 @@ return [
|
||||
'moveofcustomerfailed' => 'Das Verschieben des Kunden ist fehlgeschlagen. Alle übrigen Änderungen wurden durchgeführt und gespeichert.<br><br>Fehlermeldung: %s',
|
||||
'domain_import_error' => 'Der folgende Fehler trat beim Importieren der Domains auf: %s',
|
||||
'fcgidandphpfpmnogoodtogether' => 'FCGID und PHP-FPM können nicht gleichzeitig aktiviert werden.',
|
||||
'no_apcuinfo' => 'Keine APCu Cache Informationen verfügbar. APCu scheint nicht installiert zu sein.',
|
||||
'no_opcacheinfo' => 'Keine OPCache Informationen verfügbar. OPCache scheint nicht installiert zu sein.',
|
||||
'inactive_opcacheinfo' => 'OPCache ist installiert, aber nicht aktiviert.',
|
||||
'nowildcardwithletsencrypt' => 'Let\'s Encrypt kann mittels ACME Wildcard-Domains nur via DNS validieren, sorry. Bitte den ServerAlias auf WWW setzen oder deaktivieren',
|
||||
'customized_version' => 'Es scheint als wäre die Froxlor Installation angepasst worden. Kein Support, sorry.',
|
||||
'autoupdate_0' => 'Unbekannter Fehler',
|
||||
|
||||
@@ -950,7 +950,8 @@ return [
|
||||
'domain_import_error' => 'Following error occurred while importing domains: %s',
|
||||
'fcgidandphpfpmnogoodtogether' => 'FCGID and PHP-FPM cannot be activated at the same time',
|
||||
'no_apcuinfo' => 'No cache info available. APCu does not appear to be running.',
|
||||
'no_opcacheinfo' => 'No cache info available. OPCache does not appear to be running.',
|
||||
'no_opcacheinfo' => 'No OPCache info available. OPCache does not appear to be loaded.',
|
||||
'inactive_opcacheinfo' => 'OPCache seems to be installed but not activated.',
|
||||
'nowildcardwithletsencrypt' => 'Let\'s Encrypt cannot handle wildcard-domains using ACME in froxlor (requires dns-challenge), sorry. Please set the ServerAlias to WWW or disable it completely',
|
||||
'customized_version' => 'It looks like your Froxlor installation has been modified, no support sorry.',
|
||||
'autoupdate_0' => 'Unknown error',
|
||||
|
||||
Reference in New Issue
Block a user