src/jdk.jpackager/macosx/classes/jdk/jpackager/internal/resources/MacPkgBundler.properties
author herrick
Wed, 21 Nov 2018 17:50:46 -0500
branchJDK-8200758-branch
changeset 57038 b0f09e7c4680
permissions -rw-r--r--
8213963: Flatten out jpackager packages and resources Reviewed-by: almatvee

#
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#

bundler.name=PKG Installer
bundler.description=Mac PKG Installer Bundle.

param.signing-key-developer-id-installer.name=Apple Developer ID Installer Signing Key
param.signing-key-developer-id-installer.description=The full name of the Apple Developer ID Installer signing key.

param.packages-root.name=PKG Root Dir
param.packages-root.description=This is temporary location for component packages (application and daemon).  The packages are incorporated into final product package.

param.installer-suffix.name=Installer Suffix
param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.

param.scripts-dir.name=
param.scripts-dir.description=This is temporary location for package scripts

param.mac-install-dir.name=Mac Installation Directory
param.mac-install-dir.description=Installation directory of the application on Mac.

resource.pkg-preinstall-script=PKG preinstall script
resource.pkg-postinstall-script=PKG postinstall script
resource.pkg-background-image=pkg background image
resource.post-install-script=script to run after application image is populated

error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.
error.license-missing=Specified license file is missing.
error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative to the basedir "{1}".
error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-installer' or unset 'signBundle' or set 'signBundle' to false.
error.cannot-create-output-dir=Output directory {0} cannot be created.
error.cannot-write-to-output-dir=Output directory {0} is not writable.

message.building-pkg=Building PKG package for {0}
message.running-script=Running shell script on application image [{0}]
message.preparing-scripts=Preparing package scripts
message.preparing-distribution-dist=Preparing distribution.dist\: {0}
message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}
message.signing.pkg=Warning: For signing PKG, you might need to set "Always Trust" for your certificate using "Keychain Access" tool.