diff options
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 2f88ff61..f1c89ca2 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -994,7 +994,6 @@ return array( 'Append/Replace' => 'Anhängen/Ersetzen', 'Append' => 'Anhängen', 'Replace' => 'Ersetzen', - 'There is no notification method registered.' => 'Es ist keine Benachrichtigungsmethode registriert', 'Import' => 'Import', 'change sorting' => 'Sortierung ändern', 'Tasks Importation' => 'Aufgaben Import', @@ -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' => '', ); |