summaryrefslogtreecommitdiff
path: root/debian/foomatic-filters.templates
diff options
context:
space:
mode:
authorDidier Raboud <didier@raboud.com>2010-05-23 00:07:10 +0200
committerDidier Raboud <didier@raboud.com>2010-05-23 00:07:10 +0200
commitf56211f0ff4ddf9371ebc4c31e8f95df1fc81a5c (patch)
treea24f15ea2fc96e0688e96c58e35dde7adeaef3fb /debian/foomatic-filters.templates
parentb834bd56528993fa05a5645da808227aee3e9de7 (diff)
parent014f0e14a3c6a044d99a67c8f4e1c4065452479e (diff)
Merge branch 'upstream'
Conflicts: debian/README.Debian debian/changelog debian/control debian/copyright debian/foomatic-filters.config debian/foomatic-filters.postinst debian/foomatic-filters.postrm debian/foomatic-filters.templates debian/parseconfig.pl debian/po/de.po debian/po/fr.po debian/po/ja.po debian/po/nl.po debian/po/pt_BR.po debian/po/templates.pot debian/po/tr.po debian/rules
Diffstat (limited to 'debian/foomatic-filters.templates')
-rw-r--r--debian/foomatic-filters.templates76
1 files changed, 0 insertions, 76 deletions
diff --git a/debian/foomatic-filters.templates b/debian/foomatic-filters.templates
deleted file mode 100644
index 2102be6..0000000
--- a/debian/foomatic-filters.templates
+++ /dev/null
@@ -1,76 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: foomatic-filters/filter_debug
-Type: boolean
-Default: false
-_Description: Enable logging debug output into a log file (INSECURE)?
- If you choose this option, the log file will be named /tmp/foomatic-rip.log.
- .
- This option is a potential security issue and should not be used
- in production. However, if you are having trouble printing, you should
- enable it and include the log file in bug reports.
-
-Template: foomatic-filters/textfilter
-Type: select
-#flag:translate:1,5
-__Choices: Automagic, a2ps, mpage, enscript, Custom
-Default: Automagic
-_Description: Command for converting text files to PostScript:
- If you select 'Automagic', Foomatic will search for one of a2ps,
- mpage, and enscript (in that order) each time the filter script is executed.
- .
- Please make sure that the selected command is actually available; otherwise
- print jobs may get lost.
- .
- This setting is ignored when foomatic-filters is used with CUPS;
- instead, the texttops program included in the cupsys package is
- always used to convert jobs submitted as plain text to PostScript for
- printing to raster devices.
-
-Template: foomatic-filters/custom_textfilter
-Type: string
-_Description: Command to convert standard input to PostScript:
- Please enter the full command line of a command that converts text from
- standard input to PostScript on standard output.
- .
- Please note that entering an invalid command line here may result in lost
- print jobs.
-
-Template: foomatic-filters/ps_accounting
-Type: boolean
-Default: false
-_Description: Enable PostScript accounting for CUPS?
- You should choose this option if you want to insert PostScript code
- for accounting into each print job. This is currently only useful
- with CUPS.
- .
- When used with generic PostScript printers (and under certain
- conditions with other printers) this causes an extra page to be
- printed after each job.
-
-Template: foomatic-filters/spooler
-Type: select
-Choices: cups, lpd, lprng, pdq, ppr, direct
-Default: direct
-_Description: Printer spooler backend for Foomatic:
- Foomatic normally requires a printer spooler (like CUPS or LPRng) to
- handle communication with the printer and manage print jobs. If
- no spooler is installed, you can use the 'direct' backend, but
- this is only recommended for single-user systems.
- .
- The installation process may have already detected the correct
- spooler; however, if this is the initial installation of this system,
- or if more than one spooler is installed,
- the detected spooler may be incorrect.
-
-Template: foomatic-filters/config_parsed
-Type: boolean
-Default: false
-Description: (for internal use only)