1 # |
|
2 # Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. |
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 # |
|
5 # This code is free software; you can redistribute it and/or modify it |
|
6 # under the terms of the GNU General Public License version 2 only, as |
|
7 # published by the Free Software Foundation. Oracle designates this |
|
8 # particular file as subject to the "Classpath" exception as provided |
|
9 # by Oracle in the LICENSE file that accompanied this code. |
|
10 # |
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 # version 2 for more details (a copy is included in the LICENSE file that |
|
15 # accompanied this code). |
|
16 # |
|
17 # You should have received a copy of the GNU General Public License version |
|
18 # 2 along with this work; if not, write to the Free Software Foundation, |
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 # |
|
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 # or visit www.oracle.com if you need additional information or have any |
|
23 # questions. |
|
24 # |
|
25 # |
|
26 |
|
27 app.bundler.name=Windows Application Image |
|
28 exe.bundler.name=EXE Installer Package |
|
29 msi.bundler.name=MSI Installer Package |
|
30 |
|
31 param.menu-group.default=Unknown |
|
32 |
|
33 resource.executable-properties-template=Template for creating executable properties file |
|
34 resource.setup-icon=setup dialog icon |
|
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 |
|
37 resource.wxl-file-name=MsiInstallerStrings_en.wxl |
|
38 resource.main-wix-file=Main WiX project file |
|
39 resource.overrides-wix-file=Overrides WiX project file |
|
40 |
|
41 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
|
42 error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
|
43 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
|
44 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 . |
|
45 error.version-string-major-out-of-range=Major version must be in the range [0, 255] |
|
46 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535] |
|
47 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255] |
|
48 error.version-string-part-not-number=Failed to convert version component to int |
|
49 error.version-swap=Failed to update version information for {0} |
|
50 error.invalid-envvar=Invalid value of {0} environment variable |
|
51 |
|
52 message.result-dir=Result application bundle: {0}. |
|
53 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. |
|
54 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}". |
|
55 message.outputting-to-location=Generating EXE for installer to: {0}. |
|
56 message.output-location=Installer (.exe) saved to: {0} |
|
57 message.tool-version=Detected [{0}] version [{1}]. |
|
58 message.creating-association-with-null-extension=Creating association with null extension. |
|
59 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
|
60 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
|
61 message.use-wix36-features=WiX {0} detected. Enabling advanced cleanup action. |
|
62 message.product-code=MSI ProductCode: {0}. |
|
63 message.upgrade-code=MSI UpgradeCode: {0}. |
|
64 message.preparing-msi-config=Preparing MSI config: {0}. |
|
65 message.generating-msi=Generating MSI: {0}. |
|
66 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}". |
|
67 |
|