src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties
author kcr
Thu, 10 Jan 2019 11:30:09 -0800
branchJDK-8200758-branch
changeset 57106 ea870b9ce89a
parent 57103 fe6bf39ac415
child 57256 d7c27451f759
permissions -rw-r--r--
8216492: Update copyright of all new jpackage fils to 2019 Reviewed-by: herrick
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     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
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     4
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    10
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    15
# accompanied this code).
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    16
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    20
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    23
# questions.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    24
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    25
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    26
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    27
app.bundler.name=Mac Application Image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    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
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    29
store.bundler.name=Mac App Store Ready Bundler
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    30
store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store."
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    31
dmg.bundler.name=DMG Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    32
dmg.bundler.description=Mac DMG Installer Bundle
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    33
pkg.bundler.name=PKG Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    34
pkg.bundler.description=Mac PKG Installer Bundle.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    35
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    36
param.signing-key-developer-id-app.name=Apple Developer ID Application Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    37
param.signing-key-developer-id-app.description=The full name of the Apple Developer ID Application signing key.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    38
param.icon-icns.name=.icns Icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    39
param.icon-icns.description=Icon for the application, in ICNS format.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    40
param.configure-launcher-in-plist=Configure Launcher in Info.plist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    41
param.configure-launcher-in-plist.description=Should the legacy method of configuring hte launcher in the Info.plist be used.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    42
param.category-name=Category
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    43
param.category-name.description=Mac App Store Categories. Note that the key is the string to display to the user and the value is the id of the category.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    44
param.cfbundle-name.name=CFBundleName
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    45
param.cfbundle-name.description=The name of the app as it appears in the Menu Bar.  This can be different from the application name.  This name should be less than 16 characters long and be suitable for displaying in the menu bar and the app's Info window.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    46
param.cfbundle-identifier.name=CFBundleIdentifier
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    47
param.cfbundle-identifier.description=An identifier that uniquely identifies the application for MacOSX (and on the Mac App Store).  May only use alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    48
param.cfbundle-version.name=CFBundleVersion
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    49
param.cfbundle-version.description=An computer readable version for the CFBundle.  May contain only digits and from zero to two dots, such as "1.8.1" or "100".
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    50
param.bundle-id-signing-prefix.name=Bundle Signing Prefix
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    51
param.bundle-id-signing-prefix.description=When signing the application bundle this value is prefixed to all components that need to be signed that don't have an existing CFBundleIdentifier.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    52
param.raw-executable-url.name=Launcher URL
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    53
param.raw-executable-url.description=Override the jpackage default launcher with a custom launcher.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    54
param.default-icon-icns=Default Icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    55
param.default-icon-icns.description=The Default Icon for when a user does not specify an icns file.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    56
param.icon-icns.name=.icns Icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    57
param.icon-icns.description= Icon for the application, in ICNS format.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    58
param.sign-bundle.name=Sign Bundle
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    59
param.sign-bundle.description=Request that the bundle be signed.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    60
param.signing-key-app.name=Application Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    61
param.signing-key-app.description=The full name of the signing key to sign the application with.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    62
param.signing-key-pkg.name=Installer Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    63
param.signing-key-pkg.description=The full name of the signing key to sign the PKG Installer with.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    64
param.mac-app-store-entitlements.name=Entitlements File
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    65
param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    66
param.installer-suffix.name=Installer Suffix
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    67
param.installer-suffix.description=The suffix for the installer this package.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    68
param.app-bundler.name=Mac App Bundler
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    69
param.app-bundle.description=Creates a .app bundle for the Mac
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    70
param.app-image-build-root.name=Build Root Dir
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    71
param.app-image-build-root.description=This is temporary location built by jpackage that is the root of the image application
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    72
param.signing-keychain.name=Signing Keychain
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    73
param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    74
param.signing-key-name.name=Signing Key User Name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    75
param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    76
param.installer-name.name=Installer Name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    77
param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    78
param.simple-dmg.name=Simple DMG Generation
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    79
param.simple-dmg.description=Generate a DMG without AppleScript customizations.  Recommended for continuous automated builds.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    80
param.signing-key-developer-id-installer.name=Apple Developer ID Installer Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    81
param.signing-key-developer-id-installer.description=The full name of the Apple Developer ID Installer signing key.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    82
param.packages-root.name=PKG Root Dir
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    83
param.packages-root.description=This is temporary location for component packages (application and daemon).  The packages are incorporated into final product package.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    84
param.scripts-dir.name=Scripts Dir
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    85
param.scripts-dir.description=This is temporary location for package scripts
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    86
param.mac-install-dir.name=Mac Installation Directory
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    87
param.mac-install-dir.description=Installation directory of the application on Mac.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    88
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    89
error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    90
error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'.  Valid versions are one to three integers separated by dots.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    91
error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    92
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    93
error.non-existent-runtime=The file for the Runtime/JRE directory does not exist.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    94
error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    95
error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    96
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    97
error.parameters-null=Parameters map is null.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    98
error.parameters-null.advice=Pass in a non-null parameters map.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    99
error.cannot-create-output-dir=Output directory {0} cannot be created.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   100
error.cannot-write-to-output-dir=Output directory {0} is not writable.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   101
error.no-system-runtime=Bundle Configured to use the System JRE
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   102
error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   103
error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   104
error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   105
error.no-app-signing-key=No Mac App Store App Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   106
error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   107
error.no-pkg-signing-key=No Mac App Store Installer Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   108
error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   109
error.certificate.expired=Error: Certificate expired {0}.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   110
error.dmg-does-not-do-daemons=DMG bundler doesn't support services.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   111
error.dmg-does-not-do-daemons.advice=Make sure that the service hint is set to false.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   112
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   113
resource.bundle-config-file=Bundle config file
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   114
resource.app-info-plist=Application Info.plist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   115
resource.runtime-info-plist=Java Runtime Info.plist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   116
resource.mac-app-store-entitlements=Mac App Store Entitlements
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   117
resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   118
resource.dmg-setup-script=DMG setup script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   119
resource.license-setup=License setup
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   120
resource.dmg-background=dmg background
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   121
resource.volume-icon=volume icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   122
resource.post-install-script=script to run after application image is populated
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   123
resource.pkg-preinstall-script=PKG preinstall script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   124
resource.pkg-postinstall-script=PKG postinstall script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   125
resource.pkg-background-image=pkg background image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   126
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   127
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   128
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   129
message.no-mac-jre-support=Currently Macs require a JDK to package
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   130
message.null-classpath=Null app resources?
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   131
message.preparing-info-plist=Preparing Info.plist\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   132
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   133
message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   134
message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   135
message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   136
message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   137
message.creating-association-with-null-extension=Creating association with null extension.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   138
message.ignoring.symlink=Warning: codesign is skipping the symlink {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   139
message.keychain.error=Error: unable to get keychain list.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   140
message.building-bundle=Building Mac App Store Bundle for {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   141
mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   142
message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   143
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   144
message.could-not-retrieve-name=Could not retrieve gecos name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   145
message.app-image-requires-app-name=When using an external app image you must specify the app name.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   146
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   147
message.app-image-requires-identifier=When using an external app image you must specify the identifier.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   148
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   149
message.building-dmg=Building DMG package for {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   150
message.running-script=Running shell script on application image [{0}]
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   151
message.intermediate-image-location=[DEBUG] Intermediate application bundle image\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   152
message.preparing-dmg-setup=Preparing dmg setup\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   153
message.creating-dmg-file=Creating DMG file\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   154
message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   155
message.output-to-location=Result DMG installer for {0}\: {1}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   156
message.building-pkg=Building PKG package for {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   157
message.preparing-scripts=Preparing package scripts
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   158
message.preparing-distribution-dist=Preparing distribution.dist\: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   159
message.signing.pkg=Warning: For signing PKG, you might need to set "Always Trust" for your certificate using "Keychain Access" tool.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   160