Skip to content

Commit b5af272

Browse files
author
thom
committed
Backport from !743
1 parent 4c71099 commit b5af272

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

interface/lib/lang/nl.lng

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ $wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has
140140
$wb['yes_txt'] = 'Ja';
141141
$wb['no_txt'] = 'Nee';
142142
$wb['None'] = 'Geen';
143-
$wb['strength_1'] = 'Weak';
143+
$wb['strength_1'] = 'Zwak';
144144
$wb['strength_2'] = 'Fair';
145-
$wb['strength_3'] = 'Good';
146-
$wb['strength_4'] = 'Strong';
147-
$wb['strength_5'] = 'Very Strong';
145+
$wb['strength_3'] = 'Goed';
146+
$wb['strength_4'] = 'Sterk';
147+
$wb['strength_5'] = 'Zeer sterk';
148148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150150
$wb['security_check1_txt'] = 'Check for security permission:';
@@ -160,5 +160,5 @@ $wb['datalog_status_u_xmpp_user'] = 'Update XMPP user';
160160
$wb['datalog_status_d_xmpp_user'] = 'Delete XMPP user';
161161
$wb['unlimited_txt'] = 'Ongelimiteerd';
162162
$wb['server_id_0_error_txt'] = 'Please select a valid Server. Server ID must be > 0.';
163-
$wb['datalog_changes_close_txt'] = 'Close';
164-
?>
163+
$wb['datalog_changes_close_txt'] = 'Sluiten';
164+
?>

interface/web/admin/lib/lang/nl_remote_user.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ $wb['DNS rp functions'] = 'DNS rp functies';
4242
$wb['DNS srv functions'] = 'DNS srv functies';
4343
$wb['DNS txt functions'] = 'DNS txt functies';
4444
$wb['Mail mailing list functions'] = 'Mail mailinglist functions';
45-
$wb['generate_password_txt'] = 'Generate Password';
46-
$wb['repeat_password_txt'] = 'Repeat Password';
47-
$wb['password_mismatch_txt'] = 'The passwords do not match.';
48-
$wb['password_match_txt'] = 'The passwords do match.';
45+
$wb['generate_password_txt'] = 'Genereer wachtwoord';
46+
$wb['repeat_password_txt'] = 'Herhaal wachtwoord';
47+
$wb['password_mismatch_txt'] = 'De wachtwoorden zijn niet hetzelfde.';
48+
$wb['password_match_txt'] = 'De wachtwoorden zijn hetzelfde.';
4949
$wb['remote_access_txt'] = 'Remote Access';
5050
$wb['remote_ips_txt'] = 'Remote Access IPs / Hostnames (separate by , and leave blank for <i>any</i>)';
5151
$wb['remote_user_error_ips'] = 'At least one of the entered ip addresses or hostnames is invalid.';

interface/web/sites/lib/lang/nl_web_childdomain_list.lng

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ $wb['domain_txt'] = 'Subdomein';
77
$wb['domain_error_empty'] = 'Domein is niet ingvuld.';
88
$wb['domain_error_unique'] = 'Domein moet uniek zijn.';
99
$wb['domain_error_regex'] = 'Domeinnaam ongeldig.';
10-
$wb['no_redirect_txt'] = 'No redirect';
11-
$wb['no_flag_txt'] = 'No flag';
12-
$wb['none_txt'] = 'None';
13-
$wb['add_new_subdomain_txt'] = 'Add new Subdomain';
14-
$wb['add_new_aliasdomain_txt'] = 'Add new Aliasdomain';
15-
$wb['aliasdomain_list_head_txt'] = 'Aliasdomains';
16-
$wb['subdomain_list_head_txt'] = 'Subdomains';
17-
$wb['domain_error_acme_invalid'] = 'Domain name acme.invalid not permitted.';
10+
$wb['no_redirect_txt'] = 'Geen redirect';
11+
$wb['no_flag_txt'] = 'Geen vlag';
12+
$wb['none_txt'] = 'Geen';
13+
$wb['add_new_subdomain_txt'] = 'Nieuw subdomein toevoegen';
14+
$wb['add_new_aliasdomain_txt'] = 'Nieuw aliasdomein toevoegen';
15+
$wb['aliasdomain_list_head_txt'] = 'Aliasdomeinen';
16+
$wb['subdomain_list_head_txt'] = 'Subdomeinen';
17+
$wb['domain_error_acme_invalid'] = 'Domeinnaam acme.invalid niet toegestaan.';
1818
?>

interface/web/sites/lib/lang/nl_web_vhost_domain.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ $wb["backup_format_tar_7z_lzma2_txt"] = 'tar + 7z (LZMA2)';
182182
$wb["backup_format_tar_7z_ppmd_txt"] = 'tar + 7z (PPMd)';
183183
$wb["backup_format_tar_7z_bzip2_txt"] = 'tar + 7z (BZip2)';
184184
$wb['dependent_domains_txt'] = 'Dependent sub- / aliasdomains';
185-
$wb['error_ipv4_change_forbidden'] = 'The IP cannot be changed. Please contact your administrator if you want to change the IPv4 address.';
186-
$wb['error_ipv6_change_forbidden'] = 'The IP cannot be changed. Please contact your administrator if you want to change the IPv6 address.';
187-
$wb['error_domain_change_forbidden'] = 'The domain name cannot be changed. Please contact your administrator if you want to change the domain name.';
188-
$wb['error_server_change_not_possible'] = 'The server cannot be changed.';
185+
$wb['error_ipv4_change_forbidden'] = 'Het IP adres kan niet worden aangepast. Neem contact op met de administrator indien je het IPv4 adres wilt wijzigen.';
186+
$wb['error_ipv6_change_forbidden'] = 'Het IP adres kan niet worden aangepast. Neem contact op met de administrator indien je het IPv6 adres wilt wijzigen.';
187+
$wb['error_domain_change_forbidden'] = 'De domeinnaam kan niet worden aangepast. Neem contact op met de administrator indien je het domein wilt wijzigen.';
188+
$wb['error_server_change_not_possible'] = 'De server kan niet worden aangepast.';
189189
?>

0 commit comments

Comments
 (0)