src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57213 8ff0a29bf9bc
parent 57192 3d6a21f41c10
child 57219 bfa094e6ce15
equal deleted inserted replaced
57198:fac5bd3a361d 57213:8ff0a29bf9bc
    32 param.create-image.description=Creates platform-specific application image.
    32 param.create-image.description=Creates platform-specific application image.
    33 param.create-installer.name=Create Installer
    33 param.create-installer.name=Create Installer
    34 param.create-installer.description=Creates platform-specific installer for the application.
    34 param.create-installer.description=Creates platform-specific installer for the application.
    35 param.create-jre-installer.name=Create JRE Installer
    35 param.create-jre-installer.name=Create JRE Installer
    36 param.create-jre-installer.description=Creates platform-specific JRE installer.
    36 param.create-jre-installer.description=Creates platform-specific JRE installer.
    37 param.jlink-builder.name=JLink Builder
       
    38 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
       
    39 param.app-name.name=App Name
    37 param.app-name.name=App Name
    40 param.app-name.description=The name of the application.
    38 param.app-name.description=The name of the application.
    41 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
    39 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
    42 param.app-resources.name=Resources
    40 param.app-resources.name=Resources
    43 param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory.  Including all needed jars as assets.
    41 param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory.  Including all needed jars as assets.
   108 param.fa-description.name=File Association Description
   106 param.fa-description.name=File Association Description
   109 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
   107 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
   110 param.source-dir.name=Source Directory
   108 param.source-dir.name=Source Directory
   111 param.source-dir.description=Path to the directory containing the files to be bundled.
   109 param.source-dir.description=Path to the directory containing the files to be bundled.
   112 param.module-path.name=Module Path
   110 param.module-path.name=Module Path
   113 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
   111 param.module-path.description=When packaging the Java Runtime, this is the path jlink will look in for modules.
   114 param.add-modules.name=Add Modules
   112 param.add-modules.name=Add Modules
   115 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
   113 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
   116 param.limit-modules.name=Limit Modules
   114 param.limit-modules.name=Limit Modules
   117 param.limit-modules.description=Modules to Limit JImage creation to.
   115 param.limit-modules.description=Modules to Limit JImage creation to.
   118 param.strip-executables.name=Strip Native Executables
   116 param.strip-executables.name=Strip Native Executables
   147 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   145 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   148 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
   146 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
   149 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   147 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   150 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
   148 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
   151 
   149 
   152 warning.module.does.not.exist=Module {0} does not exist.
   150 warning.module.does.not.exist=Module [{0}] does not exist.
   153 warning.no.jdk.modules.found=Warning: No JDK Modules found.
   151 warning.no.jdk.modules.found=Warning: No JDK Modules found.
   154 warning.unsupported.option=Warning: Option [{0}] is not supported on this platform.
   152 warning.unsupported.option=Warning: Option [{0}] is not supported on this platform.
   155 warning.unsupported.mode.option=Warning: Option [{0}] is not supported in {1} mode.
   153 warning.unsupported.mode.option=Warning: Option [{0}] is not supported in {1} mode.
   156 warning.missing.arg.file=Warning: Missing argument file: {0}
   154 warning.missing.arg.file=Warning: Missing argument file: {0}
   157 
   155