< prev index next >

modules/jdk.packager/src/main/resources/com/oracle/tools/packager/mac/MacAppStoreBundler.properties

Print this page




  11 param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
  12 
  13 param.installer-suffix.name=Installer Suffix
  14 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.
  15 
  16 resource.mac-app-store-entitlements=Mac App Store Entitlements
  17 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
  18 
  19 error.parameters-null=Parameters map is null.
  20 error.parameters-null.advice=Pass in a non-null parameters map.
  21 error.cannot-create-output-dir=Output directory {0} cannot be created.
  22 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  23 error.no-system-runtime=Bundle Configured to use the System JRE
  24 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
  25 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  26 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  27 error.no-app-signing-key=No Mac App Store App Signing Key
  28 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  29 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  30 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.


  31 
  32 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  33 message.building-bundle=Building Mac App Store Bundle for {0}
  34 mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}


  11 param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
  12 
  13 param.installer-suffix.name=Installer Suffix
  14 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.
  15 
  16 resource.mac-app-store-entitlements=Mac App Store Entitlements
  17 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
  18 
  19 error.parameters-null=Parameters map is null.
  20 error.parameters-null.advice=Pass in a non-null parameters map.
  21 error.cannot-create-output-dir=Output directory {0} cannot be created.
  22 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  23 error.no-system-runtime=Bundle Configured to use the System JRE
  24 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
  25 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  26 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  27 error.no-app-signing-key=No Mac App Store App Signing Key
  28 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  29 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  30 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  31 error.certificate.expired=Error: Certificate expired {0}.
  32 
  33 
  34 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  35 message.building-bundle=Building Mac App Store Bundle for {0}
  36 mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}
< prev index next >