src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources_ja.properties
author herrick
Wed, 23 Oct 2019 10:37:54 -0400
branchJDK-8200758-branch
changeset 58762 0fe62353385b
parent 58415 73f8e557549a
permissions -rw-r--r--
8232281: jpackage is not always reporting an error when no main class specified Reviewed-by: asemenyuk, asemenuk
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
57265
c93edb3dfb0c 8220616: test failures on linux, mac
herrick
parents: 57256
diff changeset
    27
app.bundler.name=Mac Application Image
c93edb3dfb0c 8220616: test failures on linux, mac
herrick
parents: 57256
diff changeset
    28
store.bundler.name=Mac App Store Ready Bundler
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    29
dmg.bundler.name=Mac DMG Package
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    30
pkg.bundler.name=Mac PKG Package
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    31
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    32
error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}]
57397
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    33
error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots.
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    34
error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    35
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.
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    36
error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    37
error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    38
error.no-app-signing-key=No Mac App Store App Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    39
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
    40
error.no-pkg-signing-key=No Mac App Store Installer Signing Key
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    41
error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    42
error.certificate.expired=Error: Certificate expired {0}
58117
69465ef51b0c 8230653: jpackage error on macOS system without xcode
herrick
parents: 58115
diff changeset
    43
error.no.xcode.signing=Xcode with command line developer tools is required for signing
69465ef51b0c 8230653: jpackage error on macOS system without xcode
herrick
parents: 58115
diff changeset
    44
error.no.xcode.signing.advice=Install Xcode with command line developer tools.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    45
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    46
resource.bundle-config-file=Bundle config file
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    47
resource.app-info-plist=Application Info.plist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    48
resource.runtime-info-plist=Java Runtime Info.plist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    49
resource.mac-app-store-entitlements=Mac App Store Entitlements
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    50
resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    51
resource.dmg-setup-script=DMG setup script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    52
resource.license-setup=License setup
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    53
resource.dmg-background=dmg background
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    54
resource.volume-icon=volume icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    55
resource.post-install-script=script to run after application image is populated
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    56
resource.pkg-preinstall-script=PKG preinstall script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    57
resource.pkg-postinstall-script=PKG postinstall script
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    58
resource.pkg-background-image=pkg background image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    59
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    60
57397
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    61
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.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    62
message.null-classpath=Null app resources?
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    63
message.preparing-info-plist=Preparing Info.plist: {0}.
57397
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    64
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.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    65
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
    66
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
    67
message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    68
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
    69
message.creating-association-with-null-extension=Creating association with null extension.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    70
message.ignoring.symlink=Warning: codesign is skipping the symlink {0}.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    71
message.keychain.error=Error: unable to get keychain list.
58115
4a27283b542d /home/aherrick/comment
herrick
parents: 58114
diff changeset
    72
message.building-bundle=Building Mac App Store Package for {0}.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    73
message.app-image-dir-does-not-exist=Specified application image directory {0}: {1} does not exists.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    74
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    75
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
    76
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.
58415
73f8e557549a 8231281: Eliminate the --identifier option
herrick
parents: 58117
diff changeset
    77
message.app-image-requires-identifier=Unable to extract identifier from app image.
73f8e557549a 8231281: Eliminate the --identifier option
herrick
parents: 58117
diff changeset
    78
message.app-image-requires-identifier.advice=Use "--verbose" for extended error message or specify it via "--mac-package-identifier".
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    79
message.building-dmg=Building DMG package for {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    80
message.running-script=Running shell script on application image [{0}].
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    81
message.preparing-dmg-setup=Preparing dmg setup: {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    82
message.creating-dmg-file=Creating DMG file: {0}.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    83
message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    84
message.output-to-location=Result DMG installer for {0}: {1}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    85
message.building-pkg=Building PKG package for {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    86
message.preparing-scripts=Preparing package scripts.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57265
diff changeset
    87
message.preparing-distribution-dist=Preparing distribution.dist: {0}.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    88
message.signing.pkg=Warning: For signing PKG, you might need to set "Always Trust" for your certificate using "Keychain Access" tool.
58117
69465ef51b0c 8230653: jpackage error on macOS system without xcode
herrick
parents: 58115
diff changeset
    89
message.setfile.dmg=Setting custom icon on DMG file skipped because 'SetFile' utility was not found. Installing Xcode with Command Line Tools should resolve this issue.