bundler.name=Windows Application Image bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers param.config-root.name= param.config-root.description= param.raw-executable-url.name = Launcher URL param.raw-executable-url.description = Override the packager default launcher with a custom launcher. param.rebrand-executable.name = Rebrand Launcher param.rebrand-executable.description = Update the launcher with the application icon and update ownership information. param.icon-ico.name = .ico Icon param.icon-ico.description = Icon for the application, in ICO format. resource.application-icon=application icon error.parameters-null=Parameters map is null. error.parameters-null.advice=Pass in a non-null parameters map. error.empty-user-jvm-option-value=UserJvmOption key ''{0}'' has a null or empty value. error.empty-user-jvm-option-value.advice=Provide a value for the key or split the key into a key/value pair. Such as '-Xmx1G' into '-Xmx' and '1G'. error.no-windows-resources=This copy of ant-javafx.jar does not support Windows. error.no-windows-resources.advice=Please use ant-javafx.jar coming with Oracle JDK for Windows. error.no-application-jar=Main application jar is missing. error.no-application-jar.advice=Make sure to use fx\:jar task to create main application jar. error.bit-architecture-mismatch=Bit architecture mismatch between FX SDK and JRE runtime. error.bit-architecture-mismatch.advice=Make sure to use JRE runtime with correct bit architecture. error.cannot-create-output-dir=Output directory {0} cannot be created. error.cannot-write-to-output-dir=Output directory {0} is not writable. message.creating-app-bundle=Creating app bundle\: {0} in {1} message.result-dir=Result application bundle\: {0} message.config-save-location=\ Config files are saved to {0}. Use them to customize package. message.disable-bit-architecture-check=Disabled check for bit architecture mismatch. message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value message.icon-not-ico= The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.