summaryrefslogtreecommitdiff
path: root/debian/cups.templates
blob: 6692e374c35078caf28cd8f13c3e786d10add8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# These templates have been reviewed by debian-l10n-english
# Please do not modify them without asking for a review

Template: cupsys/raw-print
Type: boolean
Default: true
_Description: Do you want CUPS to print unknown jobs as raw jobs?
 The Internet Printing Protocol (IPP) enforces a MIME type for all
 print jobs. Since not all sources of print jobs can attach an
 appropriate type, many jobs get submitted as the MIME type
 application/octet-stream and could be rejected if CUPS cannot guess
 the job's format.
 .
 CUPS can handle all such jobs as "raw" jobs, which causes them to be
 sent directly to the printer without processing.
 .
 It is recommended to choose this option if the server will be
 accepting print jobs from Windows computers or Samba servers.

Template: cupsys/backend
Type: multiselect
__Choices: lpd, socket, usb, snmp, dnssd
Default: lpd, socket, usb, snmp, dnssd
_Description: Printer communication backends:
 CUPS uses backend programs to communicate with the printer device or port.
 .
 Please choose the backend program to be used by CUPS. The default choice
 should fit the most common environments.