diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-08 20:18:56 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-08 20:18:56 +0000 |
| commit | 3477c5a63a6565323b84d92a4b7afe424f551380 (patch) | |
| tree | d8b4cbbc97dcd593f027880a33f003ab8d9a9cb2 /roundcubemail/program/localization/de | |
| parent | 0a908241724356311419e8823440cae744a4ba6a (diff) | |
Added reply-to-all function (submitted by Julien Brette)
git-svn-id: https://svn.roundcube.net/trunk@81 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de')
| -rw-r--r-- | roundcubemail/program/localization/de/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de/labels.inc b/roundcubemail/program/localization/de/labels.inc index fe5bd8e25..4bbb14c95 100644 --- a/roundcubemail/program/localization/de/labels.inc +++ b/roundcubemail/program/localization/de/labels.inc @@ -92,6 +92,7 @@ $labels['today'] = 'Heute'; // toolbar buttons // Symbolleisten-Tipps $labels['writenewmessage'] = 'Neue Nachricht schreiben'; $labels['replytomessage'] = 'Antwort verfassen'; +$labels['replytoallmessage'] = 'Antwort an Absender und alle Empfänger'; $labels['forwardmessage'] = 'Nachricht weiterleiten'; $labels['deletemessage'] = 'In den Papierkorb verschieben'; $labels['printmessage'] = 'Diese Nachricht drucken'; |
