diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/da_DK/translations.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 16252e60..2add59da 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1383,13 +1383,13 @@ return array( 'Choose the properties that you would like to change for the selected tasks.' => 'Vælge egenskaber som skal ændres for de valgte opgaver.', 'Configure this project' => 'Indstille projekt', 'Start now' => 'Start nu', - // '%s removed a file from the task #%d' => '', - // 'Attachment removed from task #%d: %s' => '', - // 'No color' => '', - // 'Attachment removed "%s"' => '', - // '%s removed a file from the task %s' => '', - // 'Move the task to another swimlane when assigned to a user' => '', - // 'Destination swimlane' => '', - // 'Assign a category when the task is moved to a specific swimlane' => '', - // 'Move the task to another swimlane when the category is changed' => '', + '%s removed a file from the task #%d' => '%s fjernede en fil fra opgave #%d', + 'Attachment removed from task #%d: %s' => 'Vedhæftet fjernet fra opgave #%d: %s', + 'No color' => 'Ingen farve', + 'Attachment removed "%s"' => 'Vedhæftet fjernet "%s"', + '%s removed a file from the task %s' => '%s fjernede en fil fra opgave %s', + 'Move the task to another swimlane when assigned to a user' => 'Flytte opgave til andet spor når tildelt anden bruger', + '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', ); |