author | herrick |
Wed, 13 Mar 2019 17:18:35 -0400 | |
branch | JDK-8200758-branch |
changeset 57265 | c93edb3dfb0c |
parent 57256 | d7c27451f759 |
child 57314 | 23da9e6f446f |
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 |
||
57265 | 27 |
app.bundler.name=Mac Application Image |
28 |
app.bundler.description=A Directory based image of a mac Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers |
|
29 |
store.bundler.name=Mac App Store Ready Bundler |
|
30 |
store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store." |
|
31 |
dmg.bundler.name=DMG Installer |
|
32 |
dmg.bundler.description=Mac DMG Installer Bundle |
|
33 |
pkg.bundler.name=PKG Installer |
|
34 |
pkg.bundler.description=Mac PKG Installer Bundle. |
|
57059 | 35 |
|
36 |
error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}'' |
|
37 |
error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots. |
|
38 |
error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified. |
|
39 |
error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false. |
|
40 |
error.non-existent-runtime=The file for the Runtime/JRE directory does not exist. |
|
41 |
error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE. |
|
42 |
error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory. |
|
43 |
error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK. |
|
44 |
error.parameters-null=Parameters map is null. |
|
45 |
error.parameters-null.advice=Pass in a non-null parameters map. |
|
46 |
error.cannot-create-output-dir=Output directory {0} cannot be created. |
|
47 |
error.cannot-write-to-output-dir=Output directory {0} is not writable. |
|
48 |
error.no-system-runtime=Bundle Configured to use the System JRE |
|
49 |
error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value. |
|
50 |
error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration. |
|
51 |
error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true. |
|
52 |
error.no-app-signing-key=No Mac App Store App Signing Key |
|
53 |
error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
|
54 |
error.no-pkg-signing-key=No Mac App Store Installer Signing Key |
|
55 |
error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
|
56 |
error.certificate.expired=Error: Certificate expired {0}. |
|
57 |
error.dmg-does-not-do-daemons=DMG bundler doesn't support services. |
|
58 |
error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false. |
|
59 |
||
60 |
resource.bundle-config-file=Bundle config file |
|
61 |
resource.app-info-plist=Application Info.plist |
|
62 |
resource.runtime-info-plist=Java Runtime Info.plist |
|
63 |
resource.mac-app-store-entitlements=Mac App Store Entitlements |
|
64 |
resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements |
|
65 |
resource.dmg-setup-script=DMG setup script |
|
66 |
resource.license-setup=License setup |
|
67 |
resource.dmg-background=dmg background |
|
68 |
resource.volume-icon=volume icon |
|
69 |
resource.post-install-script=script to run after application image is populated |
|
70 |
resource.pkg-preinstall-script=PKG preinstall script |
|
71 |
resource.pkg-postinstall-script=PKG postinstall script |
|
72 |
resource.pkg-background-image=pkg background image |
|
73 |
||
74 |
||
75 |
message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters. For a better Mac experience consider shortening it. |
|
76 |
message.no-mac-jre-support=Currently Macs require a JDK to package |
|
77 |
message.null-classpath=Null app resources? |
|
78 |
message.preparing-info-plist=Preparing Info.plist\: {0} |
|
79 |
message.icon-not-icns= The specified icon "{0}" is not an ICNS file and will not be used. The default icon will be used in it's place. |
|
80 |
message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3. |
|
81 |
message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative. |
|
82 |
message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings. |
|
83 |
message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots. |
|
84 |
message.creating-association-with-null-extension=Creating association with null extension. |
|
85 |
message.ignoring.symlink=Warning: codesign is skipping the symlink {0} |
|
86 |
message.keychain.error=Error: unable to get keychain list. |
|
87 |
message.building-bundle=Building Mac App Store Bundle for {0} |
|
88 |
mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0} |
|
89 |
message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists |
|
90 |
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
|
91 |
message.could-not-retrieve-name=Could not retrieve gecos name |
|
92 |
message.app-image-requires-app-name=When using an external app image you must specify the app name. |
|
93 |
message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument. |
|
94 |
message.app-image-requires-identifier=When using an external app image you must specify the identifier. |
|
95 |
message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument. |
|
96 |
message.building-dmg=Building DMG package for {0} |
|
97 |
message.running-script=Running shell script on application image [{0}] |
|
98 |
message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0} |
|
99 |
message.preparing-dmg-setup=Preparing dmg setup\: {0} |
|
100 |
message.creating-dmg-file=Creating DMG file\: {0} |
|
101 |
message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed. |
|
102 |
message.output-to-location=Result DMG installer for {0}\: {1} |
|
103 |
message.building-pkg=Building PKG package for {0} |
|
104 |
message.preparing-scripts=Preparing package scripts |
|
105 |
message.preparing-distribution-dist=Preparing distribution.dist\: {0} |
|
106 |
message.signing.pkg=Warning: For signing PKG, you might need to set "Always Trust" for your certificate using "Keychain Access" tool. |
|
107 |