From d78ed105069455bdf43a8d6f4f4ecc99152c55ec Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 16 Feb 2014 04:01:29 -0500 Subject: [PATCH] Fixed: FS#2912 - /etc/suphp/suphp.conf fills with double lines on each update --- interface/web/sites/lib/lang/cz_web_folder.lng | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/sites/lib/lang/cz_web_folder.lng b/interface/web/sites/lib/lang/cz_web_folder.lng index 93cd40a..0d1090f 100644 --- a/interface/web/sites/lib/lang/cz_web_folder.lng +++ b/interface/web/sites/lib/lang/cz_web_folder.lng @@ -1,7 +1,8 @@ <?php $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Website'; -$wb['path_txt'] = 'Path'; -$wb['active_txt'] = 'Active'; -$wb['path_error_regex'] = 'Invalid folder path.'; +$wb['parent_domain_id_txt'] = 'Webové stránky'; +$wb['path_txt'] = 'Cesta'; +$wb['active_txt'] = 'Aktivní'; +$wb['path_error_regex'] = 'Neplatná cesta ke složce.'; ?> + -- Gitblit v1.9.1