diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:45:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-15 13:45:24 -0500 |
commit | 2011c3534401f8aa8b4e4b72f0a024e58ca85560 (patch) | |
tree | 23ea6118f0cff3e4455815d7dda295cbb96fea61 /app/Locale/da_DK/translations.php | |
parent | 42b5b413bdd7b10c2f4143251333eb721543c879 (diff) |
Add missing template for activity stream
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 6d221a7a..0e886604 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1064,4 +1064,5 @@ return array( // 'Duplicates are not imported' => '', // 'Usernames must be lowercase and unique' => '', // 'Passwords will be encrypted if present' => '', + // '%s attached a new file to the task %s' => '', ); |