gecko-dev/l10n/nscp/zh-CN/defaults/profile/CN/panels.rdf

55 строки
1.9 KiB
XML

<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!--
These are the panels that will be displayed in the sidebar.
-->
<!DOCTYPE RDF
[
<!ENTITY sidebar.panel.search "搜索">
<!ENTITY sidebar.panel.bookmarks "书签">
<!ENTITY sidebar.im-panel.label "在线好友">
<!ENTITY sidebar.nc-panel.shopping "购物">
<!ENTITY sidebar.nc-panel.channels "Netscape 频道">
<!ENTITY sidebar.nc-panel.moviesnmusic "电影与音乐">
<!ENTITY sidebar.nc-panel.mapsndirections "地图和方向">
<!ENTITY sidebar.nc-panel.stocks "股票">
<!ENTITY sidebar.nc-panel.news "新闻">
<!ENTITY sidebar.nc-panel.sports "体育">
<!ENTITY sidebar.panel.history "历史">
<!ENTITY sidebar.nc-panel.music "音乐">
]
>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="urn:sidebar:current-panel-list">
<NC:panel-list>
<RDF:Seq>
<RDF:li resource="urn:sidebar:panel:search" />
<RDF:li resource="urn:sidebar:panel:bookmarks" />
<RDF:li resource="urn:sidebar:panel:im-panel" />
</RDF:Seq>
</NC:panel-list>
<NC:version>0.1</NC:version>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:search">
<NC:title>&sidebar.panel.search;</NC:title>
<NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
<NC:exclude>mail:3pane Aim:AimApp Aim:AimChat mail:addressbook composer:html</NC:exclude>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:bookmarks">
<NC:title>书签</NC:title>
<NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
<NC:exclude>mail:3pane Aim:AimApp Aim:AimChat mail:addressbook composer:html</NC:exclude>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:im-panel">
<NC:title>&sidebar.im-panel.label;</NC:title>
<NC:content>chrome://aim/content/SidebarPanel.xul</NC:content>
</RDF:Description>
</RDF:RDF>