src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties
branchJDK-8200758-branch
changeset 58115 4a27283b542d
parent 58114 42df7de58e39
child 58117 69465ef51b0c
--- a/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties	Tue Sep 10 14:57:03 2019 -0400
+++ b/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties	Wed Sep 11 13:26:36 2019 -0400
@@ -26,22 +26,22 @@
 
 app.bundler.name=Mac Application Image
 store.bundler.name=Mac App Store Ready Bundler
-dmg.bundler.name=DMG Package Bundler
-pkg.bundler.name=PKG Package Bundler
+dmg.bundler.name=Mac DMG Package
+pkg.bundler.name=Mac PKG Package
 
-error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}].
+error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}]
 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots.
-error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
+error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified
 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.
-error.parameters-null=Parameters map is null.
+error.parameters-null=Parameters map is null
 error.parameters-null.advice=Pass in a non-null parameters map.
-error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
-error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
+error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration
+error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true
 error.no-app-signing-key=No Mac App Store App Signing Key
 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
-error.certificate.expired=Error: Certificate expired {0}.
+error.certificate.expired=Error: Certificate expired {0}
 
 resource.bundle-config-file=Bundle config file
 resource.app-info-plist=Application Info.plist
@@ -69,7 +69,7 @@
 message.creating-association-with-null-extension=Creating association with null extension.
 message.ignoring.symlink=Warning: codesign is skipping the symlink {0}.
 message.keychain.error=Error: unable to get keychain list.
-message.building-bundle=Building Mac App Store Bundle for {0}.
+message.building-bundle=Building Mac App Store Package for {0}.
 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
 message.app-image-requires-app-name=When using an external app image you must specify the app name.