diff --git a/lng/english.lng.php b/lng/english.lng.php index 12281f07..96412804 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -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?'; \ No newline at end of file +$lng['logrotate_keep'] = 'How many logfiles should be kept?'; +$lng['admin']['assignedmax'] = 'Assigned / Max'; +$lng['admin']['usedmax'] = 'Used / Max'; +$lng['admin']['used'] = 'Used'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 9d8bded8..5c1da2a6 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -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?'; \ No newline at end of file +$lng['logrotate_keep'] = 'Wie viele Logdateien sollen aufbewahrt werden?'; +$lng['admin']['assignedmax'] = 'Zugewiesen / Max.'; +$lng['admin']['usedmax'] = 'Benutzt / Max.'; +$lng['admin']['used'] = 'Benutzt'; diff --git a/templates/Froxlor/admin/index/index.tpl b/templates/Froxlor/admin/index/index.tpl index 116e30bb..16607aa6 100644 --- a/templates/Froxlor/admin/index/index.tpl +++ b/templates/Froxlor/admin/index/index.tpl @@ -16,66 +16,66 @@ $header

{$lng['admin']['ressourcedetails']}

- + - + - + - + - + - + - + - + - + - + - + - + - + - +
{$lng['admin']['customers']}:{$lng['admin']['customers']} ({$lng['admin']['usedmax']}): {$overview['number_customers']} ({$userinfo['customers']})
{$lng['customer']['domains']}:{$lng['customer']['domains']} ({$lng['admin']['usedmax']}): {$overview['number_domains']} ({$userinfo['domains']})
{$lng['customer']['subdomains']}:{$lng['customer']['subdomains']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['subdomains_used']} ({$userinfo['subdomains_used']}/{$userinfo['subdomains']})
{$lng['customer']['diskspace']}:{$lng['customer']['diskspace']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['diskspace_used']} ({$userinfo['diskspace_used']}/{$userinfo['diskspace']})
{$lng['customer']['traffic']}:{$lng['customer']['traffic']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['traffic_used']} ({$userinfo['traffic_used']}/{$userinfo['traffic']})
{$lng['customer']['mysqls']}:{$lng['customer']['mysqls']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['mysqls_used']} ({$userinfo['mysqls_used']}/{$userinfo['mysqls']})
{$lng['customer']['emails']}:{$lng['customer']['emails']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['emails_used']} ({$userinfo['emails_used']}/{$userinfo['emails']})
{$lng['customer']['accounts']}:{$lng['customer']['accounts']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['email_accounts_used']} ({$userinfo['email_accounts_used']}/{$userinfo['email_accounts']})
{$lng['customer']['forwarders']}:{$lng['customer']['forwarders']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['email_forwarders_used']} ({$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']})
{$lng['customer']['email_quota']}:{$lng['customer']['email_quota']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['email_quota_used']} ({$userinfo['email_quota_used']}/{$userinfo['email_quota']})
{$lng['customer']['autoresponder']}:{$lng['customer']['autoresponder']} ({$lng['admin']['usedmax']}): {$userinfo['email_autoresponder_used']} ({$userinfo['email_autoresponder']})
{$lng['aps']['numberofapspackages']}:{$lng['aps']['numberofapspackages']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['aps_packages_used']} ({$userinfo['aps_packages_used']}/{$userinfo['aps_packages']})
{$lng['customer']['ftps']}:{$lng['customer']['ftps']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['ftps_used']} ({$userinfo['ftps_used']}/{$userinfo['ftps']})
{$lng['customer']['tickets']}:{$lng['customer']['tickets']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): {$overview['tickets_used']} ({$userinfo['tickets_used']}/{$userinfo['tickets']})