From b7ee8199bd96fc2ae687ea4e6331ce99edf9589a Mon Sep 17 00:00:00 2001 From: Jan <56178675+JE4GLE@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:05:32 +0100 Subject: [PATCH] Added German translation for "Keep Formatting" (#9701) --- program/localization/de_DE/labels.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index e8b0fd464..62d252ae0 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -244,6 +244,7 @@ $labels['charset'] = 'Zeichensatz'; $labels['editortype'] = 'Bearbeitungstyp'; $labels['returnreceipt'] = 'Empfangsbestätigung (MDN)'; $labels['dsn'] = 'Übermittlungsbestätigung (DSN)'; +$labels['keepformatting'] = 'Formatierung beibehalten'; $labels['mailreplyintro'] = 'Am $date, schrieb $sender:'; $labels['originalmessage'] = 'Originalnachricht'; $labels['selectimage'] = 'Bild auswählen';