diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:17:40 +0100 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-29 19:17:40 +0100 |
commit | 8ca1809bd62f9d7b5f1f26cc9d96bc6cf11ac3ad (patch) | |
tree | 51c3b96ef29057365b1fc93dee6da55e2d9ed7d6 /app/Locale/de_DE | |
parent | 34e6add1d84837b9a0a2548abbc4be43fa83410f (diff) |
Sync locales
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e244ede5..e778d786 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1099,4 +1099,18 @@ return array( 'Enter group name...' => 'Geben Sie den Gruppennamen ein...', 'Role:' => 'Rolle:', 'Project members' => 'Projektmitglieder', + // 'Compare hours for "%s"' => '', + // '%s mentioned you in the task #%d' => '', + // '%s mentioned you in a comment on the task #%d' => '', + // 'You were mentioned in the task #%d' => '', + // 'You were mentioned in a comment on the task #%d' => '', + // 'Mentioned' => '', + // 'Compare Estimated Time vs Actual Time' => '', + // 'Estimated hours: ' => '', + // 'Actual hours: ' => '', + // 'Hours Spent' => '', + // 'Hours Estimated' => '', + // 'Estimated Time' => '', + // 'Actual Time' => '', + // 'Estimated vs actual time' => '', ); |