1 bundler.name=Windows Application Image
   2 bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
   3 
   4 param.config-root.name=
   5 param.config-root.description=
   6 
   7 param.raw-executable-url.name = Launcher URL
   8 param.raw-executable-url.description = Override the packager default launcher with a custom launcher.
   9 
  10 param.rebrand-executable.name = Rebrand Launcher
  11 param.rebrand-executable.description = Update the launcher with the application icon and update ownership information.
  12 
  13 param.icon-ico.name = .ico Icon
  14 param.icon-ico.description = Icon for the application, in ICO format.
  15 
  16 resource.application-icon=application icon
  17 
  18 error.parameters-null=Parameters map is null.
  19 error.parameters-null.advice=Pass in a non-null parameters map.
  20 error.no-windows-resources=This copy of ant-javafx.jar does not support Windows.
  21 error.no-windows-resources.advice=Please use ant-javafx.jar coming with Oracle JDK for Windows.
  22 error.bit-architecture-mismatch=Bit architecture mismatch between FX SDK and JRE runtime.
  23 error.bit-architecture-mismatch.advice=Make sure to use JRE runtime with correct bit architecture.
  24 error.cannot-create-output-dir=Output directory {0} cannot be created.
  25 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  26 
  27 message.creating-app-bundle=Creating app bundle\: {0} in {1}
  28 message.result-dir=Result application bundle\: {0}
  29 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  30 message.disable-bit-architecture-check=Disabled check for bit architecture mismatch.
  31 message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value
  32 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.