From b3e3f863dbb1d8bdc1dbd16a3132338add17fe13 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 11 Apr 2016 12:50:36 -0400
Subject: [PATCH] Updated CZ language files.

---
 interface/web/client/lib/lang/cz_client.lng |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/interface/web/client/lib/lang/cz_client.lng b/interface/web/client/lib/lang/cz_client.lng
index 65e8aff..0a3dad1 100644
--- a/interface/web/client/lib/lang/cz_client.lng
+++ b/interface/web/client/lib/lang/cz_client.lng
@@ -14,7 +14,6 @@
 $wb['limit_spamfilter_policy_txt'] = 'Max. počet spamfiltrových politik';
 $wb['default_mailserver_txt'] = 'Výchozí e-mailový server';
 $wb['company_name_txt'] = 'Název společnosti';
-$wb['contact_firstname_txt'] = 'Contact firstname';
 $wb['contact_name_txt'] = 'Název kontaktu';
 $wb['username_txt'] = 'Uživatelské jméno';
 $wb['password_txt'] = 'Heslo';
@@ -96,7 +95,6 @@
 $wb['limit_trafficquota_error_notint'] = 'Přenosová kvót musí být číslo.';
 $wb['limit_webdav_user_txt'] = 'Max. počet Webdav uživatelů';
 $wb['limit_webdav_user_error_notint'] = 'Limit WebDAV uživatelů musí být číslo.';
-$wb['limit_backup_txt'] = 'Backupfunction available';
 $wb['customer_no_txt'] = 'Zákaznické číslo';
 $wb['vat_id_txt'] = 'DIČ';
 $wb['required_fields_txt'] = '* Povinná pole';
@@ -109,7 +107,7 @@
 $wb['web_php_options_notempty'] = 'Žádná PHP volba(y) nebyla vybrána (zatržena). Vyberte alespoň jednu možnost PHP.';
 $wb['ssh_chroot_notempty'] = 'Žádná SSH chroot volba(y) nebyla vybrána (zatržena). Vyberte alespoň jednu možnost SSH.';
 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
-$wb['add_additional_template_txt'] = 'Přidat dodatečnou šablonu';
+$wb['add_additional_template_txt'] = 'Vytvořit dodatečnou šablonu';
 $wb['delete_additional_template_txt'] = 'Smazat dodatečnou šablonu';
 $wb['limit_cgi_txt'] = 'CGI - dostupná volba pro klienta';
 $wb['limit_ssi_txt'] = 'SSI - dostupná volba pro klienta';
@@ -155,10 +153,11 @@
 $wb['added_date_txt'] = 'Datum vytvoření účtu';
 $wb['parent_client_id_txt'] = 'Přiřazení klienta k distributorovi (prodejci)';
 $wb['none_txt'] = 'Žádný';
-$wb['email_error_empty'] = 'Email is empty';
+$wb['contact_firstname_txt'] = 'Kontakt křestní jméno';
+$wb['limit_backup_txt'] = 'Funkce zálohování - dostupná volba pro klienta';
 $wb['xmpp_limits_txt'] = 'XMPP Limits';
-$wb['web_servers_txt'] = 'Webservers';
-$wb['web_servers_placeholder'] = 'Select webservers';
+$wb['web_servers_txt'] = 'Webové servery';
+$wb['web_servers_placeholder'] = 'Zvolte webové servery';
 $wb['no_web_server_error'] = 'At least one webserver must be selected.';
 $wb['web_servers_used'] = 'The server you are trying to remove from this client is used as a webserver. Be sure that this server is not used by this client before you remove it.';
 $wb['dns_servers_txt'] = 'DNS servers';
@@ -188,12 +187,16 @@
 $wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
 $wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
 $wb['limit_xmpp_status_txt'] = 'Status host available';
-$wb['limit_database_quota_txt'] = 'Database quota';
+$wb['limit_database_quota_txt'] = 'Kvóty databází';
 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
-$wb['reseller_txt'] = 'Reseller';
-$wb['btn_save_txt'] = 'Save';
-$wb['btn_cancel_txt'] = 'Cancel';
+$wb['reseller_txt'] = 'Distributor (prodejce)';
+$wb['btn_save_txt'] = 'Uložit';
+$wb['btn_cancel_txt'] = 'Zrušit';
 $wb['invalid_vat_id'] = 'The VAT ID is invalid.';
+$wb['email_error_empty'] = 'E-mail je prázdný';
+$wb['limit_ssl_letsencrypt_txt'] = 'Let';
+$wb['limit_directive_snippets_txt'] = 'Show web server config selection';
 $wb['limit_database_user_txt'] = 'Max. Database users';
 $wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
 ?>
+

--
Gitblit v1.9.1