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 Ready Bundler
  28 bundler.description=Creates a binary bundle ready for deployment into the Mac App Store."
  29 
  30 param.signing-key-app.name=Application Signing Key
  31 param.signing-key-app.description=The full name of the signing key to sign the application with.
  32 
  33 param.signing-key-pkg.name=Installer Signing Key
  34 param.signing-key-pkg.description=The full name of the signing key to sign the PKG Installer with.
  35 
  36 param.mac-app-store-entitlements.name=Entitlements File
  37 param.mac-app-store-entitlements.description=File location of a custom mac app store entitlements file
  38 
  39 param.installer-suffix.name=Installer Suffix
  40 param.installer-suffix.description=The suffix for the installer name for this package.  <name><suffix>.pkg.
  41 
  42 resource.mac-app-store-entitlements=Mac App Store Entitlements
  43 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements
  44 
  45 error.parameters-null=Parameters map is null.
  46 error.parameters-null.advice=Pass in a non-null parameters map.
  47 error.cannot-create-output-dir=Output directory {0} cannot be created.
  48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  49 error.no-system-runtime=Bundle Configured to use the System JRE
  50 error.no-system-runtime.advice=Do not set 'runtime' to null, either don't set it or set it to a valid value.
  51 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  52 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  53 error.no-app-signing-key=No Mac App Store App Signing Key
  54 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  55 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  56 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  57 error.certificate.expired=Error: Certificate expired {0}.
  58 
  59 
  60 message.building-bundle=Building Mac App Store Bundle for {0}
  61 mesasge.intermediate-bundle-location=Intermediate application bundle image\: {0}