diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-09 15:12:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-09 15:12:40 +0000 |
| commit | 8a6f2126e6a2b754e29b678d2b29f434fdb60bc5 (patch) | |
| tree | 5c09a05985f9c1d1e81b11dbcc875594085fec90 /roundcubemail/program/localization/de_DE | |
| parent | debde45c356f163bd5ef49f2f2e9170044d7be0f (diff) | |
Option not to mark messages as read when viewed in preview pane (#1485012)
git-svn-id: https://svn.roundcube.net/trunk@3479 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_DE')
| -rw-r--r-- | roundcubemail/program/localization/de_DE/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_DE/labels.inc b/roundcubemail/program/localization/de_DE/labels.inc index dea935ebc..d7a88b957 100644 --- a/roundcubemail/program/localization/de_DE/labels.inc +++ b/roundcubemail/program/localization/de_DE/labels.inc @@ -271,6 +271,7 @@ $labels['autosavedraft'] = 'Entwurf automatisch speichern'; $labels['everynminutes'] = '$n Minute(n)'; $labels['keepalive'] = 'Auf neue Nachrichten prüfen nach'; $labels['never'] = 'nie'; +$labels['immediately'] = 'sofort'; $labels['messagesdisplaying'] = 'Nachrichtendarstellung'; $labels['messagescomposition'] = 'Nachrichtenerstellung'; $labels['mimeparamfolding'] = 'Namen der Dateianhänge'; @@ -299,6 +300,8 @@ $labels['replysignaturepos'] = 'Beim Antworten die Signatur'; $labels['belowquote'] = 'unter der Originalnachricht einfügen'; $labels['abovequote'] = 'über der Originalnachricht einfügen'; $labels['insertsignature'] = 'Signatur einfügen'; +$labels['previewpanemarkread'] = 'Nachricht in Vorschau als gelesen markieren'; +$labels['afternseconds'] = 'nach $n Sekuden'; $labels['folder'] = 'Ordner'; $labels['folders'] = 'Ordner'; $labels['foldername'] = 'Ordnername'; |
