diff options
author | alecpl <alec@alec.pl> | 2011-05-13 16:29:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-13 16:29:19 +0000 |
commit | a208a4fa68d3c26c34ca3dae250267fec761675c (patch) | |
tree | 2daca4f626ae711226f157722c7235282d86269b /program/localization/en_US/labels.inc | |
parent | 79275b4df5a60d4ffa70ab0e63479a41a962c6e1 (diff) |
- Add forward-as-attachment feature
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 2175aeac8..e9d6b6b14 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -123,6 +123,8 @@ $labels['replytomessage'] = 'Reply to sender'; $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients'; $labels['replyall'] = 'Reply all'; $labels['replylist'] = 'Reply list'; +$labels['forwardinline'] = 'Forward inline'; +$labels['forwardattachment'] = 'Forward as attachment'; $labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Delete message'; $labels['movemessagetotrash'] = 'Move message to trash'; |