From e193a0272ecdc15badda1d851d95a2ac6b50a9aa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 30 Dec 2011 09:17:03 -0500
Subject: [PATCH] New short labels for toolbar buttons

---
 program/localization/en_US/labels.inc |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 3efff4a..1614b00 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -6,7 +6,7 @@
  | language/en_US/labels.inc                                             |
  |                                                                       |
  | Language file of the Roundcube Webmail client                         |
- | Copyright (C) 2005-2010, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2011, The Roundcube Dev Team                       |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
@@ -57,6 +57,7 @@
 $labels['messagesfromto'] = 'Messages $from to $to of $count';
 $labels['threadsfromto'] = 'Threads $from to $to of $count';
 $labels['messagenrof'] = 'Message $nr of $count';
+$labels['fromtoshort'] = '$from – $to of $count';
 
 $labels['copy']     = 'Copy';
 $labels['move']     = 'Move';
@@ -117,12 +118,16 @@
 $labels['today'] = 'Today';
 
 // toolbar buttons
+$labels['refresh']          = 'Refresh';
 $labels['checkmail']        = 'Check for new messages';
+$labels['compose']          = 'Compose';
 $labels['writenewmessage']  = 'Create a new message';
+$labels['reply']            = 'Reply';
 $labels['replytomessage']   = 'Reply to sender';
 $labels['replytoallmessage'] = 'Reply to list or to sender and all recipients';
 $labels['replyall']         = 'Reply all';
 $labels['replylist']        = 'Reply list';
+$labels['forward']          = 'Forward';
 $labels['forwardinline']    = 'Forward inline';
 $labels['forwardattachment'] = 'Forward as attachment';
 $labels['forwardmessage']   = 'Forward the message';
@@ -135,12 +140,16 @@
 $labels['lastmessage']      = 'Show last message';
 $labels['backtolist']       = 'Back to message list';
 $labels['viewsource']       = 'Show source';
+$labels['mark']             = 'Mark';
 $labels['markmessages']     = 'Mark messages';
 $labels['markread']         = 'As read';
 $labels['markunread']       = 'As unread';
 $labels['markflagged']      = 'As flagged';
 $labels['markunflagged']    = 'As unflagged';
 $labels['moreactions']      = 'More actions...';
+$labels['more']             = 'More';
+$labels['back']             = 'Back';
+$labels['options']          = 'Options';
 
 $labels['select'] = 'Select';
 $labels['all'] = 'All';
@@ -192,10 +201,9 @@
 $labels['emlsave'] = 'Download (.eml)';
 
 // message compose
-$labels['compose']        = 'Compose a message';
 $labels['editasnew']      = 'Edit as new';
-$labels['savemessage']    = 'Save this draft';
-$labels['sendmessage']    = 'Send now';
+$labels['savemessage']    = 'Save as draft';
+$labels['sendmessage']    = 'Send message';
 $labels['addattachment']  = 'Attach a file';
 $labels['charset']        = 'Charset';
 $labels['editortype']     = 'Editor type';
@@ -277,6 +285,7 @@
 $labels['allfields'] = 'All fields';
 $labels['search'] = 'Search';
 $labels['advsearch'] = 'Advanced Search';
+$labels['advanced'] = 'Advanced';
 $labels['other'] = 'Other';
 
 $labels['typehome']   = 'Home';

--
Gitblit v1.9.1