< prev index next >

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties

Print this page

        

@@ -23,28 +23,25 @@
 # questions.
 #
 #
 
 app.bundler.name=Windows Application Image
-exe.bundler.name=EXE Installer
-msi.bundler.name=MSI Installer
+exe.bundler.name=EXE Installer Bundler
+msi.bundler.name=MSI Installer Bundler
 
 param.menu-group.default=Unknown
 
 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
 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.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
-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.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,11 +62,10 @@
 message.outputting-to-location=Generating EXE for installer to: {0}.
 message.output-location=Installer (.exe) saved to: {0}
 message.tool-version=Detected [{0}] version [{1}].
 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
 message.running-wsh-script=Running WSH script on application image [{0}].
-message.iscc-file-string=InnoSetup compiler set to {0}.
 message.creating-association-with-null-extension=Creating association with null extension.
 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
< prev index next >