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";