diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-04-05 18:33:22 -0700 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-04-05 19:04:19 -0700 |
commit | d261482e9a5103bf8439b3a22250b2bee4bb222a (patch) | |
tree | 3668410658890eb40d1a95137059523d39895a4e /app/Locale/da_DK | |
parent | 9f926c987894b12caffbef56a56d18873a25cefc (diff) |
Add missing template and translations
Diffstat (limited to 'app/Locale/da_DK')
-rw-r--r-- | app/Locale/da_DK/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 5a5d6232..5f637fc8 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1398,4 +1398,6 @@ return array( 'Reorder this column by assignee and priority (DESC)' => 'Sortere denne kolonne efter ansvarlig og prioritet (DESC)', 'Reorder this column by assignee (A-Z)' => 'Sortere denne kolonne efter ansvarlig (A-Z)', 'Reorder this column by assignee (Z-A)' => 'Sortere denne kolonne efter ansvarlig (Z-A)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); |