diff options
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 355607df..95b45ef2 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1321,4 +1321,15 @@ return array( 'Your project must have at least one active swimlane.' => 'Ihr Projekt muss mindestens eine aktive Swimlane haben.', 'Project: %s' => 'Projekt: %s', 'Automatic action not found: "%s"' => 'Automatische Aktion nicht gefunden: "%s"', + // '%d projects' => '', + // '%d project' => '', + // 'There is no project.' => '', + // 'Sort' => '', + // 'Project ID' => '', + // 'Project name' => '', + // 'Public' => '', + // 'Private' => '', + // '%d tasks' => '', + // '%d task' => '', + // 'Task ID' => '', ); |