From 1ca823723668e01b1b998faec5f8d8153545cfa8 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 04 Apr 2011 08:22:29 -0400
Subject: [PATCH] Merged revisions 2181-2262 from stable branch.

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

diff --git a/interface/web/sites/lib/lang/nl_web_subdomain.lng b/interface/web/sites/lib/lang/nl_web_subdomain.lng
index 417e391..1a664c1 100644
--- a/interface/web/sites/lib/lang/nl_web_subdomain.lng
+++ b/interface/web/sites/lib/lang/nl_web_subdomain.lng
@@ -1,43 +1,40 @@
-<?php
-$wb["ssl_state_txt"] = 'Provincie/staat';
-$wb["ssl_locality_txt"] = 'Plaatsnaam';
-$wb["ssl_organisation_txt"] = 'Organisatie';
-$wb["ssl_organisation_unit_txt"] = 'Organisatie afdeling';
-$wb["ssl_country_txt"] = 'Land';
-$wb["ssl_request_txt"] = 'SSL Request';
-$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"] = 'Parent 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"] = 'Traffic 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 domeinen voor uw account is bereikt.';
-$wb["limit_web_aliasdomain_txt"] = 'Het max. aantal aliasdomeinen 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 niet ingvuld.';
-$wb["domain_error_unique"] = 'Er is al eenwebsite of sub / aliasdomein met deze domeinnaam.';
-$wb["domain_error_regex"] = 'Domainnaam ongeldig.';
-$wb["host_txt"] = 'Host';
-$wb["redirect_error_regex"] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/';
-?>
-
-
-
+<?php
+$wb['ssl_state_txt'] = 'Provincie/staat';
+$wb['ssl_locality_txt'] = 'Plaatsnaam';
+$wb['ssl_organisation_txt'] = 'Organisatie';
+$wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
+$wb['ssl_country_txt'] = 'Land';
+$wb['ssl_request_txt'] = 'SSL Request';
+$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'] = 'Parent 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'] = 'Traffic 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 domeinen voor uw account is bereikt.';
+$wb['limit_web_aliasdomain_txt'] = 'Het max. aantal aliasdomeinen 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 niet ingvuld.';
+$wb['domain_error_unique'] = 'Er is al eenwebsite of sub / aliasdomein met deze domeinnaam.';
+$wb['domain_error_regex'] = 'Domainnaam ongeldig.';
+$wb['host_txt'] = 'Host';
+$wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/';
+?>

--
Gitblit v1.9.1