зеркало из https://github.com/mozilla/snowl.git
localize river view
This commit is contained in:
Родитель
c6d5396c7f
Коммит
a03a6fdf11
|
@ -40,9 +40,11 @@
|
|||
<?xml-stylesheet href="chrome://snowl/content/river.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://snowl/content/riverContent.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE page SYSTEM "chrome://snowl/locale/river.dtd">
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
title="Snowl: Messages"
|
||||
title="&page.title;"
|
||||
onload="SnowlMessageView.init()"
|
||||
onresize="SnowlMessageView.resizeContentBox()">
|
||||
|
||||
|
@ -68,20 +70,20 @@
|
|||
<toolbarbutton id="currentButton" type="checkbox"
|
||||
image="chrome://snowl/content/icons/newspaper.png"
|
||||
oncommand="SnowlMessageView.onCommandCurrentButton(event)"
|
||||
tooltiptext="Only show current messages."/>
|
||||
tooltiptext="¤tButton.tooltip;"/>
|
||||
|
||||
<toolbarbutton id="bodyButton" type="checkbox"
|
||||
image="chrome://snowl/content/icons/page_white_text.png"
|
||||
oncommand="SnowlMessageView.onCommandBodyButton(event)"
|
||||
tooltiptext="Show message summaries/content."/>
|
||||
|
||||
tooltiptext="&bodyButton.tooltip;"/>
|
||||
|
||||
<toolbarbutton id="orderButton" type="checkbox"
|
||||
image="chrome://snowl/content/arrow-down.png"
|
||||
oncommand="SnowlMessageView.onCommandOrderButton(event)"
|
||||
tooltiptext="Reverse the order of the messages."/>
|
||||
|
||||
tooltiptext="&orderButton.tooltip;"/>
|
||||
|
||||
<spacer flex="1"/>
|
||||
|
||||
|
||||
<textbox id="filterTextbox" type="timed" timeout="200"
|
||||
oncommand="SnowlMessageView.onFilter(event)"/>
|
||||
</toolbar>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<!ENTITY author.label "Author:">
|
||||
<!ENTITY subject.label "Subject:">
|
||||
<!ENTITY timestamp.label "Date:">
|
||||
<!ENTITY link.label "Link:">
|
|
@ -0,0 +1,4 @@
|
|||
<!ENTITY page.title "Snowl: River of Messages">
|
||||
<!ENTITY currentButton.tooltip "Only show current messages.">
|
||||
<!ENTITY bodyButton.tooltip "Show message summaries/content.">
|
||||
<!ENTITY orderButton.tooltip "Reverse the order of the messages.">
|
Загрузка…
Ссылка в новой задаче