CAPS Universe documentation  1.0.4
All you need to know to be successful
Common Printer State Messages

These messages are mostly common between all printers. You don't need a local translation in your own driver for them. Just report the plain english message as listed here.

  • "Idle"
  • "Going to shutdown"
  • "Starting up..."
  • "Printing..."
  • "Out of paper"
  • "Error state. Paper jam?"
  • "Processing"
  • "Printing"
  • "Warm Up Phase"
  • "Ready"
NLS_("Idle")
NLS_("Going to shutdown")
NLS_("Starting up...")
NLS_("Printing...")
NLS_("Out of paper")
NLS_("Error state. Paper jam?")
NLS_("Processing")
NLS_("Printing")
NLS_("Warm Up Phase")
NLS_("Ready")
#define NLS_(string)
National Language Support related.
Definition: libcapsbase-local.h:61