From 059387eea0d147e98e82e264d3ed1602c700b76c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Feb 2013 09:10:54 -0500 Subject: [PATCH] Updated Czech language files. --- interface/web/sites/lib/lang/cz_web_subdomain.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/cz_web_subdomain.lng b/interface/web/sites/lib/lang/cz_web_subdomain.lng index df67b12..b40c927 100644 --- a/interface/web/sites/lib/lang/cz_web_subdomain.lng +++ b/interface/web/sites/lib/lang/cz_web_subdomain.lng @@ -1,5 +1,5 @@ <?php -$wb['ssl_state_txt'] = 'Stav'; +$wb['ssl_state_txt'] = 'Stát'; $wb['ssl_locality_txt'] = 'Lokalita'; $wb['ssl_organisation_txt'] = 'Organizace'; $wb['ssl_organisation_unit_txt'] = 'Organizační jednotka'; @@ -42,5 +42,6 @@ $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; -$wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> + -- Gitblit v1.9.1