src/jdk.packager/share/classes/jdk/packager/internal/resources/Bundle.properties
branchJDK-8200758-branch
changeset 56985 5e6ced665587
parent 56982 e094d5483bd6
child 56986 5c3dae7af901
equal deleted inserted replaced
56984:51600bf3a6e7 56985:5e6ced665587
    30 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    30 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
    31 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
    31 ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
    32 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
    32 ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
    33 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
    33 ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
    34 ERR_NoJreInstallerName=Jre Installers require a name parameter.
    34 ERR_NoJreInstallerName=Jre Installers require a name parameter.
       
    35 ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument
    35 
    36 
    36 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    37 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    37 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    38 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    38 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
    39 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
    39 Advice to fix\: {2}
    40 Advice to fix\: {2}