From 32dcc8752f280299f0e364ccebcc092db8f2cb4e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 05 Apr 2016 12:17:42 -0400 Subject: [PATCH] Changed autodetect messages from WARN to INFO in non forced mode. --- interface/web/sites/lib/lang/cz.lng | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/interface/web/sites/lib/lang/cz.lng b/interface/web/sites/lib/lang/cz.lng index 3a37df3..5bd3d51 100644 --- a/interface/web/sites/lib/lang/cz.lng +++ b/interface/web/sites/lib/lang/cz.lng @@ -1,10 +1,10 @@ <?php -$wb['Websites'] = 'Webová stránka'; -$wb['Website'] = 'Webová stránka'; -$wb['Subdomain'] = 'Subdoména pro webovou stránku'; -$wb['Aliasdomain'] = 'Alias doména pro webovou stránku'; +$wb['Websites'] = 'Webové stránky'; +$wb['Website'] = 'Webové stránky'; +$wb['Subdomain'] = 'Subdomény pro webové stránky'; +$wb['Aliasdomain'] = 'Alias domény pro webové stránky'; $wb['Database'] = 'Databáze'; -$wb['Web Access'] = 'Webový přístup'; +$wb['Web Access'] = 'Webové přístupy'; $wb['FTP-User'] = 'FTP uživatelé'; $wb['Webdav-User'] = 'WebDAV uživatelé'; $wb['Folder'] = 'Chráněné adresáře heslem'; @@ -14,7 +14,7 @@ $wb['Cron Jobs'] = 'Cron úlohy'; $wb['Statistics'] = 'Statistiky'; $wb['Web traffic'] = 'Přenesená data'; -$wb['Website quota (Harddisk)'] = 'Webová kvóta (místo na disku)'; +$wb['Website quota (Harddisk)'] = 'Webové kvóty (místo na disku)'; $wb['Cron'] = 'Cron'; $wb['Stats'] = 'Statistiky'; $wb['Shell'] = 'Shell'; @@ -33,4 +33,3 @@ $wb['Subdomain (Vhost)'] = 'Subdoména (Vhost)'; $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; ?> - -- Gitblit v1.9.1