diff options
author | Ole Carlsen <ole@carlsen-web.dk> | 2019-02-20 03:06:39 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-02-19 18:06:39 -0800 |
commit | aa569551dc8a9dbc4159338e780f0b0efe23e093 (patch) | |
tree | d045cbe078fc90aa08348bdcd4da68a941838f28 /app/Locale | |
parent | 2251066a3c69d0f9e919f5fd39a83a7286819351 (diff) |
Update da_DK translations
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/da_DK/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index e404ed77..5a5d6232 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1392,10 +1392,10 @@ return array( 'Destination swimlane' => 'Mål spor', 'Assign a category when the task is moved to a specific swimlane' => 'Tildele kategori når opgave flyttes til anført spor', 'Move the task to another swimlane when the category is changed' => 'Flytte opgave til andet spor når kategori ændres', - // 'Reorder this column by priority (ASC)' => '', - // 'Reorder this column by priority (DESC)' => '', - // 'Reorder this column by assignee and priority (ASC)' => '', - // 'Reorder this column by assignee and priority (DESC)' => '', - // 'Reorder this column by assignee (A-Z)' => '', - // 'Reorder this column by assignee (Z-A)' => '', + 'Reorder this column by priority (ASC)' => 'Sortere denne kolonne efter prioritet (ASC)', + 'Reorder this column by priority (DESC)' => 'Sortere denne kolonne efter prioritet (DESC)', + 'Reorder this column by assignee and priority (ASC)' => 'Sortere denne kolonne efter ansvarlig og prioritet (ASC)', + '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)', ); |