diff options
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index a2a1c17a..4c09b018 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1212,4 +1212,16 @@ return array( // 'Notifications for %s' => '', // 'Subtasks export' => '', // 'Tasks exportation' => '', + // 'Assign a color when the task is moved to a specific swimlane' => '', + // 'Assign a priority when the task is moved to a specific swimlane' => '', + // 'User unlocked successfully.' => '', + // 'Unable to unlock the user.' => '', + // 'Move a task to another swimlane' => '', + // 'Creator Name' => '', + // 'Time spent and estimated' => '', + // 'Move position' => '', + // 'Move task to another position on the board' => '', + // 'Insert before this task' => '', + // 'Insert after this task' => '', + // 'Unlock this user' => '', ); |