diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-02 09:58:14 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-02 09:58:14 +0000 |
| commit | 50d1fabb9ef7b2c02bd12b891644dc5b2687a229 (patch) | |
| tree | d937e02211596af7a3e7e5b9e92e9226a62b590e /roundcubemail/program/localization/de_CH | |
| parent | daa2f26bfff24af95ab423f115a8b5e70bbae2f4 (diff) | |
More options for top posting feature (#1484272) using patch from Phil Weir
git-svn-id: https://svn.roundcube.net/trunk@3089 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index 40d829bec..7b3f14def 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -258,6 +258,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 die 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'; |
