Remove dependency of sidebarOverlay on brand.dtd.

b=109450; r=morse; sr=blake
This commit is contained in:
sgehani%netscape.com 2001-11-30 00:20:07 +00:00
Родитель 1c49819b34
Коммит 603cbed58c
2 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -18,25 +18,26 @@
-
- Contributor(s): Stephen Lamm <slamm@netscape.com>
- Blake Ross <BlakeR1234@aol.com>
- Samir Gehani <sgehani@netscape.com>
-->
<!ENTITY sidebar.panels.label "&sidebarName;">
<!ENTITY sidebar.panels.label "Sidebar">
<!ENTITY sidebar.reload.label "Reload">
<!ENTITY sidebar.picker.label "Tabs">
<!ENTITY sidebar.customize.label "Customize &sidebarName;...">
<!ENTITY sidebar.customize.label "Customize Sidebar...">
<!ENTITY sidebar.customize.accesskey "u">
<!ENTITY sidebar.hide.label "Hide Panel">
<!ENTITY sidebar.hide.accesskey "H">
<!ENTITY sidebar.switch.label "Switch to Panel">
<!ENTITY sidebar.switch.accesskey "S">
<!ENTITY sidebarCmd.label "&sidebarName;">
<!ENTITY sidebarCmd.label "Sidebar">
<!ENTITY sidebarCmd.accesskey "b">
<!ENTITY sidebar.loading.label "Loading...">
<!ENTITY sidebar.loading.stop.label "Stop">
<!ENTITY sidebar.no-panels.state "The &sidebarName; is currently empty.">
<!ENTITY sidebar.no-panels.state "The sidebar is currently empty.">
<!ENTITY sidebar.no-panels.add 'You may add tabs by clicking on the "Tabs" button above.'>
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide the &sidebarName;, click on the "View" menu above, and select "&sidebarName;."'>
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide the Sidebar, click on the "View" menu above, and select "Sidebar."'>
<!ENTITY sidebar.sbDirectory.label "Sidebar Directory...">
<!ENTITY sidebar.pagenotfound.label "This tab is not available right now.">

Просмотреть файл

@ -23,8 +23,6 @@
<?xul-overlay href="chrome://communicator/content/contentAreaContextOverlay.xul"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % sidebarOverlayDTD SYSTEM "chrome://communicator/locale/sidebar/sidebarOverlay.dtd" >
%sidebarOverlayDTD;
]>