diff options
author | thomascube <thomas@roundcube.net> | 2011-08-10 11:09:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-10 11:09:16 +0000 |
commit | f2ff370215957f58edb734f65e8c60bcef0f0f47 (patch) | |
tree | f5bd80f58490a216d2da276c077015a9f375a8dd /program/localization/de_DE/labels.inc | |
parent | d145f77f36adff40a9899657081e129eced62510 (diff) |
Recalculate date when replying to a message and localize the cite header (#1487675)
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index bb1d6bb08..b3fe64249 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -173,6 +173,7 @@ $labels['charset'] = 'Zeichensatz'; $labels['editortype'] = 'Editor Typ'; $labels['returnreceipt'] = 'Empfangsbestätigung (MSN)'; $labels['dsn'] = 'Übermittlungsbestätigung (DSN)'; +$labels['mailreplyintro'] = 'Am $date, schrieb $sender:'; $labels['editidents'] = 'Absender ändern'; $labels['checkspelling'] = 'Rechtschreibung prüfen'; $labels['resumeediting'] = 'Bearbeitung fortsetzen'; |