diff options
author | Ole Carlsen <ole@carlsen-web.dk> | 2018-12-26 21:01:18 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2018-12-26 12:01:18 -0800 |
commit | e5c43d48995ae8419d36087cb9eb07e889f5d54d (patch) | |
tree | c1cf298352216e98a293744439a85579494d551a /app/Locale | |
parent | 1e9787a4466bddaa85ba5a56f565cd5e08e9d9d7 (diff) |
Update da_DK translations
Diffstat (limited to 'app/Locale')
-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', ); |