mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
147 lines
6.0 KiB
XML
147 lines
6.0 KiB
XML
<?xml version="1.0"?>
|
|
<xml>
|
|
<head>
|
|
<link role="stringprops" href="MenuLabels.properties"/>
|
|
</head>
|
|
<body>
|
|
<menubar id="mail.multi_pane">
|
|
<menu id="FileMenu" category="file"
|
|
label="$multiFileLabel" accel="F">
|
|
<menuitem id="msgNew" category="file" action="msgNew"
|
|
label="$msgNewLabel" accel="$msgNewAccel"
|
|
description=""/>
|
|
<menuitem id="folderNew" category="file" action="folderNew"
|
|
label="$folderNewLabel" accel="$folderNewAccel"
|
|
description=""/>
|
|
<menuitem id="msgOpen" category="file" action="msgOpen"
|
|
label="$msgOpenLabel" accel="$msgOpenAccel"
|
|
description=""/>
|
|
<menuitem id="msgSaveAs" category="file" action="msgSaveAs"
|
|
label="$msgSaveAsLabel" accel="$msgSaveAsAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="msgGetNew" category="file" action="msgGetNew"
|
|
label="$msgGetNewLabel" accel="$msgGetNewAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="appExit" category="quit" action="appExit"
|
|
label="$appExitLabel" accel="$appExitAccel"
|
|
description=""/>
|
|
</menu>
|
|
<menu id="EditMenu" category="edit"
|
|
label="$multiEditLabel" accel="$multiEditAccel">
|
|
<menuitem id="editUndo" category="edit" action="editUndo"
|
|
label="$editUndoLabel" accel="$editUndoAccel"
|
|
description=""/>
|
|
<menuitem id="editCut" category="edit" action="editCut"
|
|
label="$editCutLabel" accel="$editCutAccel"
|
|
description=""/>
|
|
<menuitem id="editCopy" category="edit" action="editCopy"
|
|
label="$editCopyLabel" accel="$editCopyAccel"
|
|
description=""/>
|
|
<menuitem id="editPaste" category="edit" action="editPaste"
|
|
label="$editPasteLabel" accel="$editPasteAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="folderDelete" category="edit" action="folderDelete"
|
|
label="$folderDeleteLabel" accel="$folderDeleteAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="appSearch" category="edit" action="appSearch"
|
|
label="$appSearchLabel" accel="$appSearchAccel"
|
|
description=""/>
|
|
<menuitem id="appRunFilters" category="edit" action="appRunFilters"
|
|
label="$appRunFiltersLabel" accel="$appRunFiltersAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="appPrefs" category="edit" action="appPrefs"
|
|
label="$appPrefsLabel" accel="$appPrefsAccel"
|
|
description=""/>
|
|
</menu>
|
|
<menu id="ViewMenu" category="view"
|
|
label="$multiViewLabel" accel="$multiViewAccel">
|
|
<menu id="SortMenu" category="view"
|
|
label="$viewSortLabel" accel="$viewSortAccel">
|
|
<menuitem id="toggleThreading" category="view" action="toggleThreading"
|
|
type="checkbox"
|
|
label="$toggleThreadingLabel" accel="$toggleThreadingAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="sortAuthor" category="view" action="sortAuthor"
|
|
type="radio" group="sort"
|
|
label="$sortAuthorLabel" accel="$sortAuthorAccel"
|
|
description=""/>
|
|
<menuitem id="sortDate" category="view" action="sortDate"
|
|
type="radio" group="sort"
|
|
label="$sortDateLabel" accel="$sortDateAccel"
|
|
description=""/>
|
|
<menuitem id="sortNumber" category="view" action="sortNumber"
|
|
type="radio" group="sort"
|
|
label="$sortNumberLabel" accel="$sortNumberAccel"
|
|
description=""/>
|
|
<menuitem id="sortSubject" category="view" action="sortSubject"
|
|
type="radio" group="sort"
|
|
label="$sortSubjectLabel" accel="$sortSubjectAccel"
|
|
description=""/>
|
|
</menu>
|
|
<menu id="LayoutMenu" category="view"
|
|
label="$viewLayoutLabel" accel="$viewLayoutAccel">
|
|
<menuitem id="splitTop" category="view" action="splitTop"
|
|
type="radio" group="layout"
|
|
label="$splitTopLabel" accel="$splitTopAccel"
|
|
description=""/>
|
|
<menuitem id="splitLeft" category="view" action="splitLeft"
|
|
type="radio" group="layout"
|
|
label="$splitLeftLabel" accel="$splitLeftAccel"
|
|
description=""/>
|
|
<menuitem id="splitRight" category="view" action="splitRight"
|
|
type="radio" group="layout"
|
|
label="$splitRightLabel" accel="$splitRightAccel"
|
|
description=""/>
|
|
<menuitem id="stacked" category="view" action="stacked"
|
|
type="radio" group="layout"
|
|
label="$stackedLabel" accel="$stackedAccel"
|
|
description=""/>
|
|
</menu>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="appShowTooltips" category="view" action="appShowTooltips"
|
|
type="checkbox"
|
|
label="$appShowTooltipsLabel" accel="$appShowTooltipsAccel"
|
|
description=""/>
|
|
</menu>
|
|
<menu id="MessageMenu" category="message"
|
|
label="$multiMessageLabel" accel="$multiMessageAccel">
|
|
<menuitem id="msgNew" category="message" action="msgNew"
|
|
label="$msgNewLabel" accel="$msgNewAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menuitem id="msgReply" category="message" action="msgReply"
|
|
label="$msgReplyLabel" accel="$msgReplyAccel"
|
|
description=""/>
|
|
<menuitem id="msgReplyAll" category="message" action="msgReplyAll"
|
|
label="$msgReplyAllLabel" accel="$msgReplyAllAccel"
|
|
description=""/>
|
|
<menuitem id="msgForward" category="message" action="msgForward"
|
|
label="$msgForwardLabel" accel="$msgForwardAccel"
|
|
description=""/>
|
|
<menuitem id="msgForwardQuoted" category="message" action="msgForwardQuoted"
|
|
label="$msgForwardQuotedLabel" accel="$msgForwardQuotedAccel"
|
|
description=""/>
|
|
<menuitem type="separator"/>
|
|
<menu id="msgMark" category="message"
|
|
label="$msgMarkLabel" accel="$msgMarkAccel">
|
|
<menuitem id="markMsgRead" category="message" action="markMsgRead"
|
|
label="$markMsgReadLabel" accel="$markMsgReadAccel"
|
|
description=""/>
|
|
<menuitem id="markThreadRead" category="message" action="markThreadRead"
|
|
label="$markThreadReadLabel" accel="$markThreadReadAccel"
|
|
description=""/>
|
|
<menuitem id="markAllRead" category="message" action="markAllRead"
|
|
label="$markAllReadLabel" accel="$markAllReadAccel"
|
|
description=""/>
|
|
</menu>
|
|
</menu>
|
|
</menubar>
|
|
</body>
|
|
</xml>
|