src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties
branchJDK-8200758-branch
changeset 58115 4a27283b542d
parent 58114 42df7de58e39
child 58116 93b8c1305de2
--- a/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties	Tue Sep 10 14:57:03 2019 -0400
+++ b/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties	Wed Sep 11 13:26:36 2019 -0400
@@ -25,8 +25,8 @@
 #
 
 app.bundler.name=Windows Application Image
-exe.bundler.name=EXE Installer Bundler
-msi.bundler.name=MSI Installer Bundler
+exe.bundler.name=EXE Installer Package
+msi.bundler.name=MSI Installer Package
 
 param.menu-group.default=Unknown
 
@@ -35,24 +35,24 @@
 resource.post-install-script=script to run after application image is populated
 resource.wxl-file-name=MsiInstallerStrings_en.wxl
 
-error.parameters-null=Parameters map is null.
-error.parameters-null.advice=Pass in a non-null parameters map.
-error.no-windows-resources=This copy of the JDK does not support Windows.
-error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
-error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
-error.copyright-is-too-long=The copyright string is too long for InnoSetup.
+error.parameters-null=Parameters map is null
+error.parameters-null.advice=Pass in a non-null parameters map
+error.no-windows-resources=This copy of the JDK does not support Windows
+error.no-windows-resources.advice=Please use the Oracle JDK for Windows
+error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}
+error.copyright-is-too-long=The copyright string is too long for InnoSetup
 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
-error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
+error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe)
 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
-error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
+error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}]
 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: http://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx .
-error.version-string-major-out-of-range=Major version must be in the range [0, 255].
-error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
-error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
-error.version-string-part-not-number=Failed to convert version component to int.
-error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
-error.version-swap=Failed to update version information for {0}.
-error.version-compare=Error: Failed to compare version {0} with {1}.
+error.version-string-major-out-of-range=Major version must be in the range [0, 255]
+error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535]
+error.version-string-minor-out-of-range=Minor version must be in the range [0, 255]
+error.version-string-part-not-number=Failed to convert version component to int
+error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory
+error.version-swap=Failed to update version information for {0}
+error.version-compare=Error: Failed to compare version {0} with {1.
 
 message.result-dir=Result application bundle: {0}.
 message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.