author | herrick |
Wed, 23 Oct 2019 10:37:54 -0400 | |
branch | JDK-8200758-branch |
changeset 58762 | 0fe62353385b |
parent 58647 | 2c43b89b1679 |
child 58763 | bc43733cd5cf |
permissions | -rw-r--r-- |
57059 | 1 |
# |
57106
ea870b9ce89a
8216492: Update copyright of all new jpackage fils to 2019
kcr
parents:
57103
diff
changeset
|
2 |
# Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. |
57059 | 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 |
|
58115 | 28 |
exe.bundler.name=EXE Installer Package |
29 |
msi.bundler.name=MSI Installer Package |
|
57059 | 30 |
|
31 |
param.menu-group.default=Unknown |
|
32 |
||
58647
2c43b89b1679
8231862: Decouple DesktopIntegration and LinuxPackageBundler classes
herrick
parents:
58607
diff
changeset
|
33 |
resource.executable-properties-template=Template for creating executable properties file |
57059 | 34 |
resource.setup-icon=setup dialog icon |
58762
0fe62353385b
8232281: jpackage is not always reporting an error when no main class specified
herrick
parents:
58647
diff
changeset
|
35 |
resource.post-app-image-script=script to run after application image is populated |
0fe62353385b
8232281: jpackage is not always reporting an error when no main class specified
herrick
parents:
58647
diff
changeset
|
36 |
resource.post-msi-script=script to run after msi file for exe installer is created |
57404
a477b26bf888
8223643: Provide better defined context for custom installer steps on Windows
herrick
parents:
57397
diff
changeset
|
37 |
resource.wxl-file-name=MsiInstallerStrings_en.wxl |
57059 | 38 |
|
58115 | 39 |
error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe) |
58607
7451b17b40d3
8231912: Use https for URLs in help and error messages
herrick
parents:
58116
diff
changeset
|
40 |
error.no-wix-tools.advice=Download WiX 3.0 or later from https://wixtoolset.org and add it to the PATH. |
58115 | 41 |
error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}] |
58607
7451b17b40d3
8231912: Use https for URLs in help and error messages
herrick
parents:
58116
diff
changeset
|
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 . |
58115 | 43 |
error.version-string-major-out-of-range=Major version must be in the range [0, 255] |
44 |
error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535] |
|
45 |
error.version-string-minor-out-of-range=Minor version must be in the range [0, 255] |
|
46 |
error.version-string-part-not-number=Failed to convert version component to int |
|
47 |
error.version-swap=Failed to update version information for {0} |
|
58762
0fe62353385b
8232281: jpackage is not always reporting an error when no main class specified
herrick
parents:
58647
diff
changeset
|
48 |
error.invalid-envvar=Invalid value of {0} environment variable |
57059 | 49 |
|
57314 | 50 |
message.result-dir=Result application bundle: {0}. |
57397
89549ecec1c7
8223212: Code cleanup found during jpackage review
herrick
parents:
57314
diff
changeset
|
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. |
57059 | 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}". |
57314 | 53 |
message.outputting-to-location=Generating EXE for installer to: {0}. |
54 |
message.output-location=Installer (.exe) saved to: {0} |
|
55 |
message.tool-version=Detected [{0}] version [{1}]. |
|
57059 | 56 |
message.creating-association-with-null-extension=Creating association with null extension. |
57 |
message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required. |
|
58 |
message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build . |
|
58762
0fe62353385b
8232281: jpackage is not always reporting an error when no main class specified
herrick
parents:
58647
diff
changeset
|
59 |
message.use-wix36-features=WiX {0} detected. Enabling advanced cleanup action. |
57314 | 60 |
message.generated-product-guid=Generated product GUID: {0}. |
61 |
message.preparing-msi-config=Preparing MSI config: {0}. |
|
62 |
message.generating-msi=Generating MSI: {0}. |
|
57283 | 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}". |
57059 | 64 |