< prev index next >

src/jdk.jpackage/linux/classes/jdk/jpackage/internal/resources/LinuxResources.properties

Print this page




  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 app.bundler.name=Linux Application Image
  27 deb.bundler.name=DEB Installer
  28 rpm.bundler.name=RPM Bundle
  29 
  30 param.license-type.default=Unknown
  31 param.menu-group.default=Unknown
  32 
  33 resource.deb-control-file=DEB control file
  34 resource.deb-preinstall-script=DEB preinstall script
  35 resource.deb-prerm-script=DEB prerm script
  36 resource.deb-postinstall-script=DEB postinstall script
  37 resource.deb-postrm-script=DEB postrm script
  38 resource.deb-copyright-file=DEB copyright file
  39 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  40 resource.menu-icon=menu icon
  41 resource.rpm-spec-file=RPM spec file
  42 
  43 error.parameters-null=Parameters map is null.
  44 error.parameters-null.advice=Pass in a non-null parameters map.
  45 error.tool-not-found=Can not find {0}.
  46 error.tool-not-found.advice=Please install required packages.
  47 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
  48 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
  49 error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
  50 error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
  51 error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
  52 error.cannot-find-rpmbuild.advice=\  Install packages needed to build RPM, version {0} or newer.
  53 
  54 message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place.
  55 message.test-for-tool=Test for [{0}]. Result: {1}
  56 message.outputting-to-location=Generating DEB for installer to: {0}.
  57 message.output-to-location=Package (.deb) saved to: {0}.
  58 message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application.


  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 app.bundler.name=Linux Application Image
  27 deb.bundler.name=DEB Installer
  28 rpm.bundler.name=RPM Bundle
  29 
  30 param.license-type.default=Unknown
  31 param.menu-group.default=Unknown
  32 
  33 resource.deb-control-file=DEB control file
  34 resource.deb-preinstall-script=DEB preinstall script
  35 resource.deb-prerm-script=DEB prerm script
  36 resource.deb-postinstall-script=DEB postinstall script
  37 resource.deb-postrm-script=DEB postrm script
  38 resource.copyright-file=Copyright file
  39 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  40 resource.menu-icon=menu icon
  41 resource.rpm-spec-file=RPM spec file
  42 
  43 error.parameters-null=Parameters map is null.
  44 error.parameters-null.advice=Pass in a non-null parameters map.
  45 error.tool-not-found=Can not find {0}.
  46 error.tool-not-found.advice=Please install required packages.
  47 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
  48 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
  49 error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
  50 error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
  51 error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
  52 error.cannot-find-rpmbuild.advice=\  Install packages needed to build RPM, version {0} or newer.
  53 
  54 message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place.
  55 message.test-for-tool=Test for [{0}]. Result: {1}
  56 message.outputting-to-location=Generating DEB for installer to: {0}.
  57 message.output-to-location=Package (.deb) saved to: {0}.
  58 message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application.
< prev index next >