src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties
branchJDK-8200758-branch
changeset 58415 73f8e557549a
parent 58117 69465ef51b0c
child 58762 0fe62353385b
equal deleted inserted replaced
58414:a5f66aa04f68 58415:73f8e557549a
    74 message.building-bundle=Building Mac App Store Package for {0}.
    74 message.building-bundle=Building Mac App Store Package for {0}.
    75 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
    75 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
    76 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
    76 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
    77 message.app-image-requires-app-name=When using an external app image you must specify the app name.
    77 message.app-image-requires-app-name=When using an external app image you must specify the app name.
    78 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.
    78 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.
    79 message.app-image-requires-identifier=When using an external app image you must specify the identifier.
    79 message.app-image-requires-identifier=Unable to extract identifier from app image.
    80 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.
    80 message.app-image-requires-identifier.advice=Use "--verbose" for extended error message or specify it via "--mac-package-identifier".
    81 message.building-dmg=Building DMG package for {0}.
    81 message.building-dmg=Building DMG package for {0}.
    82 message.running-script=Running shell script on application image [{0}].
    82 message.running-script=Running shell script on application image [{0}].
    83 message.preparing-dmg-setup=Preparing dmg setup: {0}.
    83 message.preparing-dmg-setup=Preparing dmg setup: {0}.
    84 message.creating-dmg-file=Creating DMG file: {0}.
    84 message.creating-dmg-file=Creating DMG file: {0}.
    85 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
    85 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.