From 9420486a9ba82d69e914f979e61c88f0b21197a1 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 16 May 2008 11:33:19 +0000 Subject: - In Preferences added possibility to configure 'read_when_deleted', 'mdn_requests', 'message_sort_col' and 'message_sort_order' options git-svn-id: https://svn.roundcube.net/trunk@1398 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/labels.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'roundcubemail/program/localization') diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 669da5aba..35115f016 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -254,6 +254,15 @@ $labels['logoutclear'] = 'Clear Trash on logout'; $labels['logoutcompact'] = 'Compact Inbox on logout'; $labels['uisettings'] = 'User Interface'; $labels['serversettings'] = 'Server Settings'; +$labels['mailboxview'] = 'Mailbox View'; +$labels['mdnrequests'] = 'Sender notifications'; +$labels['descending'] = 'descending'; +$labels['ascending'] = 'ascending'; +$labels['askuser'] = 'ask the user'; +$labels['autosend'] = 'send automatically'; +$labels['ignore'] = 'ignore'; +$labels['readwhendeleted'] = 'Mark the message as read on delete'; +$labels['messagesorder'] = 'Messages order'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minutes'; -- cgit v1.2.3