printer

printer.connection_error

  • Attribute: lsserver.core.localizations.keys.PRINTER_CONNECTION_ERROR
  • Example Message: Printer server cannot be reached. Please check your current setup such as local network settings and /etc/hosts file.

printer.print_queue_add_failure

  • Attribute: lsserver.core.localizations.keys.PRINTER_QUEUE_ADD_FAILURE
  • Fields: display_name, print_queue, printer_message
  • Example Message: Unable to add the job to print queue “%(print_queue)s.”
  • Doc: Unable to add the job to print queue “None.”

printer.print_queue_not_found

  • Attribute: lsserver.core.localizations.keys.PRINT_QUEUE_NOT_FOUND_ERROR
  • Fields: print_queue
  • Example Message: Print queue %(print_queue)s not found.
  • Doc: Print queue None not found.

printer.unexpected_error

  • Attribute: lsserver.core.localizations.keys.PRINT_UNEXPECTED_ERROR
  • Fields: message
  • Example Message: Unexpected error: %(message)s
  • Doc: Unexpected error: None