From 0f66d356833081dffe8342c6b97343ae149c90b8 Mon Sep 17 00:00:00 2001 From: Kolkies Date: Mon, 30 Sep 2019 09:16:21 +0000 Subject: [PATCH] Email authenication translated --- .../templates/nl.email.auth.confirm.tpl | 24 +++++++++++++++++ .../templates/nl.email.auth.invitation.tpl | 27 +++++++++++++++++++ .../templates/nl.email.auth.recovery.tpl | 24 +++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 app/config/locale/templates/nl.email.auth.confirm.tpl create mode 100644 app/config/locale/templates/nl.email.auth.invitation.tpl create mode 100644 app/config/locale/templates/nl.email.auth.recovery.tpl 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 +