summaryrefslogtreecommitdiff
path: root/program/localization/en_US/labels.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-29 12:56:10 +0000
committeralecpl <alec@alec.pl>2010-09-29 12:56:10 +0000
commita99968259d001ebc8bd98f0f2a0aa544ed4740e8 (patch)
tree919414917e3963878df8323820eb4693b57cb27b /program/localization/en_US/labels.inc
parente99991996dbb9e7b0b0ff6cfa94dc0fb2522eb66 (diff)
- Add option to automatically send read notifications for known senders (1485883)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r--program/localization/en_US/labels.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 3fe75e879..704a84b38 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -315,9 +315,10 @@ $labels['logoutcompact'] = 'Compact Inbox on logout';
$labels['uisettings'] = 'User Interface';
$labels['serversettings'] = 'Server Settings';
$labels['mailboxview'] = 'Mailbox View';
-$labels['mdnrequests'] = 'Sender notifications';
-$labels['askuser'] = 'ask the user';
-$labels['autosend'] = 'send automatically';
+$labels['mdnrequests'] = 'On request for return receipt';
+$labels['askuser'] = 'ask me';
+$labels['autosend'] = 'send receipt';
+$labels['autosendknown'] = 'send receipt to my contacts only';
$labels['ignore'] = 'ignore';
$labels['readwhendeleted'] = 'Mark the message as read on delete';
$labels['flagfordeletion'] = 'Flag the message for deletion instead of delete';
@@ -405,5 +406,5 @@ $labels['vietnamese'] = 'Vietnamese';
$labels['japanese'] = 'Japanese';
$labels['korean'] = 'Korean';
$labels['chinese'] = 'Chinese';
-
+
?>