diff --git a/mailnews/base/search/resources/locale/en-US/FilterEditor.dtd b/mailnews/base/search/resources/locale/en-US/FilterEditor.dtd new file mode 100644 index 00000000000..67d1cf27ab7 --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/FilterEditor.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mailnews/base/search/resources/locale/en-US/FilterListDialog.dtd b/mailnews/base/search/resources/locale/en-US/FilterListDialog.dtd new file mode 100644 index 00000000000..ca70d08b4db --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/FilterListDialog.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/mailnews/base/search/resources/locale/en-US/MANIFEST b/mailnews/base/search/resources/locale/en-US/MANIFEST new file mode 100644 index 00000000000..82c3817339f --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/MANIFEST @@ -0,0 +1,4 @@ +FilterEditor.dtd +FilterListDialog.dtd +SearchDialog.dtd +SearchOptions.dtd diff --git a/mailnews/base/search/resources/locale/en-US/Makefile.in b/mailnews/base/search/resources/locale/en-US/Makefile.in new file mode 100644 index 00000000000..d1d78311007 --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/Makefile.in @@ -0,0 +1,47 @@ +#!gmake +# +# The contents of this file are subject to the Netscape Public License +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. + +DEPTH = ../../../../../.. +topsrcdir = @top_srcdir@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + +SAMPLES_DIR = $(DIST)/bin/chrome/messenger/locale/en-US + +EXPORT_RESOURCE_SAMPLES = \ + $(srcdir)/SearchDialog.xul \ + $(srcdir)/SearchOptions.xul \ + $(srcdir)/SearchDialog.js \ + $(srcdir)/FilterListDialog.xul \ + $(srcdir)/FilterListDialog.js \ + $(srcdir)/FilterEditor.xul \ + $(srcdir)/FilterEditor.js \ + $(NULL) + +EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES)) + +install:: + $(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR) + +clobber:: + $(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE) diff --git a/mailnews/base/search/resources/locale/en-US/SearchDialog.dtd b/mailnews/base/search/resources/locale/en-US/SearchDialog.dtd new file mode 100644 index 00000000000..c458edca712 --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/SearchDialog.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/mailnews/base/search/resources/locale/en-US/SearchOptions.dtd b/mailnews/base/search/resources/locale/en-US/SearchOptions.dtd new file mode 100644 index 00000000000..507f80a5019 --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/SearchOptions.dtd @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/mailnews/base/search/resources/locale/en-US/makefile.win b/mailnews/base/search/resources/locale/en-US/makefile.win new file mode 100644 index 00000000000..5b467cacc67 --- /dev/null +++ b/mailnews/base/search/resources/locale/en-US/makefile.win @@ -0,0 +1,37 @@ +#!nmake +# +# The contents of this file are subject to the Netscape Public License +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +install:: + $(MAKE_INSTALL) .\SearchDialog.xul $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\SearchOptions.xul $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\SearchDialog.js $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\FilterListDialog.xul $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\FilterListDialog.js $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\FilterEditor.xul $(DIST)\bin\chrome\messenger\locale\en-US + $(MAKE_INSTALL) .\FilterEditor.js $(DIST)\bin\chrome\messenger\locale\en-US + +clobber:: + rm -f $(DIST)\chrome\messenger\locale\en-US\SearchDialog.xul + rm -f $(DIST)\chrome\messenger\locale\en-US\SearchDialog.js + rm -f $(DIST)\chrome\messenger\locale\en-US\FilterListDialog.xul + rm -f $(DIST)\chrome\messenger\locale\en-US\FilterListDialog.js + rm -f $(DIST)\chrome\messenger\locale\en-US\FilterEditor.xul + rm -f $(DIST)\chrome\messenger\locale\en-US\FilterEditor.js diff --git a/suite/locales/en-US/chrome/mailnews/FilterEditor.dtd b/suite/locales/en-US/chrome/mailnews/FilterEditor.dtd new file mode 100644 index 00000000000..67d1cf27ab7 --- /dev/null +++ b/suite/locales/en-US/chrome/mailnews/FilterEditor.dtd @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/suite/locales/en-US/chrome/mailnews/FilterListDialog.dtd b/suite/locales/en-US/chrome/mailnews/FilterListDialog.dtd new file mode 100644 index 00000000000..ca70d08b4db --- /dev/null +++ b/suite/locales/en-US/chrome/mailnews/FilterListDialog.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/suite/locales/en-US/chrome/mailnews/SearchDialog.dtd b/suite/locales/en-US/chrome/mailnews/SearchDialog.dtd new file mode 100644 index 00000000000..c458edca712 --- /dev/null +++ b/suite/locales/en-US/chrome/mailnews/SearchDialog.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +