diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/de_DE/translations.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index fd32baef..b4c5e09f 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1372,11 +1372,11 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Die Verknüpfung mit der Relation "%s" zur Aufgabe %s wurde entfernt', 'Custom Filter:' => 'Benutzerdefinierter Filter:', 'Unable to find this group.' => 'Diese Gruppe konnte nicht gefunden werden', - // '%s moved the task #%d to the column "%s"' => '', - // '%s moved the task #%d to the position %d in the column "%s"' => '', - // '%s moved the task #%d to the swimlane "%s"' => '', - // '%sh spent' => '', - // '%sh estimated' => '', + '%s moved the task #%d to the column "%s"' => '%s hat die Aufgabe #%d in die Spalte "%s" verschoben', + '%s moved the task #%d to the position %d in the column "%s"' => '%s hat die Aufgabe #%d auf die Position %d in der Spalte "%s" verschoben', + '%s moved the task #%d to the swimlane "%s"' => '%s hat die Aufgabe #%d in die Swimlane "%s" verschoben', + '%sh spent' => '%sh aufgewendet', + '%sh estimated' => '%sh angesetzt', // 'Select All' => '', // 'Unselect All' => '', // 'Apply action' => '', |