From 0017e8d8f11bb4d088ad2fde5dba73a385b9c236 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 11 Dec 2019 03:47:29 +0100 Subject: [PATCH] Fixed wrong translation in German (remove != edit) --- app/Locale/de_DE/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index ec5d6d051..bb343a97d 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -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', );