localize 'speciallogfile' and give it a better label/description, thanks to xming
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -130,7 +130,8 @@ return array(
|
||||
'value' => array('1')
|
||||
),
|
||||
'speciallogfile' => array(
|
||||
'label' => 'Speciallogfile',
|
||||
'label' => $lng['admin']['speciallogfile']['title'],
|
||||
'desc' => $lng['admin']['speciallogfile']['description'],
|
||||
'type' => 'checkbox',
|
||||
'values' => array(
|
||||
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
||||
|
||||
@@ -141,7 +141,8 @@ return array(
|
||||
'value' => array($result['wwwserveralias'])
|
||||
),
|
||||
'speciallogfile' => array(
|
||||
'label' => 'Speciallogfile',
|
||||
'label' => $lng['admin']['speciallogfile']['title'],
|
||||
'desc' => $lng['admin']['speciallogfile']['description'],
|
||||
'type' => 'checkbox',
|
||||
'values' => array(
|
||||
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
||||
|
||||
@@ -1926,3 +1926,5 @@ $lng['serversettings']['documentroot_use_default_value']['title'] = 'Use domain
|
||||
$lng['serversettings']['documentroot_use_default_value']['description'] = 'If enabled and DocumentRoot path is empty, default value will be the (sub)domain name.<br /><br />Examples: <br />/var/customers/customer_name/example.com/<br />/var/customers/customer_name/subdomain.example.com/';
|
||||
|
||||
$lng['error']['usercurrentlydeactivated'] = 'The user %s is currently deactivated';
|
||||
$lng['admin']['speciallogfile']['title'] = 'Separate logfile';
|
||||
$lng['admin']['speciallogfile']['description'] = 'Enable this to get a separate access-log file for this domain';
|
||||
|
||||
@@ -1651,3 +1651,5 @@ $lng['serversettings']['documentroot_use_default_value']['title'] = 'Verwende Do
|
||||
$lng['serversettings']['documentroot_use_default_value']['description'] = 'Wenn aktiviert wird dem standard Documentroot zusätzlich der Domain-Name angehängt.<br /><br />Beispiel:<br />/var/customers/customer_name/example.com/<br />/var/customers/customer_name/subdomain.example.com/';
|
||||
|
||||
$lng['error']['usercurrentlydeactivated'] = 'Der Benutzer %s ist derzeit deaktiviert';
|
||||
$lng['admin']['speciallogfile']['title'] = 'Eigene Log-Datei';
|
||||
$lng['admin']['speciallogfile']['description'] = 'Aktiviere diese Option, um für diese Domain eine eigene Access-Log Datei zu erhalten';
|
||||
|
||||
Reference in New Issue
Block a user