From cb8c86a5eb7b70feb29a2ef7503aae497d40bf57 Mon Sep 17 00:00:00 2001
From: wyrie <wyrie@ispconfig3>
Date: Wed, 02 Dec 2009 06:57:59 -0500
Subject: [PATCH] Implemented: FS#973 - Gentoo support for installer. Fixed FS#974 - Directory mode for firewall configuration

---
 interface/web/admin/lib/lang/nl_server_config.lng |   91 ++++++++++++++++++++++++---------------------
 1 files changed, 49 insertions(+), 42 deletions(-)

diff --git a/interface/web/admin/lib/lang/nl_server_config.lng b/interface/web/admin/lib/lang/nl_server_config.lng
index dffbfce..f044e45 100644
--- a/interface/web/admin/lib/lang/nl_server_config.lng
+++ b/interface/web/admin/lib/lang/nl_server_config.lng
@@ -1,42 +1,49 @@
-<?php
-$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';
-$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app secties';
-$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applicaties';
-$wb['website_path_txt'] = 'Website pad';
-$wb['website_symlinks_txt'] = 'Website symlinks';
-$wb['vhost_conf_dir_txt'] = 'Vhost config dir';
-$wb['vhost_conf_enabled_dir_txt'] = 'Vhost config enabled dir';
-$wb['getmail_config_dir_txt'] = 'Getmail config dir';
-$wb['fastcgi_starter_path_txt'] = 'FastCGI starter pad';
-$wb['fastcgi_starter_script_txt'] = 'FastCGI starter script';
-$wb['fastcgi_alias_txt'] = 'FastCGI Alias';
-$wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini Pad';
-$wb['fastcgi_children_txt'] = 'FastCGI Children';
-$wb['fastcgi_max_requests_txt'] = 'FastCGI max. aanvragen';
-$wb['fastcgi_bin_txt'] = 'FastCGI Bin';
-$wb['module_txt'] = 'Module';
-$wb['maildir_path_txt'] = 'Maildir Pad';
-$wb['homedir_path_txt'] = 'Homedir Pad';
-$wb['mailuser_uid_txt'] = 'Mailuser UID';
-$wb['mailuser_gid_txt'] = 'Mailuser GID';
-$wb['mailuser_name_txt'] = 'Mailuser Naam';
-$wb['mailuser_group_txt'] = 'Mailuser Groep';
-$wb['relayhost_txt'] = 'Relayhost';
-$wb['relayhost_user_txt'] = 'Relayhost gebruiker';
-$wb['relayhost_password_txt'] = 'Relayhost wachtoord';
-$wb['mailbox_size_limit_txt'] = 'Schijfruimte limiet e-mailaccount';
-$wb['message_size_limit_txt'] = 'E-mail berichtgrootte limiet';
-$wb['ip_address_txt'] = 'IP-adres';
-$wb['netmask_txt'] = 'Netmask';
-$wb['gateway_txt'] = 'Gateway';
-$wb['hostname_txt'] = 'Hostnaam';
-$wb['nameservers_txt'] = 'Nameservers';
-$wb['auto_network_configuration_txt'] = 'Netwerk configuratie';
-$wb['website_basedir_txt'] = 'Website basedir';
-$wb['ip_address_error_wrong'] = 'Ongeldige IP-adres indeling.';
-$wb['netmask_error_wrong'] = 'Ongeldige netmasker indeling.';
-$wb['gateway_error_wrong'] = 'Ongeldige gateway indeling.';
-$wb['hostname_error_empty'] = 'Hostnaam is leeg.';
-$wb['nameservers_error_empty'] = 'Nameserver is leeg.';
-?>
-
+<?php
+$wb['jailkit_chroot_home_txt'] = 'Jailkit chroot home';
+$wb['jailkit_chroot_app_sections_txt'] = 'Jailkit chroot app secties';
+$wb['jailkit_chroot_app_programs_txt'] = 'Jailkit chrooted applicaties';
+$wb['website_path_txt'] = 'Website pad';
+$wb['website_symlinks_txt'] = 'Website symlinks';
+$wb['vhost_conf_dir_txt'] = 'Vhost config dir';
+$wb['vhost_conf_enabled_dir_txt'] = 'Vhost config enabled dir';
+$wb['getmail_config_dir_txt'] = 'Getmail config dir';
+$wb['fastcgi_starter_path_txt'] = 'FastCGI starter pad';
+$wb['fastcgi_starter_script_txt'] = 'FastCGI starter script';
+$wb['fastcgi_alias_txt'] = 'FastCGI Alias';
+$wb['fastcgi_phpini_path_txt'] = 'FastCGI php.ini Pad';
+$wb['fastcgi_children_txt'] = 'FastCGI Children';
+$wb['fastcgi_max_requests_txt'] = 'FastCGI max. aanvragen';
+$wb['fastcgi_bin_txt'] = 'FastCGI Bin';
+$wb['module_txt'] = 'Module';
+$wb['maildir_path_txt'] = 'Maildir Pad';
+$wb['homedir_path_txt'] = 'Homedir Pad';
+$wb['mailuser_uid_txt'] = 'Mailuser UID';
+$wb['mailuser_gid_txt'] = 'Mailuser GID';
+$wb['mailuser_name_txt'] = 'Mailuser Naam';
+$wb['mailuser_group_txt'] = 'Mailuser Groep';
+$wb['relayhost_txt'] = 'Relayhost';
+$wb['relayhost_user_txt'] = 'Relayhost gebruiker';
+$wb['relayhost_password_txt'] = 'Relayhost wachtoord';
+$wb['mailbox_size_limit_txt'] = 'Schijfruimte limiet e-mailaccount';
+$wb['message_size_limit_txt'] = 'E-mail berichtgrootte limiet';
+$wb['ip_address_txt'] = 'IP-adres';
+$wb['netmask_txt'] = 'Netmask';
+$wb['gateway_txt'] = 'Gateway';
+$wb['hostname_txt'] = 'Hostnaam';
+$wb['nameservers_txt'] = 'Nameservers';
+$wb['auto_network_configuration_txt'] = 'Netwerk configuratie';
+$wb['website_basedir_txt'] = 'Website basedir';
+$wb['ip_address_error_wrong'] = 'Ongeldige IP-adres indeling.';
+$wb['netmask_error_wrong'] = 'Ongeldige netmasker indeling.';
+$wb['gateway_error_wrong'] = 'Ongeldige gateway indeling.';
+$wb['hostname_error_empty'] = 'Hostnaam is leeg.';
+$wb['nameservers_error_empty'] = 'Nameserver is leeg.';
+$wb['jailkit_chroot_cron_programs_txt'] = 'Jailkit cron chrooted applicaties';
+$wb['config_dir_txt'] = 'Configuratie directory';
+$wb['init_script_txt'] = 'Cron init script naam';
+$wb['crontab_dir_txt'] = 'Pad voor individuele crontabs';
+$wb['wget_txt'] = 'Pad naar wget';
+$wb['web_user_txt'] = 'Apache gebruiker';
+$wb['web_group_txt'] = 'Apache groep';
+$wb['security_level_txt'] = 'Beveiligingsniveau';
+?>

--
Gitblit v1.9.1