src/jdk.packager/macosx/classes/jdk/packager/internal/resources/mac/MacBaseInstallerBundler.properties
8210505: Unable to create an installer from an app-image on linux
Reviewed-by: almatvee
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=
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.daemon-bundler.name=Mac Daemon Bundler
param.daemon-bundler.description=Creates daemon image for the Mac
param.daemon-image-build-root.name=
param.daemon-image-build-root.description=This is temporary location built by the packager that is the root of the daemon image
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=
param.config-root.description=
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.