diff options
author | renothing <261274+renothing@users.noreply.github.com> | 2019-07-09 10:48:24 +0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-08 19:48:24 -0700 |
commit | d3d55224329681722b52a84b31f141bf78aaa134 (patch) | |
tree | da51edcae81ff95a6f73d028e256df33cb5853bf /app/Locale/da_DK/translations.php | |
parent | 91d703eb8dd627659712e2c87fffab6140ec9aec (diff) |
Automatically update the start date when a task move away from a column
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 9944b1af..38e94cf6 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1403,6 +1403,7 @@ return array( '%s moved the task #%d "%s" to the project "%s"' => '%s flyttede opgave #%d "%s" til projekt "%s"', 'Task #%d "%s" has been moved to the project "%s"' => 'Opgave #%d "%s" er flyttet til projekt "%s"', 'Move the task to another column when the due date is less than a certain number of days' => 'Flytte opgave til anden kolonne når afleveringsdato er mindre end et bestemt antal dage', + // 'Automatically update the start date when task move away from certain column' => '', 'HTTP Client:' => 'HTTP klient:', 'XBT - bitcoin' => 'XBT - bitcoin', ); |