40 param.console-hint.name=Console Hint |
40 param.console-hint.name=Console Hint |
41 param.console-hint.description=Indicates if the bundler should use console launcher |
41 param.console-hint.description=Indicates if the bundler should use console launcher |
42 param.menu-group.name=Menu Group |
42 param.menu-group.name=Menu Group |
43 param.menu-group.description=The Start Menu group this application should be placed in |
43 param.menu-group.description=The Start Menu group this application should be placed in |
44 param.menu-group.default=Unknown |
44 param.menu-group.default=Unknown |
45 param.64-bit.name=64-bit |
|
46 param.64-bit.description=Prepare the bundles for 64 bit windows. |
|
47 param.runtime-64-bit.name=runtime 64-bit |
|
48 param.runtime-64-bit.description=Embedded JRE runtime is 64-bit, used to detect bit architecture mismatches. |
|
49 param.installer-name.name=Installer Name |
45 param.installer-name.name=Installer Name |
50 param.installer-name.description=The filename of the generated installer without the file type extension. Default is <App Name>-<Version>. |
46 param.installer-name.description=The filename of the generated installer without the file type extension. Default is <App Name>-<Version>. |
51 param.registry-name.name=Registry Name |
47 param.registry-name.name=Registry Name |
52 param.registry-name.description=The name of the application for registry references. Default is the Application Name with only alphanumerics, dots, and dashes (no whitespace). |
48 param.registry-name.description=The name of the application for registry references. Default is the Application Name with only alphanumerics, dots, and dashes (no whitespace). |
53 param.installdir-chooser.name=Install Directory Chooser |
49 param.installdir-chooser.name=Install Directory Chooser |
88 |
84 |
89 error.parameters-null=Parameters map is null. |
85 error.parameters-null=Parameters map is null. |
90 error.parameters-null.advice=Pass in a non-null parameters map. |
86 error.parameters-null.advice=Pass in a non-null parameters map. |
91 error.no-windows-resources=This copy of the JDK does not support Windows. |
87 error.no-windows-resources=This copy of the JDK does not support Windows. |
92 error.no-windows-resources.advice=Please use the Oracle JDK for Windows. |
88 error.no-windows-resources.advice=Please use the Oracle JDK for Windows. |
93 error.bit-architecture-mismatch=Bit architecture mismatch between FX SDK and JRE runtime. |
|
94 error.bit-architecture-mismatch.advice=Make sure to use JRE runtime with correct bit architecture. |
|
95 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}. |
89 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}. |
96 error.cannot-create-output-dir=Output directory {0} cannot be created. |
90 error.cannot-create-output-dir=Output directory {0} cannot be created. |
97 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
91 error.cannot-write-to-output-dir=Output directory {0} is not writable. |
98 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe). |
92 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe). |
99 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH. |
93 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH. |
112 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory |
106 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory |
113 |
107 |
114 |
108 |
115 |
109 |
116 message.result-dir=Result application bundle\: {0} |
110 message.result-dir=Result application bundle\: {0} |
117 message.disable-bit-architecture-check=Disabled check for bit architecture mismatch. |
|
118 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. |
111 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. |
119 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher. |
112 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher. |
120 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}". |
113 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}". |
121 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required. |
114 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required. |
122 message.outputting-to-location=Generating EXE for installer to\: {0} |
115 message.outputting-to-location=Generating EXE for installer to\: {0} |