Improved description of values in admin panel, thx philnate, fixes #743
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1888,9 +1888,12 @@ $lng['tasks']['diskspace_set_quota'] = 'Set quota on filesystem';
|
||||
$lng['error']['session_timeout'] = 'Value too low';
|
||||
$lng['error']['session_timeout_desc'] = 'You should not set the session timeout lower than 1 minute.';
|
||||
|
||||
// ADDED IN FROXLOR 0.9.23
|
||||
// ADDED IN FROXLOR 0.9.24-svn1
|
||||
$lng['logrotate'] = 'Logrotate';
|
||||
$lng['logrotate_enabled'] = 'Enable logrotate?';
|
||||
$lng['logrotate_binary'] = 'Path to logrotate binary:';
|
||||
$lng['logrotate_interval'] = 'Interval?';
|
||||
$lng['logrotate_keep'] = 'How many logfiles should be kept?';
|
||||
$lng['logrotate_keep'] = 'How many logfiles should be kept?';
|
||||
$lng['admin']['assignedmax'] = 'Assigned / Max';
|
||||
$lng['admin']['usedmax'] = 'Used / Max';
|
||||
$lng['admin']['used'] = 'Used';
|
||||
|
||||
@@ -1619,9 +1619,12 @@ $lng['tasks']['diskspace_set_quota'] = 'Quota auf dem Dateisystem setzen';
|
||||
$lng['error']['session_timeout'] = 'Wert zu niedrig';
|
||||
$lng['error']['session_timeout_desc'] = 'Der Wert der Session Timeout sollte nicht unter einer Minute liegen.';
|
||||
|
||||
// ADDED IN FROXLOR 0.9.23
|
||||
// ADDED IN FROXLOR 0.9.24-svn1
|
||||
$lng['logrotate'] = 'Logrotate';
|
||||
$lng['logrotate_enabled'] = 'Logrotate aktivieren?';
|
||||
$lng['logrotate_binary'] = 'Pfad zum logrotate binary?';
|
||||
$lng['logrotate_interval'] = 'Intervall?';
|
||||
$lng['logrotate_keep'] = 'Wie viele Logdateien sollen aufbewahrt werden?';
|
||||
$lng['logrotate_keep'] = 'Wie viele Logdateien sollen aufbewahrt werden?';
|
||||
$lng['admin']['assignedmax'] = 'Zugewiesen / Max.';
|
||||
$lng['admin']['usedmax'] = 'Benutzt / Max.';
|
||||
$lng['admin']['used'] = 'Benutzt';
|
||||
|
||||
Reference in New Issue
Block a user