src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57096 d06bec27f8c9
parent 57091 06bc4bd64599
child 57099 9a85a7a076ad
equal deleted inserted replaced
57095:1e18c850b591 57096:d06bec27f8c9
   133 message.modules="Adding modules: {0} to runtime image."
   133 message.modules="Adding modules: {0} to runtime image."
   134 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
   134 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
   135 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   135 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   136 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
   136 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
   137 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   137 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
       
   138 message.debug-working-directory=Kept working directory for debug\: {0}
   138 
   139 
   139 error.cannot-create-output-dir=Output directory {0} cannot be created.
   140 error.cannot-create-output-dir=Output directory {0} cannot be created.
   140 error.cannot-write-to-output-dir=Output directory {0} is not writable.
   141 error.cannot-write-to-output-dir=Output directory {0} is not writable.
   141 error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
   142 error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
   142 error.no-application-class=Main application class is missing.
   143 error.no-application-class=Main application class is missing.
   170 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
   171 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
   171 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
   172 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
   172 ERR_NoJreInstallerName=Jre Installers require a name parameter.
   173 ERR_NoJreInstallerName=Jre Installers require a name parameter.
   173 ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument
   174 ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument
   174 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
   175 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
       
   176 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.