diff options
author | Ole Carlsen <ole@carlsen-web.dk> | 2019-04-09 03:06:47 +0200 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-04-08 18:06:47 -0700 |
commit | a9c79fbc4350accc5745d0389f07a09245fa0ad0 (patch) | |
tree | 3db4374a97bba74aa36b4f1a404bb07a1773cd27 /app/Locale/da_DK/translations.php | |
parent | 0b4b288ff8b2a9e6f9fad74b29123e5b8daa6089 (diff) |
Update da_DK translation
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 5f637fc8..e6e41b39 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1398,6 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Sortere denne kolonne efter ansvarlig og prioritet (DESC)', 'Reorder this column by assignee (A-Z)' => 'Sortere denne kolonne efter ansvarlig (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Sortere denne kolonne efter ansvarlig (Z-A)', - // '%s moved the task #%d "%s" to the project "%s"' => '', - // 'Task #%d "%s" has been moved to the project "%s"' => '', + '%s moved the task #%d "%s" to the project "%s"' => '%s flyttede opgave #%d "%s" til projekt "%s"', + 'Task #%d "%s" has been moved to the project "%s"' => 'Opgave #%d "%s" er flyttet til projekt "%s"', ); |