src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57438 4a31db8d42bd
parent 57407 2c14fbeff1dc
child 58114 42df7de58e39
equal deleted inserted replaced
57421:0410ee319681 57438:4a31db8d42bd
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 #
    25 #
    26 
    26 
    27 app.bundler.name=Mac Application Image
    27 app.bundler.name=Mac Application Image
    28 app.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 store.bundler.name=Mac App Store Ready Bundler
    28 store.bundler.name=Mac App Store Ready Bundler
    30 store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store.
       
    31 dmg.bundler.name=DMG Installer
    29 dmg.bundler.name=DMG Installer
    32 dmg.bundler.description=Mac DMG Installer Bundle
       
    33 pkg.bundler.name=PKG Installer
    30 pkg.bundler.name=PKG Installer
    34 pkg.bundler.description=Mac PKG Installer Bundle
       
    35 
    31 
    36 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}].
    32 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}].
    37 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots.
    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.
    38 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
    34 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
    39 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.
    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.