src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
equal
deleted
inserted
replaced
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. |
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. |
42 param.app-resources-list.name=Resources List |
42 param.app-resources-list.name=Resources List |
43 param.build-root.name=Build Root |
43 param.build-root.name=Build Root |
44 param.build-root.description=The directory in which to use and place temporary files. |
44 param.build-root.description=The directory in which to use and place temporary files. |
45 param.category.name=Category |
45 param.category.name=Category |
46 param.category.description=The category oor group of the application. Generally speaking you will also want to specify application specific categories as well. |
46 param.category.description=The category or group of the application. Generally speaking you will also want to specify application specific categories as well. |
47 param.category.default=Unknown |
47 param.category.default=Unknown |
48 param.copyright.name=Copyright |
48 param.copyright.name=Copyright |
49 param.copyright.description=The copyright for the application. |
49 param.copyright.description=The copyright for the application. |
50 param.copyright.default=Copyright (C) {0,date,YYYY} |
50 param.copyright.default=Copyright (C) {0,date,YYYY} |
51 param.description.name=Description |
51 param.description.name=Description |
174 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
174 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
175 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. |
175 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. |
176 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
176 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
177 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory. |
177 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory. |
178 ERR_InvalidOption=Error: Invalid Option: [{0}] |
178 ERR_InvalidOption=Error: Invalid Option: [{0}] |
|
179 ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |