Mercurial > snowl
annotate locale/en-US/list.dtd @ 355:e9d7087abad1
implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
author | alta88 |
---|---|
date | Sun, 02 Nov 2008 10:20:12 -0700 |
parents | 495fb632840c |
children |
rev | line source |
---|---|
272
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
234
diff
changeset
|
1 <!ENTITY page.title "Snowl"> |
1edd5ae7657d
add a Snowl menu to the Tools menu and the statusbar
Myk Melez <myk@mozilla.org>
parents:
234
diff
changeset
|
2 |
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
|
3 <!ENTITY placementButton.tooltip "Switch placement."> |
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
|
4 <!ENTITY currentButton.tooltip "Only show current messages."> |
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
|
5 <!ENTITY unreadButton.tooltip "Only show unread messages."> |
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
|
6 |
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
|
7 <!ENTITY authorCol.label "Author"> |
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
|
8 <!ENTITY subjectCol.label "Subject"> |
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
|
9 <!ENTITY timestampCol.label "Date"> |
355
e9d7087abad1
implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
alta88
parents:
333
diff
changeset
|
10 |
e9d7087abad1
implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
alta88
parents:
333
diff
changeset
|
11 <!ENTITY openListMessage.label "Open Message"> |
e9d7087abad1
implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
alta88
parents:
333
diff
changeset
|
12 <!ENTITY openListMessage.accesskey "O"> |