diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:24:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-29 16:24:46 +0100 |
commit | b26171227804a135b8ba4fef605753ee2121be67 (patch) | |
tree | 4f0bcd11f4340cc80f6cd7643991520474fd074c /program/localization | |
parent | 54241516d7e4e44520b9c4dea1bc82e078432018 (diff) | |
parent | 830fd2ecbb67c395617e1cc38f343d12af0a2861 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/localization')
-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 730e6af09..b5fcee496 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -377,6 +377,8 @@ $labels['edititem'] = 'Edit item'; $labels['preferhtml'] = 'Display HTML'; $labels['defaultcharset'] = 'Default Character Set'; $labels['htmlmessage'] = 'HTML Message'; +$labels['messagepart'] = 'Part'; +$labels['digitalsig'] = 'Digital Signature'; $labels['dateformat'] = 'Date format'; $labels['timeformat'] = 'Time format'; $labels['prettydate'] = 'Pretty dates'; |