From 5034460b35497bdd2b219eda664b91baac5ce00b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 21 Oct 2011 05:57:57 -0400 Subject: [PATCH] - Updated italian translation. - Merged language files. --- interface/web/sites/lib/lang/hr_web_folder.lng | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/web/sites/lib/lang/hr_web_folder.lng b/interface/web/sites/lib/lang/hr_web_folder.lng index 85c70e0..93cd40a 100644 --- a/interface/web/sites/lib/lang/hr_web_folder.lng +++ b/interface/web/sites/lib/lang/hr_web_folder.lng @@ -1,7 +1,7 @@ <?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['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.'; ?> -- Gitblit v1.9.1