From 3b89fe0b7b2daaa05b11b540df9c8c56c7535792 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 28 Aug 2013 05:52:32 -0400
Subject: [PATCH] Updated Czech language files.

---
 interface/web/dashboard/lib/lang/cz_dashlet_quota.lng |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/interface/web/dashboard/lib/lang/cz_dashlet_quota.lng b/interface/web/dashboard/lib/lang/cz_dashlet_quota.lng
index 8b2e3d4..214af23 100644
--- a/interface/web/dashboard/lib/lang/cz_dashlet_quota.lng
+++ b/interface/web/dashboard/lib/lang/cz_dashlet_quota.lng
@@ -1,8 +1,10 @@
 <?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'] = 'Kvóty HDD pro webové stránky';
+$wb['domain_txt'] = 'Doména / Webové stránky';
+$wb['used_txt'] = 'Využité místo';
+$wb['hard_txt'] = 'Kvóta max. obsazení';
+$wb['soft_txt'] = 'Kvóta pro upozornění';
+$wb['no_sites_txt'] = 'Nenalezeny žádné webové stránky.';
+?>
+
+

--
Gitblit v1.9.1