30 |
30 |
31 param.menu-group.default=Unknown |
31 param.menu-group.default=Unknown |
32 |
32 |
33 resource.executable-properties-template=Template for creating executable properties file |
33 resource.executable-properties-template=Template for creating executable properties file |
34 resource.setup-icon=setup dialog icon |
34 resource.setup-icon=setup dialog icon |
35 resource.post-install-script=script to run after application image is populated |
35 resource.post-app-image-script=script to run after application image is populated |
|
36 resource.post-msi-script=script to run after msi file for exe installer is created |
36 resource.wxl-file-name=MsiInstallerStrings_en.wxl |
37 resource.wxl-file-name=MsiInstallerStrings_en.wxl |
37 |
38 |
38 error.parameters-null=Parameters map is null |
|
39 error.parameters-null.advice=Pass in a non-null parameters map |
|
40 error.no-windows-resources=This copy of the JDK does not support Windows |
|
41 error.no-windows-resources.advice=Please use the Oracle JDK for Windows |
|
42 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0} |
|
43 error.copyright-is-too-long=The copyright string is too long for InnoSetup |
|
44 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters. |
|
45 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
39 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
46 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
40 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
47 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
41 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
48 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: https://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx . |
42 error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: https://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx . |
49 error.version-string-major-out-of-range=Major version must be in the range [0, 255] |
43 error.version-string-major-out-of-range=Major version must be in the range [0, 255] |
50 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535] |
44 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535] |
51 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255] |
45 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255] |
52 error.version-string-part-not-number=Failed to convert version component to int |
46 error.version-string-part-not-number=Failed to convert version component to int |
53 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory |
|
54 error.version-swap=Failed to update version information for {0} |
47 error.version-swap=Failed to update version information for {0} |
55 error.version-compare=Error: Failed to compare version {0} with {1. |
48 error.invalid-envvar=Invalid value of {0} environment variable |
56 |
49 |
57 message.result-dir=Result application bundle: {0}. |
50 message.result-dir=Result application bundle: {0}. |
58 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. |
51 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. |
59 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher. |
|
60 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}". |
52 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}". |
61 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required. |
|
62 message.outputting-to-location=Generating EXE for installer to: {0}. |
53 message.outputting-to-location=Generating EXE for installer to: {0}. |
63 message.output-location=Installer (.exe) saved to: {0} |
54 message.output-location=Installer (.exe) saved to: {0} |
64 message.tool-version=Detected [{0}] version [{1}]. |
55 message.tool-version=Detected [{0}] version [{1}]. |
65 message.running-wsh-script=Running WSH script on application image [{0}]. |
|
66 message.creating-association-with-null-extension=Creating association with null extension. |
56 message.creating-association-with-null-extension=Creating association with null extension. |
67 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
57 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
68 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
58 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
69 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup. |
59 message.use-wix36-features=WiX {0} detected. Enabling advanced cleanup action. |
70 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action. |
|
71 message.generated-product-guid=Generated product GUID: {0}. |
60 message.generated-product-guid=Generated product GUID: {0}. |
72 message.preparing-msi-config=Preparing MSI config: {0}. |
61 message.preparing-msi-config=Preparing MSI config: {0}. |
73 message.generating-msi=Generating MSI: {0}. |
62 message.generating-msi=Generating MSI: {0}. |
74 message.light-file-string=WiX light tool set to {0}. |
|
75 message.candle-file-string=WiX candle tool set to {0}. |
|
76 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}". |
63 message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}". |
77 |
64 |