Use ENTITY's for labels.

This commit is contained in:
slamm%netscape.com 1999-05-15 22:08:01 +00:00
parent e1a1ecdf59
commit 745e8e096f

View File

@ -1,4 +1,11 @@
<!-- -*- Mode: SGML -*- -->
<?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#">
@ -6,21 +13,21 @@
<RDF:Seq ID="NC:BrowserSidebarRoot">
<RDF:li>
<RDF:Description ID="bookmarks">
<NC:title>Bookmarks</NC:title>
<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>Flashes</NC:title>
<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>Mozilla Tinderbox</NC:title>
<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>