From 681b9e62db843695fa3d76a85455a698f624fbe9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 11 Feb 2008 22:45:26 +0000 Subject: Add UI elements to mark the selected messages read/unread git-svn-id: https://svn.roundcube.net/trunk@1044 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/labels.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/program/localization/en_US') diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 769045fbb..533e40f99 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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'; -- cgit v1.2.3