Pascal Dreissen
2016-07-08 a2401ddb28154829f254378b72e081ac2d4af289
commit | author | age
407003 1 <?php
TB 2 $wb['ssl_state_txt'] = 'Provincie/staat';
3 $wb['ssl_locality_txt'] = 'Plaatsnaam';
4 $wb['ssl_organisation_txt'] = 'Organisatie';
5 $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
6 $wb['ssl_country_txt'] = 'Land';
a2401d 7 $wb['ssl_request_txt'] = 'SSL aanvraag';
407003 8 $wb['ssl_cert_txt'] = 'SSL Certificaat';
TB 9 $wb['ssl_bundle_txt'] = 'SSL Bundel';
10 $wb['ssl_action_txt'] = 'SSL Actie';
11 $wb['server_id_txt'] = 'Server';
12 $wb['domain_txt'] = 'Domein';
13 $wb['type_txt'] = 'Type';
14 $wb['parent_domain_id_txt'] = 'Parent website';
15 $wb['redirect_type_txt'] = 'Redirect type';
16 $wb['redirect_path_txt'] = 'Redirect pad';
17 $wb['active_txt'] = 'Actief';
18 $wb['document_root_txt'] = 'Documentroot';
19 $wb['system_user_txt'] = 'Linux gebruiker';
20 $wb['system_group_txt'] = 'Linux groep';
21 $wb['ip_address_txt'] = 'IP-adres';
22 $wb['vhost_type_txt'] = 'VHost type';
23 $wb['hd_quota_txt'] = 'Harddisk quota';
24 $wb['traffic_quota_txt'] = 'Traffic quota';
25 $wb['cgi_txt'] = 'CGI';
26 $wb['ssi_txt'] = 'SSI';
27 $wb['ssl_txt'] = 'SSL';
28 $wb['suexec_txt'] = 'SuEXEC';
29 $wb['php_txt'] = 'PHP';
30 $wb['client_txt'] = 'Klant';
31 $wb['limit_web_domain_txt'] = 'Het max. aantal web domeinen voor uw account is bereikt.';
32 $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal aliasdomeinen voor uw account is bereikt.';
33 $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
34 $wb['apache_directives_txt'] = 'Apache directives';
35 $wb['domain_error_empty'] = 'Domein is niet ingvuld.';
a2401d 36 $wb['domain_error_unique'] = 'Er is al een website of sub / aliasdomein met deze domeinnaam.';
407003 37 $wb['domain_error_regex'] = 'Domainnaam ongeldig.';
TB 38 $wb['host_txt'] = 'Host';
39 $wb['redirect_error_regex'] = 'Ongeldig redirect pad. Geldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/';
a2401d 40 $wb['no_redirect_txt'] = 'Geen redirect';
PD 41 $wb['no_flag_txt'] = 'Geen flag';
42 $wb['domain_error_wildcard'] = 'Wildcard subdomeinen zijn niet toegestaan.';
407003 43 $wb['proxy_directives_txt'] = 'Proxy Directives';
TB 44 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
45 $wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
4bdecc 46 $wb['http_port_txt'] = 'HTTP Port';
TB 47 $wb['https_port_txt'] = 'HTTPS Port';
a2401d 48 $wb['http_port_error_regex'] = 'HTTP Port niet correct.';
PD 49 $wb['https_port_error_regex'] = 'HTTPS Port niet correct.';
407003 50 ?>