Mercurial > snowl
annotate locale/en-US/browser.dtd @ 348:b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
author | alta88 <alta88@gmail.com> |
---|---|
date | Mon, 27 Oct 2008 17:07:35 -0700 |
parents | 62557df25569 |
children | 3af68614eb52 |
rev | line source |
---|---|
272
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
1 <!-- The Tools > Snowl menu. --> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
2 |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
3 <!ENTITY snowlMenu.label "Snowl"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
4 <!ENTITY snowlMenu.accesskey "w"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
5 |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
6 |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
7 <!-- These labels and access keys are for items in the Tools > Snowl menu, |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
8 - where the user doesn't need to be reminded that these are Snowl commands, |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
9 - since it is obvious from their placement in the Snowl menu. --> |
234
2b79c0d8a019
split snowl.xul up into a file for the list view and a file for the browser integration points, and localize both of them; also, localize collections
Myk Melez <myk@mozilla.org>
parents:
diff
changeset
|
10 |
272
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
11 <!ENTITY listView.label "List"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
12 <!ENTITY listView.accesskey "l"> |
344
62557df25569
make the River menuitem toggle the river view open and closed; fix the Wide Message layout problem (chrome gets messed up in Wide Message mode, particularly when using extensions like Sidebar Tabs)
alta88 <alta88@gmail.com>
parents:
333
diff
changeset
|
13 <!ENTITY riverView.label "River"> |
272
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
14 <!ENTITY riverView.accesskey "r"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
15 <!ENTITY streamView.label "Stream"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
16 <!ENTITY streamView.accesskey "t"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
17 |
274
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
18 <!ENTITY checkForNewMessages.label "Check for New Messages"> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
19 <!ENTITY checkForNewMessages.accesskey "c"> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
20 |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
21 <!ENTITY subscribe.label "Subscribe..."> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
22 <!ENTITY subscribe.accesskey "s"> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
23 <!ENTITY importOPML.label "Import OPML..."> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
24 <!ENTITY importOPML.accesskey "i"> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
25 <!ENTITY exportOPML.label "Export OPML..."> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
26 <!ENTITY exportOPML.accesskey "x"> |
5f5cd84d29ef
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Myk Melez <myk@mozilla.org>
parents:
272
diff
changeset
|
27 |
248 | 28 |
272
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
29 <!-- These labels and access keys are for items in the View > Sidebar menu, |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
30 - where the user needs more context that these are for Snowl commands, |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
31 - since the sidebar menu also includes commands for non-Snowl functions. --> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
32 |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
33 <!ENTITY listViewSidebarMenuItem.label "Message List"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
34 <!ENTITY listViewSidebarMenuItem.accesskey "l"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
35 <!ENTITY listViewSidebar.label "Message List"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
36 |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
37 <!ENTITY streamViewSidebarMenuItem.label "Message Stream"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
38 <!ENTITY streamViewSidebarMenuItem.accesskey "t"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
248
diff
changeset
|
39 <!ENTITY streamViewSidebar.label "Message Stream"> |
333
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
40 |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
41 <!-- These labels and access keys are for items in the Tools > Snowl menu, |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
42 - where the user doesn't need to be reminded that these are Snowl commands, |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
43 - since it is obvious from their placement in the Snowl menu. --> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
44 |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
45 <!ENTITY snowlLayoutMenu.label "Layouts"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
46 <!ENTITY snowlLayoutMenu.accesskey "y"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
47 <!ENTITY layoutClassic.label "Classic"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
48 <!ENTITY layoutClassic.accesskey "C"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
49 <!ENTITY layoutVertical.label "Vertical"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
50 <!ENTITY layoutVertical.accesskey "V"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
51 <!ENTITY layoutWideMessage.label "Wide Message"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
52 <!ENTITY layoutWideMessage.accesskey "M"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
53 <!ENTITY layoutWideThread.label "Wide List"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
54 <!ENTITY layoutWideThread.accesskey "L"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
55 <!ENTITY layoutStacked.label "Stacked"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
56 <!ENTITY layoutStacked.accesskey "S"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
57 |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
58 <!ENTITY headerNone.label "No Header"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
59 <!ENTITY headerNone.accesskey "N"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
60 <!ENTITY headerBrief.label "Brief Header"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
61 <!ENTITY headerBrief.accesskey "B"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
62 <!ENTITY headerBrief.label "Brief Header"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
63 <!ENTITY headerFull.label "Full Header"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
64 <!ENTITY headerFull.accesskey "F"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
65 <!ENTITY toolbar.label "Sidebar Toolbar"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
66 <!ENTITY toolbar.accesskey "d"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
67 <!ENTITY viewtoolbar.label "List Toolbar"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
68 <!ENTITY viewtoolbar.accesskey "i"> |
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
69 |
348
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
70 <!-- These labels and access keys are for toolbar buttons --> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
71 |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
72 <!ENTITY toggleList.label "Snowl Toggle List View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
73 <!ENTITY toggleList.tooltip "Toggle List View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
74 <!ENTITY toggleStream.label "Snowl Toggle Stream View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
75 <!ENTITY toggleStream.tooltip "Toggle Stream View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
76 <!ENTITY toggleRiver.label "Snowl Toggle River View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
77 <!ENTITY toggleRiver.tooltip "Toggle River View"> |
b8fbfd7ecfdf
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
alta88 <alta88@gmail.com>
parents:
344
diff
changeset
|
78 <!ENTITY toggleHeader.label "Snowl Toggle Header"> |
333
495fb632840c
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
alta88 <alta88@gmail.com>
parents:
274
diff
changeset
|
79 <!ENTITY toggleHeader.tooltip "Toggle message header to none, brief, or full"> |