зеркало из https://github.com/mozilla/gecko-dev.git
First Checked In.
This commit is contained in:
Родитель
5e578a46c0
Коммит
d8e69c1d0f
|
@ -0,0 +1,30 @@
|
|||
#!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
|
||||
|
||||
DIRS = en-US
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# 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.
|
||||
#
|
||||
# This is a list of local files which get copied to the res\mailnews\messenger directory
|
||||
#
|
||||
|
||||
messengercompose.dtd
|
|
@ -0,0 +1,41 @@
|
|||
#!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/messengercompose/locale/en-US
|
||||
|
||||
EXPORT_RESOURCE_SAMPLES = \
|
||||
$(srcdir)/messengercompose.dtd \
|
||||
$(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)
|
|
@ -0,0 +1,28 @@
|
|||
#!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=..\..\..\..\..
|
||||
MODULE=msgcompose
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) messengercompose.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\messengercompose\locale\en-US\messengercompose.dtd
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
<!ENTITY msgComposeWindow.title "Message Compose">
|
||||
|
||||
<!-- address labels -->
|
||||
<!ENTITY fromAddr.label "From:">
|
||||
<!ENTITY toAddr.label "To:">
|
||||
<!ENTITY ccAddr.label "Cc:">
|
||||
<!ENTITY bccAddr.label "Bcc:">
|
||||
<!ENTITY newsgroupsAddr.label "Newsgroups:">
|
||||
<!ENTITY subject.label "Subject:">
|
||||
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
<!-- File menu items -->
|
||||
<!ENTITY fileMenu.label "File">
|
||||
<!ENTITY newCmd.label ".New">
|
||||
<!ENTITY saveCmd.label ".Save">
|
||||
<!ENTITY saveAsCmd.label "Save As (Draft)">
|
||||
<!ENTITY saveAsTemplateCmd.label "Save As (Template)">
|
||||
<!ENTITY attachCmd.label ".Attach">
|
||||
<!ENTITY sendNowCmd.label "Send Now">
|
||||
<!ENTITY sendLaterCmd.label "Send Later">
|
||||
<!ENTITY quoteOrigCmd.label ".Quote Original Message">
|
||||
<!ENTITY selectAddressCmd.label "Select Addresses...">
|
||||
<!ENTITY printSetupCmd.label ".Print Setup">
|
||||
<!ENTITY printPreviewCmd.label ".Print Preview">
|
||||
<!ENTITY printCmd.label ".Print">
|
||||
<!ENTITY closeCmd.label ".Close">
|
||||
|
||||
<!-- Edit menu items -->
|
||||
<!ENTITY editMenu.label ".Edit">
|
||||
<!ENTITY undoCmd.label ".Undo">
|
||||
<!ENTITY cutCmd.label ".Cut">
|
||||
<!ENTITY copyCmd.label ".Copy">
|
||||
<!ENTITY pasteCmd.label ".Paste">
|
||||
<!ENTITY pasteAsQuotCmd.label ".Paste as Quotation">
|
||||
<!ENTITY deleteCmd.label ".Delete">
|
||||
<!ENTITY selectAllCmd.label ".Select All">
|
||||
<!ENTITY findCmd.label ".Find">
|
||||
<!ENTITY findAgainCmd.label ".Find Again">
|
||||
<!ENTITY doNotCompleteAddrCmd.label ".Do Not Complete Address">
|
||||
<!ENTITY showMatchingAddrCmd.label ".Show Matching Address">
|
||||
<!ENTITY prefsCmd.label ".Preferences...">
|
||||
|
||||
<!-- View menu items -->
|
||||
<!ENTITY viewMenu.label ".View">
|
||||
<!ENTITY showCmd.label ".Show">
|
||||
<!ENTITY addressCmd.label ".Address">
|
||||
<!ENTITY attachmentsCmd.label ".Attachments">
|
||||
<!ENTITY wrapCmd.label ".Wrap Long Lines">
|
||||
<!ENTITY charSetCmd.label ".Character Set">
|
||||
|
||||
<!-- Insert menu items -->
|
||||
<!ENTITY insertMenu.label ".Insert">
|
||||
|
||||
<!-- Format menu items -->
|
||||
<!ENTITY formatMenu.label ".Format">
|
||||
|
||||
<!-- Message menu items -->
|
||||
<!ENTITY messageMenu.label "Message">
|
||||
|
||||
<!ENTITY priorityMenu.label "Priority">
|
||||
<!ENTITY lowestPriorityCmd.label "Lowest">
|
||||
<!ENTITY lowPriorityCmd.label "Low">
|
||||
<!ENTITY normalPriorityCmd.label "Normal">
|
||||
<!ENTITY highPriorityCmd.label "High">
|
||||
<!ENTITY highestPriorityCmd.label "highest">
|
||||
|
||||
<!ENTITY returnReceiptCmd.label "Return receipt">
|
||||
<!ENTITY uuEncodeCmd.label "Use uuencode instead of MIME for attachments">
|
||||
|
||||
<!ENTITY outputFormatMenu.label ".Format">
|
||||
<!ENTITY askmeFormatCmd.label ".Ask me">
|
||||
<!ENTITY plainTextFormatCmd.label ".Plain Text only">
|
||||
<!ENTITY htmlFormatCmd.label ".HTML only">
|
||||
<!ENTITY bothFormatCmd.label ".Plain Text and HTML">
|
||||
|
||||
<!ENTITY fileCarbonCopyCmd.label ".File Carbon Copy">
|
||||
|
||||
<!-- Toolbar items -->
|
||||
<!ENTITY sendButton.img "chrome://messengercompose/skin/send.gif">
|
||||
<!ENTITY sendButton.label "Send">
|
||||
<!ENTITY quoteButton.img "chrome://messengercompose/skin/quote.gif">
|
||||
<!ENTITY quoteButton.label "Quote">
|
||||
<!ENTITY addressButton.img "chrome://messengercompose/skin/address.gif">
|
||||
<!ENTITY addressButton.label "Address">
|
||||
<!ENTITY attachButton.img "chrome://messengercompose/skin/attach.gif">
|
||||
<!ENTITY attachButton.label "Attach">
|
||||
<!ENTITY spellingButton.img "chrome://messengercompose/skin/spelling.gif">
|
||||
<!ENTITY spellingButton.label "Spelling">
|
||||
<!ENTITY saveButton.img "chrome://messengercompose/skin/save.gif">
|
||||
<!ENTITY saveButton.label "Save">
|
||||
<!ENTITY stopButton.img "chrome://messengercompose/skin/stop.gif">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY throbberButton.img "resource:/res/throbber/anims00.gif">
|
||||
<!ENTITY throbberButton.url "http://www.mozilla.org/">
|
||||
|
||||
<!-- Toolbar items, imported from editorAppShell.xul -->
|
||||
<!ENTITY formatToolbar.boldChar "B">
|
||||
<!ENTITY formatToolbar.italicChar "I">
|
||||
<!ENTITY formatToolbar.underlineChar "U">
|
|
@ -0,0 +1,22 @@
|
|||
#!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=..\..\..\..
|
||||
|
||||
DIRS= en-US
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
|
@ -0,0 +1,101 @@
|
|||
<!ENTITY msgComposeWindow.title "Message Compose">
|
||||
|
||||
<!-- address labels -->
|
||||
<!ENTITY fromAddr.label "From:">
|
||||
<!ENTITY toAddr.label "To:">
|
||||
<!ENTITY ccAddr.label "Cc:">
|
||||
<!ENTITY bccAddr.label "Bcc:">
|
||||
<!ENTITY newsgroupsAddr.label "Newsgroups:">
|
||||
<!ENTITY subject.label "Subject:">
|
||||
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
<!-- File menu items -->
|
||||
<!ENTITY fileMenu.label "File">
|
||||
<!ENTITY newCmd.label ".New">
|
||||
<!ENTITY saveCmd.label ".Save">
|
||||
<!ENTITY saveAsCmd.label "Save As (Draft)">
|
||||
<!ENTITY saveAsTemplateCmd.label "Save As (Template)">
|
||||
<!ENTITY attachCmd.label ".Attach">
|
||||
<!ENTITY sendNowCmd.label "Send Now">
|
||||
<!ENTITY sendLaterCmd.label "Send Later">
|
||||
<!ENTITY quoteOrigCmd.label ".Quote Original Message">
|
||||
<!ENTITY selectAddressCmd.label "Select Addresses...">
|
||||
<!ENTITY printSetupCmd.label ".Print Setup">
|
||||
<!ENTITY printPreviewCmd.label ".Print Preview">
|
||||
<!ENTITY printCmd.label ".Print">
|
||||
<!ENTITY closeCmd.label ".Close">
|
||||
|
||||
<!-- Edit menu items -->
|
||||
<!ENTITY editMenu.label ".Edit">
|
||||
<!ENTITY undoCmd.label ".Undo">
|
||||
<!ENTITY cutCmd.label ".Cut">
|
||||
<!ENTITY copyCmd.label ".Copy">
|
||||
<!ENTITY pasteCmd.label ".Paste">
|
||||
<!ENTITY pasteAsQuotCmd.label ".Paste as Quotation">
|
||||
<!ENTITY deleteCmd.label ".Delete">
|
||||
<!ENTITY selectAllCmd.label ".Select All">
|
||||
<!ENTITY findCmd.label ".Find">
|
||||
<!ENTITY findAgainCmd.label ".Find Again">
|
||||
<!ENTITY doNotCompleteAddrCmd.label ".Do Not Complete Address">
|
||||
<!ENTITY showMatchingAddrCmd.label ".Show Matching Address">
|
||||
<!ENTITY prefsCmd.label ".Preferences...">
|
||||
|
||||
<!-- View menu items -->
|
||||
<!ENTITY viewMenu.label ".View">
|
||||
<!ENTITY showCmd.label ".Show">
|
||||
<!ENTITY addressCmd.label ".Address">
|
||||
<!ENTITY attachmentsCmd.label ".Attachments">
|
||||
<!ENTITY wrapCmd.label ".Wrap Long Lines">
|
||||
<!ENTITY charSetCmd.label ".Character Set">
|
||||
|
||||
<!-- Insert menu items -->
|
||||
<!ENTITY insertMenu.label ".Insert">
|
||||
|
||||
<!-- Format menu items -->
|
||||
<!ENTITY formatMenu.label ".Format">
|
||||
|
||||
<!-- Message menu items -->
|
||||
<!ENTITY messageMenu.label "Message">
|
||||
|
||||
<!ENTITY priorityMenu.label "Priority">
|
||||
<!ENTITY lowestPriorityCmd.label "Lowest">
|
||||
<!ENTITY lowPriorityCmd.label "Low">
|
||||
<!ENTITY normalPriorityCmd.label "Normal">
|
||||
<!ENTITY highPriorityCmd.label "High">
|
||||
<!ENTITY highestPriorityCmd.label "highest">
|
||||
|
||||
<!ENTITY returnReceiptCmd.label "Return receipt">
|
||||
<!ENTITY uuEncodeCmd.label "Use uuencode instead of MIME for attachments">
|
||||
|
||||
<!ENTITY outputFormatMenu.label ".Format">
|
||||
<!ENTITY askmeFormatCmd.label ".Ask me">
|
||||
<!ENTITY plainTextFormatCmd.label ".Plain Text only">
|
||||
<!ENTITY htmlFormatCmd.label ".HTML only">
|
||||
<!ENTITY bothFormatCmd.label ".Plain Text and HTML">
|
||||
|
||||
<!ENTITY fileCarbonCopyCmd.label ".File Carbon Copy">
|
||||
|
||||
<!-- Toolbar items -->
|
||||
<!ENTITY sendButton.img "chrome://messengercompose/skin/send.gif">
|
||||
<!ENTITY sendButton.label "Send">
|
||||
<!ENTITY quoteButton.img "chrome://messengercompose/skin/quote.gif">
|
||||
<!ENTITY quoteButton.label "Quote">
|
||||
<!ENTITY addressButton.img "chrome://messengercompose/skin/address.gif">
|
||||
<!ENTITY addressButton.label "Address">
|
||||
<!ENTITY attachButton.img "chrome://messengercompose/skin/attach.gif">
|
||||
<!ENTITY attachButton.label "Attach">
|
||||
<!ENTITY spellingButton.img "chrome://messengercompose/skin/spelling.gif">
|
||||
<!ENTITY spellingButton.label "Spelling">
|
||||
<!ENTITY saveButton.img "chrome://messengercompose/skin/save.gif">
|
||||
<!ENTITY saveButton.label "Save">
|
||||
<!ENTITY stopButton.img "chrome://messengercompose/skin/stop.gif">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY throbberButton.img "resource:/res/throbber/anims00.gif">
|
||||
<!ENTITY throbberButton.url "http://www.mozilla.org/">
|
||||
|
||||
<!-- Toolbar items, imported from editorAppShell.xul -->
|
||||
<!ENTITY formatToolbar.boldChar "B">
|
||||
<!ENTITY formatToolbar.italicChar "I">
|
||||
<!ENTITY formatToolbar.underlineChar "U">
|
Загрузка…
Ссылка в новой задаче