src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 58115 4a27283b542d
parent 57741 38856ef4a19c
child 58147 45a9084fe981
equal deleted inserted replaced
58114:42df7de58e39 58115:4a27283b542d
    30 
    30 
    31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
    31 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize).
    32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
    32 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize).
    33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
    33 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}).
    34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
    34 message.using-custom-resource=Using custom package resource {0} (loaded from {1}).
    35 message.creating-app-bundle=Creating app bundle: {0} in {1}.
    35 message.creating-app-bundle=Creating app package: {0} in {1}
    36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
    36 message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists
    37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
    37 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists.
    38 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}: {1} does not exists
    39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
    39 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
    40 message.debug-working-directory=Kept working directory for debug: {0}.
    40 message.debug-working-directory=Kept working directory for debug: {0}
    41 message.bundle-created=Succeeded in building {0} bundle.
    41 message.bundle-created=Succeeded in building {0} package
    42 
    42 
    43 error.cannot-create-output-dir=Output directory {0} cannot be created.
    43 error.cannot-create-output-dir=Output directory {0} cannot be created
    44 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    44 error.cannot-write-to-output-dir=Output directory {0} is not writable
    45 error.root-exists=Error: Application output directory {0} already exists.
    45 error.root-exists=Error: Application output directory {0} already exists
    46 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}.
    46 error.no-main-class-with-main-jar=A main class was not specified nor was one found in the jar {0}
    47 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest.
    47 error.no-main-class-with-main-jar.advice=Specify a main class or ensure that the jar {0} specifies one in the manifest
    48 error.no-main-class=A main class was not specified nor was one found in the supplied application resources.
    48 error.no-main-class=A main class was not specified nor was one found in the supplied application resources
    49 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
    49 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest
    50 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    50 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory
    51 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory.
    51 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory
    52 
    52 
    53 warning.module.does.not.exist=Module [{0}] does not exist.
    53 warning.module.does.not.exist=Module [{0}] does not exist
    54 warning.no.jdk.modules.found=Warning: No JDK Modules found.
    54 warning.no.jdk.modules.found=Warning: No JDK Modules found
    55 
    55 
    56 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    56 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
    57 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    57 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1} \n\
    58 Advice to fix: {2}
    58 Advice to fix: {2}
    59 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}.
    59 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem: {1}
    60 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    60 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
    61 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    61 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a package
    62 
    62 
    63 ERR_NoMainClass=Error: Main application class is missing.
    63 ERR_NoMainClass=Error: Main application class is missing
    64 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    64 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform
    65 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}].
    65 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}]
    66 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    66 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option
    67 
    67 
    68 ERR_MissingArgument=Error: Missing argument: {0}.
    68 ERR_MissingArgument=Error: Missing argument: {0}
    69 ERR_MissingAppResources=Error: No application jars found.
    69 ERR_MissingAppResources=Error: No application jars found
    70 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    70 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    71 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
    71 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>)
    72 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
    72 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name
    73 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
    73 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter
    74 ERR_InvalidAppName=Error: Invalid Application name: {0}.
    74 ERR_InvalidAppName=Error: Invalid Application name: {0}
    75 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    75 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}
    76 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
    76 ERR_LicenseFileNotExit=Error: Specified license file does not exist
    77 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    77 ERR_BuildRootInvalid=Error: temp ({0}) must be non-existant or empty directory
    78 ERR_InvalidOption=Error: Invalid Option: [{0}].
    78 ERR_InvalidOption=Error: Invalid Option: [{0}]
    79 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}].
    79 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}]
    80 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
    80 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
    81 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option.
    81 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
    82 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
    82 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}
    83 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.
    83 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}
    84 ERR_CannotParseOptions=Error: Processing @filename option: {0}.
    84 ERR_CannotParseOptions=Error: Processing @filename option: {0}