src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57397 89549ecec1c7
parent 57314 23da9e6f446f
child 57404 a477b26bf888
--- a/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_zh_CN.properties	Thu Jun 06 19:51:17 2019 -0400
+++ b/src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_zh_CN.properties	Thu Jun 06 19:53:38 2019 -0400
@@ -25,7 +25,7 @@
 #
 
 app.bundler.name=Windows Application Image
-app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE.  Used as a base for the Installer bundlers
+app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers.
 exe.bundler.name=EXE Installer
 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
 msi.bundler.name=MSI Installer
@@ -33,7 +33,6 @@
 
 param.menu-group.default=Unknown
 
-resource.application-icon=application icon
 resource.executable-properties-template=Template for creating executable properties file.
 resource.inno-setup-project-file=Inno Setup project file
 resource.setup-icon=setup dialog icon
@@ -51,8 +50,6 @@
 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
 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.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
-error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
 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}].
@@ -65,8 +62,8 @@
 error.version-swap=Failed to update version information for {0}.
 
 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.
-message.multiple-launchers=Multiple launchers found in predefined app-image.  {0} will be used as primary launcher.
+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.
+message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
 message.potential.windows.defender.issue=Warning: Windows Defender may prevent jpackage from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".
 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
 message.outputting-to-location=Generating EXE for installer to: {0}.