mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Use ENTITY's for labels.
This commit is contained in:
parent
e1a1ecdf59
commit
745e8e096f
@ -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&panel=1</NC:content>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
|
Loading…
Reference in New Issue
Block a user