src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
branchJDK-8200758-branch
changeset 57119 b3dda8d77d8a
parent 57106 ea870b9ce89a
child 57125 846d4865b362
equal deleted inserted replaced
57118:cf2b4754174d 57119:b3dda8d77d8a
    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
    37 param.jlink-builder.name=JLink Builder
    38 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
    38 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
    39 param.app-name.name=App Name
    39 param.app-name.name=App Name
    40 param.app-name.description=The name of the application.
    40 param.app-name.description=The name of the application.
    41 param.app-fs-name.name=App File System Name
       
    42 param.app-fs-name.description=The name of the application suitable for file system use.  Typically this is just letters, numbers, dots, and dashes.
       
    43 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
    41 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
    44 param.app-resources.name=Resources
    42 param.app-resources.name=Resources
    45 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.
    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.
    46 param.app-resources-list.name=Resources List
    44 param.app-resources-list.name=Resources List
    47 param.build-root.name=Build Root
    45 param.build-root.name=Build Root
   166 
   164 
   167 ERR_MissingArgument=Error: Missing argument: {0}
   165 ERR_MissingArgument=Error: Missing argument: {0}
   168 ERR_MissingAppResources=Error: No application jars found
   166 ERR_MissingAppResources=Error: No application jars found
   169 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
   167 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
   170 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
   168 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
   171 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
   169 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter.
   172 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
   170 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter.
   173 ERR_NoJreInstallerName=Jre Installers require a name parameter.
   171 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
   174 ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument
   172 ERR_InvalidAppName=Error: Invalid Application name: {0}.
       
   173 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}.
   175 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
   174 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
   176 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
   175 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.