< prev index next >

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

Print this page




  11 error.parameters-null.advice=Pass in a non-null parameters map.
  12 
  13 error.dmg-does-not-do-daemons=DMG bundler doesn't support services.
  14 error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false.
  15 
  16 error.license-missing=Specified license file is missing.
  17 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
  18 
  19 error.cannot-create-output-dir=Output directory {0} cannot be created.
  20 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  21 
  22 resource.dmg-setup-script=DMG setup script
  23 resource.license-setup=License setup
  24 resource.dmg-background=dmg background
  25 resource.volume-icon=volume icon
  26 resource.post-install-script=script to run after application image is populated
  27 
  28 message.building-dmg=Building DMG package for {0}
  29 message.running-script=Running shell script on application image [{0}]
  30 message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}
  31 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  32 message.preparing-dmg-setup=Preparing dmg setup\: {0}
  33 message.creating-dmg-file=\ Creating DMG file\: {0}
  34 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
  35 message.output-to-location=Result DMG installer for {0}\: {1}
  36 


  11 error.parameters-null.advice=Pass in a non-null parameters map.
  12 
  13 error.dmg-does-not-do-daemons=DMG bundler doesn't support services.
  14 error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false.
  15 
  16 error.license-missing=Specified license file is missing.
  17 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
  18 
  19 error.cannot-create-output-dir=Output directory {0} cannot be created.
  20 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  21 
  22 resource.dmg-setup-script=DMG setup script
  23 resource.license-setup=License setup
  24 resource.dmg-background=dmg background
  25 resource.volume-icon=volume icon
  26 resource.post-install-script=script to run after application image is populated
  27 
  28 message.building-dmg=Building DMG package for {0}
  29 message.running-script=Running shell script on application image [{0}]
  30 message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}
  31 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  32 message.preparing-dmg-setup=Preparing dmg setup\: {0}
  33 message.creating-dmg-file=Creating DMG file\: {0}
  34 message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
  35 message.output-to-location=Result DMG installer for {0}\: {1}
  36 
< prev index next >