--- old/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties 2019-01-26 14:11:53.009192500 -0500 +++ new/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_ja.properties 2019-01-26 14:11:51.428160800 -0500 @@ -38,8 +38,6 @@ param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with. param.app-name.name=App Name param.app-name.description=The name of the application. -param.app-fs-name.name=App File System Name -param.app-fs-name.description=The name of the application suitable for file system use. Typically this is just letters, numbers, dots, and dashes. param.app-resource.description=All of the files to place in the resources directory. Including all needed jars as assets. param.app-resources.name=Resources 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. @@ -168,9 +166,10 @@ ERR_MissingAppResources=Error: No application jars found ERR_AppImageNotExist=Error: App image directory "{0}" does not exist ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories -ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter. -ERR_NoUniqueName=Secondary Launchers require a unique name parameter. -ERR_NoJreInstallerName=Jre Installers require a name parameter. -ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument +ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. +ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. +ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. +ERR_InvalidAppName=Error: Invalid Application name: {0}. +ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. ERR_LicenseFileNotExit=Error: Specified license file does not exist. ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.