src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties
branchJDK-8200758-branch
changeset 57314 23da9e6f446f
parent 57283 0b0be19f79e4
child 57397 89549ecec1c7
equal deleted inserted replaced
57307:4948a1944cf9 57314:23da9e6f446f
    46 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
    46 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
    47 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
    47 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
    48 error.cannot-create-output-dir=Output directory {0} cannot be created.
    48 error.cannot-create-output-dir=Output directory {0} cannot be created.
    49 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    49 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    50 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    50 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    51 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
    51 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
    52 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    52 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    53 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    53 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    54 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
    54 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
    55 error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
    55 error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
    56 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
    56 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
    57 error.no-wix-tools.advice=Download WiX 3.0 or later from http\://wix.sf.net and add it to the PATH.
    57 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
    58 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
    58 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
    59 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
    59 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 .
    60 error.version-string-major-out-of-range=Major version must be in the range [0, 255]
    60 error.version-string-major-out-of-range=Major version must be in the range [0, 255].
    61 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535]
    61 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
    62 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255]
    62 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
    63 error.version-string-part-not-number=Failed to convert version component to int.
    63 error.version-string-part-not-number=Failed to convert version component to int.
    64 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory
    64 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
    65 error.version-swap=Failed to update version information for {0}.
    65 error.version-swap=Failed to update version information for {0}.
    66 
    66 
    67 
    67 message.result-dir=Result application bundle: {0}.
    68 
       
    69 message.result-dir=Result application bundle\: {0}
       
    70 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.
    68 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.
    71 message.multiple-launchers=Multiple launchers found in predefined app-image.  {0} will be used as primary launcher.
    69 message.multiple-launchers=Multiple launchers found in predefined app-image.  {0} will be used as primary launcher.
    72 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}".
    70 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}".
    73 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
    71 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
    74 message.outputting-to-location=Generating EXE for installer to\: {0}
    72 message.outputting-to-location=Generating EXE for installer to: {0}.
    75 message.output-location=Installer (.exe) saved to\: {0}
    73 message.output-location=Installer (.exe) saved to: {0}
    76 message.tool-version=\  Detected [{0}] version [{1}]
    74 message.tool-version=Detected [{0}] version [{1}].
    77 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
    75 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
    78 message.running-wsh-script=Running WSH script on application image [{0}]
    76 message.running-wsh-script=Running WSH script on application image [{0}].
    79 message.iscc-file-string=\  InnoSetup compiler set to {0}
    77 message.iscc-file-string=InnoSetup compiler set to {0}.
    80 message.creating-association-with-null-extension=Creating association with null extension.
    78 message.creating-association-with-null-extension=Creating association with null extension.
    81 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
    79 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
    82 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
    80 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
    83 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
    81 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
    84 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
    82 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
    85 message.generated-product-guid=Generated product GUID\: {0}
    83 message.generated-product-guid=Generated product GUID: {0}.
    86 message.preparing-msi-config=Preparing MSI config\: {0}
    84 message.preparing-msi-config=Preparing MSI config: {0}.
    87 message.generating-msi=Generating MSI\: {0}
    85 message.generating-msi=Generating MSI: {0}.
    88 message.light-file-string=WiX light tool set to {0}
    86 message.light-file-string=WiX light tool set to {0}.
    89 message.candle-file-string=WiX candle tool set to {0}
    87 message.candle-file-string=WiX candle tool set to {0}.
    90 message.install.dir.exist=The folder [APPLICATIONFOLDER] already exist. Whould you like to install to that folder anyway?
    88 message.install.dir.exist=The folder [APPLICATIONFOLDER] already exist. Whould you like to install to that folder anyway?
    91 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}".
    89 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}".
    92 
    90