From e46842f5470c26484545da1eafadc05e85e79eb6 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Mon, 1 Mar 2021 08:53:41 +0100
Subject: [PATCH] DE translation gnot addon updated

---
 gnot/lang/de/strings.php | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnot/lang/de/strings.php b/gnot/lang/de/strings.php
index e9e4c8c2..e6e88993 100644
--- a/gnot/lang/de/strings.php
+++ b/gnot/lang/de/strings.php
@@ -6,9 +6,8 @@ function string_plural_select_de($n){
 	return intval($n != 1);
 }}
 ;
-$a->strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
-$a->strings["Gnot Settings"] = "Gnot Einstellungen";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
+$a->strings["Gnot Settings"] = "Gnot-Einstellungen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
 $a->strings["Enable this addon?"] = "Dieses Addon aktivieren?";
-$a->strings["Submit"] = "Senden";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
-- 
2.39.5