From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dashboard/lib/lang/de_dashlet_quota.lng | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/interface/web/dashboard/lib/lang/de_dashlet_quota.lng b/interface/web/dashboard/lib/lang/de_dashlet_quota.lng index 6050e10..daed0db 100644 --- a/interface/web/dashboard/lib/lang/de_dashlet_quota.lng +++ b/interface/web/dashboard/lib/lang/de_dashlet_quota.lng @@ -1,8 +1,9 @@ <?php -$wb["quota_txt"] = 'Webseiten-Speicherplatz'; -$wb["domain_txt"] = 'Domain / Webseite'; -$wb["used_txt"] = 'Verwendet'; -$wb["hard_txt"] = 'Hard Limit'; -$wb["soft_txt"] = 'Soft Limit'; -$wb["no_sites_txt"] = 'Keine Webseite gefunden.'; -?> \ No newline at end of file +$wb['quota_txt'] = 'Webseiten Speicherplatz'; +$wb['domain_txt'] = 'Domain'; +$wb['used_txt'] = 'Verwendet'; +$wb['hard_txt'] = 'Hard Limit'; +$wb['soft_txt'] = 'Soft Limit'; +$wb['no_sites_txt'] = 'Keine Webseite gefunden.'; +?> + -- Gitblit v1.9.1