diff options
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)', ); |