1 bundler.name=RPM Bundle
   2 bundler.description=Redhat Package Manager (RPM) bundler.
   3 
   4 param.app-bundler.name=
   5 param.app-bundler.description=
   6 
   7 param.image-dir.name=
   8 param.image-dir.description=
   9 
  10 param.bundle-name.name=
  11 param.bundle-name.description=
  12 
  13 param.config-root.name=
  14 param.config-root.description=
  15 
  16 param.xdg-prefix.name=Prefix for XDG files (mime, desktop)
  17 param.xdg-prefix.description=Prefix for XDG MimeInfo and Desktop Files.  Defaults to <vendor>-<appName>, with spaces dropped.
  18 
  19 resource.rpm-spec-file=RPM spec file
  20 resource.rpm-init-script=RPM init script
  21 resource.menu-shortcut-descriptor=Menu shortcut descriptor
  22 resource.menu-icon=menu icon
  23 
  24 error.parameters-null=Parameters map is null.
  25 error.parameters-null.advice=Pass in a non-null parameters map.
  26 
  27 error.cannot-find-rpmbuild=Can not find rpmbuild {0} or newer.
  28 error.cannot-find-rpmbuild.advice=\  Install packages needed to build RPM, version {0} or newer.
  29 
  30 error.license-missing=Specified license file is missing.
  31 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
  32 
  33 error.cannot-create-output-dir=Output directory {0} cannot be created.
  34 error.cannot-write-to-output-dir=Output directory {0} is not writable.
  35 
  36 error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}.
  37 error.no-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
  38 
  39 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
  40 error.too-many-content-types-for-file-association.advice=For Linux Bundling specify one and only one MIME type for each file association.
  41 
  42 error.no-support-for-peruser-daemons=Bundler doesn't support per-user daemons.
  43 error.no-support-for-peruser-daemons.advice=Make sure that the system wide hint is set to true.
  44 
  45 error.invalid-value-for-package-name=Invalid value "{0}" for the package name.
  46 error.invalid-value-for-package-name.advice=Set the "linux.bundleName" parameter to a valid RPM package name. Note that the packages must be named using only the following ASCII characters:  abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._+
  47 
  48 message.test-for-tool=Test for [{0}]. Result\: {1}
  49 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
  50 message.debug-working-directory=Kept working directory for debug\: {0}
  51 message.config-save-location=Config files are saved to {0}. Use them to customize package.
  52 message.outputting-bundle-location=Generating RPM for installer to\: {0}
  53 message.output-bundle-location=Package (.rpm) saved to\: {0}
  54 message.creating-association-with-null-extension=Creating association with null extension.