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 param.configure-launcher-in-plist=Configure Launcher in Info.plist
  14 param.configure-launcher-in-plist.description=Should the legacy method of configuring hte launcher in the Info.plist be used.
  15 
  16 param.category-name=Category
  17 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.
  18 
  19 param.cfbundle-name.name=CFBundleName
  20 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.
  21 
  22 param.cfbundle-identifier.name=CFBundleIdentifier
  23 param.cfbundle-identifier.description=An identifier that uniquely identifies the application for MacOSX (and on the Mac App Store).  May only use alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.
  24 
  25 param.cfbundle-version.name=CFBundleVersion
  26 param.cfbundle-version.description=An computer readable version for the CFBundle.  May contain only digits and from zero to two dots, such as "1.8.1" or "100".
  27 
  28 param.bundle-id-signing-prefix.name=Bundle Signing Prefix
  29 param.bundle-id-signing-prefix.description=When signing the application bundle this value is prefixed to all components that need to be signed that don't have an existing CFBundleIdentifier.
  30 
  31 param.raw-executable-url.name=Launcher URL
  32 param.raw-executable-url.description=Override the packager default launcher with a custom launcher.
  33 
  34 param.default-icon-icns=Default Icon
  35 param.default-icon-icns.description=The Default Icon for when a user does not specify an icns file.
  36 
  37 param.runtime.name=JRE
  38 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.
  39 
  40 error.cannot-create-output-dir=Output directory {0} cannot be created.
  41 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  42 error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
  43 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'.  Valid versions are one to three integers separated by dots.
  44 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  45 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false.
  46 error.non-existent-runtime=The file for the Runtime/JRE directory does not exist.
  47 error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE.
  48 error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory.
  49 error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK.
  50 resource.bundle-config-file=Bundle config file
  51 
  52 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  53 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.
  54 message.no-mac-jre-support=Currently Macs require a JDK to package
  55 message.creating-app-bundle=Creating app bundle\: {0}
  56 message.null-classpath=Null app resources?
  57 message.preparing-info-plist=Preparing Info.plist\: {0}
  58 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.
  59 message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3.
  60 message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative.
  61 message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings.
  62 message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots.
  63 message.creating-association-with-null-extension=Creating association with null extension.