1 bundler.name=Mac Application Image
   2 bundler.description=A Directory based image of a mac Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
   3 
   4 param.signing-key-developer-id-app.name=Apple Developer ID Application Signing Key
   5 param.signing-key-developer-id-app.description=The full name of the Apple Developer ID Application signing key.
   6 
   7 param.icon-icns.name= .icns Icon
   8 param.icon-icns.description= Icon for the application, in ICNS format.
   9 
  10 param.config-root.name=
  11 param.config-root.description=
  12 
  13 error.no-application-jar=Main application jar is missing.
  14 error.no-application-jar.advice=Make sure to use fx\:jar task to create main application jar.
  15 error.cannot-create-output-dir=Output directory {0} cannot be created.
  16 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  17 
  18 resource.bundle-config-file=Bundle config file
  19 
  20 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  21 message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters.  For a better Mac experience consider shortening it.
  22 message.no-mac-jre-support=Currently Macs require a JDK to package
  23 message.creating-app-bundle=Creating app bundle\: {0}
  24 message.null-classpath=Null app resources?
  25 message.preparing-info-plist=Preparing Info.plist\: {0}
  26 message.icon-not-icns= The specified icon "{0}" is not an ICNS file and will not be used.  The default icon will be used in it's place.
  27 param.category-name=Category
  28 param.category-name.description=Mac App Store Categories. Note that the key is the string to display to the user and the value is the id of the category
  29 param.cfbundle-name=CFBundleName
  30 param.cfbundle-name.description=The name of the app as it appears in the Menu Bar.  This can be different from the application name.  This name should be less than 16 characters long and be suitable for displaying in the menu bar and the app’s Info window.
  31 param.raw-executable-url.name=Launcher URL
  32 param.raw-executable-url.description=Override the packager default launcher with a custom launcher.
  33 param.default-icon-icns=Default Icon
  34 param.default-icon-icns.description=The Default Icon for when a user does not specify an icns file.