From a2860226e18ba66eb155ee034314abb2f82a3e8c Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 16 Aug 2009 09:42:23 -0400
Subject: [PATCH] Updated Dutch language files.

---
 interface/web/sites/lib/lang/nl_web_subdomain.lng |   79 ++++++++++++++++++++-------------------
 1 files changed, 40 insertions(+), 39 deletions(-)

diff --git a/interface/web/sites/lib/lang/nl_web_subdomain.lng b/interface/web/sites/lib/lang/nl_web_subdomain.lng
index a86267b..958e2b7 100644
--- a/interface/web/sites/lib/lang/nl_web_subdomain.lng
+++ b/interface/web/sites/lib/lang/nl_web_subdomain.lng
@@ -1,39 +1,40 @@
-<?php
-$wb['ssl_state_txt'] = 'Staat';
-$wb['ssl_locality_txt'] = 'Plaatsnaam';
-$wb['ssl_organisation_txt'] = 'Organisatie';
-$wb['ssl_organisation_unit_txt'] = 'Organisatie eenheid';
-$wb['ssl_country_txt'] = 'Land';
-$wb['ssl_request_txt'] = 'SSL verzoek';
-$wb['ssl_cert_txt'] = 'SSL certificaat';
-$wb['ssl_bundle_txt'] = 'SSL bundel';
-$wb['ssl_action_txt'] = 'SSL actie';
-$wb['server_id_txt'] = 'Server';
-$wb['domain_txt'] = 'Domein';
-$wb['type_txt'] = 'Type';
-$wb['parent_domain_id_txt'] = 'Ouder website';
-$wb['redirect_type_txt'] = 'Redirect type';
-$wb['redirect_path_txt'] = 'Redirect pad';
-$wb['active_txt'] = 'Actief';
-$wb['document_root_txt'] = 'Documentroot';
-$wb['system_user_txt'] = 'Linux gebruiker';
-$wb['system_group_txt'] = 'Linux groep';
-$wb['ip_address_txt'] = 'IP-Adres';
-$wb['vhost_type_txt'] = 'VHost type';
-$wb['hd_quota_txt'] = 'Harddisk quota';
-$wb['traffic_quota_txt'] = 'Verkeer quota';
-$wb['cgi_txt'] = 'CGI';
-$wb['ssi_txt'] = 'SSI';
-$wb['ssl_txt'] = 'SSL';
-$wb['suexec_txt'] = 'SuEXEC';
-$wb['php_txt'] = 'PHP';
-$wb['client_txt'] = 'Klant';
-$wb['limit_web_domain_txt'] = 'Het max. aantal web domainen voor uw account is bereikt.';
-$wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.';
-$wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
-$wb['apache_directives_txt'] = 'Apache directives';
-$wb['domain_error_empty'] = 'Domein is leeg.';
-$wb['domain_error_unique'] = 'Domein moet uniek zijn.';
-$wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
-$wb['host_txt'] = 'Host';
-?>
+<?php
+$wb['ssl_state_txt'] = 'Provincie';
+$wb['ssl_locality_txt'] = 'Plaats';
+$wb['ssl_organisation_txt'] = 'Organisatie';
+$wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
+$wb['ssl_country_txt'] = 'Land';
+$wb['ssl_request_txt'] = 'SSL verzoek';
+$wb['ssl_cert_txt'] = 'SSL certificaat';
+$wb['ssl_bundle_txt'] = 'SSL bundel';
+$wb['ssl_action_txt'] = 'SSL actie';
+$wb['server_id_txt'] = 'Server';
+$wb['domain_txt'] = 'Domein';
+$wb['type_txt'] = 'Type';
+$wb['parent_domain_id_txt'] = 'Gekoppeld aan website';
+$wb['redirect_type_txt'] = 'Redirect type';
+$wb['redirect_path_txt'] = 'Redirect pad';
+$wb['active_txt'] = 'Actief';
+$wb['document_root_txt'] = 'Documentroot';
+$wb['system_user_txt'] = 'Linux gebruiker';
+$wb['system_group_txt'] = 'Linux groep';
+$wb['ip_address_txt'] = 'IP-adres';
+$wb['vhost_type_txt'] = 'VHost type';
+$wb['hd_quota_txt'] = 'Schijfruimte limiet';
+$wb['traffic_quota_txt'] = 'Dataverkeer limiet';
+$wb['cgi_txt'] = 'CGI';
+$wb['ssi_txt'] = 'SSI (CGI)';
+$wb['ssl_txt'] = 'SSL';
+$wb['suexec_txt'] = 'SuEXEC';
+$wb['php_txt'] = 'PHP5 module';
+$wb['client_txt'] = 'Klant';
+$wb['limit_web_domain_txt'] = 'Het max. aantal web domainen voor uw account is bereikt.';
+$wb['limit_web_aliasdomain_txt'] = 'Het max. aantal domeinaliassen voor uw account is bereikt.';
+$wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
+$wb['apache_directives_txt'] = 'Apache directives';
+$wb['domain_error_empty'] = 'Domein is leeg.';
+$wb['domain_error_unique'] = 'Domein moet uniek zijn.';
+$wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
+$wb['host_txt'] = 'Hostnaam';
+?>
+

--
Gitblit v1.9.1