src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties
author herrick
Thu, 18 Oct 2018 17:57:26 -0400
branchJDK-8200758-branch
changeset 56986 5c3dae7af901
parent 56982 e094d5483bd6
permissions -rw-r--r--
JDK-8212089: Prepare packager for localization 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=Mac App Store
bundler.description=Creates a binary bundle ready for deployment into the Mac App Store.

param.app-bundler.name=Mac App Bundler
param.app-bundle.description=Creates a .app bundle for the Mac

param.app-image-build-root.name=Build Root Dir
param.app-image-build-root.description=This is temporary location built by the packager that is the root of the image application

param.signing-keychain.name=Signing Keychain
param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.

param.signing-key-name.name=Signing Key User Name
param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.

param.installer-name.name=Installer Name
param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.

param.config-root.name=Config Root Dir
param.config-root.description=Configuration directory.

error.parameters-null=Parameters map is null.
error.parameters-null.advice=Pass in a non-null parameters map.

message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists

message.could-not-retrieve-name=Could not retrieve gecos name
message.app-image-requires-app-name=When using an external app image you must specify the app name.
message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument.
message.app-image-requires-identifier=When using an external app image you must specify the identifier.
message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument.