From 8641752b8b36f735b5c586d96f51f18236da38ec Mon Sep 17 00:00:00 2001 From: Roel van der Steen Date: Tue, 16 Jan 2024 09:13:03 +0100 Subject: [PATCH] Add Dutch translations for email-related phrases This commit adds Dutch translations for various email-related phrases in the application. Now, users who prefer to use the Dutch language will see these phrases translated correctly. --- Locale/nl_NL/translations.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Locale/nl_NL/translations.php diff --git a/Locale/nl_NL/translations.php b/Locale/nl_NL/translations.php new file mode 100644 index 0000000..6a15557 --- /dev/null +++ b/Locale/nl_NL/translations.php @@ -0,0 +1,11 @@ + 'E-Mail onderwerp', + 'Duration in days' => 'Looptijd in dagen', + 'Send a task by email to creator' => 'Een taak per e-mail verzenden naar de maker', + 'Send a task by email to assignee' => 'Een taak per e-mail verzenden naar de verantwoordelijke', + 'Send email notification of impending due date' => 'Een e-mailbericht verzenden over de naderende vervaldatum', + 'Send email notification of impending subtask due date' => 'Een e-mailbericht verzenden over een naderende vervaldatum voor een subtaak', + 'Include Task Title and ID in subject line?' => 'Taaktitel en ID in onderwerpregel opnemen?', +);