From e21ba7a4e5d782bb5a0cc5307eba7fe168160f14 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 25 Apr 2014 09:28:51 -0400
Subject: [PATCH] Fixed: FS#3456 - Dashboard Style still broken after Update to 3.0.5 // Patch 3053_dashboard does not work

---
 interface/web/admin/lib/lang/cz_server_ip.lng |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/lib/lang/cz_server_ip.lng b/interface/web/admin/lib/lang/cz_server_ip.lng
index 634898a..43a382a 100644
--- a/interface/web/admin/lib/lang/cz_server_ip.lng
+++ b/interface/web/admin/lib/lang/cz_server_ip.lng
@@ -2,12 +2,10 @@
 $wb['server_id_txt'] = 'Server';
 $wb['ip_address_txt'] = 'IP adresa';
 $wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
-$wb['ip_error_wrong'] = 'IP adresa je neplatná';
+$wb['ip_error_wrong'] = 'IP adresa je neplatná nebo prázdná';
 $wb['ip_error_unique'] = 'IP adresa musí být unikátní';
 $wb['client_id_txt'] = 'Klient';
 $wb['ip_type_txt'] = 'Verze';
-$wb['virtualhost_port_txt'] = 'HTTP Ports';
-$wb['error_port_syntax'] = 'Invalid chars in port field, please enter only comma separated numbers. Example: 80,443';
+$wb['virtualhost_port_txt'] = 'HTTP Porty';
+$wb['error_port_syntax'] = 'Neplatné znaky ve volbě HTTP Portů. Prosím, zadejte pouze číselné hodnoty oddělené čárkami. Příklad: 80,443';
 ?>
-
-

--
Gitblit v1.9.1