< prev index next >

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

Print this page




   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 app.bundler.name=Windows Application Image
  28 exe.bundler.name=EXE Installer
  29 msi.bundler.name=MSI Installer
  30 
  31 param.menu-group.default=Unknown
  32 
  33 resource.executable-properties-template=Template for creating executable properties file.
  34 resource.inno-setup-project-file=Inno Setup project file
  35 resource.setup-icon=setup dialog icon
  36 resource.post-install-script=script to run after application image is populated
  37 resource.wxl-file-name=MsiInstallerStrings_en.wxl
  38 
  39 error.parameters-null=Parameters map is null.
  40 error.parameters-null.advice=Pass in a non-null parameters map.
  41 error.no-windows-resources=This copy of the JDK does not support Windows.
  42 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
  43 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
  44 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
  45 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
  46 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
  47 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
  48 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
  49 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
  50 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
  51 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 .
  52 error.version-string-major-out-of-range=Major version must be in the range [0, 255].
  53 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
  54 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
  55 error.version-string-part-not-number=Failed to convert version component to int.
  56 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
  57 error.version-swap=Failed to update version information for {0}.
  58 error.version-compare=Error: Failed to compare version {0} with {1}.
  59 
  60 message.result-dir=Result application bundle: {0}.
  61 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.
  62 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
  63 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}".
  64 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
  65 message.outputting-to-location=Generating EXE for installer to: {0}.
  66 message.output-location=Installer (.exe) saved to: {0}
  67 message.tool-version=Detected [{0}] version [{1}].
  68 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  69 message.running-wsh-script=Running WSH script on application image [{0}].
  70 message.iscc-file-string=InnoSetup compiler set to {0}.
  71 message.creating-association-with-null-extension=Creating association with null extension.
  72 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
  73 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
  74 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
  75 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
  76 message.generated-product-guid=Generated product GUID: {0}.
  77 message.preparing-msi-config=Preparing MSI config: {0}.
  78 message.generating-msi=Generating MSI: {0}.
  79 message.light-file-string=WiX light tool set to {0}.
  80 message.candle-file-string=WiX candle tool set to {0}.
  81 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}".
  82 


   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 app.bundler.name=Windows Application Image
  28 exe.bundler.name=EXE Installer Bundler
  29 msi.bundler.name=MSI Installer Bundler
  30 
  31 param.menu-group.default=Unknown
  32 
  33 resource.executable-properties-template=Template for creating executable properties file.

  34 resource.setup-icon=setup dialog icon
  35 resource.post-install-script=script to run after application image is populated
  36 resource.wxl-file-name=MsiInstallerStrings_en.wxl
  37 
  38 error.parameters-null=Parameters map is null.
  39 error.parameters-null.advice=Pass in a non-null parameters map.
  40 error.no-windows-resources=This copy of the JDK does not support Windows.
  41 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
  42 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.


  43 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
  44 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
  45 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
  46 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
  47 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
  48 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 .
  49 error.version-string-major-out-of-range=Major version must be in the range [0, 255].
  50 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
  51 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
  52 error.version-string-part-not-number=Failed to convert version component to int.
  53 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
  54 error.version-swap=Failed to update version information for {0}.
  55 error.version-compare=Error: Failed to compare version {0} with {1}.
  56 
  57 message.result-dir=Result application bundle: {0}.
  58 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.
  59 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
  60 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}".
  61 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
  62 message.outputting-to-location=Generating EXE for installer to: {0}.
  63 message.output-location=Installer (.exe) saved to: {0}
  64 message.tool-version=Detected [{0}] version [{1}].
  65 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  66 message.running-wsh-script=Running WSH script on application image [{0}].

  67 message.creating-association-with-null-extension=Creating association with null extension.
  68 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
  69 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
  70 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
  71 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
  72 message.generated-product-guid=Generated product GUID: {0}.
  73 message.preparing-msi-config=Preparing MSI config: {0}.
  74 message.generating-msi=Generating MSI: {0}.
  75 message.light-file-string=WiX light tool set to {0}.
  76 message.candle-file-string=WiX candle tool set to {0}.
  77 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}".
  78 
< prev index next >