diff --git a/app/config/locale/templates/nl.email.auth.confirm.tpl b/app/config/locale/templates/nl.email.auth.confirm.tpl new file mode 100644 index 0000000000..513593bfc6 --- /dev/null +++ b/app/config/locale/templates/nl.email.auth.confirm.tpl @@ -0,0 +1,24 @@ + + +
+ Hallo {{name}}, +
+
+ Klink op deze link om uw emailadres te valideren. +
+ {{redirect}} +
+
+ Als u niet heeft gevraagd om dit adres te verifiëren, kunt u dit bericht negeren. +
+
+ Bedankt, +
+ {{project}} team +
\ No newline at end of file diff --git a/app/config/locale/templates/nl.email.auth.invitation.tpl b/app/config/locale/templates/nl.email.auth.invitation.tpl new file mode 100644 index 0000000000..252e104aff --- /dev/null +++ b/app/config/locale/templates/nl.email.auth.invitation.tpl @@ -0,0 +1,27 @@ + + +
+ Hallo, +
+
+ Deze mail is naar je gestuurd omdat {{owner}} wilde dat u een lid zou worden in het {{team}} team voor {{project}}. +
+
+ Volg deze link om het team te joinen {{team}}: +
+ {{redirect}} +
+
+ ALs u niet geïnteresseerd bent, kunt u dit bericht negeren. +
+
+ Bedankt, +
+ {{project}} team +
diff --git a/app/config/locale/templates/nl.email.auth.recovery.tpl b/app/config/locale/templates/nl.email.auth.recovery.tpl new file mode 100644 index 0000000000..2c4d5952a2 --- /dev/null +++ b/app/config/locale/templates/nl.email.auth.recovery.tpl @@ -0,0 +1,24 @@ + + +
+ Hallo {{name}}, +
+
+ Klik op deze link om uw {{project}} wachtwoord te resetten. +
+ {{redirect}} +
+
+ Als u niet gevraagd heeft om uw wachtwoord te resetten, kunt u dit bericht negeren. +
+
+ Bedankt, +
+ {{project}} team +