< prev index next >

src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties

Print this page




   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 app.bundler.name=Mac Application Image
  28 store.bundler.name=Mac App Store Ready Bundler
  29 dmg.bundler.name=DMG Installer
  30 pkg.bundler.name=PKG Installer
  31 
  32 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}].
  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.
  34 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  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.
  36 error.parameters-null=Parameters map is null.
  37 error.parameters-null.advice=Pass in a non-null parameters map.
  38 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  39 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  40 error.no-app-signing-key=No Mac App Store App Signing Key
  41 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  42 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  43 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  44 error.certificate.expired=Error: Certificate expired {0}.
  45 
  46 resource.bundle-config-file=Bundle config file
  47 resource.app-info-plist=Application Info.plist
  48 resource.runtime-info-plist=Java Runtime Info.plist
  49 resource.mac-app-store-entitlements=Mac App Store Entitlements
  50 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements




   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 app.bundler.name=Mac Application Image
  28 store.bundler.name=Mac App Store Ready Bundler
  29 dmg.bundler.name=DMG Package Bundler
  30 pkg.bundler.name=PKG Package Bundler
  31 
  32 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}].
  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.
  34 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
  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.
  36 error.parameters-null=Parameters map is null.
  37 error.parameters-null.advice=Pass in a non-null parameters map.
  38 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration.
  39 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true.
  40 error.no-app-signing-key=No Mac App Store App Signing Key
  41 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  42 error.no-pkg-signing-key=No Mac App Store Installer Signing Key
  43 error.no-pkg-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode.
  44 error.certificate.expired=Error: Certificate expired {0}.
  45 
  46 resource.bundle-config-file=Bundle config file
  47 resource.app-info-plist=Application Info.plist
  48 resource.runtime-info-plist=Java Runtime Info.plist
  49 resource.mac-app-store-entitlements=Mac App Store Entitlements
  50 resource.mac-app-store-inherit-entitlements=Mac App Store Inherit Entitlements


< prev index next >