Pascal Dreissen
2016-07-08 7e24fd5e41f2b3ec8ecad32e2bedd789360a1de2
commit | author | age
1ca823 1 <?php
T 2 $wb['backup_interval_txt'] = 'Backup interval';
3 $wb['backup_copies_txt'] = 'Aantal backup exemplaren';
4 $wb['ssl_state_txt'] = 'Provincie/staat';
5 $wb['ssl_locality_txt'] = 'Plaatsnaam';
6 $wb['ssl_organisation_txt'] = 'Organisatie';
7 $wb['ssl_organisation_unit_txt'] = 'Organisatie afdeling';
8 $wb['ssl_country_txt'] = 'Land';
9 $wb['ssl_request_txt'] = 'SSL Request';
10 $wb['ssl_cert_txt'] = 'SSL Certificaat';
11 $wb['ssl_bundle_txt'] = 'SSL Bundel';
12 $wb['ssl_action_txt'] = 'SSL Actie';
13 $wb['ssl_domain_txt'] = 'SSL Domein';
14 $wb['server_id_txt'] = 'Server';
15 $wb['domain_txt'] = 'Domein';
16 $wb['type_txt'] = 'Type';
17 $wb['parent_domain_id_txt'] = 'Parent website';
18 $wb['redirect_type_txt'] = 'Redirect type';
19 $wb['redirect_path_txt'] = 'Redirect pad';
20 $wb['active_txt'] = 'Actief';
407003 21 $wb['document_root_txt'] = 'Document Root';
1ca823 22 $wb['system_user_txt'] = 'Linux gebruiker';
T 23 $wb['system_group_txt'] = 'Linux Groep';
24 $wb['ip_address_txt'] = 'IP-Adres';
25 $wb['vhost_type_txt'] = 'VHost type';
26 $wb['hd_quota_txt'] = 'Harddisk quota';
27 $wb['traffic_quota_txt'] = 'Traffic quota';
28 $wb['cgi_txt'] = 'CGI';
29 $wb['ssi_txt'] = 'SSI';
30 $wb['errordocs_txt'] = 'Own Error-documenten';
31 $wb['subdomain_txt'] = 'Auto-subdomein';
32 $wb['ssl_txt'] = 'SSL';
2dffea 33 $wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
1ca823 34 $wb['suexec_txt'] = 'SuEXEC';
T 35 $wb['php_txt'] = 'PHP';
36 $wb['client_txt'] = 'Klant';
37 $wb['limit_web_domain_txt'] = 'Het max.aantal web domeinen voor uw account is bereikt.';
38 $wb['limit_web_aliasdomain_txt'] = 'Het max. aantal aliasdomeinen voor uw account is bereikt.';
39 $wb['limit_web_subdomain_txt'] = 'Het max. aantal web subdomeinen voor uw account is bereikt.';
40 $wb['apache_directives_txt'] = 'Apache directives';
41 $wb['domain_error_empty'] = 'Domein is niet ingvuld.';
42 $wb['domain_error_unique'] = 'Er is al een website of sub / aliasdomein met deze domeinnaam.';
43 $wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
44 $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 of leeg.';
45 $wb['traffic_quota_error_empty'] = 'Traffic quota is niet ingvuld.';
46 $wb['error_ssl_state_empty'] = 'SSL State is niet ingvuld.';
47 $wb['error_ssl_locality_empty'] = 'SSL Plaatsnaam is niet ingvuld.';
48 $wb['error_ssl_organisation_empty'] = 'SSL Organisatie is niet ingvuld.';
49 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisatie afdeling is niet ingvuld.';
50 $wb['error_ssl_country_empty'] = 'SSL land is niet ingvuld.';
51 $wb['client_group_id_txt'] = 'Klant';
52 $wb['stats_password_txt'] = 'Webstatististieken wachtwoord';
53 $wb['allow_override_txt'] = 'Apache AllowOverride';
54 $wb['limit_web_quota_free_txt'] = 'Max. beschikbare harddisk quota';
55 $wb['ssl_state_error_regex'] = 'Ongeldige SSL Provincie/staat. Geldige karakters zijn: a-z, 0-9 and .,-_';
56 $wb['ssl_locality_error_regex'] = 'Ongeldige SSL plaatsnaam. Geldige karakters zijn: a-z, 0-9 and .,-_';
57 $wb['ssl_organisation_error_regex'] = 'Ongeldige SSL Organisation. Geldige karakters zijn: a-z, 0-9 and .,-_';
58 $wb['ssl_organistaion_unit_error_regex'] = 'Ongeldige SSL Organisation Unit. Geldige karakters zijn: a-z, 0-9 and .,-_';
59 $wb['ssl_country_error_regex'] = 'Ongeldige SSL land. Geldige karakters zijn: A-Z';
60 $wb['limit_traffic_quota_free_txt'] = 'Max. beschikbare traffic quota';
61 $wb['redirect_error_regex'] = 'Ongeldig redirect pad. Heldige redirects zijn bijvoorbeeld: /test/ or http://www.domain.tld/test/';
62 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
63 $wb['traffic_quota_exceeded_txt'] = 'Traffic quota overschreden';
64 $wb['ruby_txt'] = 'Ruby';
65 $wb['stats_user_txt'] = 'Webstatististieken gebruikersnaam';
66 $wb['stats_type_txt'] = 'Webstatististieken programma';
67 $wb['custom_php_ini_txt'] = 'Custom php.ini instellingen';
68 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
d7be27 69 $wb['none_txt'] = 'None';
T 70 $wb['disabled_txt'] = 'Disabled';
71 $wb['no_redirect_txt'] = 'No redirect';
72 $wb['no_flag_txt'] = 'No flag';
a2401d 73 $wb['save_certificate_txt'] = 'Certificaat opslaan';
d7be27 74 $wb['create_certificate_txt'] = 'Create certificate';
a2401d 75 $wb['delete_certificate_txt'] = 'Certificaat verwijderen';
PD 76 $wb['ipv6_address_txt'] = 'IPv6-Adres';
522ef8 77 $wb['nginx_directives_txt'] = 'nginx Directives';
T 78 $wb['seo_redirect_txt'] = 'SEO Redirect';
79 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
80 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
81 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
d6cd45 82 $wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.';
b51db0 83 $wb['python_txt'] = 'Python';
T 84 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
85 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
86 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
87 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
88 $wb['error_php_fpm_pm_settings_txt'] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children &gt;= pm.max_spare_servers &gt;= pm.start_servers &gt;= pm.min_spare_servers &gt; 0';
89 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
90 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
91 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
92 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
a2401d 93 $wb['hd_quota_error_regex'] = 'Harddisk quota is niet correct.';
PD 94 $wb['traffic_quota_error_regex'] = 'Traffic quota is niet correct.';
142907 95 $wb['ssl_key_txt'] = 'SSL Key';
T 96 $wb['perl_txt'] = 'Perl';
a2401d 97 $wb['fastcgi_php_version_txt'] = 'PHP Versie';
142907 98 $wb['pm_txt'] = 'PHP-FPM Process Manager';
T 99 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
100 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
101 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
102 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
103 $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!';
104 $wb['generate_password_txt'] = 'Generate Password';
105 $wb['repeat_password_txt'] = 'Repeat Password';
106 $wb['password_mismatch_txt'] = 'The passwords do not match.';
107 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 108 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
T 109 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
110 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
111 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
112 $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
10b4c8 113 $wb['proxy_directives_txt'] = 'Proxy Directives';
T 114 $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
3f478f 115 $wb['no_server_error'] = 'No server selected.';
7e24fd 116 $wb['no_backup_txt'] = 'Geen backup';
PD 117 $wb['daily_backup_txt'] = 'Dagelijks';
118 $wb['weekly_backup_txt'] = 'Wekelijks';
119 $wb['monthly_backup_txt'] = 'Maandelijks';
7b47c0 120 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
T 121 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
122 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
7e24fd 123 $wb['configuration_error_txt'] = 'CONFIGURATIE FOUT';
73813a 124 $wb['web_folder_txt'] = 'Web folder';
MC 125 $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.';
126 $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.';
127 $wb['host_txt'] = 'Hostname';
128 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
7c2179 129 $wb['variables_txt'] = 'Variables';
7e24fd 130 $wb['added_by_txt'] = 'Toegevoegd door';
PD 131 $wb['added_date_txt'] = 'Datum toegevoegd';
132 $wb['backup_excludes_txt'] = 'Uitgesloten directories';
7c2179 133 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
MC 134 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
407003 135 $wb['server_chosen_not_ok'] = 'The selected server is not allowed for this account.';
TB 136 $wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.';
7e24fd 137 $wb['btn_save_txt'] = 'Opslaan';
PD 138 $wb['btn_cancel_txt'] = 'Annuleren';
139 $wb['enable_spdy_txt'] = 'SPDY inschakelen';
407003 140 $wb['load_client_data_txt'] = 'Load client details';
TB 141 $wb['load_my_data_txt'] = 'Load my contact details';
142 $wb['reset_client_data_txt'] = 'Reset data';
7e24fd 143 $wb['rewrite_to_https_txt'] = 'Herschrijf HTTP naar HTTPS';
PD 144 $wb['password_strength_txt'] = 'Wachtwoord sterkte';
145 $wb['directive_snippets_id_txt'] = 'Web server configuratie';
146 $wb['http_port_txt'] = 'HTTP Poort';
147 $wb['https_port_txt'] = 'HTTPS Poort';
148 $wb['http_port_error_regex'] = 'HTTP Poort niet correct.';
149 $wb['https_port_error_regex'] = 'HTTPS Poort niet correct.';
1ca823 150 ?>