src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties
branchJDK-8200758-branch
changeset 57407 2c14fbeff1dc
parent 57404 a477b26bf888
child 57438 4a31db8d42bd
equal deleted inserted replaced
57405:539d8b3f9e1e 57407:2c14fbeff1dc
    35 
    35 
    36 resource.executable-properties-template=Template for creating executable properties file.
    36 resource.executable-properties-template=Template for creating executable properties file.
    37 resource.inno-setup-project-file=Inno Setup project file
    37 resource.inno-setup-project-file=Inno Setup project file
    38 resource.setup-icon=setup dialog icon
    38 resource.setup-icon=setup dialog icon
    39 resource.post-install-script=script to run after application image is populated
    39 resource.post-install-script=script to run after application image is populated
    40 resource.wxl-file-name=MsiInstallerStrings_ja.wxl
    40 resource.wxl-file-name=MsiInstallerStrings_en.wxl
    41 
    41 
    42 error.parameters-null=Parameters map is null.
    42 error.parameters-null=Parameters map is null.
    43 error.parameters-null.advice=Pass in a non-null parameters map.
    43 error.parameters-null.advice=Pass in a non-null parameters map.
    44 error.no-windows-resources=This copy of the JDK does not support Windows.
    44 error.no-windows-resources=This copy of the JDK does not support Windows.
    45 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
    45 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
    46 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
    46 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
    47 error.cannot-create-output-dir=Output directory {0} cannot be created.
       
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
       
    49 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    47 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    50 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
    48 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
    51 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    49 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    52 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    50 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    53 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
    51 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).