From b1d7a7d863d69d04c48ed65b7dee2b8609334c4c Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 24 Nov 2004 15:55:31 +0000 Subject: [PATCH] Merging toolkit/locales from the branch to the trunk. This does *not* include files that will end up in netwerk/locales, dom/locales, or security/manager/locales --- toolkit/locales/Makefile.in | 72 ++++++ toolkit/locales/all-locales | 0 toolkit/locales/compare-locales.pl | 228 ++++++++++++++++++ .../global-platform/mac/intl.properties | 5 + .../mac/platformKeys.properties | 18 ++ .../global-platform/unix/intl.properties | 5 + .../unix/platformKeys.properties | 18 ++ .../global-platform/win/intl.properties | 5 + .../win/platformKeys.properties | 18 ++ .../chrome/global-region/builtinURLs.rdf | 56 +++++ .../en-US/chrome/global-region/region.dtd | 6 + .../chrome/global-region/region.properties | 16 ++ .../chrome/global/accept2locale.properties | 29 +++ .../en-US/chrome/global/charsetOverlay.dtd | 21 ++ .../en-US/chrome/global/commonDialog.dtd | 6 + .../chrome/global/commonDialogs.properties | 15 ++ .../locales/en-US/chrome/global/config.dtd | 70 ++++++ .../en-US/chrome/global/config.properties | 54 +++++ .../locales/en-US/chrome/global/console.dtd | 50 ++++ .../en-US/chrome/global/console.properties | 8 + .../en-US/chrome/global/customizeCharset.dtd | 48 ++++ .../en-US/chrome/global/customizeToolbar.dtd | 11 + .../chrome/global/customizeToolbar.properties | 6 + .../en-US/chrome/global/dialog.properties | 8 + .../en-US/chrome/global/dialogOverlay.dtd | 46 ++++ .../chrome/global/downloadProgress.properties | 21 ++ .../en-US/chrome/global/editMenuOverlay.dtd | 32 +++ .../en-US/chrome/global/filepicker.dtd | 18 ++ .../en-US/chrome/global/filepicker.properties | 54 +++++ .../en-US/chrome/global/finddialog.dtd | 21 ++ .../en-US/chrome/global/finddialog.properties | 2 + .../chrome/global/history/history.properties | 13 + toolkit/locales/en-US/chrome/global/intl.css | 7 + .../en-US/chrome/global/intl.properties | 27 +++ .../en-US/chrome/global/keys.properties | 68 ++++++ .../chrome/global/languageNames.properties | 190 +++++++++++++++ .../locales/en-US/chrome/global/license.dtd | 7 + .../locales/en-US/chrome/global/mozilla.dtd | 10 + .../chrome/global/nsTreeSorting.properties | 1 + .../en-US/chrome/global/plugins.properties | 0 .../en-US/chrome/global/printPageSetup.dtd | 52 ++++ .../en-US/chrome/global/printPreview.dtd | 66 +++++ .../chrome/global/printPreviewProgress.dtd | 6 + .../en-US/chrome/global/printProgress.dtd | 18 ++ .../en-US/chrome/global/printdialog.dtd | 33 +++ .../chrome/global/printdialog.properties | 34 +++ .../en-US/chrome/global/printjoboptions.dtd | 16 ++ .../chrome/global/printjoboptions.properties | 0 .../chrome/global/regionNames.properties | 70 ++++++ .../en-US/chrome/global/tabbrowser.dtd | 12 + .../en-US/chrome/global/tabbrowser.properties | 14 ++ .../en-US/chrome/global/textcontext.dtd | 14 ++ .../en-US/chrome/global/viewSource.dtd | 45 ++++ .../en-US/chrome/global/viewSource.properties | 7 + .../en-US/chrome/global/wizard.properties | 13 + .../mozapps/downloads/downloadProperties.dtd | 7 + .../chrome/mozapps/downloads/downloads.dtd | 47 ++++ .../mozapps/downloads/downloads.properties | 46 ++++ .../chrome/mozapps/downloads/editAction.dtd | 0 .../mozapps/downloads/pref-downloads.dtd | 0 .../mozapps/downloads/unknownContentType.dtd | 64 +++++ .../downloads/unknownContentType.properties | 50 ++++ .../en-US/chrome/mozapps/extensions/about.dtd | 5 + .../chrome/mozapps/extensions/extensions.dtd | 64 +++++ .../mozapps/extensions/extensions.properties | 76 ++++++ .../chrome/mozapps/extensions/finalize.dtd | 0 .../chrome/mozapps/extensions/mismatch.dtd | 0 .../chrome/mozapps/extensions/update.dtd | 5 + .../en-US/chrome/mozapps/plugins/plugins.dtd | 20 ++ .../chrome/mozapps/plugins/plugins.properties | 25 ++ .../mozapps/profile/createProfileWizard.dtd | 19 ++ .../mozapps/profile/profileSelection.dtd | 49 ++++ .../profile/profileSelection.properties | 30 +++ .../en-US/chrome/mozapps/update/errors.dtd | 5 + .../en-US/chrome/mozapps/update/update.dtd | 87 +++++++ .../chrome/mozapps/update/update.properties | 52 ++++ .../mozapps/xpinstall/xpinstallConfirm.dtd | 8 + .../xpinstall/xpinstallConfirm.properties | 9 + .../chrome/passwordmgr/passwordManager.dtd | 51 ++++ .../chrome/passwordmgr/passwordmgr.properties | 49 ++++ toolkit/locales/en-US/defines.inc | 1 + .../locales/en-US/installer/unix/install.it | 90 +++++++ .../en-US/installer/windows/charset.mk | 22 ++ .../en-US/installer/windows/install.it | 137 +++++++++++ .../chrome/global-platform/contents.rdf | 0 .../generic/chrome/global-region/contents.rdf | 0 .../generic/chrome/global/contents.rdf | 0 .../generic/chrome/mozapps/contents.rdf | 0 .../generic/chrome/passwordmgr/contents.rdf | 0 toolkit/locales/jar.mn | 83 +++++++ 90 files changed, 2791 insertions(+) create mode 100644 toolkit/locales/Makefile.in create mode 100644 toolkit/locales/all-locales create mode 100644 toolkit/locales/compare-locales.pl create mode 100644 toolkit/locales/en-US/chrome/global-platform/mac/intl.properties create mode 100644 toolkit/locales/en-US/chrome/global-platform/mac/platformKeys.properties create mode 100644 toolkit/locales/en-US/chrome/global-platform/unix/intl.properties create mode 100644 toolkit/locales/en-US/chrome/global-platform/unix/platformKeys.properties create mode 100644 toolkit/locales/en-US/chrome/global-platform/win/intl.properties create mode 100644 toolkit/locales/en-US/chrome/global-platform/win/platformKeys.properties create mode 100644 toolkit/locales/en-US/chrome/global-region/builtinURLs.rdf create mode 100644 toolkit/locales/en-US/chrome/global-region/region.dtd create mode 100644 toolkit/locales/en-US/chrome/global-region/region.properties create mode 100644 toolkit/locales/en-US/chrome/global/accept2locale.properties create mode 100644 toolkit/locales/en-US/chrome/global/charsetOverlay.dtd create mode 100644 toolkit/locales/en-US/chrome/global/commonDialog.dtd create mode 100644 toolkit/locales/en-US/chrome/global/commonDialogs.properties create mode 100644 toolkit/locales/en-US/chrome/global/config.dtd create mode 100644 toolkit/locales/en-US/chrome/global/config.properties create mode 100644 toolkit/locales/en-US/chrome/global/console.dtd create mode 100644 toolkit/locales/en-US/chrome/global/console.properties create mode 100644 toolkit/locales/en-US/chrome/global/customizeCharset.dtd create mode 100644 toolkit/locales/en-US/chrome/global/customizeToolbar.dtd create mode 100644 toolkit/locales/en-US/chrome/global/customizeToolbar.properties create mode 100644 toolkit/locales/en-US/chrome/global/dialog.properties create mode 100644 toolkit/locales/en-US/chrome/global/dialogOverlay.dtd create mode 100644 toolkit/locales/en-US/chrome/global/downloadProgress.properties create mode 100644 toolkit/locales/en-US/chrome/global/editMenuOverlay.dtd create mode 100644 toolkit/locales/en-US/chrome/global/filepicker.dtd create mode 100644 toolkit/locales/en-US/chrome/global/filepicker.properties create mode 100644 toolkit/locales/en-US/chrome/global/finddialog.dtd create mode 100644 toolkit/locales/en-US/chrome/global/finddialog.properties create mode 100644 toolkit/locales/en-US/chrome/global/history/history.properties create mode 100644 toolkit/locales/en-US/chrome/global/intl.css create mode 100644 toolkit/locales/en-US/chrome/global/intl.properties create mode 100644 toolkit/locales/en-US/chrome/global/keys.properties create mode 100644 toolkit/locales/en-US/chrome/global/languageNames.properties create mode 100644 toolkit/locales/en-US/chrome/global/license.dtd create mode 100644 toolkit/locales/en-US/chrome/global/mozilla.dtd create mode 100644 toolkit/locales/en-US/chrome/global/nsTreeSorting.properties create mode 100644 toolkit/locales/en-US/chrome/global/plugins.properties create mode 100644 toolkit/locales/en-US/chrome/global/printPageSetup.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printPreview.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printPreviewProgress.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printProgress.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printdialog.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printdialog.properties create mode 100644 toolkit/locales/en-US/chrome/global/printjoboptions.dtd create mode 100644 toolkit/locales/en-US/chrome/global/printjoboptions.properties create mode 100644 toolkit/locales/en-US/chrome/global/regionNames.properties create mode 100644 toolkit/locales/en-US/chrome/global/tabbrowser.dtd create mode 100644 toolkit/locales/en-US/chrome/global/tabbrowser.properties create mode 100644 toolkit/locales/en-US/chrome/global/textcontext.dtd create mode 100644 toolkit/locales/en-US/chrome/global/viewSource.dtd create mode 100644 toolkit/locales/en-US/chrome/global/viewSource.properties create mode 100644 toolkit/locales/en-US/chrome/global/wizard.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/downloads/downloadProperties.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties create mode 100755 toolkit/locales/en-US/chrome/mozapps/downloads/editAction.dtd create mode 100755 toolkit/locales/en-US/chrome/mozapps/downloads/pref-downloads.dtd create mode 100755 toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd create mode 100755 toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/about.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/finalize.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/mismatch.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/extensions/update.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/plugins/plugins.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/profile/createProfileWizard.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/update/errors.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/update/update.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/update/update.properties create mode 100644 toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd create mode 100644 toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties create mode 100644 toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd create mode 100644 toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties create mode 100644 toolkit/locales/en-US/defines.inc create mode 100644 toolkit/locales/en-US/installer/unix/install.it create mode 100644 toolkit/locales/en-US/installer/windows/charset.mk create mode 100644 toolkit/locales/en-US/installer/windows/install.it create mode 100755 toolkit/locales/generic/chrome/global-platform/contents.rdf create mode 100755 toolkit/locales/generic/chrome/global-region/contents.rdf create mode 100755 toolkit/locales/generic/chrome/global/contents.rdf create mode 100755 toolkit/locales/generic/chrome/mozapps/contents.rdf create mode 100755 toolkit/locales/generic/chrome/passwordmgr/contents.rdf create mode 100644 toolkit/locales/jar.mn diff --git a/toolkit/locales/Makefile.in b/toolkit/locales/Makefile.in new file mode 100644 index 00000000000..d42cce4a83b --- /dev/null +++ b/toolkit/locales/Makefile.in @@ -0,0 +1,72 @@ +# ***** 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 the Mozilla Browser code. +# +# The Initial Developer of the Original Code is +# Benjamin Smedberg +# Portions created by the Initial Developer are Copyright (C) 2004 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the terms of +# either 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 ***** + +DEPTH = ../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +# This makefile uses target-specific variable assignments to override +# the AB_CD variable when making non-default language JARs below. If +# you don't understand what this means, talk to bsmedberg before +# altering this makefile. + +AB_CD = en-US + +DEFINES += -DAB_CD=$(AB_CD) + +ifeq (,$(filter-out pref,$(MOZ_EXTENSIONS))) +DEFINES += -DEXTENSION_PREF +endif + +XULPPFLAGS += -I$(srcdir)/$(AB_CD)/defines.inc + +# Let's imagine we wanted to create a language JARfile without registering it + +jar-%: AB_CD = $* + +jar-%: % + $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $(srcdir)/jar.mn | \ + $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/make-jars.pl \ + $(if $(filter gtk gtk2 xlib,$(MOZ_WIDGET_TOOLKIT)),-x) \ + $(if $(CROSS_COMPILE),-o $(OS_ARCH)) $(_NO_FLOCK) \ + -f jar -d $(DIST)/bin/chrome -s $(srcdir) -t $(topsrcdir) -z $(ZIP) \ + -p $(topsrcdir)/config/preprocessor.pl -- \ + "-I$(srcdir)/$*/defines.inc $(DEFINES) $(ACDEFINES)" + +include $(topsrcdir)/config/rules.mk diff --git a/toolkit/locales/all-locales b/toolkit/locales/all-locales new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/compare-locales.pl b/toolkit/locales/compare-locales.pl new file mode 100644 index 00000000000..55c39e3eec8 --- /dev/null +++ b/toolkit/locales/compare-locales.pl @@ -0,0 +1,228 @@ +#!/usr/bin/perl -w +# ***** 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 libxul build automation. +# +# Initial Developer of the Original Code is +# Benjamin Smedberg +# +# Portions created by the Initial Developer are Copyright (C) 2004 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# +# Alternatively, the contents of this file may be used under the terms of +# either 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 ***** + +$failure = 0; + +sub unJAR +{ + my ($file, $dir) = @_; + + -d $dir && system("rm -rf $dir"); + system("unzip -q -d $dir $file") && die("Could not unZIP $file"); +} + +sub readDTD +{ + my ($file) = @_; + + open DTD, "<$file" || die ("Couldn't open file $file"); + + local $/ = undef; + my $contents = ; + close DTD; + + $contents =~ s///gs; # strip SGML comments + + return $contents =~ //g; +} + +sub compareDTD +{ + my ($path) = @_; + + my @entities1 = readDTD("$gSourceDir1/$path"); + my %entities2 = map { $_ => 1 } readDTD("$gSourceDir2/$path"); + + my @extra1; + + foreach my $entity (@entities1) { + if (exists $entities2{$entity}) { + delete $entities2{$entity}; + } else { + push @extra1, $entity; + } + } + + if (@extra1 or keys %entities2) { + $failure = 1; + print "Entities in $path don't match:\n"; + if (@extra1) { + print " In $gSource1:\n"; + map { print " $_\n"; } @extra1; + } + + if (keys %entities2) { + print " In $gSource2:\n"; + map {print " $_\n"; } keys %entities2; + } + print "\n"; + } +} + +sub readProperties +{ + my ($file) = @_; + + open PROPS, "<$file" || die ("Couldn't open file $file"); + + local $/ = undef; + my $contents = ; + close PROPS; + + $contents =~ s/\\$$//gm; + + return $contents =~ /^\s*([\w\.]+)\s*[=:]/gm; +} + +sub compareProperties +{ + my ($path) = @_; + + my @entities1 = readProperties("$gSourceDir1/$path"); + my %entities2 = map { $_ => 1 } readProperties("$gSourceDir2/$path"); + + my @extra1; + + foreach my $entity (@entities1) { + if (exists $entities2{$entity}) { + delete $entities2{$entity}; + } else { + push @extra1, $entity; + } + } + + if (@extra1 or keys %entities2) { + $failure = 1; + print "Properties in $path don't match:\n"; + if (@extra1) { + print " In $gSource1:\n"; + map { print " $_\n"; } @extra1; + } + + if (keys %entities2) { + print " In $gSource2:\n"; + map {print " $_\n"; } keys %entities2; + } + print "\n"; + } +} + +sub compareDir +{ + my ($path) = @_; + + my (@entries1, %entries2); + + opendir(DIR1, "$gSourceDir1/$path") || + die ("Couldn't list $gSourceDir1/$path"); + @entries1 = grep(!(/^(\.|CVS)/ || /~$/), readdir(DIR1)); + closedir(DIR1); + + opendir(DIR2, "$gSourceDir2/$path") || + die ("Couldn't list $gSourceDir2/$path"); + %entries2 = map { $_ => 1 } grep(!(/^(\.|CVS)/ || /~$/), readdir(DIR2)); + closedir(DIR2); + + foreach my $file (@entries1) { + if (exists($entries2{$file})) { + delete $entries2{$file}; + + if (-d "$gSourceDir1/$path/$file") { + compareDir("$path/$file"); + } else { + if ($file =~ /\.dtd$/) { + compareDTD("$path/$file"); + } elsif ($file =~ /\.properties$/) { + compareProperties("$path/$file"); + } else { + print "no comparison for $path/$file\n"; + } + } + } else { + push @gSource1Extra, "$path/$file"; + } + } + + foreach my $file (keys %entries2) { + push @gSource2Extra, "$path/$file"; + } +} + +local ($gSource1, $gSource2) = @ARGV; +($gSource1 && $gSource2) || die("Specify two directories or ZIP files"); + +my ($gSource1IsZIP, $gSource2IsZIP); +local ($gSourceDir1, $gSourceDir2); +local (@gSource1Extra, @gSource2Extra); + +if (-d $gSource1) { + $gSource1IsZIP = 0; + $gSourceDir1 = $gSource1; +} else { + $gSource1IsZIP = 1; + $gSourceDir1 = "temp1"; + unJAR($gSource1, $gSourceDir1); +} + +if (-d $gSource2) { + $gSource2IsZIP = 0; + $gSourceDir2 = $gSource2; +} else { + $gSource2IsZIP = 1; + $gSourceDir2 = "temp2"; + unJAR($gSource2, $gSourceDir2); +} + +compareDir("."); + +if (@gSource1Extra) { + print "Files in $gSource1 not in $gSource2:\n"; + map { print " $_\n"; } @gSource1Extra; + print "\n"; +} + +if (@gSource2Extra) { + print "Files in $gSource2 not in $gSource1:\n"; + map { print " $_\n"; } @gSource2Extra; + print "\n"; +} + +$gSource1IsZIP && system("rm -rf $gSourceDir1"); +$gSource2IsZIP && system("rm -rf $gSourceDir2"); + +exit $failure; diff --git a/toolkit/locales/en-US/chrome/global-platform/mac/intl.properties b/toolkit/locales/en-US/chrome/global-platform/mac/intl.properties new file mode 100644 index 00000000000..e7613667b45 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/mac/intl.properties @@ -0,0 +1,5 @@ +# moved from navigator/locale/navigator.properties +# valid collation options are: or useCodePointOrder +intl.collationOption= +intl.charset.default=ISO-8859-1 + diff --git a/toolkit/locales/en-US/chrome/global-platform/mac/platformKeys.properties b/toolkit/locales/en-US/chrome/global-platform/mac/platformKeys.properties new file mode 100644 index 00000000000..900f4d59d6d --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/mac/platformKeys.properties @@ -0,0 +1,18 @@ +#mac +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +#the shift key - open up arrow symbol (ctrl-e) +VK_SHIFT=\u0005 + +#the command key - clover leaf symbol (ctrl-q) +VK_META=\u0011 + +#the option/alt key - splitting tracks symbol (ctrl-g) +VK_ALT=\u0007 + +#the control key. hat symbol (ctrl-f) +VK_CONTROL=\u0006 + +#the separator character used between modifiers (none on Mac OS) +MODIFIER_SEPARATOR= diff --git a/toolkit/locales/en-US/chrome/global-platform/unix/intl.properties b/toolkit/locales/en-US/chrome/global-platform/unix/intl.properties new file mode 100644 index 00000000000..e7613667b45 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/unix/intl.properties @@ -0,0 +1,5 @@ +# moved from navigator/locale/navigator.properties +# valid collation options are: or useCodePointOrder +intl.collationOption= +intl.charset.default=ISO-8859-1 + diff --git a/toolkit/locales/en-US/chrome/global-platform/unix/platformKeys.properties b/toolkit/locales/en-US/chrome/global-platform/unix/platformKeys.properties new file mode 100644 index 00000000000..55ba8064888 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/unix/platformKeys.properties @@ -0,0 +1,18 @@ +#default +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +#the shift key +VK_SHIFT=Shift + +#the command key +VK_META=Meta + +#the alt key +VK_ALT=Alt + +#the control key +VK_CONTROL=Ctrl + +#the separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/toolkit/locales/en-US/chrome/global-platform/win/intl.properties b/toolkit/locales/en-US/chrome/global-platform/win/intl.properties new file mode 100644 index 00000000000..e7613667b45 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/win/intl.properties @@ -0,0 +1,5 @@ +# moved from navigator/locale/navigator.properties +# valid collation options are: or useCodePointOrder +intl.collationOption= +intl.charset.default=ISO-8859-1 + diff --git a/toolkit/locales/en-US/chrome/global-platform/win/platformKeys.properties b/toolkit/locales/en-US/chrome/global-platform/win/platformKeys.properties new file mode 100644 index 00000000000..55ba8064888 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-platform/win/platformKeys.properties @@ -0,0 +1,18 @@ +#default +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +#the shift key +VK_SHIFT=Shift + +#the command key +VK_META=Meta + +#the alt key +VK_ALT=Alt + +#the control key +VK_CONTROL=Ctrl + +#the separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/toolkit/locales/en-US/chrome/global-region/builtinURLs.rdf b/toolkit/locales/en-US/chrome/global-region/builtinURLs.rdf new file mode 100644 index 00000000000..279d32699f0 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-region/builtinURLs.rdf @@ -0,0 +1,56 @@ + + + + + + + My Netscape + http://my.netscape.com/ + + + + Home + http://home.netscape.com/ + + + + Release Notes + http://www.mozilla.org/releases/ + + + + + + International Languages and Web Content + http://www.mozilla.org/projects/l10n/mlp_status.html#contrib + + + + + + Spellcheckers + http://dictionaries.mozdev.org/installation.html + + + diff --git a/toolkit/locales/en-US/chrome/global-region/region.dtd b/toolkit/locales/en-US/chrome/global-region/region.dtd new file mode 100644 index 00000000000..9d6906a9e3d --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-region/region.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/toolkit/locales/en-US/chrome/global-region/region.properties b/toolkit/locales/en-US/chrome/global-region/region.properties new file mode 100644 index 00000000000..475e69d220e --- /dev/null +++ b/toolkit/locales/en-US/chrome/global-region/region.properties @@ -0,0 +1,16 @@ +# +# Localizable URLs +# +pluginStartupMessage=Starting Plugin for type + +# plug-ins URLs +more_plugins_label=Netscape.com +more_plugins_url=http://home.netscape.com/plugins/index.html +plugindoc_label=plugindoc.mozdev.org +plugindoc_url=http://plugindoc.mozdev.org/ + +# +# brand.properties +# +getNewThemesURL=http://mozilla.org/themes/download/ +smartBrowsingURL=http://www.mozilla.org/docs/end-user/internet-keywords.html diff --git a/toolkit/locales/en-US/chrome/global/accept2locale.properties b/toolkit/locales/en-US/chrome/global/accept2locale.properties new file mode 100644 index 00000000000..9f7055c9364 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/accept2locale.properties @@ -0,0 +1,29 @@ +# 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) 2000 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): Tao Cheng +# +ar = ar-sa +de = de-DE +en = en-US +es = es-ES +fr = fr-FR +it = it-IT +ja = ja-JP +ko = ko-KR +pt = pt-PT +sv = sv-SE diff --git a/toolkit/locales/en-US/chrome/global/charsetOverlay.dtd b/toolkit/locales/en-US/chrome/global/charsetOverlay.dtd new file mode 100644 index 00000000000..71c64a78d73 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/charsetOverlay.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/commonDialog.dtd b/toolkit/locales/en-US/chrome/global/commonDialog.dtd new file mode 100644 index 00000000000..e6340e29385 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/commonDialog.dtd @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/global/commonDialogs.properties b/toolkit/locales/en-US/chrome/global/commonDialogs.properties new file mode 100644 index 00000000000..e12d8563646 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/commonDialogs.properties @@ -0,0 +1,15 @@ +Alert=Alert +Confirm=Confirm +ConfirmCheck=Confirm +Prompt=Prompt +PromptUsernameAndPassword=Prompt +PromptPassword=Prompt +Select=Select +OK=OK +Cancel=Cancel +Yes=&Yes +No=&No +Save=&Save +Revert=&Revert +DontSave=&Don't Save +ScriptDlgTitle=[JavaScript Application] %S diff --git a/toolkit/locales/en-US/chrome/global/config.dtd b/toolkit/locales/en-US/chrome/global/config.dtd new file mode 100644 index 00000000000..283bae15086 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/config.dtd @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/config.properties b/toolkit/locales/en-US/chrome/global/config.properties new file mode 100644 index 00000000000..8879252dbe1 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/config.properties @@ -0,0 +1,54 @@ +# ***** 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 configuration viewer. +# +# The Initial Developer of the Original Code is +# Neil Rashbrook. +# Portions created by the Initial Developer are Copyright (C) 2003 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Neil Rashbrook +# +# Alternatively, the contents of this file may be used under the terms of +# either 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 ***** + +title=about:config + +# Lock column values +default=default +user=user set +locked=locked + +# Type column values +string=string +int=integer +bool=boolean + +# Preference prompts +# %S is replaced by one of the type column values above +new_title=New %S value +new_prompt=Enter the preference name +modify_title=Enter %S value diff --git a/toolkit/locales/en-US/chrome/global/console.dtd b/toolkit/locales/en-US/chrome/global/console.dtd new file mode 100644 index 00000000000..ef791cd543f --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/console.dtd @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + Last Sort Order"> + + First Sort Order"> + + + + diff --git a/toolkit/locales/en-US/chrome/global/console.properties b/toolkit/locales/en-US/chrome/global/console.properties new file mode 100644 index 00000000000..b8f93e303ce --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/console.properties @@ -0,0 +1,8 @@ +typeError=Error: +typeWarning=Warning: +typeException=Exception: +errFile=Source File: %S +errLine=Line: %S +errLineCol=Line: %S, Column: %S +errCode=Source Code: + diff --git a/toolkit/locales/en-US/chrome/global/customizeCharset.dtd b/toolkit/locales/en-US/chrome/global/customizeCharset.dtd new file mode 100644 index 00000000000..d0a0f053db4 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/customizeCharset.dtd @@ -0,0 +1,48 @@ + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/customizeToolbar.dtd b/toolkit/locales/en-US/chrome/global/customizeToolbar.dtd new file mode 100644 index 00000000000..72af9d9a9e9 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/customizeToolbar.dtd @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/customizeToolbar.properties b/toolkit/locales/en-US/chrome/global/customizeToolbar.properties new file mode 100644 index 00000000000..8ca35e65068 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/customizeToolbar.properties @@ -0,0 +1,6 @@ +enterToolbarTitle=New Toolbar +enterToolbarName=Enter a name for this toolbar: +enterToolbarDup=There is already a toolbar with the name "%S". Please enter a different name. +separatorTitle=Separator +springTitle=Flexible Space +spacerTitle=Space diff --git a/toolkit/locales/en-US/chrome/global/dialog.properties b/toolkit/locales/en-US/chrome/global/dialog.properties new file mode 100644 index 00000000000..12861c2f24a --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/dialog.properties @@ -0,0 +1,8 @@ +button-accept=OK +button-cancel=Cancel +button-help=Help +button-disclosure=More Info +accesskey-accept= +accesskey-cancel= +accesskey-help=H +accesskey-disclosure=I diff --git a/toolkit/locales/en-US/chrome/global/dialogOverlay.dtd b/toolkit/locales/en-US/chrome/global/dialogOverlay.dtd new file mode 100644 index 00000000000..329f9de9fd5 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/dialogOverlay.dtd @@ -0,0 +1,46 @@ + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/downloadProgress.properties b/toolkit/locales/en-US/chrome/global/downloadProgress.properties new file mode 100644 index 00000000000..aef5e4b6c46 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/downloadProgress.properties @@ -0,0 +1,21 @@ +close=Close +unknown=Unknown Error +error=Close. Press Close button to close dialog. +FilePickerTitle=Save File +# LOCALIZATION NOTE (BadPluginTitle): +# +# This dialog is displayed when plugin throws unhandled exception +BadPluginTitle=Illegal Operation in Plugin +# LOCALIZATION NOTE (BadPluginMessage): +# +# This is the message for the BadPlugin dialog. +# +# Localizable URLs +BadPluginMessage=The plugin performed an illegal operation. You are strongly advised to restart Navigator. +# LOCALIZATION NOTE (BadPluginCheckboxMessage): +# +# This message tells the user that if they check this checkbox, they +# will never see this dialog again. +# +# Localizable URLs +BadPluginCheckboxMessage=Don't show this message again during this session. diff --git a/toolkit/locales/en-US/chrome/global/editMenuOverlay.dtd b/toolkit/locales/en-US/chrome/global/editMenuOverlay.dtd new file mode 100644 index 00000000000..1cb4abacbb1 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/editMenuOverlay.dtd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/filepicker.dtd b/toolkit/locales/en-US/chrome/global/filepicker.dtd new file mode 100644 index 00000000000..13a6e3ddeaf --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/filepicker.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/filepicker.properties b/toolkit/locales/en-US/chrome/global/filepicker.properties new file mode 100644 index 00000000000..f29198eada3 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/filepicker.properties @@ -0,0 +1,54 @@ +# LOCALIZATION NOTE FILE +# --do not localize the extensions, only the titles +allTitle=All Files +allFilter=* +htmlTitle=HTML Files +htmlFilter=*.html; *.htm; *.shtml; *.xhtml +textTitle=Text Files +textFilter=*.txt; *.text +imageTitle=Image Files +imageFilter=*.jpg; *.jpeg; *.gif; *.png; *.bmp; *.xbm; *.ico +xmlTitle=XML Files +xmlFilter=*.xml +xulTitle=XUL Files +xulFilter=*.xul +appsTitle=Applications + +dirTextInputLabel=Directory name: + +confirmTitle=Confirm +confirmFileReplacing=%S already exists.\nDo you want to replace it? +openButtonLabel=Open +saveButtonLabel=Save +selectFolderButtonLabel=Select +noButtonLabel=No + +errorOpenFileDoesntExistTitle=Error opening %S +errorOpenFileDoesntExistMessage=File %S doesn't exist +errorDirDoesntExistTitle=Error accessing %S +errorDirDoesntExistMessage=Directory %S doesn't exist +errorDirNotReadableMessage=Directory %S is not readable or does not exist. + +errorOpeningFileTitle=Error opening %S +openWithoutPermissionMessage_file=File %S is not readable + +errorSavingFileTitle=Error saving %S +saveParentIsFileMessage=%S is a file, can't save %S +saveParentDoesntExistMessage=Path %S doesn't exist, can't save %S + +saveWithoutPermissionMessage_file=File %S is not writable. +saveWithoutPermissionMessage_dir=Cannot create file. Directory %S is not writable. + +errorNewDirDoesExistTitle=Error creating %S +errorNewDirDoesExistMessage=A file named %S already exists, directory cannot be created. + +errorCreateNewDirTitle=Error creating %S +errorCreateNewDirMessage=Directory %S could not be created +errorCreateNewDirIsFileMessage=Directory cannot be created, %S is a file +errorCreateNewDirPermissionMessage=Directory cannot be created, %S not writable + +promptNewDirTitle=Create new directory +promptNewDirMessage=Directory name: + +errorPathProblemTitle=Unknown Error +errorPathProblemMessage=An unknown error occured (path %S) diff --git a/toolkit/locales/en-US/chrome/global/finddialog.dtd b/toolkit/locales/en-US/chrome/global/finddialog.dtd new file mode 100644 index 00000000000..4eeb9f1b7e7 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/finddialog.dtd @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/finddialog.properties b/toolkit/locales/en-US/chrome/global/finddialog.properties new file mode 100644 index 00000000000..45717841052 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/finddialog.properties @@ -0,0 +1,2 @@ +notFoundWarning=The text you entered was not found. +notFoundTitle=Find \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/global/history/history.properties b/toolkit/locales/en-US/chrome/global/history/history.properties new file mode 100644 index 00000000000..3d72e368b28 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/history/history.properties @@ -0,0 +1,13 @@ +deleteHost=Delete all from %S +deleteDomain=Delete entire domain %S +deleteHostNoSelection=Delete host +deleteDomainNoSelection=Delete domain + +finduri-AgeInDays-is-0=Today +finduri-AgeInDays-is-1=Yesterday +finduri-AgeInDays-is=%S days ago +finduri-AgeInDays-isgreater=Older than %S days + +finduri-Hostname-is-=(no host) + +load-js-data-url-error=For security reasons, javascript or data urls cannot be loaded from the history window or sidebar. diff --git a/toolkit/locales/en-US/chrome/global/intl.css b/toolkit/locales/en-US/chrome/global/intl.css new file mode 100644 index 00000000000..0221f963e10 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/intl.css @@ -0,0 +1,7 @@ +/* + * This file contains all localizable skin settings such as + * font, layout, and geometry + */ +window { + font: 3mm tahoma,arial,helvetica,sans-serif; +} diff --git a/toolkit/locales/en-US/chrome/global/intl.properties b/toolkit/locales/en-US/chrome/global/intl.properties new file mode 100644 index 00000000000..d08625cb90e --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/intl.properties @@ -0,0 +1,27 @@ +# all.js +# +# Localization Note: Cases of charset names must be preserved. If you're +# adding charsets to your localized version, please refer to +# intl/uconv/src/charsetalias.properties file for the list of canonical +# charset names and use canonical names exactly as listed there. +# Also note that "UTF-8" should always be included in intl.charsetmenu.browser.static +general.useragent.locale=en-US +font.language.group=x-western +intl.accept_languages=en-us, en +intl.charsetmenu.browser.static=ISO-8859-1, UTF-8 +intl.charsetmenu.browser.more1=ISO-8859-1, ISO-8859-15, IBM850, x-mac-roman, windows-1252, ISO-8859-14, ISO-8859-7, x-mac-greek, windows-1253, x-mac-icelandic, ISO-8859-10, ISO-8859-3 +intl.charsetmenu.browser.more2=ISO-8859-4, ISO-8859-13, windows-1257, IBM852, ISO-8859-2, x-mac-ce, windows-1250, x-mac-croatian, IBM855, ISO-8859-5, ISO-IR-111, KOI8-R, x-mac-cyrillic, windows-1251, IBM866, KOI8-U, x-mac-ukrainian, ISO-8859-16, x-mac-romanian +intl.charsetmenu.browser.more3=GB2312, x-gbk, gb18030, HZ-GB-2312, ISO-2022-CN, Big5, Big5-HKSCS, x-euc-tw, EUC-JP, ISO-2022-JP, Shift_JIS, EUC-KR, x-windows-949, x-johab, ISO-2022-KR +intl.charsetmenu.browser.more4=armscii-8, GEOSTD8, TIS-620, ISO-8859-11, windows-874, IBM857, ISO-8859-9, x-mac-turkish, windows-1254, x-viet-tcvn5712, VISCII, x-viet-vps, windows-1258, x-mac-devanagari, x-mac-gujarati, x-mac-gurmukhi +intl.charsetmenu.browser.more5=ISO-8859-6, windows-1256, IBM864, x-mac-arabic, x-mac-farsi, ISO-8859-8-I, windows-1255, ISO-8859-8, IBM862, x-mac-hebrew +# Localization Note: Never change the following entry. +intl.charsetmenu.browser.unicode=UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE, UTF-7 +intl.charset.default=ISO-8859-1 +intl.charset.detector= +intl.charsetmenu.mailedit=ISO-8859-1, ISO-8859-15, ISO-8859-6, armscii-8, geostd8, ISO-8859-13, ISO-8859-14, ISO-8859-2, GB2312, GB18030, Big5, KOI8-R, windows-1251, KOI8-U, ISO-8859-7, ISO-8859-8-I, windows-1255, ISO-2022-JP, EUC-KR, ISO-8859-10, ISO-8859-3, TIS-620, ISO-8859-9, UTF-8, VISCII +# valid collation options are: or useCodePointOrder +intl.collationOption= +wallet.Server=http://www.mozilla.org/wallet/tables/ +wallet.Samples=http://www.mozilla.org/wallet/samples/ +# valid intl.menuitems.appendedacceskeys are: true or false, (missing or empty preference equals false) +intl.menuitems.alwaysappendaccesskeys= diff --git a/toolkit/locales/en-US/chrome/global/keys.properties b/toolkit/locales/en-US/chrome/global/keys.properties new file mode 100644 index 00000000000..c602753eac0 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/keys.properties @@ -0,0 +1,68 @@ +# LOCALIZATION NOTE : FILE This file contains the application's labels for keys on the keyboard. +# If you decide to translate this file, you should translate it based on +# the prevelant kind of keyboard for your target user. +# LOCALIZATION NOTE : There are two types of keys, those w/ text on their labels +# and those w/ glyphs. +# LOCALIZATION NOTE : VK_<...> represents a key on the keyboard. +# +# For more information please see bugzilla bug 90888. + +# F1..F10 should probably not be translated unless there are keyboards that actually have other labels +# F11..F20 might be something else, but are really keyboard specific and not region/language specific +# there are actually two different F11/F12 keys, I don't know which one these labels represent. +# eg, F13..F20 on a sparc keyboard are labeled Props, Again .. Find, Cut +# sparc also has Stop, Again and F11/F12. VK_F11/VK_F12 probably map to Stop/Again +# LOCALIZATION NOTE : BLOCK Do not translate the next block +VK_F1=F1 +VK_F2=F2 +VK_F3=F3 +VK_F4=F4 +VK_F5=F5 +VK_F6=F6 +VK_F7=F7 +VK_F8=F8 +VK_F9=F9 +VK_F10=F10 + +VK_F11=F11 +VK_F12=F12 +VK_F13=F13 +VK_F14=F14 +VK_F15=F15 +VK_F16=F16 +VK_F17=F17 +VK_F18=F18 +VK_F19=F19 +VK_F20=F20 +# LOCALIZATION NOTE : BLOCK end do not translate block + +# LOCALIZATION NOTE : BLOCK GLYPHS, DO translate this block +VK_UP=Up Arrow +VK_DOWN=Down Arrow +VK_LEFT=Left Arrow +VK_RIGHT=Right Arrow +VK_PAGE_UP=Page Up +VK_PAGE_DOWN=Page Down +# LOCALIZATION NOTE : BLOCK end GLYPHS + +# Enter, backspace, and Tab might have both glyphs and text +# if the keyboards usually have a glyph, +# if there is a meaningful translation, +# or if keyboards are localized +# then translate them or insert the appropriate glyph +# otherwise you should probably just translate the glyph regions + +# LOCALIZATION NOTE : BLOCK maybe GLYPHS +VK_ENTER=Enter +VK_RETURN=Return +VK_TAB=Tab +VK_BACK=Backspace +VK_DELETE=Del +# LOCALIZATION NOTE : BLOCK end maybe GLYPHS +# LOCALIZATION NOTE : BLOCK typing state keys +VK_HOME=Home +VK_END=End + +VK_ESCAPE=Esc +VK_INSERT=Ins +# LOCALIZATION NOTE : BLOCK end diff --git a/toolkit/locales/en-US/chrome/global/languageNames.properties b/toolkit/locales/en-US/chrome/global/languageNames.properties new file mode 100644 index 00000000000..bd69dbfa000 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/languageNames.properties @@ -0,0 +1,190 @@ +aa = Afar +ab = Abkhazian +ae = Avestan +af = Afrikaans +ak = Akan +am = Amharic +an = Aragonese +ar = Arabic +as = Assamese +ast = Asturian +av = Avaric +ay = Aymara +az = Azerbaijani +ba = Bashkir +be = Belarusian +bg = Bulgarian +bh = Bihari +bi = Bislama +bm = Bambara +bn = Bengali +bo = Tibetan +br = Breton +bs = Bosnian +ca = Catalan +ce = Chechen +ch = Chamorro +co = Corsican +cr = Cree +cs = Czech +cu = Church Slavic +cv = Chuvash +cy = Welsh +da = Danish +de = German +dv = Divehi +dz = Bhutani +ee = Ewe +el = Greek +en = English +eo = Esperanto +es = Spanish +et = Estonian +eu = Basque +fa = Persian +ff = Fulah +fi = Finnish +fj = Fijian +fo = Faeroese +fr = French +fy = Frisian +ga = Irish +gd = Scots Gaelic +gl = Galician +gn = Guarani +gu = Gujarati +gv = Manx +ha = Hausa +he = Hebrew +hi = Hindi +ho = Hiri Motu +hr = Croatian +hsb = Upper Sorbian +ht = Haitian +hu = Hungarian +hy = Armenian +hz = Herero +ia = Interlingua +id = Indonesian +ie = Interlingue +ig = Igbo +ii = Sichuan Yi +ik = Inupiak +io = Ido +is = Icelandic +it = Italian +iu = Inuktitut +ja = Japanese +jv = Javanese +ka = Georgian +kg = Kongo +ki = Kikuyu +kj = Kuanyama +kk = Kazakh +kl = Greenlandic +km = Cambodian +kn = Kannada +ko = Korean +kok = Konkani +kr = Kanuri +ks = Kashmiri +ku = Kurdish +kv = Komi +kw = Cornish +ky = Kirghiz +la = Latin +lb = Luxembourgish +lg = Ganda +li = Limburgan +ln = Lingala +lo = Laothian +lt = Lithuanian +lu = Luba-Katanga +lv = Latvian +mg = Malagasy +mh = Marshallese +mi = Maori +mk = Macedonian +ml = Malayalam +mn = Mongolian +mo = Moldavian +mr = Marathi +ms = Malay +mt = Maltese +my = Burmese +na = Nauru +nb = Norwegian Bokm\u00e5l +nd = Ndebele, North +ne = Nepali +ng = Ndonga +nl = Dutch +nn = Norwegian Nynorsk +no = Norwegian +nr = Ndebele, South +nso = Sotho, Northern +nv = Navajo +ny = Chichewa +oc = Occitan +oj = Ojibwa +om = Oromo +or = Oriya +os = Ossetian +pa = Punjabi +pi = Pali +pl = Polish +ps = Pashto +pt = Portuguese +qu = Quechua +rm = Rhaeto-Romanic +rn = Kirundi +ro = Romanian +ru = Russian +rw = Kinyarwanda +sa = Sanskrit +sc = Sardinian +sd = Sindhi +se = Northern Sami +sg = Sangro +si = Singhalese +sk = Slovak +sl = Slovenian +sm = Samoan +sn = Shona +so = Somali +sq = Albanian +sr = Serbian +ss = Siswati +st = Sotho, Southern +su = Sudanese +sv = Swedish +sw = Swahili +ta = Tamil +te = Telugu +tg = Tajik +th = Thai +ti = Tigrinya +tk = Turkmen +tl = Tagalog +tn = Tswana +to = Tonga +tr = Turkish +ts = Tsonga +tt = Tatar +tw = Twi +ty = Tahitian +ug = Uighur +uk = Ukrainian +ur = Urdu +uz = Uzbek +ve = Venda +vi = Vietnamese +vo = Volap\u00fck +wa = Walloon +wen = Sorbian +wo = Wolof +xh = Xhosa +yi = Yiddish +yo = Yoruba +za = Zhuang +zh = Chinese +zu = Zulu diff --git a/toolkit/locales/en-US/chrome/global/license.dtd b/toolkit/locales/en-US/chrome/global/license.dtd new file mode 100644 index 00000000000..280fd23bafe --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/license.dtd @@ -0,0 +1,7 @@ + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/mozilla.dtd b/toolkit/locales/en-US/chrome/global/mozilla.dtd new file mode 100644 index 00000000000..07c1fc097ff --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/mozilla.dtd @@ -0,0 +1,10 @@ +fell and the unbelievers rejoiced. +But all was not lost, for from the ash rose a great bird. +The bird gazed down upon the unbelievers and cast fire +and thunder upon them. For the beast had been +reborn with its strength renewed, and the +followers of Mammon cowered in horror.'> + +The Book of Mozilla, 7:15'> diff --git a/toolkit/locales/en-US/chrome/global/nsTreeSorting.properties b/toolkit/locales/en-US/chrome/global/nsTreeSorting.properties new file mode 100644 index 00000000000..19bd5b3475c --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/nsTreeSorting.properties @@ -0,0 +1 @@ +SortMenuItems=Sorted by %COLNAME% diff --git a/toolkit/locales/en-US/chrome/global/plugins.properties b/toolkit/locales/en-US/chrome/global/plugins.properties new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/global/printPageSetup.dtd b/toolkit/locales/en-US/chrome/global/printPageSetup.dtd new file mode 100644 index 00000000000..6005e143c7e --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printPageSetup.dtd @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printPreview.dtd b/toolkit/locales/en-US/chrome/global/printPreview.dtd new file mode 100644 index 00000000000..37e64ae1cdb --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printPreview.dtd @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printPreviewProgress.dtd b/toolkit/locales/en-US/chrome/global/printPreviewProgress.dtd new file mode 100644 index 00000000000..270ec992566 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printPreviewProgress.dtd @@ -0,0 +1,6 @@ + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printProgress.dtd b/toolkit/locales/en-US/chrome/global/printProgress.dtd new file mode 100644 index 00000000000..130fd541aff --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printProgress.dtd @@ -0,0 +1,18 @@ + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printdialog.dtd b/toolkit/locales/en-US/chrome/global/printdialog.dtd new file mode 100644 index 00000000000..41709c22ab9 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printdialog.dtd @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printdialog.properties b/toolkit/locales/en-US/chrome/global/printdialog.properties new file mode 100644 index 00000000000..047ed926933 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printdialog.properties @@ -0,0 +1,34 @@ +# 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): +# +#----------------------------------------------------------- +# Note: IMPORTANT! +# +# Set "extend" to false to get the native platform dialog +# +# Set "extend" to true to have the native dialog extended with +# the "Print Frames" Frame group box +#----------------------------------------------------------- +# +extend=true +PrintFrames=Print Frames +Aslaid=As &laid out on the screen +selectedframe=The selected &frame +Eachframe=&Each frame separately +options=Options diff --git a/toolkit/locales/en-US/chrome/global/printjoboptions.dtd b/toolkit/locales/en-US/chrome/global/printjoboptions.dtd new file mode 100644 index 00000000000..0578997da2c --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/printjoboptions.dtd @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/printjoboptions.properties b/toolkit/locales/en-US/chrome/global/printjoboptions.properties new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/global/regionNames.properties b/toolkit/locales/en-US/chrome/global/regionNames.properties new file mode 100644 index 00000000000..6acea34179c --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/regionNames.properties @@ -0,0 +1,70 @@ +ae = U.A.E. +bh = Bahrain +dz = Algeria +eg = Egypt +iq = Iraq +jo = Jordan +kw = Kuwait +lb = Lebanon +ly = Libya +ma = Morocco +om = Oman +qa = Qatar +sa = Saudi Arabia +sy = Syria +tn = Tunisia +ye = Yemen +at = Austria +de = Germany +lu = Luxembourg +li = Liechtenstein +au = Australia +bz = Belize +ca = Canada +gb = United Kingdom +ie = Ireland +jm = Jamaica +nz = New Zealand +ph = Philippines +tt = Trinidad +us = United States +za = South Africa +zw = Zimbabwe +ar = Argentina +bo = Bolivia +cl = Chile +co = Colombia +cr = Costa Rica +do = Dominican Republic +ec = Ecuador +es = Spain +gt = Guatemala +hn = Honduras +mx = Mexico +ni = Nicaragua +pa = Panama +pe = Peru +pr = Puerto Rico +py = Paraguay +sv = El Salvador +uy = Uruguay +ve = Venezuela +be = Belgium +ch = Switzerland +fr = France +mc = Monaco +br = Brazil +md = Moldova, Republic of +mo = Macao +fi = Finland +cn = China +hk = Hong Kong +sg = Singapore +tw = Taiwan +mk = Macedonia, F.Y.R. of +kp = North Korea +kr = South Korea +my = Malaysia +bn = Brunei Darussalam +pk = Pakistan +in = India diff --git a/toolkit/locales/en-US/chrome/global/tabbrowser.dtd b/toolkit/locales/en-US/chrome/global/tabbrowser.dtd new file mode 100644 index 00000000000..ab09e6d345d --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/tabbrowser.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/tabbrowser.properties b/toolkit/locales/en-US/chrome/global/tabbrowser.properties new file mode 100644 index 00000000000..780e0b7469e --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/tabbrowser.properties @@ -0,0 +1,14 @@ +tabs.loading=Loading... +tabs.untitled=(Untitled) +tabs.closeTab=Close Tab +tabs.close=Close +browsewithcaret.checkMsg=Do not show me this dialog box again. +browsewithcaret.checkWindowTitle=Caret Browsing +browsewithcaret.checkLabel=Pressing F7 turns Caret Browsing on or off. This feature places a moveable cursor in web pages, allowing you to select text with the keyboard. Do you want to turn Caret Browsing on? +browsewithcaret.checkButtonLabel=Yes +tabs.closeWarningTitle=Confirm close +tabs.closeWarningOne=You are about to close %S open tab. Are you sure you want to continue? +tabs.closeWarningMultiple=You are about to close %S open tabs. Are you sure you want to continue? +tabs.closeButtonOne=Close tab +tabs.closeButtonMultiple=Close tabs +tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/global/textcontext.dtd b/toolkit/locales/en-US/chrome/global/textcontext.dtd new file mode 100644 index 00000000000..16aaf5d3ff0 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/textcontext.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/global/viewSource.dtd b/toolkit/locales/en-US/chrome/global/viewSource.dtd new file mode 100644 index 00000000000..1e7bb4bebc3 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/viewSource.dtd @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/global/viewSource.properties b/toolkit/locales/en-US/chrome/global/viewSource.properties new file mode 100644 index 00000000000..28c7de3bb1b --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/viewSource.properties @@ -0,0 +1,7 @@ +goToLineTitle = Go to line +goToLineText = Enter line number +invalidInputTitle = Invalid input +invalidInputText = The line number entered is invalid. +outOfRangeTitle = Line not found +outOfRangeText = The specified line was not found. +statusBarLineCol = Line %1$S, Col %2$S diff --git a/toolkit/locales/en-US/chrome/global/wizard.properties b/toolkit/locales/en-US/chrome/global/wizard.properties new file mode 100644 index 00000000000..19e351e6dd3 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/wizard.properties @@ -0,0 +1,13 @@ +button-back=< Back +button-next=Next > +button-finish=Finish +button-cancel=Cancel +button-back-gnome=Back +button-next-gnome=Next +button-finish-gnome=Finish +button-cancel-gnome=Cancel +default-first-title=Welcome to the %S +default-last-title=Completing the %S +default-first-title-mac=Introduction +default-last-title-mac=Conclusion + diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloadProperties.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/downloadProperties.dtd new file mode 100644 index 00000000000..16acc443d66 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloadProperties.dtd @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd new file mode 100644 index 00000000000..f39036b1450 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 00000000000..c5a380a6d18 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,46 @@ +transferred=%1SKB of %2SKB +downloading=Downloading +notStarted=Not Started +failed=Failed +finished=Finished +canceled=Canceled +downloadErrorAlertTitle=Download Error +quitCancelDownloadsAlertTitle=Cancel All Downloads? +quitCancelDownloadsAlertMsg=If you exit now, 1 download will be canceled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMultiple=If you exit now, %S downloads will be canceled. Are you sure you want to exit? +quitCancelDownloadsAlertMsgMac=If you quit now, 1 download will be canceled. Are you sure you want to quit? +quitCancelDownloadsAlertMsgMacMultiple=If you quit now, %S downloads will be canceled. Are you sure you want to quit? +offlineCancelDownloadsAlertTitle=Cancel All Downloads? +offlineCancelDownloadsAlertMsgMultiple=If you go offline now, %S downloads will be canceled. Are you sure you want to go offline? +offlineCancelDownloadsAlertMsg=If you go offline now, 1 download will be canceled. Are you sure you want to go offline? +cancelDownloadsOKText=Cancel 1 Download +cancelDownloadsOKTextMultiple=Cancel %S Downloads +dontQuitButtonWin=Don't Exit +dontQuitButtonMac=Don't Quit +dontGoOfflineButton=Stay Online +downloadsCompleteTitle=Downloads Complete +downloadsCompleteMsg=All files have finished downloading. +statusFormatKBKB=#1 of #2 KB +statusFormatKBMB=#1 KB of #2 MB +statusFormatMBMB=#1 of #2 MB +statusFormatUnknownKB=#1 KB +statusFormatUnknownMB=#1 MB +remain=remain +unknownFilesize=unknown file size +statusFormat=#1 at #2 KB/sec; #3 +longTimeFormat=#1:#2:#3 +shortTimeFormat=#2:#3 + +fileDoesNotExistOpenTitle=Cannot Open %S +fileDoesNotExistShowTitle=Cannot Show %S +fileDoesNotExistError=%S does not exist. It may have been renamed, moved, or deleted since it was downloaded. + +chooseAppFilePickerTitle=Open With... +downloadsTitle=%S%% of 1 file - Downloads +downloadsTitleMultiple=%S%% of %S files - Downloads + +fileExecutableSecurityWarning="%S" is an executable file. Executable files may contain viruses or other malicious code that could harm your computer. Use caution when opening this file. Are you sure you want to launch "%S"? +fileExecutableSecurityWarningTitle=Open Executable File? +fileExecutableSecurityWarningDontAsk=Don't ask me this again + +displayNameDesktop=Desktop diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/editAction.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/editAction.dtd new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/pref-downloads.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/pref-downloads.dtd new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100755 index 00000000000..2f7e34b60f8 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.dtd @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties new file mode 100755 index 00000000000..a4bc96d1e6a --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,50 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# 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 +# Doron Rosenberg. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Ben Goodger +# +# Alternatively, the contents of this file may be used under the terms of +# either 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 ***** + +title=Opening %S +saveDialogTitle=Enter name of file to save to... +defaultApp=%S (default) +chooseAppFilePickerTitle=Choose Helper Application +badApp=The application you chose ("%S") could not be found. Check the file name or choose another application. +badApp.title=Application not found +selectDownloadDir=Select Download Folder +fileEnding=%S file +saveToDisk=Save to Disk +openWith=Open with %S +myDownloads=My Downloads +removeActions=Remove Actions +removeActionsMsg=The selected Actions will no longer be performed when files of the affected types are downloaded. Are you sure you want to remove these Actions? diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/about.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/about.dtd new file mode 100644 index 00000000000..15af43e267c --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/about.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd new file mode 100644 index 00000000000..235efd056c2 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties new file mode 100644 index 00000000000..20cfd264165 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties @@ -0,0 +1,76 @@ +aboutWindowTitle=About %S +aboutWindowCloseButton=Close +aboutWindowVersionString=version %S +aboutExtension=About %S... +restartBeforeEnableTitle=Enable Extension +restartBeforeDisableTitle=Disable Extension +restartBeforeEnableMessage=%S will be enabled the next time you restart %S. +restartBeforeDisableMessage=%S will be disabled the next time you restart %S. +restartBeforeUninstallTitle=Uninstall +restartBeforeUninstallMessage=%S will be uninstalled the next time you restart %S. +queryUninstallExtensionMessage=If you uninstall %S, the functionality it offers will no longer be available. Do you want to uninstall %S? +queryUninstallThemeMessage=Do you want to uninstall %S? +queryUninstallTitle=Uninstall %S + +extensions.update.url=https://update.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&appID=%APP_ID%&appVersion=%APP_VERSION% +extensions.getMoreExtensionsURL=https://update.mozilla.org/extensions/?application=%APPID% +extensions.getMoreThemesURL=https://update.mozilla.org/themes/?application=%APPID% + +themesTitle=Themes +extensionsTitle=Extensions + + +globalItemList=The following items are available to all users. \nYou can start Firefox with -lock-item "{GUID}" to prevent users from uninstalling or disabling an item. To unlock an item, start Firefox with -unlock-item "{GUID}" +globalItemListExtensions=\n\nGlobally Available Extensions:\n==============================\n\n +globalItemListThemes=\n\nGlobally Available Themes:\n==========================\n\n + +installSuccess=Installed Successfully + +statusFormatKBKB=#1 of #2 KB +statusFormatKBMB=#1 KB of #2 MB +statusFormatMBMB=#1 of #2 MB + +disabledObsoleteTitle=Old Extensions +disabledObsoleteMessage=Any old extensions that you have installed have been disabled. + +theme=Theme +extension=Extension +incompatibleTitle=Incompatible %S +incompatibleMessage=%S %S could not be installed because it is not compatible with this version of %S. (%S %S will only work with %S versions from %S to %S) +incompatibleMessageSingleAppVersion=%S %S could not be installed because it is not compatible with this version of %S. (%S %S will only work with %S %S) +incompatibleMessageNoApp=%S %S could not be installed because it is not compatible with %S. +incompatibleOlder=versions 0.8 or older. +incompatibleThemeName=this Theme +incompatibleExtension=Disabled - not compatible with %S %S + +missingFileTitle=Missing File +missingFileMessage=%S could not load this item because the file %S was missing. +missingFileConsoleMessage=Failed to install from %S because %S was not provided at the top level of the jar/xpi file. + +malformedMessage=%S could not install this item because "%S" (provided by the item) is malformed. Please contact the author about this problem. +malformedTitle=Malformed File + +malformedRegistrationTitle=Chrome Registration Failed +malformedRegistrationMessage=%S could not install this item because of a failure in Chrome Registration. Please contact the author about this problem, or click View Details for more information. +malformedRegistrationConsoleMessage=Chrome Registration failed for Extension '%S' when calling nsIXULChromeRegistry::%S with this chrome path: %S (profile extension = %S). Perhaps this path does not exist within the chrome JAR file, or the contents.rdf file at that location is malformed? +malformedRegistrationDetailsButton=View Details + +invalidVersionMessage=%S could not install "%S" because its version information ("%S") is invalid. Please contact the author about this problem. +invalidVersionTitle=Invalid Version + +errorInstallTitle=Error +errorInstallMessage=%S could not download the file at \n\n%S\n\nbecause: %S + +# The following are used by Thunderbird only in order to provide a way to load +# extension and JAR files. + +extensionFilter=Extensions (*.xpi) +themesFilter=Themes (*.jar) +installThemePickerTitle=Select a theme to install +installExtensionPickerTitle=Select an extension to install + +cmdUninstallTooltipTheme=Uninstalls the selected Theme +cmdUpdateTooltipTheme=Checks for Updates to your Themes +cmdInstallTooltipTheme=Install a Theme + +dssSwitchAfterRestart=Restart %S to use. diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/finalize.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/finalize.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/mismatch.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/mismatch.dtd new file mode 100644 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/en-US/chrome/mozapps/extensions/update.dtd b/toolkit/locales/en-US/chrome/mozapps/extensions/update.dtd new file mode 100644 index 00000000000..60983667e76 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/extensions/update.dtd @@ -0,0 +1,5 @@ + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd new file mode 100644 index 00000000000..01f0d8f1d37 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.dtd @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.properties b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.properties new file mode 100644 index 00000000000..9a6104232dd --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/plugins/plugins.properties @@ -0,0 +1,25 @@ +pluginLicenseAgreement.label=To install %S, you need to agree to the following: + +pluginInstallation.download.start=Downloading %S... +pluginInstallation.download.finish=Finished downloading %S. + +pluginInstallation.install.start=Installing %S... +pluginInstallation.install.finish=Successfully installed %S. +pluginInstallation.install.error=Failed to install %S (%S). + +pluginInstallation.complete=Finished installing plugins. + +pluginInstallationSummary.success=Installed +pluginInstallationSummary.failed=Failed +pluginInstallationSummary.licenseNotAccepted=License not accepted +pluginInstallationSummary.notAvailable=Not Available +pluginInstallationSummary.manualInstall.label=Manual Install +pluginInstallationSummary.manualInstall.tooltip=Manually install the plugin. + +pluginInstallation.noPluginsFound=No suitable plugins were found. +pluginInstallation.unknownPlugin=Unknown Plugin + +missingPlugin.label=Click here to download plugin. + +pfs.datasource.url=https://update.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE% + diff --git a/toolkit/locales/en-US/chrome/mozapps/profile/createProfileWizard.dtd b/toolkit/locales/en-US/chrome/mozapps/profile/createProfileWizard.dtd new file mode 100644 index 00000000000..7a7be35b744 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/profile/createProfileWizard.dtd @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd new file mode 100644 index 00000000000..06c394e6af5 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.properties b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.properties new file mode 100644 index 00000000000..c6cb7fda07f --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.properties @@ -0,0 +1,30 @@ +# LOCALIZATION NOTE: Do not translate + +profileTooltip=Profile: '%S' - Path: '%S' + +pleaseSelectTitle=Select Profile +pleaseSelect=Please select a profile to begin %S, or create a new profile. + +profileLockedTitle=Profile In Use +profileLocked=%S cannot use the profile "%S" because it is in use.\n\nPlease choose another profile or create a new one. + +renameProfileTitle=Rename Profile +renameProfilePrompt=Rename the profile "%S" to: + +profileNameInvalidTitle=Invalid profile name +profileNameInvalid=The profile name "%S" is not allowed. + +chooseFolder=Choose Profile Folder +profileNameEmpty=An empty profile name is not allowed. +invalidChar=The character "%S" is not allowed in profile names. Please choose a different name. + +deleteTitle=Delete Profile +deleteProfile=Deleting a profile will remove the profile from the list of available profiles and cannot be undone.\nYou may also choose to delete the profile data files, including your saved mail, settings, and certificates. This option will delete the folder "%S" and cannot be undone.\nWould you like to delete the profile data files? +deleteFiles=Delete Files +dontDeleteFiles=Don't Delete Files + +profileCreationFailed=Profile couldn't be created. Probably the chosen folder isn't writable. +profileCreationFailedTitle=Profile Creation failed +profileExists=A profile with this name already exists. Please choose another name. +profileExistsTitle=Profile Exists +profileFinishText=Click Finish to create this new profile. diff --git a/toolkit/locales/en-US/chrome/mozapps/update/errors.dtd b/toolkit/locales/en-US/chrome/mozapps/update/errors.dtd new file mode 100644 index 00000000000..ae57d62986b --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/errors.dtd @@ -0,0 +1,5 @@ + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/update/update.dtd b/toolkit/locales/en-US/chrome/mozapps/update/update.dtd new file mode 100644 index 00000000000..33d1545235f --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/update.dtd @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/update/update.properties b/toolkit/locales/en-US/chrome/mozapps/update/update.properties new file mode 100644 index 00000000000..64356884a97 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/update/update.properties @@ -0,0 +1,52 @@ +mismatchCheckNow=Check Now +mismatchCheckNowAccesskey=C +mismatchDontCheck=Don't Check +mismatchDontCheckAccesskey=D +installButtonText=Install Now +installButtonTextAccesskey=I +nextButtonText=Next > +nextButtonTextAccesskey=N +cancelButtonText=Cancel +cancelButtonTextAccesskey=C +app.update.url=https://update.mozilla.org/update/firefox/en-US.rdf + +updatesAvailableTitle=New Updates Available +updatesAvailableText=Click Here to View + +checkingPrefix=Checking for Updates to %S ... +downloadingPrefix=Downloading: %S +installingPrefix=Installing: %S +closeButton=Close + +installErrorDescription=The following components could not be installed due to errors (the file could not be downloaded, was corrupt, or for some other reason). +checkingErrorDescription=%S could not check for updates to the following components (either the update server(s) did not respond, or the update service(s) were not found). +installErrorItemFormat=%S (%S) + +versionUpdateComplete=Version Compatibility Update Complete + +updatesAvailableTooltip-0=Update(s) Available +updatesAvailableTooltip-1=Update(s) Available +updatesAvailableTooltip-2=Critical Update(s) Available + +updatesCheckForUpdatesTooltip=Double-click here to check for updates + +installTextNoFurtherActions=Choose the ones you want to install and click Install Now to install them. +installTextFurtherCations=Choose the ones you want to install and click Next to continue. + +appNameAndVersionFormat=%S %S +updateTypePatches=Critical Updates (%S) +updateTypeComponents=Optional Components (%S) +updateTypeExtensions=Extensions and Themes (%S) +updateTypeLangPacks=Language Packs (%S) + +foundAppLabel=%S %S is available. We strongly recommend that you install this upgrade as soon as possible. +foundAppFeatures=%S %S features: +foundAppInfoLink=More information about %S %S ... +foundInstructions=Choose the ones you want to install and click Install Now to install them. +foundInstructionsAppComps=Choose the ones you want to install and click Next to continue. + +appupdateperformedtitle=Restart Required +appupdateperformedmessage=%S has been updated this session. Please restart %S before performing any more updates. + +updatesdisabledtitle=Update Disabled +updatesdisabledmessage=Update has been disabled by your Administrator. diff --git a/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd b/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd new file mode 100644 index 00000000000..f9147542b4e --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties b/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties new file mode 100644 index 00000000000..c1903d566e6 --- /dev/null +++ b/toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties @@ -0,0 +1,9 @@ +Unsigned=Unsigned + +itemWarningIntroMultiple=A web site is requesting permission to install the following %S items: +itemWarningIntroSingle=A web site is requesting permission to install the following item: +installButtonDisabledLabel=Install (%S) +installButtonLabel=Install Now + +installComplete=Software Installation is complete. You will have to restart %S for changes to take effect. +installCompleteTitle=Installation Complete \ No newline at end of file diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd new file mode 100644 index 00000000000..82efbbe5c2f --- /dev/null +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordManager.dtd @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + diff --git a/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties new file mode 100644 index 00000000000..4706195ed41 --- /dev/null +++ b/toolkit/locales/en-US/chrome/passwordmgr/passwordmgr.properties @@ -0,0 +1,49 @@ +# ***** 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 Password Manager. +# +# The Initial Developer of the Original Code is +# Brian Ryner. +# Portions created by the Initial Developer are Copyright (C) 2003 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Brian Ryner +# +# Alternatively, the contents of this file may be used under the terms of +# either 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 ***** + +rememberValue = Use Password Manager to remember this value. +rememberPassword = Use Password Manager to remember this password. +savePasswordTitle = Confirm +savePasswordText = Password Manager can remember this logon and enter it automatically the next time you return to this web site.\nDo you want Password Manager to remember this logon? +neverForSite = Never for this site +close = Close +passwordChangeTitle = Confirm Password Change +passwordChangeText = Would you like to have Password Manager change the stored password for %S? +userSelectText = Please confirm which user you are changing the password for +hidePasswords=Hide Passwords +showPasswords=Show Passwords +noMasterPasswordPrompt=Are you sure you wish to show your passwords? diff --git a/toolkit/locales/en-US/defines.inc b/toolkit/locales/en-US/defines.inc new file mode 100644 index 00000000000..f20fed76864 --- /dev/null +++ b/toolkit/locales/en-US/defines.inc @@ -0,0 +1 @@ +#define MOZ_LANG_TITLE English (US) diff --git a/toolkit/locales/en-US/installer/unix/install.it b/toolkit/locales/en-US/installer/unix/install.it new file mode 100644 index 00000000000..9cdd6403f8f --- /dev/null +++ b/toolkit/locales/en-US/installer/unix/install.it @@ -0,0 +1,90 @@ + +[String Resources] + +;------------------------------------------------------------------------------ +; UI strings +;------------------------------------------------------------------------------ + +NEXT=Next > +BACK=< Back +CANCEL=Cancel +ACCEPT=Accept +DECLINE=Decline +INSTALL=Install +PAUSE=Pause +RESUME=Resume +DEFAULT_TITLE=Mozilla Installer +DEST_DIR=Destination Directory +BROWSE=Change... +SELECT_DIR=Select a directory +DOESNT_EXIST=Directory %s doesn't exist. Create it? +YES_LABEL=Yes +NO_LABEL=No +OK_LABEL=OK +DELETE_LABEL=Delete Directory +CANCEL_LABEL=Cancel +ERROR=Error [%d]: %s +FATAL_ERROR=Fatal error [%d]: %s +DESCRIPTION=Description +WILL_INSTALL=Setup will install the following components: +TO_LOCATION=to the following location: +PREPARING=Preparing %s... +EXTRACTING=Extracting %s... +INSTALLING_XPI=Installing %s... +PROCESSING_FILE=Processing file %d of %d... +NO_PERMS=Choose another directory because you do not have permission to install to: %s +DL_SETTINGS=Download Settings +SAVE_MODULES=Save installer modules upon download +PROXY_SETTINGS=Proxy Settings... +PS_LABEL0=Proxy Host [required]: +PS_LABEL1=Proxy Port [required]: +PS_LABEL2=Proxy Username [optional]: +PS_LABEL3=Proxy Password [optional]: +ERROR_TITLE=Error! +DS_AVAIL=Disk Space Available = %ld KB +DS_REQD=Disk Space Required = %ld KB +NO_DISK_SPACE=Please select a directory on a disk with enough space to install or free some disk space on the selected disk. +CXN_DROPPED=A network connection failure occured. Please check your network connection and press the 'Resume' button. Alternatively, press the 'Cancel' button to quit the installer. +CRC_CHECK=Some files failed to download correctly. Retrying. +CRC_FAILED=Installation has failed due to multiple CRC failures. +DOWNLOADING=Downloading: +FROM=From: +TO=To: +STATUS=Status: +DL_STATUS_STR=%d KB of %d KB (at %d KB/sec) +USAGE_MSG=Usage: %s [options]%s [options] can be any of the following combination:%s -h: This help.%s -ma: Run setup in Auto mode: show progress UI,%s but assume defaults without user intervention.%s -ms: Run setup in Silent mode: show no UI and have%s no user intervention.%s -ira: Ignore the [RunAppX] sections%s +UNKNOWN=Unknown + +;------------------------------------------------------------------------------ +; Error strings +;------------------------------------------------------------------------------ + +-601=Out of memory +-602=Invalid param +-603=Invalid member variable +-604=Invalid pointer +-605=Parse key has no value +-606=Failed to read readme +-607=Failed to read license +-608=Out of bounds in Component/Setup Type list +-609=Mismatched ref counts +-610=No components in the INI file +-611=No setup types in the INI file +-612=URL at this index already exists +-613=Couldn't create the directory +-614=FTP URL malformed +-615=Download failed +-616=Extraction of XPCOM failed +-617=Failed to fork a process +-618=Couldn't open xpistub library +-619=Couldn't get symbol in library +-620=A xpistub call failed +-621=An Installer module %s (.xpi) failed to install +-622=Copy of an installer module (.xpi) failed +-623=Destination directory doesn't exist +-624=Can't make destination directory. Please try another directory. +-625=A previous installation exists. +-626=Insufficient permission +-627=Insufficient disk space +-628=Multiple CRC Failure + diff --git a/toolkit/locales/en-US/installer/windows/charset.mk b/toolkit/locales/en-US/installer/windows/charset.mk new file mode 100644 index 00000000000..b7445bd99b2 --- /dev/null +++ b/toolkit/locales/en-US/installer/windows/charset.mk @@ -0,0 +1,22 @@ +WIN_INSTALLER_CHARSET = CP1252 + +# possibilities are: +# ANSI_CHARSET CP1252 +# BALTIC_CHARSET CP1257 +# CHINESEBIG5_CHARSET CP950 +# EASTEUROPE_CHARSET CP1250 +# GB2312_CHARSET CP936 +# GREEK_CHARSET CP1253 +# HANGUL_CHARSET CP949 +# RUSSIAN_CHARSET CP1251 +# SHIFTJIS_CHARSET CP932 +# TURKISH_CHARSET CP1254 +# VIETNAMESE_CHARSET CP1258 +# Korean language edition of Windows: +# JOHAB_CHARSET CP1361 +# Middle East language edition of Windows: +# ARABIC_CHARSET CP1256 +# HEBREW_CHARSET CP1255 +# Thai language edition of Windows: +# THAI_CHARSET CP874 + diff --git a/toolkit/locales/en-US/installer/windows/install.it b/toolkit/locales/en-US/installer/windows/install.it new file mode 100644 index 00000000000..a7046407abc --- /dev/null +++ b/toolkit/locales/en-US/installer/windows/install.it @@ -0,0 +1,137 @@ +[General] +FONTNAME=MS Sans Serif +FONTSIZE=8 +CHARSET=0 +;Here is a partial list CHAR_SETS +; ANSI_CHARSET = 0 +; DEFAULT_CHARSET = 1 +; SYMBOL_CHARSET = 2 +; SHIFTJIS_CHARSET = 128 +; GB2312_CHARSET = 134 +; HANGEUL_CHARSET = 129 +; CHINESEBIG5_CHARSET = 136 +; OEM_CHARSET 255 + +OK_=&OK +OK=OK +CANCEL=Cancel +CANCEL_=&Cancel +NEXT_=&Next > +BACK_=< &Back +IGNORE_=&Ignore +PROXY_MESSAGE=To configure a Proxy server for this download, click the Connection... button. +PROXY_BUTTON=&Connection... +PROXYSETTINGS=Proxy Settings: +PROXYSETTINGS_=&Proxy Settings +SERVER=Server: +PORT=Port: +USERID=User id: +PASSWORD=Password: +SELECTDIRECTORY=Select a directory +DIRECTORIES_=&Directories: +DRIVES_=Dri&ves: +STATUS=Remaining: +FILE=File: +URL=URL: +TO=To Path: +ACCEPT_=&Accept +DECLINE_=&Decline +PROGRAMFOLDER_=&Program Folder: +EXISTINGFOLDERS_=E&xisting Folders: +SETUPMESSAGE=Setup has finished copying files to your computer. Before you can use $ProductNameInternal$, you must restart Windows or your computer. Choose one of the following options and click OK to finish setup. +RESTART=Restart +YESRESTART=Yes, I want to restart my computer now. +NORESTART=No, I will restart my computer later. +ADDITIONALCOMPONENTS_=&Additional Components: +DESCRIPTION=Description +TOTALDOWNLOADSIZE=Total download size: +SPACEAVAILABLE=Space Available: +COMPONENTS_=C&omponents: +BROWSEINFO=Choose a Folder to install $ProductName$ into: +DESTINATIONDIRECTORY=Install Folder +BROWSE_=B&rowse... +DOWNLOADSIZE=Download Size: %u KB +CURRENTSETTINGS=Current Settings: +INSTALLFOLDER=...to the following location: +ADDTLCOMPWRAPPER=- %s +PRIMCOMPOTHERS=%s, and: +PRIMCOMPNOOTHERS=%s +INSTALL_=&Install +DELETE_=&Delete +CONTINUE_=&Continue +SKIP_=&Skip +README=Re&ad Me +PAUSE_=&Pause +RESUME_=&Resume +CHECKED=Checked +UNCHECKED=Unchecked + +EXTRACTING=Extracting... + + +[Messages] + +ERROR_DIALOG_CREATE=Could not create %s dialog. +ERROR_FAILED=%s failed. +ERROR_FILE_NOT_FOUND=File not found: %s +ERROR_GET_SYSTEM_DIRECTORY_FAILED=GetSystemDirectory() failed. +ERROR_GET_WINDOWS_DIRECTORY_FAILED =GetWindowsDirectory() failed. +DLGQUITTITLE=Exit Setup +DLGQUITMSG=You have not finished installing $ProductName$. If you exit Setup now, $ProductName$ will not be installed. Are you sure you want to cancel Setup? +DLG_REBOOT_TITLE=Restarting Windows +ERROR_GETPROCADDRESS=GetProcAddress() of %s failed. +ERROR_WRITEPRIVATEPROFILESTRING=WritePrivateProfileString() failed for file %s +MSG_RETRIEVE_CONFIGINI=Please wait while Setup retrieves its configuration script from the web... +ERROR_CREATE_TEMP_DIR=Setup was unable to create the TEMP directory: %s +DLGBROWSETITLE=Select a directory +ERROR_DETERMINING_DISK_SPACE=Could not determine available disk space for: %s +DLG_DISK_SPACE_CHECK_TITLE=Disk space check +DLG_DISK_SPACE_CHECK_CRUTIAL_MSG=Setup has detected insufficient disk space to continue with installation on %s for the path: %sRequired: %sAvailable: %sClick Retry if more disk space has been made available, or click Cancel to cancel Setup. +DLG_DISK_SPACE_CHECK_MSG=Setup has detected insufficient disk space to continue with installation process on %s for the path: %sRequired: %sAvailable: %sClick OK to go back and choose a different destination path. +ERROR_CREATE_DIRECTORY=Could not create folder: %sMake sure you have access to create the folder. +ERROR_MESSAGE_TITLE=$ProductNameInternal$ Setup Error +STR_FILE_NUMBER=File count: +STR_FILENAME=Filename: +MSG_SMARTUPDATE_START=Preparing Install, please wait... +MSG_CONFIGURING=Configuring %s, please wait... +ERROR_XPI_INSTALL=Error occurred during installation +ERROR_SETUP_REQUIREMENT=$ProductName$ can only run on Windows 95 or newer. Setup will now exit. +DLG_EXTRACTING_TITLE=$ProductName$ Setup - Install Progress +STR_PROCESSINGFILE=Preparing file: %s +STR_INSTALLING=Currently installing %s +STR_COPYINGFILE=Copying file: %s +MB_WARNING_STR=Warning +MB_MESSAGE_STR=Message +MB_ATTENTION_STR=Attention +MSG_CREATE_DIRECTORY=The following directory does not exist:%sWould you like to create it? +STR_CREATE_DIRECTORY=Create Directory? +ERROR_PROGRAM_FOLDER_NAME=Invalid Program folder name entered. +CB_DEFAULT=Default +ERROR_DESTINATION_PATH=Invalid path entered. +STR_SETUP_TYPE=Setup Type: +STR_SELECTED_COMPONENTS=Selected Components: +STR_DESTINATION_DIRECTORY=Destination Directory: +STR_PROGRAM_FOLDER=Program Folder: +STR_DELETING_DESTINATION_DIR=Deleting destination directory to be able to upgrade, please wait... +STR_SETUP=Setup +STR_DOWNLOAD_SITE=Download Site: +STR_SAVE_INSTALLER_FILES=Save downloaded and Setup program files to: +MSG_INIT_SETUP=Initializing Setup, please wait... +STR_MESSAGEBOX_TITLE=%s Setup +ERROR_GETVERSION=GetVersionEx() failed! +DLG_USAGE_TITLE=Usage + +STATUS_EXTRACTING=Extracting %s +STATUS_LAUNCHING_SETUP=Launching Setup... +ERROR_FILE_WRITE=Unable to write file %s +TITLE=Installation +ERROR_OUT_OF_MEMORY=Out of memory! + +ERROR_DLL_LOAD=Could not load %s +ERROR_STRING_LOAD=Could not load string resource ID %d +ERROR_STRING_NULL=Null pointer encountered. +ERROR_GLOBALALLOC=Memory allocation error. +MSG_FORCE_QUIT_PROCESS=Setup has detected that %s (%s) is still running. Click OK to quit %s and proceed with installation. Alternatively, use the Windows Task Manager to quit %s, and then click OK to continue with installation. +MSG_FORCE_QUIT_PROCESS_FAILED=Setup will now exit. Setup could not continue because %s (%s) is still running. Try manually quitting %s using Windows Task Manager, and then run Setup again. +ERROR_PATH_WITHIN_WINDIR=$ProductName$ cannot be installed into a folder that is inside the Windows folder. Please choose a different folder. + diff --git a/toolkit/locales/generic/chrome/global-platform/contents.rdf b/toolkit/locales/generic/chrome/global-platform/contents.rdf new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/generic/chrome/global-region/contents.rdf b/toolkit/locales/generic/chrome/global-region/contents.rdf new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/generic/chrome/global/contents.rdf b/toolkit/locales/generic/chrome/global/contents.rdf new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/generic/chrome/mozapps/contents.rdf b/toolkit/locales/generic/chrome/mozapps/contents.rdf new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/generic/chrome/passwordmgr/contents.rdf b/toolkit/locales/generic/chrome/passwordmgr/contents.rdf new file mode 100755 index 00000000000..e69de29bb2d diff --git a/toolkit/locales/jar.mn b/toolkit/locales/jar.mn new file mode 100644 index 00000000000..c2da504f3eb --- /dev/null +++ b/toolkit/locales/jar.mn @@ -0,0 +1,83 @@ +#filter substitution + +@AB_CD@.jar: +* locale/global/contents.rdf (generic/chrome/global/contents.rdf) ++ locale/global/accept2locale.properties (@AB_CD@/chrome/global/accept2locale.properties) ++ locale/global/charsetOverlay.dtd (@AB_CD@/chrome/global/charsetOverlay.dtd) ++ locale/global/commonDialog.dtd (@AB_CD@/chrome/global/commonDialog.dtd) ++ locale/global/commonDialogs.properties (@AB_CD@/chrome/global/commonDialogs.properties) ++ locale/global/config.dtd (@AB_CD@/chrome/global/config.dtd) ++ locale/global/config.properties (@AB_CD@/chrome/global/config.properties) +* locale/global/console.dtd (@AB_CD@/chrome/global/console.dtd) ++ locale/global/console.properties (@AB_CD@/chrome/global/console.properties) +* locale/global/customizeCharset.dtd (@AB_CD@/chrome/global/customizeCharset.dtd) ++ locale/global/customizeToolbar.dtd (@AB_CD@/chrome/global/customizeToolbar.dtd) ++ locale/global/customizeToolbar.properties (@AB_CD@/chrome/global/customizeToolbar.properties) +* locale/global/dialogOverlay.dtd (@AB_CD@/chrome/global/dialogOverlay.dtd) + locale/global/downloadProgress.properties (@AB_CD@/chrome/global/downloadProgress.properties) ++ locale/global/editMenuOverlay.dtd (@AB_CD@/chrome/global/editMenuOverlay.dtd) + locale/global/filepicker.dtd (@AB_CD@/chrome/global/filepicker.dtd) + locale/global/filepicker.properties (@AB_CD@/chrome/global/filepicker.properties) ++ locale/global/finddialog.dtd (@AB_CD@/chrome/global/finddialog.dtd) ++ locale/global/finddialog.properties (@AB_CD@/chrome/global/finddialog.properties) ++ locale/global/intl.css (@AB_CD@/chrome/global/intl.css) ++ locale/global/intl.properties (@AB_CD@/chrome/global/intl.properties) ++ locale/global/keys.properties (@AB_CD@/chrome/global/keys.properties) ++ locale/global/languageNames.properties (@AB_CD@/chrome/global/languageNames.properties) + locale/global/license.dtd (@AB_CD@/chrome/global/license.dtd) + locale/global/mozilla.dtd (@AB_CD@/chrome/global/mozilla.dtd) ++ locale/global/nsTreeSorting.properties (@AB_CD@/chrome/global/nsTreeSorting.properties) + locale/global/plugins.properties (@AB_CD@/chrome/global/plugins.properties) + locale/global/printdialog.properties (@AB_CD@/chrome/global/printdialog.properties) ++ locale/global/printdialog.dtd (@AB_CD@/chrome/global/printdialog.dtd) ++ locale/global/printjoboptions.dtd (@AB_CD@/chrome/global/printjoboptions.dtd) ++ locale/global/printjoboptions.properties (@AB_CD@/chrome/global/printjoboptions.properties) ++ locale/global/printPageSetup.dtd (@AB_CD@/chrome/global/printPageSetup.dtd) ++ locale/global/printPreview.dtd (@AB_CD@/chrome/global/printPreview.dtd) ++ locale/global/printPreviewProgress.dtd (@AB_CD@/chrome/global/printPreviewProgress.dtd) ++ locale/global/printProgress.dtd (@AB_CD@/chrome/global/printProgress.dtd) ++ locale/global/regionNames.properties (@AB_CD@/chrome/global/regionNames.properties) ++ locale/global/dialog.properties (@AB_CD@/chrome/global/dialog.properties) ++ locale/global/tabbrowser.dtd (@AB_CD@/chrome/global/tabbrowser.dtd) ++ locale/global/tabbrowser.properties (@AB_CD@/chrome/global/tabbrowser.properties) ++ locale/global/textcontext.dtd (@AB_CD@/chrome/global/textcontext.dtd) ++ locale/global/viewSource.dtd (@AB_CD@/chrome/global/viewSource.dtd) ++ locale/global/viewSource.properties (@AB_CD@/chrome/global/viewSource.properties) ++ locale/global/wizard.properties (@AB_CD@/chrome/global/wizard.properties) + locale/global/history/history.properties (@AB_CD@/chrome/global/history/history.properties) +* locale/global-region/contents.rdf (generic/chrome/global-region/contents.rdf) ++ locale/global-region/region.dtd (@AB_CD@/chrome/global-region/region.dtd) ++ locale/global-region/region.properties (@AB_CD@/chrome/global-region/region.properties) ++ locale/global-region/builtinURLs.rdf (@AB_CD@/chrome/global-region/builtinURLs.rdf) +* locale/global-platform/contents.rdf (generic/chrome/global-platform/contents.rdf) + locale/global-platform/mac/platformKeys.properties (@AB_CD@/chrome/global-platform/mac/platformKeys.properties) + locale/global-platform/unix/platformKeys.properties (@AB_CD@/chrome/global-platform/unix/platformKeys.properties) + locale/global-platform/win/platformKeys.properties (@AB_CD@/chrome/global-platform/win/platformKeys.properties) + locale/global-platform/mac/intl.properties (@AB_CD@/chrome/global-platform/mac/intl.properties) + locale/global-platform/unix/intl.properties (@AB_CD@/chrome/global-platform/unix/intl.properties) + locale/global-platform/win/intl.properties (@AB_CD@/chrome/global-platform/win/intl.properties) +* locale/mozapps/contents.rdf (generic/chrome/mozapps/contents.rdf) +* locale/mozapps/downloads/unknownContentType.properties (@AB_CD@/chrome/mozapps/downloads/unknownContentType.properties) +* locale/mozapps/downloads/unknownContentType.dtd (@AB_CD@/chrome/mozapps/downloads/unknownContentType.dtd) + locale/mozapps/downloads/pref-downloads.dtd (@AB_CD@/chrome/mozapps/downloads/pref-downloads.dtd) + locale/mozapps/downloads/editAction.dtd (@AB_CD@/chrome/mozapps/downloads/editAction.dtd) + locale/mozapps/downloads/downloads.dtd (@AB_CD@/chrome/mozapps/downloads/downloads.dtd) + locale/mozapps/downloads/downloads.properties (@AB_CD@/chrome/mozapps/downloads/downloads.properties) + locale/mozapps/downloads/downloadProperties.dtd (@AB_CD@/chrome/mozapps/downloads/downloadProperties.dtd) + locale/mozapps/extensions/extensions.dtd (@AB_CD@/chrome/mozapps/extensions/extensions.dtd) + locale/mozapps/extensions/extensions.properties (@AB_CD@/chrome/mozapps/extensions/extensions.properties) + locale/mozapps/extensions/about.dtd (@AB_CD@/chrome/mozapps/extensions/about.dtd) + locale/mozapps/extensions/finalize.dtd (@AB_CD@/chrome/mozapps/extensions/finalize.dtd) + locale/mozapps/plugins/plugins.dtd (@AB_CD@/chrome/mozapps/plugins/plugins.dtd) + locale/mozapps/plugins/plugins.properties (@AB_CD@/chrome/mozapps/plugins/plugins.properties) + locale/mozapps/profile/createProfileWizard.dtd (@AB_CD@/chrome/mozapps/profile/createProfileWizard.dtd) + locale/mozapps/profile/profileSelection.properties (@AB_CD@/chrome/mozapps/profile/profileSelection.properties) + locale/mozapps/profile/profileSelection.dtd (@AB_CD@/chrome/mozapps/profile/profileSelection.dtd) + locale/mozapps/update/update.dtd (@AB_CD@/chrome/mozapps/update/update.dtd) + locale/mozapps/update/update.properties (@AB_CD@/chrome/mozapps/update/update.properties) + locale/mozapps/update/errors.dtd (@AB_CD@/chrome/mozapps/update/errors.dtd) + locale/mozapps/xpinstall/xpinstallConfirm.dtd (@AB_CD@/chrome/mozapps/xpinstall/xpinstallConfirm.dtd) + locale/mozapps/xpinstall/xpinstallConfirm.properties (@AB_CD@/chrome/mozapps/xpinstall/xpinstallConfirm.properties) +* locale/passwordmgr/contents.rdf (generic/chrome/passwordmgr/contents.rdf) +* locale/passwordmgr/passwordmgr.properties (@AB_CD@/chrome/passwordmgr/passwordmgr.properties) +* locale/passwordmgr/passwordManager.dtd (@AB_CD@/chrome/passwordmgr/passwordManager.dtd)