diff options
author | thomascube <thomas@roundcube.net> | 2008-02-11 22:45:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-11 22:45:26 +0000 |
commit | 7f9ea15463a7d14b4316e4859e29d53bd727fb32 (patch) | |
tree | 3539cef73e3f5e394ecd40d226103dcb6693915c /program/localization/en_US | |
parent | 29bee0a4ac17218f4ac892deaf3396ab9e24d307 (diff) |
Add UI elements to mark the selected messages read/unread
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 769045fbb..533e40f99 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -109,6 +109,9 @@ $labels['lastmessage'] = 'Show the last message'; $labels['lastmessages'] = 'Show last set of messages'; $labels['backtolist'] = 'Back to message list'; $labels['viewsource'] = 'Show source'; +$labels['markmessages'] = 'Mark messages'; +$labels['markread'] = 'As read'; +$labels['markunread'] = 'As unread'; $labels['select'] = 'Select'; $labels['all'] = 'All'; |