diff options
Diffstat (limited to 'app/Locale/da_DK')
-rw-r--r-- | app/Locale/da_DK/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 7f4c1f0a..840eb2d5 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); |