diff options
author | alecpl <alec@alec.pl> | 2010-10-07 08:52:05 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-07 08:52:05 +0000 |
commit | f22ea7ba1875863890b486db3e5f448f99c1debc (patch) | |
tree | c13218570f467c72076f9e6f31c7a9d49fc783d4 /program/localization/en_US/labels.inc | |
parent | 9db4ca92efc620fa5d38f53557e75e9a8e345047 (diff) |
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index a34be5f23..aace461f5 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -209,6 +209,7 @@ $labels['addattachment'] = 'Attach a file'; $labels['charset'] = 'Charset'; $labels['editortype'] = 'Editor type'; $labels['returnreceipt'] = 'Return receipt'; +$labels['dsn'] = 'Delivery status notification'; $labels['editidents'] = 'Edit identities'; $labels['checkspelling'] = 'Check spelling'; @@ -374,6 +375,7 @@ $labels['insertsignature'] = 'Insert signature'; $labels['previewpanemarkread'] = 'Mark previewed messages as read'; $labels['afternseconds'] = 'after $n seconds'; $labels['reqmdn'] = 'Always request a return receipt'; +$labels['reqdsn'] = 'Always request a delivery status notification'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |