diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-06 07:23:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-06 07:23:17 +0000 |
| commit | f898397206eb56a7134d71267b15eb9597916133 (patch) | |
| tree | 30df17a324430546a423db67a456b9984bbe2160 /roundcubemail/program/localization/en_US | |
| parent | 88da3ce26d672c7e13eac3a4d5ef3f3bab26e247 (diff) | |
- Add mdn_request=4
git-svn-id: https://svn.roundcube.net/trunk@4045 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, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 4de05156d..c06721056 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -326,7 +326,8 @@ $labels['mailboxview'] = 'Mailbox View'; $labels['mdnrequests'] = 'On request for return receipt'; $labels['askuser'] = 'ask me'; $labels['autosend'] = 'send receipt'; -$labels['autosendknown'] = 'send receipt to my contacts only'; +$labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me'; +$labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; $labels['ignore'] = 'ignore'; $labels['readwhendeleted'] = 'Mark the message as read on delete'; $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
