From 04e09afcccbf4e7f3eafa540ea35ac22b38f5bc0 Mon Sep 17 00:00:00 2001 From: filip <filip@ispconfig3> Date: Mon, 27 Sep 2010 07:31:33 -0400 Subject: [PATCH] Implemented new FAQ functionality in help module --- interface/web/admin/lib/lang/nl_server_config.lng | 58 +++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 47 insertions(+), 11 deletions(-) diff --git a/interface/web/admin/lib/lang/nl_server_config.lng b/interface/web/admin/lib/lang/nl_server_config.lng index 1add83e..d7b6b86 100644 --- a/interface/web/admin/lib/lang/nl_server_config.lng +++ b/interface/web/admin/lib/lang/nl_server_config.lng @@ -12,7 +12,7 @@ $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. Requests'; +$wb['fastcgi_max_requests_txt'] = 'FastCGI max. aanvragen'; $wb['fastcgi_bin_txt'] = 'FastCGI Bin'; $wb['module_txt'] = 'Module'; $wb['maildir_path_txt'] = 'Maildir Pad'; @@ -22,20 +22,56 @@ $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'] = 'Mailbox Size Limiet'; -$wb['message_size_limit_txt'] = 'Message Size Limiet'; -$wb['ip_address_txt'] = 'IP Adres'; +$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'] = 'Invalid IP address format.'; -$wb['netmask_error_wrong'] = 'Invalid Netmask format.'; -$wb['gateway_error_wrong'] = 'Invalid Gateway format.'; -$wb['hostname_error_empty'] = 'Hostname is empty.'; -$wb['nameservers_error_empty'] = 'Nameserver is empty.'; +$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'; +$wb['loglevel_txt'] = 'Loglevel'; +$wb['apps_vhost_port_txt'] = 'Apps-vhost port'; +$wb['apps_vhost_ip_txt'] = 'Apps-vhost IP'; +$wb['apps_vhost_servername_txt'] = 'Apps-vhost Domain'; +$wb['bind_user_txt'] = 'BIND Gebruiker'; +$wb['bind_group_txt'] = 'BIND Groep'; +$wb['bind_zonefiles_dir_txt'] = 'BIND zonefiles directory'; +$wb['named_conf_path_txt'] = 'BIND named.conf pad'; +$wb['bind_user_error_empty'] = 'BIND gebruiker is leeg.'; +$wb['bind_group_error_empty'] = 'BIND groep is leeg.'; +$wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is leeg.'; +$wb['named_conf_path_error_empty'] = 'BIND named.conf pad is leeg.'; +$wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local pad is leeg.'; +$wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax'; +$wb['pop3_imap_daemon_txt'] = 'POP3/IMAP Daemon'; +$wb['php_open_basedir_txt'] = 'PHP open_basedir'; +$wb['php_open_basedir_error_empty'] = 'PHP open_basedir is leeg.'; +$wb['htaccess_allow_override_txt'] = '.htaccess AllowOverride'; +$wb['htaccess_allow_override_error_empty'] = '.htaccess AllowOverride is leeg.'; +$wb['awstats_conf_dir_txt'] = 'awstats conf folder'; +$wb['awstats_data_dir_txt'] = 'awstats data folder'; +$wb['awstats_pl_txt'] = 'awstats.pl script'; +$wb['awstats_buildstaticpages_pl_txt'] = 'awstats_buildstaticpages.pl script'; +$wb['backup_dir_txt'] = 'Backup directory'; +$wb['named_conf_local_path_txt'] = 'BIND named.conf.local path'; +$wb['php_ini_path_cgi_txt'] = 'CGI php.ini path'; +$wb['php_ini_path_apache_txt'] = 'Apache php.ini path'; +$wb['check_apache_config_txt'] = 'Test apache configuration on restart'; ?> -- Gitblit v1.9.1