diff options
author | thomascube <thomas@roundcube.net> | 2009-11-02 09:58:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-11-02 09:58:14 +0000 |
commit | 0207c45c90818e7c7df64ea52c61050850dee13d (patch) | |
tree | 89264d9dde1ca6337c4a5887084f66fb29a1c46b /program/localization/de_DE/labels.inc | |
parent | 31ddb5e5c2dccffea5a8b947eca7b62d79d9c338 (diff) |
More options for top posting feature (#1484272) using patch from Phil Weir
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index e0633021a..ac53b499d 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -257,6 +257,16 @@ $labels['section'] = 'Bereich'; $labels['maintenance'] = 'Wartung'; $labels['newmessage'] = 'Neue Nachrichten'; $labels['listoptions'] = 'Listendarstellung'; +$labels['signatureoptions'] = 'Signatur'; +$labels['whenreplying'] = 'Beantworten einer Nachricht'; +$labels['replytopposting'] = 'Antwort über der Originalnachricht'; +$labels['replybottomposting'] = 'Antwort unter der Originalnachricht'; +$labels['replyremovesignature'] = 'Beim Antworten Signatur der Originalnachricht entfernen'; +$labels['autoaddsignature'] = 'Signatur automatisch einfügen'; +$labels['newmessageonly'] = 'nur bei neuen Nachrichten'; +$labels['replyandforwardonly'] = 'nur bei Antworten und Weiterleitungen'; +$labels['replysignatureabove'] = 'Beim Antworten die Signatur über der Originalnachricht einfügen'; +$labels['insertsignature'] = 'Signatur einfügen'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; $labels['foldername'] = 'Ordnername'; |