src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacBaseInstallerBundler.properties
branchJDK-8200758-branch
changeset 57059 9bb2a4dc3af7
parent 57055 cac1ec6a34ee
child 57060 5103d6d2e796
equal deleted inserted replaced
57055:cac1ec6a34ee 57059:9bb2a4dc3af7
     1 #
       
     2 # Copyright (c) 2017, 2018, 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 bundler.name=Mac App Store
       
    28 bundler.description=Creates a binary bundle ready for deployment into the Mac App Store.
       
    29 
       
    30 param.app-bundler.name=Mac App Bundler
       
    31 param.app-bundle.description=Creates a .app bundle for the Mac
       
    32 
       
    33 param.app-image-build-root.name=Build Root Dir
       
    34 param.app-image-build-root.description=This is temporary location built by jpackage that is the root of the image application
       
    35 
       
    36 param.signing-keychain.name=Signing Keychain
       
    37 param.signing-keychain.description=The location of the keychain to use.  If not specified the standard keychains will be used.
       
    38 
       
    39 param.signing-key-name.name=Signing Key User Name
       
    40 param.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.
       
    41 
       
    42 param.installer-name.name=Installer Name
       
    43 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
       
    44 
       
    45 param.config-root.name=Config Root Dir
       
    46 param.config-root.description=Configuration directory.
       
    47 
       
    48 error.parameters-null=Parameters map is null.
       
    49 error.parameters-null.advice=Pass in a non-null parameters map.
       
    50 
       
    51 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
       
    52 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
       
    53 
       
    54 message.could-not-retrieve-name=Could not retrieve gecos name
       
    55 message.app-image-requires-app-name=When using an external app image you must specify the app name.
       
    56 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.
       
    57 message.app-image-requires-identifier=When using an external app image you must specify the identifier.
       
    58 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.