Minimum set of langpack files.

git-svn-id: svn://10.0.0.236/trunk@73005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tao%netscape.com 2000-06-23 00:53:01 +00:00
parent 0bf1559e41
commit e0f4b4416d
11 changed files with 307 additions and 2 deletions

View File

@ -20,6 +20,20 @@
#
DEPTH = ..
DIRS = us
topsrcdir = ..
VPATH = .
srcdir = .
include $(DEPTH)/config/rules.mk
include $(DEPTH)/config/autoconf.mk
DIRS = langpacks
ifdef MOZ_L10N_TOOLS
DIRS += tools
endif
ifdef MOZ_L10N_LANG
DIRS += lang
endif
include $(topsrcdir)/config/rules.mk

View File

@ -26,6 +26,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = langpacks
ifdef MOZ_L10N_TOOLS
DIRS += tools
endif

View File

@ -0,0 +1,31 @@
#
# 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@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = en-GB
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,33 @@
#
# 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@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = \
defaults \
chrome
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,33 @@
#
# 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 = ../../../..
THEME_ROOT_DEPTH = @srcdir@/..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk
DIRS = $(THEME)
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,43 @@
#
# 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 = ../../../../..
THEME_ROOT_DEPTH = @srcdir@/../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk
CHROME_DIR = locales/$(THEME)
CHROME_MISC_DIR = .
CHROME_TYPE = locale
CHROME_MISC = \
manifest.rdf \
$(NULL)
ifdef MOZ_LANGPACKS
DIRS = communicator editor global messenger navigator necko
endif
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,31 @@
#
# 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@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = profile
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,33 @@
#
# 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 = ../../../../..
THEME_ROOT_DEPTH = @srcdir@/../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk
DIRS = $(THEME)
include $(topsrcdir)/config/rules.mk

View File

@ -0,0 +1,41 @@
#
# 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 = ../../../../../..
THEME_ROOT_DEPTH = @srcdir@/../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(THEME_ROOT_DEPTH)/theme.mk
EXPORT_RESOURCE = \
$(srcdir)/bookmarks.html \
$(srcdir)/panels.rdf \
$(srcdir)/search.rdf \
$(NULL)
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/defaults/profile/$(THEME)

8
mozilla/l10n/makefiles Normal file
View File

@ -0,0 +1,8 @@
l10n/langpacks/en-GB/chrome/en-GB/Makefile
l10n/langpacks/en-GB/chrome/Makefile
l10n/langpacks/en-GB/Makefile
l10n/langpacks/en-GB/defaults/profile/en-GB/Makefile
l10n/langpacks/en-GB/defaults/profile/Makefile
l10n/langpacks/en-GB/defaults/Makefile
l10n/langpacks/Makefile
l10n/Makefile

View File

@ -0,0 +1,36 @@
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/bookmarks/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/directory/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/history/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/layout/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/pref/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/profile/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/regviewer/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/related/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/search/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/security/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/sidebar/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/timebomb/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/wallet/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/locale/xpinstall/Makefile
l10n/langpacks/en-GB/chrome/en-GB/communicator/Makefile
l10n/langpacks/en-GB/chrome/en-GB/Makefile
l10n/langpacks/en-GB/chrome/en-GB/editor/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/editor/Makefile
l10n/langpacks/en-GB/chrome/en-GB/global/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/global/Makefile
l10n/langpacks/en-GB/chrome/en-GB/messenger/locale/addressbook/Makefile
l10n/langpacks/en-GB/chrome/en-GB/messenger/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/messenger/locale/messengercompose/Makefile
l10n/langpacks/en-GB/chrome/en-GB/messenger/Makefile
l10n/langpacks/en-GB/chrome/en-GB/navigator/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/navigator/Makefile
l10n/langpacks/en-GB/chrome/en-GB/necko/locale/Makefile
l10n/langpacks/en-GB/chrome/en-GB/necko/Makefile
l10n/langpacks/en-GB/chrome/Makefile
l10n/langpacks/en-GB/Makefile
l10n/langpacks/en-GB/defaults/profile/en-GB/Makefile
l10n/langpacks/en-GB/defaults/profile/Makefile
l10n/langpacks/en-GB/defaults/Makefile
l10n/langpacks/Makefile
l10n/Makefile