From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 10 Jul 2016 05:02:35 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/dashboard/lib/lang/ar_dashlet_quota.lng | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/web/dashboard/lib/lang/ar_dashlet_quota.lng b/interface/web/dashboard/lib/lang/ar_dashlet_quota.lng index 8b2e3d4..de7b5a8 100644 --- a/interface/web/dashboard/lib/lang/ar_dashlet_quota.lng +++ b/interface/web/dashboard/lib/lang/ar_dashlet_quota.lng @@ -1,8 +1,8 @@ <?php -$wb["quota_txt"] = 'Website Harddisk Quota'; -$wb["domain_txt"] = 'Domain / Website'; -$wb["used_txt"] = 'Used space'; -$wb["hard_txt"] = 'Hard limit'; -$wb["soft_txt"] = 'Soft limit'; -$wb["no_sites_txt"] = 'No web sites found.'; -?> \ No newline at end of file +$wb['quota_txt'] = 'Website Harddisk Quota'; +$wb['domain_txt'] = 'Domain / Website'; +$wb['used_txt'] = 'Used space'; +$wb['hard_txt'] = 'Hard limit'; +$wb['soft_txt'] = 'Soft limit'; +$wb['no_sites_txt'] = 'No web sites found.'; +?> -- Gitblit v1.9.1