1 bundler.name=PKG Installer
   2 bundler.description=Mac PKG Installer Bundle.
   3 
   4 param.signing-key-developer-id-installer.name=Apple Developer ID Installer Signing Key
   5 param.signing-key-developer-id-installer.description=The full name of the Apple Developer ID Installer signing key.
   6 
   7 param.packages-root.name=
   8 param.packages-root.description=This is temporary location for component packages (application and daemon).  The packages are incorporated into final product package.
   9 
  10 param.installer-suffix.name=Installer Suffix
  11 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.
  12 
  13 param.scripts-dir.name=
  14 param.scripts-dir.description=This is temporary location for package scripts
  15 
  16 resource.pkg-preinstall-script=PKG preinstall script
  17 resource.pkg-postinstall-script=PKG postinstall script
  18 resource.pkg-background-image=pkg background image
  19 resource.post-install-script=script to run after application image is populated
  20 
  21 error.parameters-null=Parameters map is null.
  22 error.parameters-null.advice=Pass in a non-null parameters map.
  23 error.license-missing=Specified license file is missing.
  24 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative to the basedir "{1}".
  25 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  26 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-installer' or unset 'signBundle' or set 'signBundle' to false.
  27 error.cannot-create-output-dir=Output directory {0} cannot be created.
  28 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  29 
  30 message.building-pkg=Building PKG package for {0}
  31 message.running-script=Running shell script on application image [{0}]
  32 message.preparing-scripts=Preparing package scripts
  33 message.preparing-distribution-dist=Preparing distribution.dist\: {0}
  34 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  35 message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}