Skip to content

Commit dfa6852

Browse files
committed
Dutch translation
1 parent 985b026 commit dfa6852

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ $wb['username_error_collision'] = 'The username may not be web or web plus a num
3434
$wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
3535
$wb['lost_password_function_txt'] = 'Forgot password function is available';
3636
$wb['no_user_insert'] = 'CP-Users of type -user- get added and updated automatically when you add a client or reseller.';
37-
$wb['otp_auth_txt'] = '2-Factor Authentication';
37+
$wb['otp_auth_txt'] = 'Twee-factor authenticatie';
3838
?>

interface/web/login/lib/lang/nl.lng

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ $wb['pw_reset_act_mail_msg'] = 'Please confirm that your want to reset your ISPC
3232
$wb['lost_password_function_wait_txt'] = 'You cannot request a new password, yet. Please wait a few minutes.';
3333
$wb['lost_password_function_expired_txt'] = 'This activation link has expired. Please request a new one.';
3434
$wb['lost_password_function_denied_txt'] = 'This activation link is not valid.';
35-
$wb['otp_code_txt'] = 'Two Factor Authentication';
35+
$wb['otp_code_txt'] = 'Twee-factor authenticatie';
3636
$wb['otp_code_desc_txt'] = 'Enter the code you got from your authenticator app or via email.';
3737
$wb['otp_code_placeholder_txt'] = 'OTP code';
38-
$wb['otp_code_email_sent_txt'] = 'An email was sent to';
39-
$wb['otp_code_email_subject_txt'] = 'ISPConfig Login authentication';
40-
$wb['otp_code_email_template_txt'] = 'Your One time login code is %s' . PHP_EOL . 'This code is valid for 10 minutes.' . PHP_EOL;
41-
$wb['otp_code_resend_txt'] = 'Request new code';
42-
$wb['otp_code_email_sent_failed_txt'] = 'Failed sending an email to %s';
38+
$wb['otp_code_email_sent_txt'] = 'Een email is verstuurd aan';
39+
$wb['otp_code_email_subject_txt'] = 'ISPConfig Login authenticatie';
40+
$wb['otp_code_email_template_txt'] = 'Uw eenmalige login code is %s' . PHP_EOL . 'Deze code is geldig voor 10 minuten.' . PHP_EOL;
41+
$wb['otp_code_resend_txt'] = 'Aanvragen nieuwe code';
42+
$wb['otp_code_email_sent_failed_txt'] = 'Verzenden van email naar %s is mislukt.';
4343
?>

interface/web/tools/lib/lang/nl_usersettings.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $wb['password_match_txt'] = 'The passwords do match.';
1212
$wb['language_txt'] = 'Taal';
1313
$wb['startmodule_txt'] = 'Startmodule';
1414
$wb['app_theme_txt'] = 'Design';
15-
$wb['otp_auth_txt'] = 'Two Factor Authentication';
15+
$wb['otp_auth_txt'] = 'Twee-factor Authenticatie';
1616
?>

0 commit comments

Comments
 (0)