1 bundler.name=Linux Application Image
   2 bundler.description=A Directory based image of a linux Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers.
   3 
   4 param.raw-executable-url.name=Launcher URL
   5 param.raw-executable-url.description=Override the packager default launcher with a custom launcher.
   6 
   7 param.icon-png.name=.png Icon
   8 param.icon-png.description=Icon for the application, in PNG format.
   9 
  10 param.runtime.name=JRE
  11 param.runtime.description=The Java Runtime to co-bundle.  The default value is the current JRE running the bundler.  A value of null will cause no JRE to be co-bundled and the system JRE will be used to launch the application.
  12 
  13 error.parameters-null=Parameters map is null.
  14 error.parameters-null.advice=Pass in a non-null parameters map.
  15 error.no-linux-resources=This copy of ant-javafx.jar does not support Linux.
  16 error.no-linux-resources.advice=Please use ant-javafx.jar coming with Oracle JDK for Linux.
  17 error.cannot-create-output-dir=Output directory {0} cannot be created.
  18 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  19 
  20 message.creating-bundle-location=Creating app bundle\: {0}
  21 message.jvm-user-arg-is-null=WARNING\: a jvmuserarg has a null name or value
  22 message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used.  The default icon will be used in it's place.