src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources_zh_CN.properties
branchJDK-8200758-branch
changeset 58791 fca9cb5f4953
parent 58762 0fe62353385b
equal deleted inserted replaced
58764:015949faea55 58791:fca9cb5f4953
    61 message.creating-association-with-null-extension=Creating association with null extension.
    61 message.creating-association-with-null-extension=Creating association with null extension.
    62 
    62 
    63 message.ldd-not-available=ldd command not found. Package dependencies will not be generated.
    63 message.ldd-not-available=ldd command not found. Package dependencies will not be generated.
    64 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
    64 message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
    65 message.rpm-ldd-not-available.advice=Install "glibc-common" RPM package to get ldd.
    65 message.rpm-ldd-not-available.advice=Install "glibc-common" RPM package to get ldd.
       
    66 
       
    67 error.unexpected-package-property=Expected value of "{0}" property is [{1}]. Actual value in output package is [{2}]. Looks like custom "{3}" file from resource directory contained hard coded value of "{0}" property
       
    68 error.unexpected-package-property.advice=Use [{0}] pattern string instead of hard coded value [{1}] of {2} property in custom "{3}" file
       
    69 error.unexpected-default-package-property.advice=Don't explicitly set value of {0} property in custom "{1}" file