diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index 94e685da7d..e6e3f0ebd8 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -846,6 +846,14 @@ return [
'configuration_updated' => 'De configuratie is bijgewerkt',
'setting_is_demo_site' => 'Demo website',
'setting_is_demo_site_explain' => 'Als je dit aanzet doet jouw installatie alsof het een demo-site is, en dat kan problemen opleveren.',
+ 'setting_send_email_notifications' => 'Send email notifications',
+ 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :email
. This email address can be set in the .env
file.',
+ 'mail_for_lockout_help' => 'When a user is locked out',
+ 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain',
+ 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address',
+ 'mail_for_bad_login_help' => 'When a user fails to login',
+ 'mail_for_blocked_login_help' => 'When a blocked user tries to login',
+
// split a transaction:
'transaction_meta_data' => 'Transactie meta-data',