src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties
equal
deleted
inserted
replaced
89 param.version.name=Version |
89 param.version.name=Version |
90 param.version.description=The version of this application. |
90 param.version.description=The version of this application. |
91 param.version.default=1.0 |
91 param.version.default=1.0 |
92 param.verbose.name=Verbose |
92 param.verbose.name=Verbose |
93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers. |
93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers. |
94 param.force.name=Overwrite |
94 param.overwrite.name=Overwrite |
95 param.force.description=Flag to allow removal of existing application output directory |
95 param.overwrite.description=Flag to allow removal of existing application output directory |
96 param.resource-dir.name=Resource Dir |
96 param.resource-dir.name=Resource Dir |
97 param.resource-dir.description=The directory to look for bundler specific resources. |
97 param.resource-dir.description=The directory to look for bundler specific resources. |
98 param.secondary-launchers.name=Secondary Launchers |
98 param.secondary-launchers.name=Secondary Launchers |
99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers |
99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers |
100 param.file-associations.name=File Associations |
100 param.file-associations.name=File Associations |
135 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
135 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
136 message.debug-working-directory=Kept working directory for debug\: {0} |
136 message.debug-working-directory=Kept working directory for debug\: {0} |
137 |
137 |
138 error.cannot-create-output-dir=Output directory {0} cannot be created. |
138 error.cannot-create-output-dir=Output directory {0} cannot be created. |
139 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
139 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
140 error.root-exists-without-force=Error: Application output directory {0} already exists and --overwrite is not specified" |
140 error.root-exists-without-overwrite=Error: Application output directory {0} already exists and --overwrite is not specified |
141 error.no-application-class=Main application class is missing. |
141 error.no-application-class=Main application class is missing. |
142 error.no-application-class.advice=Please specify main application class. |
142 error.no-application-class.advice=Please specify main application class. |
143 error.no-main-module=Main application module is missing. |
143 error.no-main-module=Main application module is missing. |
144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application. |
144 error.no-main-module.advice=Make sure to use fx\:module task to create modular application. |
145 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |
145 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |