src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources.properties
branchJDK-8200758-branch
changeset 57438 4a31db8d42bd
parent 57407 2c14fbeff1dc
child 58114 42df7de58e39
equal deleted inserted replaced
57421:0410ee319681 57438:4a31db8d42bd
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 #
    25 #
    26 
    26 
    27 app.bundler.name=Windows Application Image
    27 app.bundler.name=Windows Application Image
    28 app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers.
       
    29 exe.bundler.name=EXE Installer
    28 exe.bundler.name=EXE Installer
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
       
    31 msi.bundler.name=MSI Installer
    29 msi.bundler.name=MSI Installer
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
       
    33 
    30 
    34 param.menu-group.default=Unknown
    31 param.menu-group.default=Unknown
    35 
    32 
    36 resource.executable-properties-template=Template for creating executable properties file.
    33 resource.executable-properties-template=Template for creating executable properties file.
    37 resource.inno-setup-project-file=Inno Setup project file
    34 resource.inno-setup-project-file=Inno Setup project file
    56 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
    53 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
    57 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
    54 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
    58 error.version-string-part-not-number=Failed to convert version component to int.
    55 error.version-string-part-not-number=Failed to convert version component to int.
    59 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
    56 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
    60 error.version-swap=Failed to update version information for {0}.
    57 error.version-swap=Failed to update version information for {0}.
       
    58 error.version-compare=Error: Failed to compare version {0} with {1}.
    61 
    59 
    62 message.result-dir=Result application bundle: {0}.
    60 message.result-dir=Result application bundle: {0}.
    63 message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.
    61 message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.
    64 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
    62 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
    65 message.potential.windows.defender.issue=Warning: Windows Defender may prevent jpackage from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".
    63 message.potential.windows.defender.issue=Warning: Windows Defender may prevent jpackage from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".