src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57307 4948a1944cf9
parent 57261 13b6672477df
child 57314 23da9e6f446f
equal deleted inserted replaced
57306:b3b59183df78 57307:4948a1944cf9
    72 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    72 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    73 
    73 
    74 
    74 
    75 
    75 
    76 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    76 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    77 ERR_NotImageOption=Error: Option [{0}] is not valid in create-image mode.
    77 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    78 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option
    78 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option
    79 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    79 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    80 
    80 
    81 ERR_MissingMode=Error: Mode is not specified
    81 ERR_MissingMode=Error: Mode is not specified
    82 ERR_MissingArgument=Error: Missing argument: {0}
    82 ERR_MissingArgument=Error: Missing argument: {0}
    92 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    92 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    93 ERR_InvalidOption=Error: Invalid Option: [{0}]
    93 ERR_InvalidOption=Error: Invalid Option: [{0}]
    94 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    94 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    95 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}].
    95 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}].
    96 ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options"
    96 ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options"
    97 ERR_NoEntryPoint="Error: create-image requires --main-jar or --module Option"
    97 ERR_NoEntryPoint="Error: create-app-image requires --main-jar or --module Option"