Skip to content

Commit 8641752

Browse files
author
Roel van der Steen
committed
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.
1 parent bf41fd6 commit 8641752

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Locale/nl_NL/translations.php

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return array(
4+
'Email subject' => 'E-Mail onderwerp',
5+
'Duration in days' => 'Looptijd in dagen',
6+
'Send a task by email to creator' => 'Een taak per e-mail verzenden naar de maker',
7+
'Send a task by email to assignee' => 'Een taak per e-mail verzenden naar de verantwoordelijke',
8+
'Send email notification of impending due date' => 'Een e-mailbericht verzenden over de naderende vervaldatum',
9+
'Send email notification of impending subtask due date' => 'Een e-mailbericht verzenden over een naderende vervaldatum voor een subtaak',
10+
'Include Task Title and ID in subject line?' => 'Taaktitel en ID in onderwerpregel opnemen?',
11+
);

0 commit comments

Comments
 (0)