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/en_US | |
| 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/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 10c04ec0f..2a52c046d 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -327,6 +327,7 @@ $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minute(s)'; $labels['keepalive'] = 'Check for new messages on'; $labels['never'] = 'never'; +$labels['immediately'] = 'immediately'; $labels['messagesdisplaying'] = 'Displaying Messages'; $labels['messagescomposition'] = 'Composing Messages'; $labels['mimeparamfolding'] = 'Attachment names'; @@ -355,6 +356,8 @@ $labels['replysignaturepos'] = 'When replying or forwarding place signature'; $labels['belowquote'] = 'below the quote'; $labels['abovequote'] = 'above the quote'; $labels['insertsignature'] = 'Insert signature'; +$labels['previewpanemarkread'] = 'Mark previewed messages as read'; +$labels['afternseconds'] = 'after $n seconds'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |
