mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Add 'Reply All' to the toolbar. It works!
This commit is contained in:
parent
4014154f55
commit
7d1cf44130
@ -40,7 +40,7 @@ messageFile=msgSaveAs - appExit
|
||||
messageEdit=editUndo - editCut editCopy editPaste editClear - appPrefs
|
||||
messageMessage=msgNew - msgReply msgReplyAll msgForward msgForwardQuoted
|
||||
|
||||
messageToolBar=msgGetNew msgNew msgReply msgForward print msgDelete stop
|
||||
messageToolBar=msgGetNew msgNew msgReply msgReplyAll msgForward print msgDelete stop
|
||||
|
||||
#messageToolBar=msgGetNew msgNew
|
||||
|
||||
@ -53,7 +53,7 @@ folderFile=msgNew msgOpen msgSaveAs - msgGetNew - appExit
|
||||
folderEdit=editUndo - editCut editCopy editPaste editClear - appPrefs
|
||||
folderMessage=msgNew - msgReply msgReplyAll msgForward msgForwardQuoted
|
||||
|
||||
folderToolBar=msgGetNew msgNew msgReply msgForward markAllRead print msgDelete stop
|
||||
folderToolBar=msgGetNew msgNew msgReply msgReplyAll msgForward markAllRead print msgDelete stop
|
||||
#folderToolBar=msgGetNew msgNew msgDelete msgReply
|
||||
|
||||
#
|
||||
|
@ -19,6 +19,7 @@
|
||||
msgGetNewLabel=Get Msg
|
||||
msgNewLabel=New Msg
|
||||
msgReplyLabel=Reply
|
||||
msgReplyAllLabel=Reply All
|
||||
msgForwardLabel=Forward
|
||||
markAllReadLabel=Mark Rd
|
||||
printLabel=Print
|
||||
@ -28,6 +29,7 @@ stopLabel=Stop
|
||||
msgGetNewIcon=getmsg
|
||||
msgNewIcon=newmsg
|
||||
msgReplyIcon=reply
|
||||
msgReplyAllIcon=replyall
|
||||
msgForwardIcon=forward
|
||||
markAllReadIcon=markallread
|
||||
printIcon=print
|
||||
@ -37,6 +39,7 @@ stopIcon=stop
|
||||
msgGetNewTooltip=Get new messages
|
||||
msgNewTooltip=Compose a new message
|
||||
msgReplyTooltip=Reply
|
||||
msgReplyAllTooltip=Reply to all recipients
|
||||
msgForwardTooltip=Forward
|
||||
markAllReadTooltip=Mark all messages read
|
||||
printTooltip=Print this message
|
||||
|
Loading…
x
Reference in New Issue
Block a user