diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
commit | 6002efb8a0a178a6ee1d1c1c07a1222d945d0062 (patch) | |
tree | 40d5cea91828a1b47d21914ee2817acf456d86a2 /app/Locale/da_DK/translations.php | |
parent | cfec551968ff59c124b9e148d2c807153ead9fb5 (diff) |
Replace message when no project notifications are registered
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index e85bbd91..820b4d14 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -994,7 +994,6 @@ return array( // 'Append/Replace' => '', // 'Append' => '', // 'Replace' => '', - // 'There is no notification method registered.' => '', // 'Import' => '', // 'change sorting' => '', // 'Tasks Importation' => '', @@ -1102,4 +1101,7 @@ return array( // 'Do you really want to close all tasks of this column?' => '', // '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '', // 'Close all tasks of this column' => '', + // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '', + // 'My dashboard' => '', + // 'My profile' => '', ); |