Code sync
[external/cups.git] / debian / cups.templates
1 # These templates have been reviewed by debian-l10n-english
2 # Please do not modify them without asking for a review
3
4 Template: cupsys/raw-print
5 Type: boolean
6 Default: true
7 _Description: Do you want CUPS to print unknown jobs as raw jobs?
8  The Internet Printing Protocol (IPP) enforces a MIME type for all
9  print jobs. Since not all sources of print jobs can attach an
10  appropriate type, many jobs get submitted as the MIME type
11  application/octet-stream and could be rejected if CUPS cannot guess
12  the job's format.
13  .
14  CUPS can handle all such jobs as "raw" jobs, which causes them to be
15  sent directly to the printer without processing.
16  .
17  It is recommended to choose this option if the server will be
18  accepting print jobs from Windows computers or Samba servers.
19
20 Template: cupsys/backend
21 Type: multiselect
22 __Choices: ipp, ipp14, lpd, socket, usb, snmp, dnssd
23 Default: ipp, ipp14, lpd, socket, usb, snmp, dnssd
24 _Description: Printer communication backends:
25  CUPS uses backend programs to communicate with the printer device or port.
26  .
27  Unfortunately, some backend programs are likely to cause some trouble.
28  For example, some PPC kernels crash with the parallel backend.
29  .
30  Please choose the backend program to be used by CUPS. The default choice
31  should fit the most common environments.