Skip to content

Commit

Permalink
Merge pull request #33 from roelvandersteen/dutch-translation
Browse files Browse the repository at this point in the history
Add Dutch translations for email-related phrases
  • Loading branch information
creecros committed Jan 16, 2024
2 parents bf41fd6 + 8641752 commit 7523902
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Locale/nl_NL/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return array(
'Email subject' => '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?',
);

0 comments on commit 7523902

Please sign in to comment.