diff options
Diffstat (limited to 'app/Locales/de_DE/translations.php')
-rw-r--r-- | app/Locales/de_DE/translations.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index 3e1fd252..fc36b235 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -468,4 +468,30 @@ return array( // 'Unable to change the password.' => '', // 'Change category for the task "%s"' => '', // 'Change category' => '', + // '%s updated the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s open the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"' => '', + // '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"' => '', + // '%s created the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // 'Assigned to %s with an estimate of %s/%sh' => '', + // 'Not assigned, estimate of %sh' => '', + // '%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '%s\'s activity' => '', + // 'No activity.' => '', + // 'RSS feed' => '', + // '%s updated a comment on the task #%d' => '', + // '%s commented on the task #%d' => '', + // '%s updated a subtask for the task #%d' => '', + // '%s created a subtask for the task #%d' => '', + // '%s updated the task #%d' => '', + // '%s created the task #%d' => '', + // '%s closed the task #%d' => '', + // '%s open the task #%d' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // 'Activity' => '', ); |