From 320142a8d7f87e002adf669a6319f8cd26ab9e74 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Oct 2023 22:49:21 +0000 Subject: [PATCH] todos fixed --- Theme/Backend/Lang/Navigation.de.lang.php | 4 ++-- Theme/Backend/Lang/de.lang.php | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index e145c32..e2e75ff 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -14,11 +14,11 @@ declare(strict_types=1); return ['Navigation' => [ 'Draft' => 'Entwurf', - 'Inbox' => 'Inbox', + 'Inbox' => 'Posteingang', 'Messages' => 'Mitteilungen', 'Outbox' => 'Postausgang', 'Settings' => 'Einstellungen', 'Spam' => 'Spam', - 'Templates' => '', + 'Templates' => 'Vorlagen', 'Trash' => 'Müll', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 3fc3fe1..03efeef 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -17,12 +17,12 @@ return ['Messages' => [ 'AverageAmount' => 'Durchschn. Höhe', 'BCC' => 'Bcc.', 'CC' => 'Cc', - 'Channels' => '', - 'Chat' => '', + 'Channels' => 'Channels', + 'Chat' => 'Chat', 'Date' => 'Datum', 'Delete' => 'Löschen', 'Draft' => 'Entwurf', - 'Email' => '', + 'Email' => 'Email', 'From' => 'Von', 'Inbox' => 'Inbox', 'Interval' => 'Intervall', @@ -39,8 +39,8 @@ return ['Messages' => [ 'Statistics' => 'Statistiken', 'Status' => 'Status', 'Subject' => 'Gegenstand', - 'Tag' => 'Schild', - 'Templates' => '', + 'Tag' => 'Stichwort', + 'Templates' => 'Vorlagen', 'To' => 'Zu', 'Today' => 'Heute', 'Trash' => 'Müll',