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 Application Image
  28 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 
  30 param.icon-icns.name=.icns Icon
  31 param.icon-icns.description= Icon for the application, in ICNS format.
  32 
  33 param.config-root.name=Configuration Root Name
  34 param.config-root.description=The root directory of COnfiguration files.
  35 
  36 param.configure-launcher-in-plist=Configure Launcher in Info.plist
  37 param.configure-launcher-in-plist.description=Should the legacy method of configuring hte launcher in the Info.plist be used.
  38 
  39 param.category-name=Category
  40 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.
  41 
  42 param.cfbundle-name.name=CFBundleName
  43 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.
  44 
  45 param.cfbundle-identifier.name=CFBundleIdentifier
  46 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.
  47 
  48 param.cfbundle-version.name=CFBundleVersion
  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".
  50 
  51 param.bundle-id-signing-prefix.name=Bundle Signing Prefix
  52 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.
  53 
  54 param.default-icon-icns=Default Icon
  55 param.default-icon-icns.description=The Default Icon for when a user does not specify an icns file.
  56 
  57 param.sign-bundle.name=Sign Bundle
  58 param.sign-bundle.description=Request that the bundle be signed.
  59 
  60 resource.app-info-plist=Application Info.plist
  61 resource.runtime-info-plist=Java Runtime Info.plist
  62 
  63 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.
  64 message.null-classpath=Null app resources?
  65 message.preparing-info-plist=Preparing Info.plist\: {0}
  66 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.
  67 message.version-string-too-many-components=Version sting may have between 1 and 3 numbers: 1, 1.2, 1.2.3.
  68 message.version-string-first-number-not-zero=The first number in a CFBundleVersion cannot be zero or negative.
  69 message.version-string-no-negative-numbers=Negative numbers are not allowed in version strings.
  70 message.version-string-numbers-only=Version strings can consist of only numbers and up to two dots.
  71 message.creating-association-with-null-extension=Creating association with null extension.
  72 
  73 message.ignoring.symlink=Warning: codesign is skipping the symlink {0}
  74 message.keychain.error=Error: unable to get keychain list.