From 5693ad5e4b1890e1d159fb21ad27d5687ac76f65 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sat, 09 Jul 2016 03:06:09 -0400 Subject: [PATCH] Merge branch 'dutch-language' into 'stable-3.1' --- interface/web/sites/lib/lang/nl_web_subdomain.lng | 86 ++++++++++++++++++++++++------------------- 1 files changed, 48 insertions(+), 38 deletions(-) diff --git a/interface/web/sites/lib/lang/nl_web_subdomain.lng b/interface/web/sites/lib/lang/nl_web_subdomain.lng index 02f9b72..2f4412a 100644 --- a/interface/web/sites/lib/lang/nl_web_subdomain.lng +++ b/interface/web/sites/lib/lang/nl_web_subdomain.lng @@ -1,40 +1,50 @@ <?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 aktie'; -$wb["btn_save_txt"] = 'Opslaan'; -$wb["btn_cancel_txt"] = 'Annuleren'; -$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"] = 'Aktief'; -$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 niet ingevuld.'; -$wb["domain_error_unique"] = 'Domein moet uniek zijn.'; -$wb["domain_error_regex"] = 'Domeinnaam ongeldig.'; +$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 aanvraag'; +$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 een website 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/'; +$wb['no_redirect_txt'] = 'Geen redirect'; +$wb['no_flag_txt'] = 'Geen flag'; +$wb['domain_error_wildcard'] = 'Wildcard subdomeinen zijn niet toegestaan.'; +$wb['proxy_directives_txt'] = 'Proxy Directives'; +$wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; +$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.'; +$wb['http_port_txt'] = 'HTTP Port'; +$wb['https_port_txt'] = 'HTTPS Port'; +$wb['http_port_error_regex'] = 'HTTP Port niet correct.'; +$wb['https_port_error_regex'] = 'HTTPS Port niet correct.'; ?> -- Gitblit v1.9.1