Bug 279768: Move locales from ./embedding and ./xpfe to ./dom/locales and ./toolkit/locales (global, part 2); r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@169544 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gandalf%firefox.pl
2005-02-20 21:15:00 +00:00
parent 2fc376f04f
commit b4b50a9143
16 changed files with 13 additions and 77 deletions

View File

@@ -10,9 +10,5 @@ classic.jar:
comm.jar:
* content/communicator/contents.rdf (../../../xpfe/communicator/resources/content/contents.rdf)
en-US.jar:
* locale/en-US/communicator/contents.rdf (../../../xpfe/communicator/resources/locale/en-US/contents.rdf)
locale/en-US/global/plugins.properties (../../../xpfe/global/resources/locale/en-US/plugins.properties)
toolkit.jar:
content/global/plugins.html (../../../xpfe/global/resources/content/plugins.html)

View File

@@ -14,3 +14,6 @@
locale/@AB_CD@/global/appstrings.properties (%chrome/appstrings.properties)
locale/@AB_CD@/global/charsetTitles.properties (%chrome/charsetTitles.properties)
locale/@AB_CD@/global/global-strres.properties (%chrome/global-strres.properties)
locale/@AB_CD@/global/plugins.properties (%chrome/plugins.properties)
locale/@AB_CD@/global/nsWebBrowserPersist.properties (%chrome/nsWebBrowserPersist.properties)
locale/@AB_CD@/global/printdialog.properties (%chrome/printdialog.properties)

View File

@@ -1,8 +1,10 @@
#ifndef MOZ_XUL_APP
en-US.jar:
locale/en-US/global/nsHelperAppDlg.dtd (helperAppDlg/locale/en-US/nsHelperAppDlg.dtd)
locale/en-US/global/nsHelperAppDlg.properties (helperAppDlg/locale/en-US/nsHelperAppDlg.properties)
locale/en-US/global/nsProgressDialog.dtd (progressDlg/locale/en-US/nsProgressDialog.dtd)
locale/en-US/global/nsProgressDialog.properties (progressDlg/locale/en-US/nsProgressDialog.properties)
locale/en-US/global/nsHelperAppDlg.dtd (/toolkit/locales/en-US/chrome/global/nsHelperAppDlg.dtd)
locale/en-US/global/nsHelperAppDlg.properties (/toolkit/locales/en-US/chrome/global/nsHelperAppDlg.properties)
locale/en-US/global/nsProgressDialog.dtd (/toolkit/locales/en-US/chrome/global/nsProgressDialog.dtd)
locale/en-US/global/nsProgressDialog.properties (/toolkit/locales/en-US/chrome/global/nsProgressDialog.properties)
#endif
toolkit.jar:
content/global/nsHelperAppDlg.xul (helperAppDlg/nsHelperAppDlg.xul)

View File

@@ -1,2 +0,0 @@
en-US.jar:
locale/en-US/global/nsWebBrowserPersist.properties (locale/en-US/nsWebBrowserPersist.properties)

View File

@@ -1,7 +0,0 @@
en-US.jar:
locale/en-US/global/printdialog.properties

View File

@@ -1,41 +0,0 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla 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/MPL/
#
# 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 the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
#
# Alternatively, the contents of this file may be used under the terms of
# either of the GNU General Public License Version 2 or later (the "GPL"),
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
extend=true
PrintFrames=Print Frames
Aslaid=As &laid out on the screen
selectedframe=The selected &frame
Eachframe=&Each frame separately
options=Options

View File

@@ -27,8 +27,6 @@
locale/@AB_CD@/global/license.dtd (%chrome/global/license.dtd)
locale/@AB_CD@/global/mozilla.dtd (%chrome/global/mozilla.dtd)
+ locale/@AB_CD@/global/nsTreeSorting.properties (%chrome/global/nsTreeSorting.properties)
locale/@AB_CD@/global/plugins.properties (%chrome/global/plugins.properties)
locale/@AB_CD@/global/printdialog.properties (%chrome/global/printdialog.properties)
+ locale/@AB_CD@/global/printdialog.dtd (%chrome/global/printdialog.dtd)
+ locale/@AB_CD@/global/printjoboptions.dtd (%chrome/global/printjoboptions.dtd)
+ locale/@AB_CD@/global/printjoboptions.properties (%chrome/global/printjoboptions.properties)
@@ -45,6 +43,10 @@
+ locale/@AB_CD@/global/viewSource.dtd (%chrome/global/viewSource.dtd)
+ locale/@AB_CD@/global/viewSource.properties (%chrome/global/viewSource.properties)
+ locale/@AB_CD@/global/wizard.properties (%chrome/global/wizard.properties)
locale/@AB_CD@/global/nsHelperAppDlg.dtd (%chrome/global/nsHelperAppDlg.dtd)
locale/@AB_CD@/global/nsHelperAppDlg.properties (%chrome/global/nsHelperAppDlg.properties)
locale/@AB_CD@/global/nsProgressDialog.dtd (%chrome/global/nsProgressDialog.dtd)
locale/@AB_CD@/global/nsProgressDialog.properties (%chrome/global/nsProgressDialog.properties)
locale/@AB_CD@/global/history/history.properties (%chrome/global/history/history.properties)
locale/@AB_CD@/global/xpinstall/xpinstall.properties (%chrome/global/xpinstall/xpinstall.properties)
* locale/@AB_CD@/global-region/contents.rdf (generic/chrome/global-region/contents.rdf)

View File

@@ -98,7 +98,6 @@ en-US.jar:
locale/en-US/global/commonDialogs.properties (resources/locale/en-US/commonDialogs.properties)
locale/en-US/global/nsTreeSorting.properties (resources/locale/en-US/nsTreeSorting.properties)
locale/en-US/global/dialog.properties (resources/locale/en-US/dialog.properties)
locale/en-US/global/plugins.properties (resources/locale/en-US/plugins.properties)
locale/en-US/global/printdialog.dtd (resources/locale/en-US/printdialog.dtd)
locale/en-US/global/printPageSetup.dtd (resources/locale/en-US/printPageSetup.dtd)
locale/en-US/global/printPageSetup.properties (resources/locale/en-US/printPageSetup.properties)

View File

@@ -1,16 +0,0 @@
# LOCALIZATION NOTE (plugins.properties):
# Those strings are inserted into an HTML page, so you all HTML characters
# have to be escaped in a way that they show up correctly in HTML!
title_label=About Plug-ins
installedplugins_label=Installed plug-ins
nopluginsareinstalled_label=No plug-ins are installed
findmore_label=Find more information about browser plug-ins at
installhelp_label=Help for installing plug-ins is available from
filename_label=File name:
mimetype_label=MIME Type
description_label=Description
suffixes_label=Suffixes
enabled_label=Enabled
yes_label=Yes
no_label=No