Merge branch 'write_no_log' of https://github.com/ServiusHack/Froxlor into ServiusHack-write_no_log
This commit is contained in:
@@ -1706,6 +1706,10 @@ $lng['error']['setlessthanalreadyused'] = 'You cannot set less resources of \'%s
|
||||
$lng['error']['stringmustntbeempty'] = 'The value for the field %s must not be empty';
|
||||
$lng['admin']['domain_editable']['title'] = 'Allow editing of domain';
|
||||
$lng['admin']['domain_editable']['desc'] = 'If set to yes, the customer is allowed to change several domain-settings.<br />If set to no, nothing can be changed by the customer.';
|
||||
$lng['admin']['writeaccesslog']['title'] = 'Write an access log';
|
||||
$lng['admin']['writeaccesslog']['description'] = 'Enable this to get an access-log file for this domain';
|
||||
$lng['admin']['writeerrorlog']['title'] = 'Write an error log';
|
||||
$lng['admin']['writeerrorlog']['description'] = 'Enable this to get an error-log file for this domain';
|
||||
|
||||
// Added in Froxlor 0.9.29-dev
|
||||
$lng['serversettings']['panel_phpconfigs_hidestdsubdomain']['title'] = 'Hide standard-subdomains in PHP-configuration overview';
|
||||
|
||||
@@ -1432,6 +1432,10 @@ $lng['error']['setlessthanalreadyused'] = 'Es können nicht weniger Resourcen vo
|
||||
$lng['error']['stringmustntbeempty'] = 'Der Wert für das Feld "%s" darf nicht leer sein';
|
||||
$lng['admin']['domain_editable']['title'] = 'Erlaube Bearbeiten der Domain';
|
||||
$lng['admin']['domain_editable']['desc'] = 'Wenn ja, darf der Kunde verschiedene Einstellungen anpassen.<br />Wenn nein, darf nichts durch den Kunden geändert werden.';
|
||||
$lng['admin']['writeaccesslog']['title'] = 'Zugriffslog schreiben';
|
||||
$lng['admin']['writeaccesslog']['description'] = 'Aktiviere diese Option, um für diese Domain eine Access-Log Datei zu erhalten';
|
||||
$lng['admin']['writeerrorlog']['title'] = 'Fehlerlog schreiben';
|
||||
$lng['admin']['writeerrorlog']['description'] = 'Aktiviere diese Option, um für diese Domain eine Error-Log Datei zu erhalten';
|
||||
|
||||
// Added in Froxlor 0.9.29-dev
|
||||
$lng['serversettings']['panel_phpconfigs_hidestdsubdomain']['title'] = 'Verstecke Standard-Subdomains in PHP-Konfigurations-Übersicht';
|
||||
|
||||
Reference in New Issue
Block a user