diff options
| author | Ole Carlsen <ole@carlsen-web.dk> | 2018-06-08 19:24:16 +0200 | 
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-08 10:24:16 -0700 | 
| commit | f140df008f568e2913c6f5fb99e314399be6d4b9 (patch) | |
| tree | 96ff6ddd174c1f011ec860312cadbd0cacc01317 | |
| parent | 9d4be201aaaeaac23f4b18fb6c91caca857a2f0f (diff) | |
Update da_DK translations
| -rw-r--r-- | app/Locale/da_DK/translations.php | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 3cb3b9f7..9a6bbbaf 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1379,8 +1379,8 @@ return array(      'Unselect All' => 'Fravælge alle',      'Apply action' => 'Anvende handling',      'Move selected tasks to another column' => 'Flytte valgte opgaver til anden kolonne', -    // 'Edit tasks in bulk' => '', -    // 'Choose the properties that you would like to change for the selected tasks.' => '', -    // 'Configure this project' => '', -    // 'Start now' => '', +    'Edit tasks in bulk' => 'Masse redigere opgaver', +    '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',  );  | 
