Update german translations.php

One can't use "um" in this context. It has to be "zu" because you're giving the task a new "direction" (the "direction" is the new assignee).
This commit is contained in:
Maximilian Schulze 2017-08-17 09:32:24 +02:00 committed by Fred
parent 066c9bf6e1
commit 0583cfcd5c
1 changed files with 2 additions and 2 deletions

View File

@ -359,8 +359,8 @@ return array(
'Default values are "%s"' => 'Die Standardwerte sind "%s"',
'Default columns for new projects (Comma-separated)' => 'Standardspalten für neue Projekte (komma-getrennt)',
'Task assignee change' => 'Zuständigkeit geändert',
'%s changed the assignee of the task #%d to %s' => '%s hat die Zusständigkeit der Aufgabe #%d geändert um %s',
'%s changed the assignee of the task %s to %s' => '%s hat die Zuständigkeit der Aufgabe %s geändert um %s',
'%s changed the assignee of the task #%d to %s' => '%s hat die Zusständigkeit der Aufgabe #%d geändert zu %s',
'%s changed the assignee of the task %s to %s' => '%s hat die Zuständigkeit der Aufgabe %s geändert zu %s',
'New password for the user "%s"' => 'Neues Passwort des Benutzers "%s"',
'Choose an event' => 'Aktion wählen',
'Create a task from an external provider' => 'Eine Aufgabe durch einen externen Provider hinzufügen',