1 bundler.name=DEB Installer
   2 bundler.description=Linux Debian Bundle.
   3 
   4 param.app-bundler.name=
   5 param.app-bundler.description=
   6 
   7 param.bundle-name.name=
   8 param.bundle-name.description=
   9 
  10 param.full-package-name.name=
  11 param.full-package-name.description=
  12 
  13 param.image-dir.name=
  14 param.image-dir.description=
  15 
  16 param.config-root.name=
  17 param.config-root.description=
  18 
  19 param.app-image-root.name=
  20 param.app-image-root.description=
  21 
  22 param.config-dir.name=
  23 param.config-dir.description=
  24 
  25 param.maintainer-email.name=
  26 param.maintainer-email.description=
  27 
  28 param.maintainer-name.name=
  29 param.maintainer-name.description=
  30 
  31 param.license-type.name=
  32 param.license-type.description=
  33 
  34 param.license-text.name=
  35 param.license-text.description=
  36 
  37 param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
  38 param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files.  Defaults to <vendor>-<appName>, with spaces dropped.
  39 
  40 resource.deb-control-file=DEB control file
  41 resource.deb-preinstall-script=DEB preinstall script
  42 resource.deb-prerm-script=DEB prerm script
  43 resource.deb-postinstall-script=DEB postinstall script
  44 resource.deb-postrm-script=DEB postrm script
  45 resource.deb-copyright-file=DEB copyright file
  46 resource.deb-init-script=DEB init script
  47 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  48 resource.menu-icon=menu icon
  49 
  50 error.parameters-null=Parameters map is null.
  51 error.parameters-null.advice=Pass in a non-null parameters map.
  52 
  53 error.tool-not-found=Can not find {0}.
  54 error.tool-not-found.advice=\  Please install required packages.
  55 
  56 error.license-missing=Specified license file is missing.
  57 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative to the basedir "{1}".
  58 
  59 error.launcher-name-too-long=The bundle name "{0}" is too long for a daemon.
  60 error.launcher-name-too-long.advice=Set a bundler argument "{0}" to a bundle name that is shorter than 16 characters.
  61 
  62 error.cannot-create-output-dir=Output directory {0} cannot be created.
  63 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  64 
  65 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
  66 error.no-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
  67 
  68 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
  69 error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
  70 
  71 error.no-support-for-peruser-daemons=Bundler doesn't support per-user daemons.
  72 error.no-support-for-peruser-daemons.advice=Make sure that the system wide hint is set to true.
  73 
  74 error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
  75 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.
  76 
  77 message.test-for-tool=Test for [{0}]. Result\: {1}
  78 message.debug-working-directory=Kept working directory for debug\: {0}
  79 message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
  80 message.outputting-to-location=Generating DEB for installer to\: {0}
  81 message.output-to-location=Package (.deb) saved to\: {0}
  82 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.
  83 message.creating-association-with-null-extension=Creating association with null extension.