зеркало из https://github.com/mozilla/gecko-dev.git
move entities to external DTDs
This commit is contained in:
Родитель
6c21361d9f
Коммит
37e2e57be4
|
@ -57,7 +57,7 @@
|
|||
</treecell>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
</treechildren>
|
||||
</rule>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE RDF
|
||||
[
|
||||
<!ENTITY sidebar.folders.label "Messenger Folders">
|
||||
<!ENTITY sidebar.flash.label "Flashes">
|
||||
]>
|
||||
|
||||
<!DOCTYPE RDF SYSTEM "chrome://messenger/locale/sidebar-messenger-rdf.dtd" >
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
|
@ -15,7 +10,7 @@
|
|||
<NC:title>&sidebar.folders.label;</NC:title>
|
||||
<NC:content>chrome://messenger/content/folderPane.xul</NC:content>
|
||||
<NC:customize>chrome://messenger/content/messengerfolder-panel-cust.xul</NC:customize>
|
||||
<NC:height>200px</NC:height>
|
||||
<NC:height>250px</NC:height>
|
||||
</RDF:Description>
|
||||
</RDF:li>
|
||||
<RDF:li>
|
||||
|
|
|
@ -20,13 +20,7 @@
|
|||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
-->
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY sidebar.title.label "Sidebar">
|
||||
<!ENTITY sidebar.reload.label "Reload">
|
||||
<!ENTITY sidebar.customize.label "Customize">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/sidebar-messenger.dtd" >
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
|
|
|
@ -22,34 +22,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
|
||||
[
|
||||
|
||||
<!ENTITY subscribeWindow.title "Subscribe">
|
||||
<!ENTITY allTab.label "All">
|
||||
<!ENTITY searchTab.label "Search">
|
||||
<!ENTITY newTab.label "New">
|
||||
<!ENTITY nameText.label "Name:">
|
||||
<!ENTITY addServerButton.label "Add Server">
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY helpButton.label "Help">
|
||||
<!ENTITY subscribeButton.label "Subscribe">
|
||||
<!ENTITY unsubscribeButton.label "Unsubscribe">
|
||||
<!ENTITY refreshListButton.label "Refresh List">
|
||||
<!ENTITY expandButton.label "Expand">
|
||||
<!ENTITY collapseAllButton.label "Collapse All">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY nameColumn.label "Name">
|
||||
<!ENTITY messagesColumn.label "Messages">
|
||||
<!ENTITY getNewButton.label "Get New">
|
||||
<!ENTITY clearNewButton.label "Clear New">
|
||||
<!ENTITY searchNowButton.label "Search Now">
|
||||
<!ENTITY searchFor.label "Search For:">
|
||||
<!ENTITY newText.label "This list shows all new newsgroups since you last cleared the list.">
|
||||
|
||||
]>
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/subscribe.dtd" >
|
||||
|
||||
<window id="subscribe"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
|
|
|
@ -235,6 +235,7 @@ function MsgNewFolder()
|
|||
messenger.NewFolder(folderTree.database, selectedFolder, "New Folder");
|
||||
}
|
||||
|
||||
|
||||
function MsgAccountManager()
|
||||
{
|
||||
dump('Opening account manager..\n');
|
||||
|
@ -249,7 +250,7 @@ function MsgSubscribe()
|
|||
|
||||
function MsgAccountWizard()
|
||||
{
|
||||
window.openDialog("chrome://messenger/content/AccountWizard.xul", "wizard", "chrome, modal");
|
||||
window.openDialog("chrome://messenger/content/AccountWizard.xul", "wizard", "chrome, modal,height=190,width=390");
|
||||
}
|
||||
|
||||
function MsgOpenAttachment() {}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
messenger.dtd
|
||||
threadpane.dtd
|
||||
folderpane.dtd
|
||||
|
||||
subscribe.dtd
|
||||
sidebar-messenger.dtd
|
||||
sidebar-messenger-rdf.dtd
|
||||
|
|
|
@ -28,6 +28,9 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
$(srcdir)/messenger.dtd \
|
||||
$(srcdir)/threadpane.dtd \
|
||||
$(srcdir)/folderpane.dtd \
|
||||
$(srcdir)/subscribe.dtd \
|
||||
$(srcdir)/sidebar-messenger.dtd \
|
||||
$(srcdir)/sidebar-messenger-rdf.dtd \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
|
|
@ -26,6 +26,9 @@ install::
|
|||
$(MAKE_INSTALL) messenger.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) threadpane.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) folderpane.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) subscribe.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) sidebar-messenger.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) sidebar-messenger-rdf.dtd $(LOCALEDIR)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\messenger\locale\en-US\*.*
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<!-- extracted from sidebar-messenger.rdf -->
|
||||
|
||||
<!ENTITY sidebar.folders.label "Messenger Folders">
|
||||
<!ENTITY sidebar.flash.label "Flashes">
|
|
@ -0,0 +1,5 @@
|
|||
<!-- extracted from sidebar-messenger.xul -->
|
||||
|
||||
<!ENTITY sidebar.title.label "Sidebar">
|
||||
<!ENTITY sidebar.reload.label "Reload">
|
||||
<!ENTITY sidebar.customize.label "Customize">
|
|
@ -0,0 +1,26 @@
|
|||
<!-- extracted from subscribe.xul -->
|
||||
|
||||
|
||||
<!ENTITY subscribeWindow.title "Subscribe">
|
||||
<!ENTITY allTab.label "All">
|
||||
<!ENTITY searchTab.label "Search">
|
||||
<!ENTITY newTab.label "New">
|
||||
<!ENTITY nameText.label "Name:">
|
||||
<!ENTITY addServerButton.label "Add Server">
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY helpButton.label "Help">
|
||||
<!ENTITY subscribeButton.label "Subscribe">
|
||||
<!ENTITY unsubscribeButton.label "Unsubscribe">
|
||||
<!ENTITY refreshListButton.label "Refresh List">
|
||||
<!ENTITY expandButton.label "Expand">
|
||||
<!ENTITY collapseAllButton.label "Collapse All">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY nameColumn.label "Name">
|
||||
<!ENTITY messagesColumn.label "Messages">
|
||||
<!ENTITY getNewButton.label "Get New">
|
||||
<!ENTITY clearNewButton.label "Clear New">
|
||||
<!ENTITY searchNowButton.label "Search Now">
|
||||
<!ENTITY searchFor.label "Search For:">
|
||||
<!ENTITY newText.label "This list shows all new newsgroups since you last cleared the list.">
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<!-- extracted from subscribe.xul -->
|
||||
|
||||
|
||||
<!ENTITY subscribeWindow.title "Subscribe">
|
||||
<!ENTITY allTab.label "All">
|
||||
<!ENTITY searchTab.label "Search">
|
||||
<!ENTITY newTab.label "New">
|
||||
<!ENTITY nameText.label "Name:">
|
||||
<!ENTITY addServerButton.label "Add Server">
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY helpButton.label "Help">
|
||||
<!ENTITY subscribeButton.label "Subscribe">
|
||||
<!ENTITY unsubscribeButton.label "Unsubscribe">
|
||||
<!ENTITY refreshListButton.label "Refresh List">
|
||||
<!ENTITY expandButton.label "Expand">
|
||||
<!ENTITY collapseAllButton.label "Collapse All">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY nameColumn.label "Name">
|
||||
<!ENTITY messagesColumn.label "Messages">
|
||||
<!ENTITY getNewButton.label "Get New">
|
||||
<!ENTITY clearNewButton.label "Clear New">
|
||||
<!ENTITY searchNowButton.label "Search Now">
|
||||
<!ENTITY searchFor.label "Search For:">
|
||||
<!ENTITY newText.label "This list shows all new newsgroups since you last cleared the list.">
|
||||
|
Загрузка…
Ссылка в новой задаче