зеркало из https://github.com/mozilla/pjs.git
Родитель
3faf9eaa7d
Коммит
db42c40660
|
@ -395,8 +395,8 @@ sub MakeResourceAliases()
|
|||
_InstallResources(":mozilla:xpfe:global:resources:content:mac:MANIFEST", "$global_chrome_dir:content:default");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:skin:MANIFEST", "$global_chrome_dir:skin:default");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:skin:MANIFEST_CHROME", "$chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:MANIFEST", "$global_chrome_dir:locale:en-US:", 0);
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:mac:MANIFEST", "$global_chrome_dir:locale:en-US:", 0);
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:en-US:MANIFEST", "$global_chrome_dir:locale:en-US:", 0);
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:en-US:mac:MANIFEST", "$global_chrome_dir:locale:en-US:", 0);
|
||||
|
||||
_InstallResources(":mozilla:docshell:base:MANIFEST", "$global_chrome_dir:locale:en-US:", 0);
|
||||
|
||||
|
|
|
@ -26,22 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/globalOverlay.dtd \
|
||||
$(srcdir)/dialogOverlay.dtd \
|
||||
$(srcdir)/tasksOverlay.dtd \
|
||||
$(srcdir)/commonDialog.dtd \
|
||||
$(srcdir)/charsetOverlay.dtd \
|
||||
$(srcdir)/charsetDetectorsOverlay.dtd \
|
||||
$(srcdir)/wizardManager.properties \
|
||||
$(srcdir)/wizardOverlay.dtd \
|
||||
$(srcdir)/about.dtd \
|
||||
$(NULL)
|
||||
DIRS = en-US
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/global/locale/en-US
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
|
@ -0,0 +1,11 @@
|
|||
globalOverlay.dtd
|
||||
dialogOverlay.dtd
|
||||
tasksOverlay.dtd
|
||||
commonDialog.dtd
|
||||
charsetOverlay.dtd
|
||||
charsetDetectorsOverlay.dtd
|
||||
wizardManager.properties
|
||||
wizardOverlay.dtd
|
||||
about.dtd
|
||||
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/globalOverlay.dtd \
|
||||
$(srcdir)/dialogOverlay.dtd \
|
||||
$(srcdir)/tasksOverlay.dtd \
|
||||
$(srcdir)/commonDialog.dtd \
|
||||
$(srcdir)/charsetOverlay.dtd \
|
||||
$(srcdir)/charsetDetectorsOverlay.dtd \
|
||||
$(srcdir)/wizardManager.properties \
|
||||
$(srcdir)/wizardOverlay.dtd \
|
||||
$(srcdir)/about.dtd \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/global/locale/en-US
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<!ENTITY title.label "About Mozilla">
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY aboutTab.label "About Mozilla">
|
||||
<!ENTITY contributorsTab.label "Contributors">
|
|
@ -0,0 +1,2 @@
|
|||
<!-- extracted from charsetOverlay.xul -->
|
||||
<!ENTITY charsetMenu.label "Character Set">
|
|
@ -0,0 +1,8 @@
|
|||
<!-- extracted from dialogOverlay.xul -->
|
||||
<!-- OK Cancel Buttons -->
|
||||
<!ENTITY header.label "Brief Title">
|
||||
<!ENTITY message.label "Some sample Text goes here.">
|
||||
<!ENTITY editfield0.label "User Name:">
|
||||
<!ENTITY editfield1.label "Password:">
|
||||
<!ENTITY editfield2.label "Confirm Password:">
|
||||
<!ENTITY checkbox.label "check">
|
|
@ -0,0 +1 @@
|
|||
<!-- nothing here yet -->
|
|
@ -0,0 +1,93 @@
|
|||
<!-- extracted from globalOverlay.xul -->
|
||||
<!-- LOCALIZATION NOTE : FILE This file contains the global menu items -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate accesskey and commandkey -->
|
||||
|
||||
|
||||
<!ENTITY fileMenu.label "File">
|
||||
<!ENTITY fileMenu.accesskey "f">
|
||||
<!ENTITY newMenu.label "New">
|
||||
<!ENTITY newMenu.accesskey "e">
|
||||
<!ENTITY newBlankPageCmd.label "Edit Blank Page">
|
||||
<!ENTITY newBlankPageCmd.accesskey "b" >
|
||||
<!ENTITY newBlankPageCmd.key "n" >
|
||||
<!ENTITY newPageFromTemplateCmd.label "Page Using Template">
|
||||
<!ENTITY newPageFromTemplateCmd.accesskey "t">
|
||||
<!ENTITY newPageFromDraftCmd.label "Page Using Draft">
|
||||
<!ENTITY newPageFromDraftCmd.accesskey "d">
|
||||
<!-- LOCALIZATION NOTE (newNavigatorCmd.label): Do NOT translate "Navigator" -->
|
||||
<!ENTITY newNavigatorCmd.label "Navigator Window">
|
||||
<!ENTITY newNavigatorCmd.key "N">
|
||||
<!ENTITY newNavigatorCmd.accesskey "n">
|
||||
<!ENTITY newMessageCmd.label "Message">
|
||||
<!ENTITY newMessageCmd.key "M">
|
||||
<!ENTITY newMessageCmd.accesskey "m">
|
||||
<!ENTITY newCardCmd.label "Address Book Card">
|
||||
<!ENTITY newCardCmd.accesskey "a">
|
||||
|
||||
<!ENTITY pageSetupCmd.label ".Page Setup...">
|
||||
|
||||
<!ENTITY editMenu.label "Edit">
|
||||
<!ENTITY editMenu.accesskey "e">
|
||||
<!ENTITY undoCmd.label "Undo">
|
||||
<!ENTITY undoCmd.key "Z">
|
||||
<!ENTITY undoCmd.accesskey "u">
|
||||
<!ENTITY cutCmd.label "Cut">
|
||||
<!ENTITY cutCmd.key "X">
|
||||
<!ENTITY cutCmd.accesskey "t">
|
||||
<!ENTITY copyCmd.label "Copy">
|
||||
<!ENTITY copyCmd.key "C">
|
||||
<!ENTITY copyCmd.accesskey "c">
|
||||
<!ENTITY pasteCmd.label "Paste">
|
||||
<!ENTITY pasteCmd.key "V">
|
||||
<!ENTITY pasteCmd.accesskey "p">
|
||||
<!ENTITY deleteCmd.label "Delete">
|
||||
<!ENTITY deleteCmd.key "D">
|
||||
<!ENTITY deleteCmd.accesskey "d">
|
||||
<!ENTITY selectAllCmd.label "Select All">
|
||||
<!ENTITY selectAllCmd.key "A">
|
||||
<!ENTITY selectAllCmd.accesskey "a">
|
||||
<!ENTITY preferencesCmd.label "Preferences...">
|
||||
<!ENTITY preferencesCmd.key "E">
|
||||
<!ENTITY preferencesCmd.accesskey "f">
|
||||
|
||||
<!ENTITY viewMenu.label "View">
|
||||
<!ENTITY viewMenu.accesskey "v">
|
||||
<!ENTITY viewToolbarsMenu.label "Toolbars">
|
||||
<!ENTITY viewToolbarsMenu.accesskey "t">
|
||||
<!ENTITY showTaskbarCmd.label "Show Taskbar">
|
||||
<!ENTITY showTaskbarCmd.accesskey "t">
|
||||
|
||||
<!ENTITY helpMenu.label "Help">
|
||||
<!ENTITY helpMenu.accesskey "h">
|
||||
<!ENTITY helpContentCmd.label "Help Contents">
|
||||
<!ENTITY referenceLibraryCmd.label ".Reference Library">
|
||||
<!ENTITY releaseNotesCmd.label ".Release Notes">
|
||||
<!ENTITY productInfoCmd.label ".Product Information and Support">
|
||||
<!ENTITY softwareUpdatesCmd.label ".Software Updates">
|
||||
<!ENTITY registerCmd.label ".Register Now">
|
||||
<!ENTITY memberServicesCmd.label ".Member Services">
|
||||
<!ENTITY internationalCmd.label ".International Users">
|
||||
<!ENTITY securityCmd.label ".Security">
|
||||
<!-- LOCALIZATION NOTE (netwatchCmd.label): DONT_TRANSLATE -->
|
||||
<!ENTITY netwatchCmd.label ".NetWatch">
|
||||
<!ENTITY aboutPluginsCmd.label ".About Plug-ins">
|
||||
<!ENTITY aboutFontCmd.label ".About Font Displayers">
|
||||
<!-- LOCALIZATION NOTE (aboutCmd.label): Do NOT translate "Communicator" -->
|
||||
<!ENTITY aboutCmd.label ".About Communicator...">
|
||||
|
||||
|
||||
<!ENTITY webBrowsingCmd.label "Web Browsing">
|
||||
<!ENTITY emailCmd.label "Email">
|
||||
<!ENTITY internetShopCmd.label "Internet Shopping">
|
||||
<!ENTITY customCmd.label "Customization">
|
||||
<!ENTITY softUpdatesCmd.label "Software Updates">
|
||||
<!ENTITY connProbCmd.label "Connection Problems">
|
||||
<!ENTITY secPrivCmd.label "Security and Privacy">
|
||||
<!ENTITY whatNewCmd.label "What's New">
|
||||
<!ENTITY newTutorCmd.label "New to The Net Tutorial">
|
||||
<!ENTITY supportChannelCmd.label "Technical Support">
|
||||
<!ENTITY interUsersCmd.label "International Users">
|
||||
<!-- LOCALIZATION NOTE (helpAtCmd.label): Do NOT translate "Netscape.com" -->
|
||||
<!ENTITY helpAtCmd.label "Help at Netscape.com">
|
||||
<!ENTITY releaseCommCmd.label "Release Notes">
|
||||
<!ENTITY aboutCommCmd.label "About">
|
|
@ -0,0 +1,5 @@
|
|||
<!-- mac -->
|
||||
|
||||
<!-- OK Cancel Buttons -->
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
|
@ -0,0 +1,10 @@
|
|||
<!-- mac -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key-->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY quitApplicationCmd.label "Quit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Z">
|
|
@ -0,0 +1,43 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..\..
|
||||
|
||||
DIRS=win
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
DISTBROWSER=$(DIST)\bin\chrome\global\locale\en-US
|
||||
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) globalOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) dialogOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) tasksOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) commonDialog.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetDetectorsOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) wizardManager.properties $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) wizardOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) about.dtd $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\locale\en-US\*.*
|
|
@ -0,0 +1,47 @@
|
|||
<!-- extracted from tasksOverlay.xul -->
|
||||
<!ENTITY tasksMenu.label "Tasks">
|
||||
<!-- LOCALIZATION NOTE (navigatorCmd.label): DONT_TRANSLATE -->
|
||||
<!ENTITY navigatorCmd.label "Navigator">
|
||||
<!-- LOCALIZATION NOTE (messengerCmd.label): DONT_TRANSLATE -->
|
||||
<!ENTITY messengerCmd.label "Mail">
|
||||
<!-- LOCALIZATION NOTE (editorCmd.label): DONT_TRANSLATE -->
|
||||
<!ENTITY editorCmd.label "Composer">
|
||||
<!ENTITY addressBookCmd.label "Address Book">
|
||||
|
||||
<!ENTITY newsgroupsCmd.label "Newsgroups">
|
||||
<!ENTITY ircCmd.label "IRC Chat">
|
||||
<!ENTITY toolsMenu.label "Tools">
|
||||
<!ENTITY historyCmd.label "History">
|
||||
<!ENTITY securityInfoCmd.label ".Security Info">
|
||||
<!ENTITY messageCenterCmd.label ".Message Center">
|
||||
<!ENTITY importUtilCmd.label ".Import Utility">
|
||||
<!ENTITY javaConsoleCmd.label "Java Console">
|
||||
|
||||
<!-- LOCALIZATION NOTE (walletMenu.label): DONT_TRANSLATE -->
|
||||
<!ENTITY walletMenu.label "My Wallet">
|
||||
<!ENTITY walletSafeFillCmd.label "Safe Form Fill">
|
||||
<!ENTITY walletQuickFillCmd.label "Quick Form Fill">
|
||||
<!ENTITY walletRequestToCaptureCmd.label "Capture Form">
|
||||
<!-- LOCALIZATION NOTE (walletContentsCmd.label): Do NOT translate "Wallet"-->
|
||||
<!ENTITY walletContentsCmd.label "Wallet Contents...">
|
||||
<!ENTITY walletDisplaySignonsCmd.label "Display Signons...">
|
||||
<!ENTITY walletDisplayCookiesCmd.label "Display Cookies...">
|
||||
<!ENTITY walletSamplesCmd.label "Samples">
|
||||
<!ENTITY walletChangePasswordCmd.label "Change Password...">
|
||||
|
||||
|
||||
<!-- taskbar -->
|
||||
<!-- LOCALIZATION NOTE (mozillaButton.label): DONT_TRANSLATE -->
|
||||
<!ENTITY mozillaButton.label "Mozilla">
|
||||
<!-- LOCALIZATION NOTE (shoppingButton.label): DONT_TRANSLATE -->
|
||||
<!ENTITY shoppingButton.label "Shopping">
|
||||
<!ENTITY entertainment.label "Entertainment">
|
||||
<!ENTITY openWinButton.label "Open Windows">
|
||||
<!-- taskbar popups -->
|
||||
<!-- LOCALIZATION NOTE (bugzillaButton.label): Do NOT translate "Bugzilla" -->
|
||||
<!ENTITY bugzillaButton.label "Go to Bugzilla">
|
||||
<!-- LOCALIZATION NOTE (tinderboxButton.label): Do NOT translate "Tinderbox" -->
|
||||
<!ENTITY tinderboxButton.label "Look at Tinderbox">
|
||||
<!-- LOCALIZATION NOTE (bonsai.label): Do NOT translate "Bonsai" -->
|
||||
<!ENTITY bonsai.label "Look at Bonsai">
|
||||
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
|
@ -0,0 +1,38 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/platformGlobalOverlay.dtd \
|
||||
$(srcdir)/platformDialogOverlay.dtd \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/global/locale/en-US
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<!-- unix -->
|
||||
|
||||
<!-- OK Cancel Buttons -->
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
|
@ -0,0 +1,14 @@
|
|||
<!-- unix -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key and accesskey -->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY closeCmd.accesskey "c">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Quit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
<!ENTITY quitApplicationCmd.accesskey "q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Z">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
|
@ -0,0 +1,34 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
DISTBROWSER=$(DIST)\bin\chrome\global\locale\en-US
|
||||
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) platformGlobalOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) platformDialogOverlay.dtd $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\locale\en-US\*.*
|
|
@ -0,0 +1,5 @@
|
|||
<!-- win -->
|
||||
|
||||
<!-- OK Cancel Buttons -->
|
||||
<!ENTITY okButton.label "OK">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
|
@ -0,0 +1,14 @@
|
|||
<!-- win -->
|
||||
<!-- LOCALIZATION NOTE : FILE Do not translate all the Cmd.key and accesskey -->
|
||||
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY closeCmd.accesskey "c">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Quit">
|
||||
<!ENTITY quitApplicationCmd.key "Q">
|
||||
<!ENTITY quitApplicationCmd.accesskey "q">
|
||||
|
||||
<!ENTITY redoCmd.label "Redo">
|
||||
<!ENTITY redoCmd.key "Y">
|
||||
<!ENTITY redoCmd.accesskey "r">
|
|
@ -0,0 +1,3 @@
|
|||
finishButtonLabel=Finish
|
||||
nextButtonLabel=Next
|
||||
oflabel=of
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY backButton.label "Back">
|
||||
<!ENTITY nextButton.label "Next">
|
||||
<!ENTITY finishButton.label "Finish">
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
DIRS=win
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
DISTBROWSER=$(DIST)\bin\chrome\global\locale\en-US
|
||||
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) globalOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) dialogOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) tasksOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) commonDialog.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) charsetDetectorsOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) wizardManager.properties $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) wizardOverlay.dtd $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) about.dtd $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\locale\en-US\*.*
|
Загрузка…
Ссылка в новой задаче