diff options
author | Ole Carlsen <ole@carlsen-web.dk> | 2018-06-06 22:35:54 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 13:35:54 -0700 |
commit | 25ae17b5ffafef95e990bb3b201e0a8190f887d5 (patch) | |
tree | ca4d72836d458d351d28ba0a8f166f2b6a766de1 | |
parent | bce396c1ab239278d3584942b615279d2bdb180f (diff) |
Update Danish 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 2f17089e..41b4e776 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1377,10 +1377,10 @@ return array( '%s moved the task #%d to the swimlane "%s"' => '%s flyttet opgave #%d til spor "%s"', '%sh spent' => '%sh brugt', '%sh estimated' => '%sh anslået', - // 'Select All' => '', - // 'Unselect All' => '', - // 'Apply action' => '', - // 'Move selected tasks to another column' => '', + 'Select All' => 'Vælge alle', + '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 to change for the selected tasks.' => '', ); |