diff options
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index bc51e599..d4dc1030 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -408,15 +408,13 @@ return array( 'Comment updated' => 'Kommentar wurde aktualisiert', 'New comment posted by %s' => 'Neuer Kommentar verfasst durch %s', 'List of due tasks for the project "%s"' => 'Liste der fälligen Aufgaben für das Projekt "%s"', - '[%s][New attachment] %s (#%d)' => '[%s][Neuer Anhang] %s (#%d)', - '[%s][New comment] %s (#%d)' => '[%s][Neuer Kommentar] %s (#%d)', - '[%s][Comment updated] %s (#%d)' => '[%s][Kommentar aktualisisiert] %s (#%d)', - '[%s][New subtask] %s (#%d)' => '[%s][Neue Teilaufgabe] %s (#%d)', - '[%s][Subtask updated] %s (#%d)' => '[%s][Teilaufgabe aktualisisert] %s (#%d)', - '[%s][New task] %s (#%d)' => '[%s][Neue Aufgabe] %s (#%d)', - '[%s][Task updated] %s (#%d)' => '[%s][Aufgabe aktualisiert] %s (#%d)', - '[%s][Task closed] %s (#%d)' => '[%s][Aufgabe geschlossen] %s (#%d)', - '[%s][Task opened] %s (#%d)' => '[%s][Aufgabe geöffnet] %s (#%d)', + // 'New attachment' => '', + // 'New comment' => '', + // 'New subtask' => '', + // 'Subtask updated' => '', + // 'Task updated' => '', + // 'Task closed' => '', + // 'Task opened' => '', '[%s][Due tasks]' => '[%s][Fällige Aufgaben]', '[Kanboard] Notification' => '[Kanboard] Benachrichtigung', 'I want to receive notifications only for those projects:' => 'Ich möchte nur für diese Projekte Benachrichtigungen erhalten:', @@ -500,9 +498,9 @@ return array( 'Task assignee change' => 'Zuständigkeit geändert', '%s change 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][Column Change] %s (#%d)' => '[%s][Spaltenänderung] %s (#%d)', - '[%s][Position Change] %s (#%d)' => '[%s][Positionsänderung] %s (#%d)', - '[%s][Assignee Change] %s (#%d)' => '[%s][Zuständigkeitsänderung] %s (#%d)', + // 'Column Change' => '', + // 'Position Change' => '', + // 'Assignee Change' => '', 'New password for the user "%s"' => 'Neues Passwort des Benutzers "%s"', 'Choose an event' => 'Aktion wählen', 'Github commit received' => 'Github commit empfangen', @@ -709,4 +707,5 @@ return array( 'There is nothing to show.' => 'Es ist nichts zum Anzeigen vorhanden.', 'Time Tracking' => 'Zeiterfassung', 'You already have one subtask in progress' => 'Bereits eine Teilaufgabe in bearbeitung', + // 'Which parts of the project do you want to duplicate?' => '', ); |