diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 14:37:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 14:37:45 +0200 |
commit | 7257040ca27e02020752d76a4b80e9d3a18c60fb (patch) | |
tree | c7421f05bf119abb3b02ae849bc73b70a9e7ceba /program/localization/en_US/labels.inc | |
parent | 765ecb9fa0eb5089242c0fb6d348dd600c95c39a (diff) |
Add localized titles for message header toggles
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 538333929..fbc154b88 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -237,6 +237,8 @@ $labels['showimages'] = 'Display images'; $labels['alwaysshow'] = 'Always show images from $sender'; $labels['isdraft'] = 'This is a draft message.'; $labels['andnmore'] = '$nr more...'; +$labels['togglemoreheaders'] = 'Show more message headers'; +$labels['togglefullheaders'] = 'Toggle raw message headers'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = 'Plain text'; |