src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57265 c93edb3dfb0c
parent 57256 d7c27451f759
child 57314 23da9e6f446f
equal deleted inserted replaced
57264:2624a38ca35a 57265:c93edb3dfb0c
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 #
    25 #
    26 
    26 
       
    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
       
    30 store.bundler.description=Creates a binary bundle ready for deployment into the Mac App Store."
       
    31 dmg.bundler.name=DMG Installer
       
    32 dmg.bundler.description=Mac DMG Installer Bundle
       
    33 pkg.bundler.name=PKG Installer
       
    34 pkg.bundler.description=Mac PKG Installer Bundle.
    27 
    35 
    28 error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
    36 error.invalid-cfbundle-version=Invalid CFBundleVersion - ''{0}''
    29 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'.  Valid versions are one to three integers separated by dots.
    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.
    30 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
    38 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified.
    31 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.
    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.