gecko-dev/rdf/resources/sidebar-browser.rdf

36 строки
1.2 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE RDF
[
<!ENTITY sidebar.bookmarks.label "Bookmarks">
<!ENTITY sidebar.flash.label "Flashes">
<!ENTITY sidebar.tinderbox.label "Mozilla Tinderbox">
]>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Seq ID="NC:BrowserSidebarRoot">
<RDF:li>
<RDF:Description ID="bookmarks">
<NC:title>&sidebar.bookmarks.label;</NC:title>
<NC:content>resource://res/rdf/bm-panel.xul</NC:content>
<NC:customize>resource://res/rdf/bm-panel-cust.xul</NC:customize>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="flash">
<NC:title>&sidebar.flash.label;</NC:title>
<NC:content>resource://res/rdf/flash.xul</NC:content>
<NC:customize>resource://res/rdf/flash-cust.xul</NC:customize>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="tinderbox">
<NC:title>&sidebar.tinderbox.label;</NC:title>
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/showbuilds.cgi?tree=SeaMonkey&amp;panel=1</NC:content>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</RDF:RDF>