move entities into external DTD

git-svn-id: svn://10.0.0.236/trunk@45172 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-08-30 22:02:49 +00:00
parent 5491d94ce1
commit 26af7950dc
4 changed files with 4 additions and 72 deletions

View File

@@ -2,31 +2,7 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY subject.label "subject">
<!ENTITY sender.label "sender">
<!ENTITY date.label "date">
<!ENTITY anyText.label "any text">
<!ENTITY keyword.label "keyword">
<!ENTITY age.label "age in days">
<!ENTITY contains.label "contains">
<!ENTITY nocontains.label "doesn't contain">
<!ENTITY description.label "Description:">
<!ENTITY matchAny.label "Match any of the following">
<!ENTITY matchAll.label "Match all of the following">
<!ENTITY filterAction.label "Filter Action:">
<!ENTITY moveToFolder.label "Move To Folder">
<!ENTITY changePriority.label "Change Priority">
<!ENTITY delete.label "Delete">
<!ENTITY markRead.label "Mark read">
<!ENTITY ignoreThread.label "Ignore thread">
<!ENTITY watchThread.label "Watch thread">
<!ENTITY newFolderButton.label "New Folder...">
<!ENTITY more.label "More">
<!ENTITY less.label "Less">
]>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/FilterEditor.dtd" >
<window
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@@ -2,20 +2,7 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<!DOCTYPE window
[
<!ENTITY numberColumn.label "Number">
<!ENTITY nameColumn.label "Name">
<!ENTITY activeColumn.label "Active">
<!ENTITY newButton.label "New">
<!ENTITY editButton.label "Edit">
<!ENTITY deleteButton.label "Delete">
<!ENTITY logFilterUseCheckbox.label "Log Filter Use">
<!ENTITY viewLogButton.label "View Log">
<!ENTITY description.label "Description">
<!ENTITY filterHeader.label "Filters will be applied in the following order:">
]>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/FilterListDialog.dtd" >
<window
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@@ -22,28 +22,7 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
<!DOCTYPE window
[
<!ENTITY searchHeading.label "Search for messages in:">
<!ENTITY matchAll.label "Match all of the following:">
<!ENTITY matchAny.label "Match any of the following:">
<!ENTITY scopeSubject.label "subject">
<!ENTITY scopeSender.label "sender">
<!ENTITY scopeDate.label "date">
<!ENTITY scopeText.label "any text">
<!ENTITY scopeKeyword.label "keyword">
<!ENTITY scopeAgeDays.label "age in days">
<!ENTITY critContains.label "contains">
<!ENTITY critNotContains.label "doesn't contain">
<!ENTITY buttonMore.label "More">
<!ENTITY buttonFewer.label "Fewer">
<!ENTITY buttonClear.label "Clear">
<!ENTITY buttonSearch.label "Search">
<!ENTITY buttonOptions.label "Options">
<!ENTITY buttonClose.label "Close">
<!ENTITY searchDialogTitle.label "Search Messages">
]>
<window id="msg-search-dialog" xmlns:html="http://www.w3.org/TR/REC-html40"
<!DOCTYPE window SYSTEM "chrome://messenger/locale/SearchDialog.dtd" >
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&searchDialogTitle.label;">

View File

@@ -22,17 +22,7 @@ Communications Corporation. Portions created by Netscape are
Rights Reserved.
-->
<!DOCTYPE window
[
<!ENTITY searchOptionsTitle.label "Search Options">
<!ENTITY searchSubfoldersCheckbox.label "Search Subfolders">
<!ENTITY localRemoteTitle.label "When online, search for messages:">
<!ENTITY localSearchRadio.label "on your local system">
<!ENTITY removeSearchRadio.label "on the specified serer">
<!ENTITY ok.label "OK">
<!ENTITY cancel.label "Cancel">
]>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/SearchOptions.dtd" >
<window id="search-options-dialog" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"