diff options
author | Ole Carlsen <ole@carlsen-web.dk> | 2019-07-16 10:01:57 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-16 18:26:59 -0700 |
commit | d3be738d4f698ccc387e256dba314edcfa043e05 (patch) | |
tree | f74fa7b7e403be29f32e6e0b5a0d3d5bde6f8738 /app/Locale/da_DK/translations.php | |
parent | e60686cd10b70e435189bfc79c53a686bb6edffe (diff) |
Update translations.php (#1)
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 0cf91f2f..8dbc63b7 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1398,12 +1398,12 @@ 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)', - // 'Reorder this column by due date (ASC)' => '', - // 'Reorder this column by due date (DESC)' => '', + 'Reorder this column by due date (ASC)' => 'Sortere denne kolonne efter udløbstid (ASC)', + 'Reorder this column by due date (DESC)' => 'Sortere denne kolonne efter udløbstid (DESC)', '%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"', 'Move the task to another column when the due date is less than a certain number of days' => 'Flytte opgave til anden kolonne når afleveringsdato er mindre end et bestemt antal dage', - // 'Automatically update the start date when task move away from certain column' => '', + 'Automatically update the start date when task move away from certain column' => 'Opdatere automatisk startdato når opgaven flyttes væk fra bestemt kolonne', 'HTTP Client:' => 'HTTP klient:', 'XBT - bitcoin' => 'XBT - bitcoin', ); |