Fixed wrong translation in German (remove != edit)

This commit is contained in:
Timo 2019-12-11 03:47:29 +01:00 committed by Frédéric Guillot
parent a28e6925b1
commit 0017e8d8f1
1 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ return array(
'Active swimlanes' => 'Aktive Swimlane',
'Add a new swimlane' => 'Eine neue Swimlane hinzufügen',
'Default swimlane' => 'Standard-Swimlane',
'Do you really want to remove this swimlane: "%s"?' => 'Diese Swimlane wirklich ändern: "%s"?',
'Do you really want to remove this swimlane: "%s"?' => 'Diese Swimlane wirklich entfernen: "%s"?',
'Inactive swimlanes' => 'Inaktive Swimlane',
'Remove a swimlane' => 'Swimlane entfernen',
'Swimlane modification for the project "%s"' => 'Swimlane-Änderung für das Projekt "%s"',
@ -1407,5 +1407,5 @@ return array(
'Automatically update the start date when the task is moved away from a specific column' => 'Aktualisiert automatisch das Startdatum, wenn die Aufgabe aus einer bestimmten Spalte genommen wird',
'HTTP Client:' => 'HTTP-Client:',
'XBT - bitcoin' => 'XBT - Bitcoin:',
// 'Assigned' => '',
'Assigned' => 'Zugeordnet',
);