Codebase list pnm2ppa / 0593342
Import pnm2ppa_1.13-8.debian.tar.xz [dgit import tarball pnm2ppa 1.13-8 pnm2ppa_1.13-8.debian.tar.xz] Didier Raboud 7 years ago
50 changed file(s) with 3150 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 <!-- Automagically generated by the ToDo program on Sun Dec 21 12:18:28 2003 -->
1 <todo version="0.1.17">
2 <title>
3 Debian pnm2ppa TODO List
4 </title>
5 <note priority="high" time="1072030589">
6 Add "### BEGIN DEBCONF ###" or some such tag as visual reaffirmation to the sysadmin that debconf edits the config file.
7 </note>
8 <note priority="low" time="1072030628">
9 Add a manpage for the update-magicfilter script
10 </note>
11 </todo>
0 pnm2ppa for Debian
1 ----------------------
2
3 This Debian package is a rewrite of the original pnm2ppa package using the
4 Debian Build System (dbs) and debconf templates. The goal of this conversion
5 was to bring pnm2ppa packages up to date with current Debian standards and to
6 clean up the installation and upgrade process. This package provides the
7 following:
8
9 o A reasonable default configuration file
10 o Clean generation of magicfilter files
11 o Basic debconf management of the pnm2ppa.conf file
12
13 Debconf and Configuration
14 -------------------------
15 Debconf asks whether or not you'ld like it to manage your /etc/pnm2ppa.conf
16 file and whether or not you want magicfilters generated in the /etc/magicfilter
17 directory. If you choose to do this manually, you will need to edit the
18 /etc/pnm2ppa.conf file yourself.
19
20 You MUST choose a printer model for pnm2ppa to work!
21
22 Some models behave differently than others, so pnm2ppa will fail if you do not
23 choose a model.
24
25 Magicfilter
26 -----------
27 Magicfilter is a useful print filtering tool to help you manage your
28 /etc/printcap with print servers such as lpd or lprng. If you are using
29 cupsys, you will not need magicfilter. There is a template for these filters
30 located in /usr/share/pnm2ppa/templates called pnm2ppa-magicfilter.in. The
31 scriptlet /usr/share/pnm2ppa/update-magicfilter will take this template and
32 generate four filters: color, color economy, black and white, and black and
33 white economy.
34
35 Additionally, symbolic links are created from the generated pnm2ppa magicfilter
36 files to pbm2ppa filters (the deprecated predecessor to pnm2ppa). This is
37 simply provided for backwards compatibility with an existing /etc/printcap you
38 may be using. This feature may be removed in the future.
39
40 Once the filters are installed, run magicfilterconfig to generate your
41 /etc/printcap.
42
0 - Add "### BEGIN DEBCONF ###" or some such tag as visual reaffirmation to the sysadmin
1 that debconf edits the config file.
2 (added Sun Dec 21 12:16:29 2003, incomplete, priority high)
3
4 - Add a manpage for the update-magicfilter script
5 (added Sun Dec 21 12:17:08 2003, incomplete, priority low)
6
0 .\" Hey, EMACS: -*- nroff -*-
1 .\" First parameter, NAME, should be all caps
2 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
3 .\" other parameters are allowed: see man(7), man(1)
4 .TH calibrate_ppa 8 "November 05, 2000"
5 .\" Please adjust this date whenever revising the manpage.
6 .\"
7 .\" Some roff macros, for reference:
8 .\" .nh disable hyphenation
9 .\" .hy enable hyphenation
10 .\" .ad l left justify
11 .\" .ad b justify to both left and right margins
12 .\" .nf disable filling
13 .\" .fi enable filling
14 .\" .br insert line break
15 .\" .sp <n> insert n+1 empty lines
16 .\" for manpage-specific macros, see man(7)
17 .\" This file was created by Chad C. Walstrom <chewie@debian.org>
18 .\" for the pnm2ppa project.
19 .\"
20 .SH NAME
21 calibrate_ppa \- pnm2ppa calibration tool
22 .SH SYNOPSIS
23 .B calibrate_ppa
24 .RI [options]
25 .SH DESCRIPTION
26 Produces various PixMap (PPM) files used for calibrating pnm2ppa.
27 .TP
28 This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.
29 .SH NOTE
30 The size of a full-page PixMap is 100MB!!. These PixMaps should be piped directly to pnm2ppa, except in the case of the \-g option, where the PixMap should be viewed or printed by other means.
31 .SH OPTIONS
32 .TP
33 .B \-g, \-\-gamma
34 produce gamma.ppm (10MB, used in color calibration).
35 .TP
36 .B \-h, \-\-help
37 displays this help text.
38 .TP
39 .B \-o <outfile>
40 output to file <outfile>, "\-o \-" means stdout (default)
41 .TP
42 .B \-p <n>
43 create test pattern number <n>
44 .TP
45 .B \-\-align
46 pattern 0: align print heads. (default)
47 .TP
48 .B \-\-test
49 pattern 1: test alignment.
50 .TP
51 .B \-\-clean
52 pattern 2: clean print head.
53 .TP
54 .B \-\-center
55 pattern 3: center paper.
56 .TP
57 .B \-s\fR <paper>
58 default papersize (a4, legal, letter = us (default))
59 .PD
60 .SH AUTHOR
61 This manual page was written by Chad C. Walstrom <chewie@debian.org>,
62 for the Debian GNU/Linux system (but may be used by others).
63 .SH SEE ALSO
64 .IR pnm2ppa (1),
65 .IR magicfilter (8),
66 .IR apsfilter (8)
0 pnm2ppa (1.13-8) unstable; urgency=medium
1
2 [ Didier Raboud ]
3 * Bump Standards-Version to 3.9.8 without changes needed
4
5 [ Helmut Grohne ]
6 * Fix FTCBFS: Revert 00_use_env_buildflags.patch (Closes: #843695)
7
8 -- Didier Raboud <odyx@debian.org> Tue, 08 Nov 2016 22:37:39 +0100
9
10 pnm2ppa (1.13-7) unstable; urgency=medium
11
12 * Add patch to remove CPP timestamps usage, for reproducibility
13 * Bump Standards-Version to 3.9.7 without changes needed
14
15 -- Didier Raboud <odyx@debian.org> Fri, 26 Feb 2016 17:23:46 +0100
16
17 pnm2ppa (1.13-6) unstable; urgency=medium
18
19 * Move the repository from collab-maint to printing; update the VCS-* fields
20 accordingly
21 * Add patch to build the make_hash_ink buildtool natively, with the correct
22 buildflags; use dh-autoreconf to cope with the change
23 * Use the correct syntax to append to CFLAGS
24 * Bump debhelper B-D to 9 to align with compat
25
26 -- Didier Raboud <odyx@debian.org> Thu, 06 Mar 2014 15:00:58 +0100
27
28 pnm2ppa (1.13-5) unstable; urgency=low
29
30 * Acknowledge 1.13-4.1 NMU - thanks to Colin Watson
31 * Drop pnm2ppa transitional package which reached stable
32 * Bump Standards-Version to 3.9.5 without changes needed
33 * Drop empty directories in /usr/share/doc/ (Closes: #686555)
34
35 -- Didier Raboud <odyx@debian.org> Tue, 26 Nov 2013 16:26:24 +0100
36
37 pnm2ppa (1.13-4.1) unstable; urgency=low
38
39 * Non-maintainer upload.
40 * Use the autotools-dev dh addon to update config.guess/config.sub for
41 arm64 (closes: #725967).
42
43 -- Colin Watson <cjwatson@debian.org> Thu, 14 Nov 2013 11:45:36 +0000
44
45 pnm2ppa (1.13-4) unstable; urgency=low
46
47 [ Debconf translation updates ]
48 * Update German (Erik Schanze, Closes: #648070)
49 * Add Italian (Francesca Ciceri, Closes: #656936)
50
51 -- Didier Raboud <odyx@debian.org> Wed, 01 Feb 2012 19:00:18 +0100
52
53 pnm2ppa (1.13-3) unstable; urgency=low
54
55 [ Adriano Rafael Gomes ]
56 * Add Brazilian Portuguese debconf translation. (Closes: #646187)
57
58 [ Didier Raboud ]
59 * Rename pnm2ppa to printer-driver-pnm2ppa, add transitional package.
60 * Rewrite short description.
61 * Bump debhelper compat to 9 for auto- buildflags.
62
63 -- Didier Raboud <odyx@debian.org> Mon, 24 Oct 2011 22:48:20 +0200
64
65 pnm2ppa (1.13-2) unstable; urgency=low
66
67 * Re-introduce 10_177295-fix_signedness.patch:
68 - Complete removal was wrong as only a part of it has been incorporated
69 upstream.
70 * Install Ubuntu's apport-hook in Ubuntu and derivatives (LP: #338442).
71 * Use dpkg-buildflags to initialize CFLAGS.
72
73 -- Didier Raboud <odyx@debian.org> Thu, 26 May 2011 16:48:19 +0200
74
75 pnm2ppa (1.13-1) unstable; urgency=low
76
77 * New 1.13 upstream release.
78 * Adopt package (Closes: #572679).
79 - Put under Debian Printing Team umbrella
80 - Set myself as Uploader.
81 - Thanks go to Chad Walstrom for his past maintainance and to Christian
82 Perrier and Samuel Thibault for their NMUs.
83 * Update debian/watch (Closes: #450007).
84 * Drop dbs Build-Dependency (Closes: #576050).
85 - Refresh patches in the process
86 - Drop 10_1777295-fix_signedness: incorporated upstream.
87 - Set source format to 3.0 (quilt).
88 - Add a debian/patches/series.
89 - Drop dbs snippets from debian/rules.
90 - Drop .in extensions from debian/pnm2ppa.examples.in and
91 debian/pnm2ppa.install.in, adapt them.
92 * Add a DEP-3 header to all patches.
93 * Rewrite debian/rules using tiny dh7 style.
94 - Bump debhelper compat to 7.
95 - Bump Build-Dependency on debhelper to >= 7.0.50~.
96 - Use pnm2ppa.docs, remove redundant files in debian/rules.
97 - Update pnm2ppa.{install,manpages}.
98 * Correct postinst to remove full paths from commands.
99 - Rename it to pnm2ppa.postinst.
100 * Move the "set -e" invocation of postrm from shebang to body.
101 - Rename it to pnm2ppa.postrm.
102 * Add a valid Homepage.
103 * Fix manpages "hyphen-used-as-minus" problems.
104 * Update debian/copyright to explicitly mention the GPLv2+ nature of
105 pnm2ppa.
106 * Move the "set -e" invocation of update-magicfilter from shebang to body.
107 * Make sure update-magicfilters is executable.
108 * Add Vcs-* fields as packaging is maintained under collab-maint, in git.
109 * Bump Standards-Version to 3.9.2.0 without changes needed.
110
111 -- Didier Raboud <odyx@debian.org> Thu, 26 May 2011 15:31:17 +0200
112
113 pnm2ppa (1.12-16.3) unstable; urgency=low
114
115 * Non-maintainer upload to fix bloated Printer server task.
116 * Replace gs by ghostscript in pnm2ppa Depends (Closes: Bug#539667).
117
118 -- Samuel Thibault <sthibault@debian.org> Wed, 27 Oct 2010 19:13:08 +0200
119
120 pnm2ppa (1.12-16.2) unstable; urgency=low
121
122 * Non-maintainer upload to fix pending l10n issues.
123 * Debconf translations:
124 - Russian. Closes: #477373
125 - Finnish. Closes: #492510
126 - Galician. Closes: #492619
127 * Basque. Closes: #493466
128 * Japanese. Closes: #493534
129
130 -- Christian Perrier <bubulle@debian.org> Thu, 17 Jul 2008 16:10:46 +0200
131
132 pnm2ppa (1.12-16.1) unstable; urgency=low
133
134 * Non-maintainer upload to fix pending l10n issues.
135 * Debconf translations:
136 - Dutch. Closes: #415514
137 - Portuguese. Closes: #436562
138 * Remove mention of pbm2ppa from the package's description.
139 Closes: #400259
140 * [Lintian] Add copyright information to debian/copyright
141 * [Lintian] Update FSF address in debian/copyright
142 * [Lintian] Change doc-base section from 'text' to 'Text'
143 * [Lintian] Replace underscore in Document: in doc-base documents
144
145 -- Christian Perrier <bubulle@debian.org> Tue, 01 Apr 2008 22:48:03 +0200
146
147 pnm2ppa (1.12-16) unstable; urgency=low
148
149 * debian/po/es.po: Spanish translation by Cesar Gomez Martin
150 <cesar.gomez@gmail.com>. Closes: #404787
151
152 -- Chad Walstrom <chewie@debian.org> Tue, 9 Jan 2007 14:46:57 -0600
153
154 pnm2ppa (1.12-15) unstable; urgency=low
155
156 * debian/control: Updated Standards version. Updated Build-Depends on
157 debhelper to avoid depending upon po-debconf.
158 * debian/templates: Added 710 as a default printer by Colin Watson
159 <cjwatson@ubuntu.com>. Closes: #393427
160 * debian/po/vi.po: Added Vietnamese template submitted by Clytie Siddall
161 <clytie@riverland.net.au>. Closes: #316874
162 * debian/po/sv.po: Added Swedish template submitted by Daniel Nylander
163 <yeager@lidkoping.net>. Closes: #341404
164 * debian/watch: Updated to version 3 and added sourceforge syntax.
165
166 -- Chad Walstrom <chewie@debian.org> Mon, 16 Oct 2006 17:03:16 -0500
167
168 pnm2ppa (1.12-14) unstable; urgency=low
169
170 * debian/po/cs.po: Added Czech debconf template submitted by
171 Miroslav Kure <kurem@upcase.inf.upol.cz>.
172
173 -- Chad Walstrom <chewie@debian.org> Mon, 23 May 2005 11:22:13 -0500
174
175 pnm2ppa (1.12-13) unstable; urgency=low
176
177 * debian/po/de.po: Added German debconf templated submitted by Erik Schanze
178 <schanzi_usenet@gmx.de>. Closes: #280039
179 * debian/watch: Added to please the "watchers"
180 * debian/share/update-magicfilter: Check for root permissions upon
181 execution. Fixed file permissions to please lintian.
182 * debian/pnm2ppa.install.in: Explicitly installed files in debian/share
183 rather than using a wildcard (don't want to install any CVS or ARCH files)
184 * debian/rules (clean): Removed BASH'ism in clean target.
185
186 -- Chad Walstrom <chewie@debian.org> Fri, 12 Nov 2004 09:58:07 -0600
187
188 pnm2ppa (1.12-12) unstable; urgency=low
189
190 * debian/*.doc-base.*: Missing "Files:" field in two of the three doc-base
191 spec files. Closes: #235520
192
193 -- Chad Walstrom <chewie@debian.org> Sun, 29 Feb 2004 17:12:21 -0600
194
195 pnm2ppa (1.12-11) unstable; urgency=low
196
197 * debian/po/da.po: Added Danish Debconf translation. Thank you, Claus
198 Hindsgaul <claus_h@image.dk>. Closes: #234946
199 * debian/rules: Removed the '-n' option from dh_installdocs so that
200 debhelper can automatically add the install-docs call to the postinst
201 and prerm scripts.
202
203 -- Chad Walstrom <chewie@debian.org> Fri, 27 Feb 2004 18:04:41 -0600
204
205 pnm2ppa (1.12-10) unstable; urgency=low
206
207 * debian/config, debian/postinst: More cleanups of package scripts. This
208 fixes the failure to install if the user chooses NOT to configure the
209 package with debconf. Closes: #229674
210
211 -- Chad Walstrom <chewie@debian.org> Sun, 25 Jan 2004 21:42:14 -0600
212
213 pnm2ppa (1.12-9) unstable; urgency=low
214
215 * The "What was I thinking?" release.
216 * Cleanup in postinst; use update-magicfilter. Closes: #226341
217 * French translation cleanup. Thanks to Denis Barbier <barbier@linuxfr.org>
218 Closes: #225900
219
220 -- Chad Walstrom <chewie@debian.org> Tue, 6 Jan 2004 10:13:12 -0600
221
222 pnm2ppa (1.12-8) unstable; urgency=low
223
224 * Japanese translation updated. Closes: #224155
225 * Fixed small typo in pnm2ppa manpage that caused it to be installed in
226 /usr/share/man/man23
227 * Miscellaneous cleanup:
228 - Removed extra copies of pnm2ppa.conf
229 - Updated debhelper compat level
230 - Updated control and rules files
231 - Updated templates & po files to reflect correct pathnames of files
232 * Fixed typo in call to dh_fixperms for update-magicfilter. Closes: #225258
233
234 -- Chad Walstrom <chewie@debian.org> Sun, 28 Dec 2003 11:21:25 -0600
235
236 pnm2ppa (1.12-7) unstable; urgency=low
237
238 * Added Japanese translation to debconf. Thanks to OHURA Makoto
239 <ohura@debian.org>. Closes: #218189
240 * Removed the "note" template and moved the information to README.Debian.
241 Although the "note" template may have be informational, it was not
242 critical to package installation.
243
244 -- Chad Walstrom <chewie@debian.org> Wed, 29 Oct 2003 10:54:33 -0600
245
246 pnm2ppa (1.12-6) unstable; urgency=low
247
248 * Fixed "wrong assumption on char signedness". Closes: #177295
249 * Cleaned up the messy debconf config script. Moved the filesystem
250 alterations to postinst (i.e. config file manipulation).
251 * Added /etc/pnm2ppa.conf to config file list
252 * Switched to to gettext-based debconf, and added the French translation.
253 Thanks, Michel Grentzinger <mic.grentz@online.fr>! Closes: #209105, #211266
254 * Added doc-base file to register SGML, HTML, and TXT documents.
255
256 -- Chad Walstrom <chewie@debian.org> Thu, 23 Oct 2003 00:15:03 -0500
257
258 pnm2ppa (1.12-5) unstable; urgency=low
259
260 * Fixed a typo in the templates file.
261 * "Fixed" failure in preconfigure with the execution of update-magicfilter.
262 Closes: #170844. (I'm starting to think that the magicfilter files
263 shouldn't even be in this package, or should be placed in the doc
264 directory under examples. Feedback welcome.)
265 * Edited the copyright file, added some more information about Upstream
266 Authors, Homepage, and Download URL's.
267
268 -- Chad Walstrom <chewie@debian.org> Fri, 6 Dec 2002 10:40:54 -0600
269
270 pnm2ppa (1.12-4) unstable; urgency=low
271
272 * Updated the /usr/share/pnm2ppa/templates/pnm2ppa-filter file with the
273 correct sed replacement string (@OPTIONS@).
274 * Fixed the permissions of the installed /etc/pnm2ppa.conf file.
275
276 -- Chad Walstrom <chewie@debian.org> Sun, 24 Nov 2002 20:23:46 -0600
277
278 pnm2ppa (1.12-3) unstable; urgency=high
279
280 * ACK! Introduced a bug that effectively deleted /bin/tempfile in 1.12-2.
281 * update-magicfilter was not set executable.
282 * config script exited incorrectly, which caused an error when the user
283 chose NOT to use debconf to configure the /etc/pnm2ppa.conf file.
284
285 -- Chad Walstrom <chewie@debian.org> Sun, 24 Nov 2002 00:44:13 -0600
286
287 pnm2ppa (1.12-2) unstable; urgency=low
288
289 * Fix auto-build bug regarding removal of generated control files
290 pnm2ppa.{install,examples}. Closes: #170249
291 * Added 'rmdir' for /etc/magicfilter if the directory is empty. (Complying
292 to policy to remove all configuration files on a 'purge'.)
293
294 -- Chad Walstrom <chewie@debian.org> Fri, 22 Nov 2002 11:10:28 -0600
295
296 pnm2ppa (1.12-1) unstable; urgency=low
297
298 * New upstream release. Re-fixes the old "hangs at last centimeter" bug.
299 * Fix brain-dead config bug; tests for existance of template or config file
300 before trying to execute sed and mv. Closes: #169728
301 * Using sed to generate pnm2ppa.{install,examples} from *.in files. Cleans
302 up build process so that editing for new upstream packages requires only a
303 change to TAR_DIR variable in debian/rules.
304 * Added 'purge' directives in pnm2ppa.postrm to remove /etc/pnm2ppa.conf
305 and /etc/magicfilter/p?m2ppa*-filter files.
306
307 -- Chad Walstrom <chewie@debian.org> Thu, 21 Nov 2002 13:20:56 -0600
308
309 pnm2ppa (1.11-1) unstable; urgency=low
310
311 * The "tape-monkey time-killer" release.
312 * New upstream version. Fixes typos and improves performance.
313 Closes: #156825, #150244
314 * If no /etc/pnm2ppa.conf file exists, one is copied from
315 /usr/share/pnm2ppa/templates. Closes: #151325
316 * Added debconf support to customize the model number for /etc/pnm2ppa.conf
317 and can generate the magicfilter files. Closes: #120603
318 * Magicfilter file creation was cleaned up to use sed over a template file
319 in /usr/share/pnm2ppa/templates. Admin can elect to not generate the
320 magicfilters in debconf or run it manually from
321 /usr/share/pnm2ppa/update-magicfilter.
322 * Added more upstream documentation to the /usr/share/doc/pnm2ppa directory.
323 * Rewrote package files to use the Debian Build System (dbs). Added
324 Build-Depends to reflect this change.
325
326 -- Chad Walstrom <chewie@debian.org> Mon, 18 Nov 2002 11:32:51 -0600
327
328 pnm2ppa (1.04-4) unstable; urgency=low
329
330 * Long overdue adopted package. Closes: #88234
331 * Added a manpage for both pnm2ppa and calibrate_ppa.
332
333 -- Chad C. Walstrom <chewie@debian.org> Sat, 23 Jun 2001 00:26:02 -0500
334
335 pnm2ppa (1.04-3) unstable; urgency=low
336
337 * `Suggests: magicfilter | apsfilter' rather than `Depends:
338 magicfilter'.
339 * The postinst no longer calls magicfilterconfig. If you're using
340 magicfilter or apsfilter, run magicfilterconfig or apsfilterconfig and
341 simply follow the instructions.
342
343 -- Matej Vela <vela@debian.org> Tue, 17 Apr 2001 18:09:39 +0200
344
345 pnm2ppa (1.04-2) unstable; urgency=low
346
347 * debian/rules: Add `-DLANG_EN' to $(CFLAGS). (God, I'm stupid --
348 thanks to OHURA Makoto for the patch.) Closes: #93064.
349
350 -- Matej Vela <vela@debian.org> Fri, 6 Apr 2001 20:33:55 +0200
351
352 pnm2ppa (1.04-1) unstable; urgency=low
353
354 * New upstream version. Closes: #85224.
355 * Package is orphaned; maintainer set to Debian QA Group.
356 * Conforms to Standards version 3.5.2:
357 * Added build dependancies.
358 * Added support for the `debug' build option.
359 * Made lintian-clean.
360
361 -- Matej Vela <vela@debian.org> Mon, 19 Mar 2001 09:37:13 +0100
362
363 pnm2ppa (1.03-1) unstable; urgency=low
364
365 * New upstream release.
366 * As of Nov 2000, I don't use a PPA printer anymore. I'll continue to
367 maintain this package untill Roland can maintain it again, but I'll be
368 unable to test it myself.
369
370 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp> Thu, 9 Nov 2000 13:53:51 +0900
371
372 pnm2ppa (1.0-1) unstable; urgency=low
373
374 * New upstream release.
375 * New maintainer.
376 * Completly replaces pbm2ppa.
377 * pnm2ppa will create symlinks for old filters, so your old printcap should
378 work without changes.
379
380 -- Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp> Fri, 11 Aug 2000 12:19:15 +0900
381
382 pnm2ppa (0.99-0.pre3) unstable; urgency=low
383
384 * New upsteam release
385 * Updated maintainer field to new @debian.org address ;)
386
387 -- Roland Bauerschmidt <rb@debian.org> Sun, 4 Jun 2000 13:26:45 +0200
388
389 pnm2ppa (0.99-0.pre2) unstable; urgency=low
390
391 * New upstream release
392 * Fixed problem with version numbers
393
394 -- Roland Bauerschmidt <roland@copyleft.de> Thu, 13 Apr 2000 21:41:04 +0200
395
396 pnm2ppa (0.99pre1-1) unstable; urgency=low
397
398 * New upstream release
399
400 -- Roland Bauerschmidt <roland@copyleft.de> Thu, 6 Apr 2000 20:46:30 +0200
401
402 pnm2ppa (0.20000326-1) unstable; urgency=low
403
404 * New upstream release
405 * The configuration files are in /etc/ppa/. The papersize is being
406 autodetected since this version.
407 * This package is based on the pbm2ppa package. Thanks to Ionutz Borcoman
408 <borco@borco-ei.eng.hokudai.ac.jp>.
409
410 -- Roland Bauerschmidt <roland@copyleft.de> Wed, 29 Mar 2000 16:38:26 +0200
411
412 pnm2ppa (0.20000120-2) unstable; urgency=low
413
414 * Fixed Dependencies: gs is included in the Dependencies now.
415
416 -- Roland Bauerschmidt <roland@copyleft.de> Wed, 8 Mar 2000 17:26:29 +0100
417
418 pnm2ppa (0.20000120-1) unstable; urgency=low
419
420 * Initial Release.
421
422 -- Roland Bauerschmidt <roland@copyleft.de> Wed, 8 Mar 2000 17:25:05 +0100
423
424 Local variables:
425 mode: debian-changelog
426 End:
0 #!/bin/sh
1 #
2 # Config script for pnm2ppa
3 #
4 # Only ask the questions here. Make the changes to the filesystem in the
5 # postinst script.
6 #
7 set -e
8
9 # Source debconf library.
10 . /usr/share/debconf/confmodule
11
12 # Let debconf manage the file?
13 db_input medium pnm2ppa/use_debconf || true
14 db_go
15
16 # Get the value
17 db_get pnm2ppa/use_debconf
18 if [ "$RET" = "true" ] ; then
19 # Ask which printer
20 db_input medium pnm2ppa/printer_model || true
21 db_go
22
23 # Create magicfilter for printer model?
24 db_input low pnm2ppa/create_magicfilter || true
25 db_go
26 fi
27
0 Source: pnm2ppa
1 Section: text
2 Priority: optional
3 Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
4 Uploaders: Didier Raboud <odyx@debian.org>
5 Build-Depends: debhelper (>= 9~), autotools-dev, dh-autoreconf
6 Homepage: http://pnm2ppa.sf.net/
7 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/pnm2ppa.git
8 Vcs-Git: https://alioth.debian.org/anonscm/git/printing/pnm2ppa.git
9 Standards-Version: 3.9.8
10
11 Package: printer-driver-pnm2ppa
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript
14 Suggests: magicfilter | apsfilter
15 Conflicts: pbm2ppa
16 Replaces: pnm2ppa (<< 1.13-3~)
17 Breaks: pnm2ppa (<< 1.13-3~)
18 Description: printer driver for HP-GDI printers
19 Using pnm2ppa it's possible to run HP-GDI printers on Linux. These printers
20 are normally "Windows-only" and use the PPA protocol which is proprietary.
21 pnm2ppa supports color.
22 .
23 pnm2ppa supports the following printers: HP Deskjet 7XX Series, HP Deskjet
24 820 Series and HP Deskjet 1000 Series.
0 This package was originally debianized by Roland Bauerschmidt
1 <roland@copyleft.de> on Sat, 4 Mar 2000 20:51:28 +0100.
2
3 Homepage: http://pnm2ppa.sourceforge.net/
4 Download: http://sourceforge.net/projects/showfiles.php?group_id=1322
5 Upstream Authors: A complete list of authors and their contributions can be
6 found in /usr/share/doc/pnm2ppa/CREDITS.
7
8 Copyright © 1998-2000 by the pnm2ppa project
9
10 This package is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 This package is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this package; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
23 02110-1301, USA
24
25 On Debian systems, the complete text of the GNU General
26 Public License can be found in `/usr/share/common-licenses/GPL-2'.
0 Description: Fix signedness of "c"
1 Bugs-Debian: 177295
2 Author: Chad Walstrom <chewie@debian.org>
3 Last-Update: 2003-10-26
4 --- a/calibrate_ppa.c
5 +++ b/calibrate_ppa.c
6 @@ -81,7 +81,7 @@
7 FILE *outFile = NULL ;
8 int testPattern = 0;
9 char *out_filepath = NULL;
10 - char c;
11 + int c;
12 static struct option long_opts[] = {
13 {"gamma",0,0,'g'},
14 {"align",0,0,0},
0 Description: Make sure examples have shebangs
1 Author: Chad Walstrom <chewie@debian.org>
2 Last-Update: 2004-11-12
3 diff -ruN pnm2ppa-1.12-old/sample_scripts/lprbw pnm2ppa-1.11/sample_scripts/lprbw
4 --- pnm2ppa-1.12-old/sample_scripts/lprbw 2002-10-02 20:32:36.000000000 -0500
5 +++ pnm2ppa-1.12/sample_scripts/lprbw 2002-11-13 15:21:21.000000000 -0600
6 @@ -1,3 +1,4 @@
7 +#!/bin/sh
8 cat $1 | \
9 gs -sDEVICE=pbmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \
10 pnm2ppa --bw --eco $2 $3 $4 $5 -i - -o /dev/lp0
11 diff -ruN pnm2ppa-1.12-old/sample_scripts/lprcolor pnm2ppa-1.11/sample_scripts/lprcolor
12 --- pnm2ppa-1.12-old/sample_scripts/lprcolor 2002-10-02 20:32:36.000000000 -0500
13 +++ pnm2ppa-1.12/sample_scripts/lprcolor 2002-11-13 15:21:25.000000000 -0600
14 @@ -1,3 +1,4 @@
15 +#!/bin/sh
16 cat $1 | \
17 gs -sDEVICE=ppmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \
18 pnm2ppa $2 $3 $4 $5 -i - -o /dev/lp0
19 diff -ruN pnm2ppa-1.12-old/sample_scripts/lpreco pnm2ppa-1.11/sample_scripts/lpreco
20 --- pnm2ppa-1.12-old/sample_scripts/lpreco 2002-10-02 20:32:36.000000000 -0500
21 +++ pnm2ppa-1.12/sample_scripts/lpreco 2002-11-13 15:21:27.000000000 -0600
22 @@ -1,3 +1,4 @@
23 +#!/bin/sh
24 cat $1 | \
25 gs -sDEVICE=ppmraw -q -sPAPERSIZE=a4 -dNOPAUSE -r600 -sOutputFile=- - | \
26 pnm2ppa --eco $2 $3 $4 $5 -i - -o /dev/lp0
0 Description: Fix various errors in the pnm2ppa manpage.
1 Amongst those: hyphen-used-as-minus from lintian and the lack of section identifier.
2 Author: Didier Raboud <odyx@debian.org>
3 Last-Update: 2011-05-26
4 --- a/docs/en/pnm2ppa.1
5 +++ b/docs/en/pnm2ppa.1
6 @@ -1,8 +1,8 @@
7 -.TH pnm2ppa "23 Jun 2002"
8 +.TH pnm2ppa 1 "23 Jun 2002"
9 .SH NAME
10 pnm2ppa - convert portable anymap (PNM) images to HP's PPA printer format.
11 .SH SYNOPSIS
12 -pnm2ppa [options] [ -i \fIinfile\fR ] [ -o \fIoutfile\fR ]
13 +pnm2ppa [options] [ \-i \fIinfile\fR ] [ \-o \fIoutfile\fR ]
14
15 .SH DESCRIPTION
16 Reads portable anymap (PNM) format as input. Binary PNM formats pnmraw =
17 @@ -16,111 +16,111 @@
18 GhostScript output devices "pbmraw", "pgmraw" or "ppmraw", or by "pnmraw",
19 which will choose one of these formats as appropriate for the document.)
20 \fBpnm2ppa\fP assumes the input resolution is 600dpi (or 300dpi if
21 -the command-line option \fB--dpi300\fP is used): input at higher/lower
22 +the command-line option \fB\-\-dpi300\fP is used): input at higher/lower
23 resolutions will result in a correspondingly larger/smaller printed image,
24 provided it is within the printer's allowed size range.
25 .PP
26
27 .SH OPTIONS
28 -.\"{{{ -b bottommargin
29 +.\"{{{ \-b bottommargin
30 .IP "\fB\-b \fIbottommargin\fR\fP"
31 -Sets the bottom margin \fIbottommargin\fR in units of 1/600 inches (e.g., \fB -b 150\fP corresponds to 0.25").
32 +Sets the bottom margin \fIbottommargin\fR in units of 1/600 inches (e.g., \fB \-b 150\fP corresponds to 0.25").
33 .\"}}}
34
35 -.\"{{{ -B blackness
36 +.\"{{{ \-B blackness
37 .IP "\fB\-B \fIblackness\fR\fP"
38 Sets the black ink density \fIblackness\fR in drops per pixel (0,1,2,3,4).
39 .\"}}}
40
41 -.\"{{{ --bi
42 -.IP "\fB\--bi\fP"
43 +.\"{{{ \-\-bi
44 +.IP "\fB\-\-bi\fP"
45 Force bidirectional print sweeps.
46 .\"}}}
47
48 .\"{{{ --bw
49 -.IP "\fB\--bw\fP"
50 +.IP "\fB\-\-bw\fP"
51 Disables the color cartridge; will print in grey scale using only the black cartridge.
52 .\"}}}
53
54 -.\"{{{ -d
55 +.\"{{{ \-d
56 .IP "\fB\-d\fP"
57 Displays the current configuration.
58 .\"}}}
59
60 -.\"{{{ --dpi300
61 -.IP "\fB\--dpi300\fP"
62 +.\"{{{ \-\-dpi300
63 +.IP "\fB\-\-dpi300\fP"
64 Treat input resolution as 300dpi instead of 600dpi.
65 .\"}}}
66
67 -.\"{{{ --eco
68 -.IP "\fB\--eco\fP"
69 +.\"{{{ \-\-eco
70 +.IP "\fB\-\-eco\fP"
71 Econofast mode: lower print quality that is faster and saves ink.
72 .\"}}}
73
74 -.\"{{{ -f configFile
75 +.\"{{{ \-f configFile
76 .IP "\fB\-f \fIconfigFile\fR\fP"
77 Re-reads configuration from \fIconfigFile\fR (after
78 initially reading it from /etc/pnm2ppa.conf).
79 .\"}}}
80
81 -.\"{{{ -F GammaFile
82 +.\"{{{ \-F GammaFile
83 .IP "\fB\-F \fIGammaFile\fR\fP"
84 Overrides reading the color-correction table (Gamma curve) from the default
85 file /etc/pnm2ppa.gamma, and uses \fIGammaFile\fR instead.
86 .\"}}}
87
88 -.\"{{{ --fd
89 -.IP "\fB\--fd\fP"
90 -Enable fast ordered dithering instead of using the slower, but beautiful, Floyd-Steinberg dithering. (Has no effect in --bw mode.)
91 +.\"{{{ \-\-fd
92 +.IP "\fB\-\-fd\fP"
93 +Enable fast ordered dithering instead of using the slower, but beautiful, Floyd-Steinberg dithering. (Has no effect in \-\-bw mode.)
94 .\"}}}
95
96 -.\"{{{ -g
97 +.\"{{{ \-g
98 .IP "\fB\-g\fP"
99 Prints a page of color intensity samples (for comparison with gamma.ppm
100 data produced by calibrate_ppa).
101 This is part of a \fBcolor-correction\fP procedure; see COLOR.txt for more details.
102 .\"}}}
103
104 -.\"{{{ -h, --help
105 -.IP "\fB\-h, --help\fP"
106 +.\"{{{ \-h, \-\-help
107 +.IP "\fB\-h, \-\-help\fP"
108 Displays program usage.
109 .\"}}}
110
111 -.\"{{{ -i infile
112 +.\"{{{ \-i infile
113 .IP "\fB\-i \fIinfile\fR\fP"
114 -Input file \fIinfile\fR is either a path to a PPM file, or '-' to indicate stdin (defaults to stdin).
115 +Input file \fIinfile\fR is either a path to a PPM file, or '\-' to indicate stdin (defaults to stdin).
116 .\"}}}
117
118 -.\"{{{ -l leftmargin
119 +.\"{{{ \-l leftmargin
120 .IP "\fB\-l \fIleftmargin\fR\fP"
121 -Sets the left margin \fIleftmargin\fR in units of 1/600 inches (e.g., \fB-l 150\fP corresponds to 0.25").
122 +Sets the left margin \fIleftmargin\fR in units of 1/600 inches (e.g., \fB\-l 150\fP corresponds to 0.25").
123 .\"}}}
124
125 -.\"{{{ --noGamma
126 -.IP "\fB\--noGamma\fP"
127 +.\"{{{ \-\-noGamma
128 +.IP "\fB\-\-noGamma\fP"
129 Switches off any color-correction.
130 .\"}}}
131
132 -.\"{{{ -o outfile | -
133 -.IP "\fB\-o \fIoutfile\fR | - \fP"
134 -Output file \fIoutfile\fR is either a path to a file or device, or '-' to indicate stdout (defaults to stdout).
135 +.\"{{{ \-o outfile | \-
136 +.IP "\fB\-o \fIoutfile\fR | \- \fP"
137 +Output file \fIoutfile\fR is either a path to a file or device, or '\-' to indicate stdout (defaults to stdout).
138 .\"}}}
139
140 -.\"{{{ -p
141 +.\"{{{ \-p
142 .IP "\fB\-p\fP"
143 Disables the black ink cartridge; i.e., print using only the color ink cartridge, even for printing "black". This might be useful for printing high-quality
144 color images.
145 .\"}}}
146
147 -.\"{{{ -r rightmargin
148 +.\"{{{ \-r rightmargin
149 .IP "\fB\-r \fIrightmargin\fR\fP"
150 -Sets the right margin \fIrightmargin\fR in units of 1/600 inches (e.g., \fB-r 150\fP corresponds to 0.25").
151 +Sets the right margin \fIrightmargin\fR in units of 1/600 inches (e.g., \fB\-r 150\fP corresponds to 0.25").
152 .\"}}}
153
154 -.\"{{{ -s papersize
155 +.\"{{{ \-s papersize
156 .IP "\fB\-s \fIpapersize\fR\fP"
157 Sets the default paper size (now used only for color-correction output
158 -produced by the \fB-g\fP option).
159 +produced by the \fB\-g\fP option).
160 In normal use, pnm2ppa now instead reads the paper dimensions from
161 pnm input file headers, and
162 checks that it is a valid papersize for the given printer model.
163 @@ -130,40 +130,40 @@
164 The default is US Letter.
165 .\"}}}
166
167 -.\"{{{ -t topmargin
168 +.\"{{{ \-t topmargin
169 .IP "\fB\-t \fItopmargin\fR\fP"
170 -Sets the top margin \fItopmargin\fR in units of 1/600 inches (ie \fB-t 150\fP corresponds to 0.25").
171 +Sets the top margin \fItopmargin\fR in units of 1/600 inches (ie \fB\-t 150\fP corresponds to 0.25").
172 .\"}}}
173
174 -.\"{{{ --uni
175 -.IP "\fB\--uni\fP"
176 +.\"{{{ \-\-uni
177 +.IP "\fB\-\-uni\fP"
178 Force unidirectional (left to right) print sweeps. Useful if
179 "shearing" is a problem for high quality color images.
180 .\"}}}
181
182 -.\"{{{ -v printertype
183 +.\"{{{ \-v printertype
184 .IP "\fB\-v \fIprintertype\fP"
185 Selects the printer model. Possible values of \fIprintertype\fR are:
186 \fB710\fP, \fB712\fP, \fB720\fP, \fB722\fP, \fB820\fP and \fB1000\fP.
187 The default is the HP DeskJet 7X0 Series (710, 712, 720, 722).
188 .\"}}}
189
190 -.\"{{{ --verbose
191 -.IP "\fB\--verbose\fP"
192 +.\"{{{ \-\-verbose
193 +.IP "\fB\-\-verbose\fP"
194 Displays the program's System Log messages on the standard output, as well.
195 .\"}}}
196
197 -.\"{{{ --version
198 -.IP "\fB\--version\fP"
199 +.\"{{{ \-\-version
200 +.IP "\fB\-\-version\fP"
201 Displays the program's version information.
202 .\"}}}
203
204 -.\"{{{ -x xoffset
205 +.\"{{{ \-x xoffset
206 .IP "\fB\-x \fIxoffset\fR\fP"
207 Sets the x-offset \fIxoffset\fR from the left of the page. Units are 1/600 inches.
208 .\"}}}
209
210 -.\"{{{ -y yoffset
211 +.\"{{{ \-y yoffset
212 .IP "\fB\-y \fIyoffset\fR\fP"
213 Sets the y-offset \fIyoffset\fR from the top of the page. Units are 1/600 inches.
214 .\"}}}
215 @@ -172,7 +172,7 @@
216 .SH NOTES
217 The default configuration file \fI/etc/pnm2ppa.conf\fR is read in first. Command line arguments then modify the resulting definitions.
218 .PP
219 -The \fB-v\fP option resets all definitions (margins, offsets, etc.) back to
220 +The \fB\-v\fP option resets all definitions (margins, offsets, etc.) back to
221 the inbuilt defaults for that printer and should be used before subsequent
222 \fB-b\fP, \fB-l\fP, \fB-r\fP, \fB-t\fP, \fB-x\fP and \fB-y\fP arguments.
223 .SH "SEE ALSO"
224 @@ -212,5 +212,5 @@
225 .SH BUGS
226 Faint horizontal lines marking boundaries between print sweeps may be visible.
227 You may get better results when printing images, with the options:
228 - \fB -p --uni \fP (this may no longer apply since recent code improvements).
229 + \fB \-p \-\-uni \fP (this may no longer apply since recent code improvements).
230
0 Description: Drop usage of __DATE__ and __TIME__, hindering build
1 reproducibility.
2 Author: Didier Raboud <odyx@debian.org>
3 Last-Update: 2016-02-26
4 --- a/pnm2ppa.c
5 +++ b/pnm2ppa.c
6 @@ -732,9 +732,9 @@
7
8 case 2:
9 /* --version (output to stderr, not syslog) */
10 - fprintf(stderr,"%s %s %s %s %s\n",
11 + fprintf(stderr,"%s %s %s\n",
12 *argv, gMessages[LOG_VERSION],
13 - VERSION, __DATE__, __TIME__);
14 + VERSION);
15 exit (0);
16 break;
17
0 10_177295-fix_signedness.patch
1 99-examples_shbangs.patch
2 99-pnm2ppa_manpage.patch
3 99-remove-cpp-timestamps.patch
0 [type: gettext/rfc822deb] templates
0 #
1 # Translators, if you are not familiar with the PO format, gettext
2 # documentation is worth reading, especially sections dedicated to
3 # this format, e.g. by running:
4 # info -n '(gettext)PO Files'
5 # info -n '(gettext)Header Entry'
6 #
7 # Some information specific to po-debconf are available at
8 # /usr/share/doc/po-debconf/README-trans
9 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
10 #
11 # Developers do not need to manually edit POT or PO files.
12 #
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: pnm2ppa\n"
16 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
17 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
18 "PO-Revision-Date: 2005-05-22 12:28+0200\n"
19 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
20 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
21 "MIME-Version: 1.0\n"
22 "Content-Type: text/plain; charset=UTF-8\n"
23 "Content-Transfer-Encoding: 8bit\n"
24
25 #. Type: boolean
26 #. Description
27 #: ../templates:1001
28 msgid "Would you like debconf to configure pnm2ppa?"
29 msgstr "Chcete pnm2ppa nastavit pomocí debconfu?"
30
31 #. Type: boolean
32 #. Description
33 #: ../templates:1001
34 msgid ""
35 "You can have debconf perform some simple configuration steps for your "
36 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
37 msgstr ""
38 "Pro základní nastavení pnm2ppa můžete místo editace souboru /etc/pnm2ppa."
39 "conf použít debconf."
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid "What model of HP Deskjet printer do you use?"
45 msgstr "Jaký model tiskárny HP DeskJet používáte?"
46
47 #. Type: select
48 #. Description
49 #: ../templates:2001
50 msgid ""
51 "The pnm2ppa printer filter behaves differently depending upon which HP "
52 "DeskJet model you use. Choose your model of printer for the default "
53 "configuration file /etc/pnm2ppa.conf."
54 msgstr ""
55 "Filtr pnm2ppa se chová různě podle toho, který model tiskárny HP DeskJet "
56 "používáte. Vyberte si model tiskárny, který má být v souboru /etc/pnm2ppa "
57 "výchozí."
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid "Would you like debconf to create magicfilter filters?"
63 msgstr "Chcete, aby debconf vytvořil filtry pro magicfilter?"
64
65 #. Type: boolean
66 #. Description
67 #: ../templates:3001
68 msgid ""
69 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
70 "its own magic database (a la file(1)) to decide how to print out a given "
71 "print job. Debconf can run the custom pnm2ppa script called \"update-"
72 "magicfilter\" to generate a default set of filters for color and black-and-"
73 "white printing."
74 msgstr ""
75 "Magicfilter je přizpůsobitelný rozšiřitelný filtr pro tiskové úlohy. Používá "
76 "vlastní databázi (a la file(1)), na základě které se rozhoduje, jakým "
77 "způsobem má danou úlohu vytisknout. Debconf může spustit skript \"update-"
78 "magicfilter\", kterým vygeneruje výchozí sadu filtrů pro barevné i černobílé "
79 "výtisky."
80
81 #. Type: boolean
82 #. Description
83 #: ../templates:3001
84 msgid ""
85 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
86 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
87 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
88 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
89 "deprecated predecessor to pnm2ppa)."
90 msgstr ""
91 "Vzorovou šablonu můžete nalézt v /usr/share/pnm2ppa/ pod názvem \"pnm2ppa-"
92 "magicfilter.in\". Skript update-magicfilter nahradí v šabloně řetězec "
93 "@OPTIONS@ a výsledné filtry umístí do /etc/magicfilter. Kromě toho se ještě "
94 "vytvoří symbolické odkazy mezi filtry pnm2ppa a pbm2ppa (předchůdce pnm2ppa)."
95
96 #. Type: boolean
97 #. Description
98 #: ../templates:3001
99 msgid ""
100 "The only thing left for you to do is run magicfilterconfig to generate your /"
101 "etc/printcap."
102 msgstr ""
103 "Jediné, co musíte udělat, je ručně spustit magicfilterconfig, což vytvoří /"
104 "etc/printcap."
0 # translation of pnm2ppa_1.12-10-da.po to Danish
1 # translation of pnm2ppa_1.12-10_templates.po to Danish
2 #
3 # Translators, if you are not familiar with the PO format, gettext
4 # documentation is worth reading, especially sections dedicated to
5 # this format, e.g. by running:
6 # info -n '(gettext)PO Files'
7 # info -n '(gettext)Header Entry'
8 # Some information specific to po-debconf are available at
9 # /usr/share/doc/po-debconf/README-trans
10 # or http://www.debian.org/intl/l10n/po-debconf/README-trans#
11 # Developers do not need to manually edit POT or PO files.
12 # Claus Hindsgaul <claus_h@image.dk>, 2004.
13 #
14 msgid ""
15 msgstr ""
16 "Project-Id-Version: pnm2ppa_1.12-10-da\n"
17 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
18 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
19 "PO-Revision-Date: 2004-02-26 19:57+0100\n"
20 "Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
21 "Language-Team: Danish <dansk@klid.dk>\n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "X-Generator: KBabel 1.0.2\n"
26
27 #. Type: boolean
28 #. Description
29 #: ../templates:1001
30 msgid "Would you like debconf to configure pnm2ppa?"
31 msgstr "Vil du have debconf til at sætte pnm2ppa op?"
32
33 #. Type: boolean
34 #. Description
35 #: ../templates:1001
36 msgid ""
37 "You can have debconf perform some simple configuration steps for your "
38 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
39 msgstr ""
40 "Du kan få debconf til at udføre nogle simple opsætningstrin på din "
41 "standardopsætning af pnm2ppa (ved at redigere i filen /etc/pnm2ppa.conf)."
42
43 #. Type: select
44 #. Description
45 #: ../templates:2001
46 msgid "What model of HP Deskjet printer do you use?"
47 msgstr "Hvilken model er den HP Deskjet-printer, du bruger?"
48
49 #. Type: select
50 #. Description
51 #: ../templates:2001
52 msgid ""
53 "The pnm2ppa printer filter behaves differently depending upon which HP "
54 "DeskJet model you use. Choose your model of printer for the default "
55 "configuration file /etc/pnm2ppa.conf."
56 msgstr ""
57 "pnm2ppa-printerfiltret opfører sig forskelligt afhængigt af hvilken HP "
58 "DeskJet-model, du bruger. Vælg din printermodel til standard-"
59 "opsætningsfilen /etc/pnm2ppa.conf."
60
61 #. Type: boolean
62 #. Description
63 #: ../templates:3001
64 msgid "Would you like debconf to create magicfilter filters?"
65 msgstr "Vil du have at debconf opretter magicfilter-filtre?"
66
67 #. Type: boolean
68 #. Description
69 #: ../templates:3001
70 msgid ""
71 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
72 "its own magic database (a la file(1)) to decide how to print out a given "
73 "print job. Debconf can run the custom pnm2ppa script called \"update-"
74 "magicfilter\" to generate a default set of filters for color and black-and-"
75 "white printing."
76 msgstr ""
77 "Magicfilter er et automatisk printerfilter, der kan tilrettes og udvides. "
78 "Det benytter sin egen magiske oversigt (a'la file(1)) til at afgøre hvordan "
79 "det skal udskrive et givet udskriftsjob. Debconf kan køre det tilpassede "
80 "pnm2ppa-skript \"update-magicfilter\" for at generere et standard-filsæt til "
81 "udskrivning i farver og sort/hvid."
82
83 #. Type: boolean
84 #. Description
85 #: ../templates:3001
86 msgid ""
87 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
88 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
89 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
90 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
91 "deprecated predecessor to pnm2ppa)."
92 msgstr ""
93 "Skabelonfiltret ligger i /usr/share/pnm2ppa/ som \"pnm2ppa-magicfilter.in\". "
94 "update-magicfilter benytter sed til at erstatte @OPTIONS@ fra skabelonen og "
95 "lægge de resulterende filtre i /etc/magicfilter. Derudover oprettes "
96 "symbolske lænker fra de genererede pnm2ppa-filtre til pbm2ppa-filtre (den nu "
97 "forældede forgænger til pnm2ppa)."
98
99 #. Type: boolean
100 #. Description
101 #: ../templates:3001
102 msgid ""
103 "The only thing left for you to do is run magicfilterconfig to generate your /"
104 "etc/printcap."
105 msgstr ""
106 "Det eneste du derefter behøver at gøre, er at køre magicfilterconfig for at "
107 "generere din /etc/printcap."
0 # Translation of pnm2ppa debconf templates to German
1 # Copyright Erik Schanze Erik Schanze <eriks@debian.org>, 2004.
2 # This file is distributed under the same license as the pnm2ppa package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: pnm2ppa 1.12-12\n"
7 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
8 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
9 "PO-Revision-Date: 2011-11-08 20:25+0100\n"
10 "Last-Translator: Erik Schanze <eriks@debian.org>\n"
11 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "X-Generator: KBabel 1.3.1\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr "Soll Debconf für die Einstellungen verwendet werden?"
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31 "Sie können Debconf benutzen, um einige einfache Anpassungen an den "
32 "Standardeinstellungen von pnm2ppa (in Ihrer Datei /etc/pnm2ppa.conf) "
33 "vorzunehmen."
34
35 #. Type: select
36 #. Description
37 #: ../templates:2001
38 msgid "What model of HP Deskjet printer do you use?"
39 msgstr "Welches Modell eines HP-Deskjet-Druckers benutzen Sie?"
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid ""
45 "The pnm2ppa printer filter behaves differently depending upon which HP "
46 "DeskJet model you use. Choose your model of printer for the default "
47 "configuration file /etc/pnm2ppa.conf."
48 msgstr ""
49 "Der verwendete Druckerfilter in pnm2ppa hängt vom Typ des HP-Deskjets ab, "
50 "den Sie einsetzen. Wählen Sie Ihr Druckermodell für die systemweite "
51 "Konfigurationsdatei /etc/pnm2ppa.conf aus."
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid "Would you like debconf to create magicfilter filters?"
57 msgstr "Soll Debconf »magicfilter«-Filter erstellen?"
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid ""
63 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
64 "its own magic database (a la file(1)) to decide how to print out a given "
65 "print job. Debconf can run the custom pnm2ppa script called \"update-"
66 "magicfilter\" to generate a default set of filters for color and black-and-"
67 "white printing."
68 msgstr ""
69 "Magicfilter ist ein anpassbarer, erweiterbarer automatischer Druckerfilter. "
70 "Er nutzt seine eigene magische Datenbank (wie file(1)), um zu entscheiden, "
71 "wie ein übergebener Druckjob ausgedruckt wird. Debconf kann das Skript "
72 "»update-magicfilter« aufrufen, um einige Standardfilter für Farb- und "
73 "Schwarz-Weiß-Druck zu erstellen."
74
75 #. Type: boolean
76 #. Description
77 #: ../templates:3001
78 msgid ""
79 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
80 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
81 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
82 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
83 "deprecated predecessor to pnm2ppa)."
84 msgstr ""
85 "Die Vorlage für den Filter befindet sich im Verzeichnis /usr/share/pnm2ppa/ "
86 "als »pnm2ppa-magicfilter.in«. Das Skript »update-magicfilter« nutzt »sed«, "
87 "um @OPTIONS@ aus der Vorlage zu ersetzen und legt den erstellten Filter im "
88 "Verzeichnis /etc/magicfilter ab. Zusätzlich werden symbolische Links von den "
89 "erstellten pnm2ppa-Filtern zu den pbm2ppa-Filtern (dem veralteten Vorgänger "
90 "von pnm2ppa) angelegt."
91
92 #. Type: boolean
93 #. Description
94 #: ../templates:3001
95 msgid ""
96 "The only thing left for you to do is run magicfilterconfig to generate your /"
97 "etc/printcap."
98 msgstr ""
99 "Sie müssen nun nur noch das Programm »magicfilterconfig« starten, um die "
100 "Datei /etc/printcap zu erzeugen."
0 # pnm2ppa po-debconf translation to Spanish
1 # Copyright (C) 2005 Software in the Public Interest
2 # This file is distributed under the same license as the pnm2ppa package.
3 #
4 # Changes:
5 # - Initial translation
6 # César Gómez Martín <cesar.gomez@gmail.com>
7 #
8 # Traductores, si no conoce el formato PO, merece la pena leer la
9 # documentación de gettext, especialmente las secciones dedicadas a este
10 # formato, por ejemplo ejecutando:
11 # info -n '(gettext)PO Files'
12 # info -n '(gettext)Header Entry'
13 # Equipo de traducción al español, por favor, lean antes de traducir
14 # los siguientes documentos:
15 #
16 # - El proyecto de traducción de Debian al español
17 # http://www.debian.org/intl/spanish/
18 # especialmente las notas de traducción en
19 # http://www.debian.org/intl/spanish/notas
20 #
21 # - La guía de traducción de po's de debconf:
22 # /usr/share/doc/po-debconf/README-trans
23 # o http://www.debian.org/intl/l10n/po-debconf/README-trans
24 #
25 msgid ""
26 msgstr ""
27 "Project-Id-Version: pnm2ppa\n"
28 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
29 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
30 "PO-Revision-Date: 2006-12-28 10:34+0100\n"
31 "Last-Translator: César Gómez Martín <cesar.gomez@gmail.com>\n"
32 "Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
33 "MIME-Version: 1.0\n"
34 "Content-Type: text/plain; charset=UTF-8\n"
35 "Content-Transfer-Encoding: 8bit\n"
36
37 #. Type: boolean
38 #. Description
39 #: ../templates:1001
40 msgid "Would you like debconf to configure pnm2ppa?"
41 msgstr "¿Quiere que debconf configure pnm2ppa?"
42
43 #. Type: boolean
44 #. Description
45 #: ../templates:1001
46 msgid ""
47 "You can have debconf perform some simple configuration steps for your "
48 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
49 msgstr ""
50 "Puede dejar que debconf realice unos pasos sencillos para configurar su "
51 "instalación de pnm2ppa por omisión (editando su fichero «/etc/pnm2ppa.conf»)."
52
53 #. Type: select
54 #. Description
55 #: ../templates:2001
56 msgid "What model of HP Deskjet printer do you use?"
57 msgstr "¿Qué modelo de impresora HP Deskjet utiliza?"
58
59 #. Type: select
60 #. Description
61 #: ../templates:2001
62 msgid ""
63 "The pnm2ppa printer filter behaves differently depending upon which HP "
64 "DeskJet model you use. Choose your model of printer for the default "
65 "configuration file /etc/pnm2ppa.conf."
66 msgstr ""
67 "El filtro de impresión pnm2ppa se comporta de forma distinta dependiendo del "
68 "modelo de HP Deskjet que use. Escoja el modelo de su impresora para el "
69 "fichero de configuración por omisión /etc/pnm2ppa.conf."
70
71 #. Type: boolean
72 #. Description
73 #: ../templates:3001
74 msgid "Would you like debconf to create magicfilter filters?"
75 msgstr "¿Le gustaría que debconf creara los filtros «magicfilter»?"
76
77 #. Type: boolean
78 #. Description
79 #: ../templates:3001
80 msgid ""
81 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
82 "its own magic database (a la file(1)) to decide how to print out a given "
83 "print job. Debconf can run the custom pnm2ppa script called \"update-"
84 "magicfilter\" to generate a default set of filters for color and black-and-"
85 "white printing."
86 msgstr ""
87 "Magicfilter es un filtro de impresión automático configurable y extensible. "
88 "Utiliza su propia base de datos mágica (al estilo de file(1)) para decidir "
89 "como debe imprimir un trabajo de impresión. Debconf puede ejecutar el script "
90 "personalizado pnm2ppa llamado «update-magicfilter» para generar un conjunto "
91 "de filtros por defecto para impresión en color y en blanco y negro."
92
93 #. Type: boolean
94 #. Description
95 #: ../templates:3001
96 msgid ""
97 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
98 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
99 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
100 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
101 "deprecated predecessor to pnm2ppa)."
102 msgstr ""
103 "El filtro plantilla se encuentra en /usr/share/pnm2ppa/ como «pnm2ppa-"
104 "magicfilter.in». update-magicfilter utiliza sed para reemplazar @OPTIONS@ de "
105 "la plantilla y colocar los filtros resultantes en /etc/magicfilter. "
106 "Adicionalmente se crean enlaces simbólicos de los filtros pnm2ppa generados "
107 "a los filtros pbm2ppa (el predecesor obsoleto de pnm2ppa)."
108
109 #. Type: boolean
110 #. Description
111 #: ../templates:3001
112 msgid ""
113 "The only thing left for you to do is run magicfilterconfig to generate your /"
114 "etc/printcap."
115 msgstr ""
116 "Sólo tiene que ejecutar magicfilterconfig para generar su fichero/etc/"
117 "printcap."
0 # translation of pnm2ppa_templates_eu.po_20080802.po to Euskara
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2008.
5 # Piarres Beobide <pi@beobide.net>, 2008.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pnm2ppa_templates_eu.po_20080802\n"
9 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
10 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
11 "PO-Revision-Date: 2008-08-02 21:01+0200\n"
12 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
13 "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.11.4\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
19
20 #. Type: boolean
21 #. Description
22 #: ../templates:1001
23 msgid "Would you like debconf to configure pnm2ppa?"
24 msgstr "Pnm2ppa debconf-en bidez konfiguratzea nahi duzu?"
25
26 #. Type: boolean
27 #. Description
28 #: ../templates:1001
29 msgid ""
30 "You can have debconf perform some simple configuration steps for your "
31 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
32 msgstr ""
33 "Debconf-ek urrats arrunt batzuk jorratuko ditu pnm2ppa lehenetsia "
34 "konfiguratzeko (/etc/pnm2ppa.conf fitxategian editatua)."
35
36 #. Type: select
37 #. Description
38 #: ../templates:2001
39 msgid "What model of HP Deskjet printer do you use?"
40 msgstr "HP Deskjet-en zein inprimagailu modelo erabiltzen duzu?"
41
42 #. Type: select
43 #. Description
44 #: ../templates:2001
45 msgid ""
46 "The pnm2ppa printer filter behaves differently depending upon which HP "
47 "DeskJet model you use. Choose your model of printer for the default "
48 "configuration file /etc/pnm2ppa.conf."
49 msgstr ""
50 "Inprimagailuen pnm2ppa iragazkiak jokaera ezberdina du HP DeskJet "
51 "modeloarenarabera. Aukeratu inprimagailu-modeloa /etc/pnm2ppa.conf "
52 "konfigurazioko fitxategi lehenetsiarentzako."
53
54 #. Type: boolean
55 #. Description
56 #: ../templates:3001
57 msgid "Would you like debconf to create magicfilter filters?"
58 msgstr "Debconf-ek magicfilter iragazkiak sortzea nahi duzu?"
59
60 #. Type: boolean
61 #. Description
62 #: ../templates:3001
63 msgid ""
64 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
65 "its own magic database (a la file(1)) to decide how to print out a given "
66 "print job. Debconf can run the custom pnm2ppa script called \"update-"
67 "magicfilter\" to generate a default set of filters for color and black-and-"
68 "white printing."
69 msgstr ""
70 "Magicfilter pertsonaliza daitekeen inprimagailuen iragazki automatiko "
71 "hedagarria da. Bere datu-base propioa (file(1)) erabiltzen du lan bat nola "
72 "inprimatu behar den erabakitzeko.Debconf-ek \"update-magicfilter\" izeneko "
73 "pnm2ppa script pertsonalizatua exekuta dezakekoloretako edo zuri-beltzeko "
74 "inprimatze lanen iragazki multzo lehenetsia sortzeko."
75
76 #. Type: boolean
77 #. Description
78 #: ../templates:3001
79 msgid ""
80 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
81 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
82 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
83 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
84 "deprecated predecessor to pnm2ppa)."
85 msgstr ""
86 "Iragazkiaren txantiloia /usr/share/pnm2ppa/ direktorioan aurkitu da, "
87 "\"pnm2ppa-magicfilter.in\" gisa. 'update-magicfilter' komandoak 'sed' "
88 "erabiltzen du txantiloitik @OPTIONS@ eskuratu, eta ordezkaketaren emaitzak /"
89 "etc/magicfilter fitxategian jartzeko. Gainera, pnm2ppa iragazkietatik "
90 "pbm2ppa iragazkietara (pnm2ppa-ren aintzindari zaharkitua) esteka "
91 "sinbolikoak sortuko dira."
92
93 #. Type: boolean
94 #. Description
95 #: ../templates:3001
96 msgid ""
97 "The only thing left for you to do is run magicfilterconfig to generate your /"
98 "etc/printcap."
99 msgstr ""
100 "Amaitzeko, falta zaizun gauza bakarra '/etc/printcap' sortzeko "
101 "magicfilterconfig exetutatzea da."
0 msgid ""
1 msgstr ""
2 "Project-Id-Version: pnm2ppa\n"
3 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
4 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
5 "PO-Revision-Date: 2008-07-26 20:55+0200\n"
6 "Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
7 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
8 "MIME-Version: 1.0\n"
9 "Content-Type: text/plain; charset=utf-8\n"
10 "Content-Transfer-Encoding: 8bit\n"
11 "X-Poedit-Language: Finnish\n"
12 "X-Poedit-Country: FINLAND\n"
13
14 #. Type: boolean
15 #. Description
16 #: ../templates:1001
17 msgid "Would you like debconf to configure pnm2ppa?"
18 msgstr "Tehdäänkö pnm2ppa:n asetukset debconfin avulla?"
19
20 #. Type: boolean
21 #. Description
22 #: ../templates:1001
23 msgid ""
24 "You can have debconf perform some simple configuration steps for your "
25 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
26 msgstr ""
27 "Ohjelman pnm2ppa oletusasetukset voidaan tehdä debconfin avulla. Asetukset "
28 "kirjoitetaan tiedostoon /etc/pnm2ppa.conf."
29
30 #. Type: select
31 #. Description
32 #: ../templates:2001
33 msgid "What model of HP Deskjet printer do you use?"
34 msgstr "Käytettävän HP Deskjet -tulostimen malli:"
35
36 #. Type: select
37 #. Description
38 #: ../templates:2001
39 msgid ""
40 "The pnm2ppa printer filter behaves differently depending upon which HP "
41 "DeskJet model you use. Choose your model of printer for the default "
42 "configuration file /etc/pnm2ppa.conf."
43 msgstr ""
44 "pnm2ppa-tulostussuodin toimii eri tavoilla eri mallisten HP DeskJet -"
45 "tulostimien kanssa. Valitse asetustiedostoon /etc/pnm2ppa.conf kirjoitettava "
46 "oletus."
47
48 #. Type: boolean
49 #. Description
50 #: ../templates:3001
51 msgid "Would you like debconf to create magicfilter filters?"
52 msgstr "Tulisiko debconfin luoda magicfilter-suodattimia?"
53
54 #. Type: boolean
55 #. Description
56 #: ../templates:3001
57 msgid ""
58 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
59 "its own magic database (a la file(1)) to decide how to print out a given "
60 "print job. Debconf can run the custom pnm2ppa script called \"update-"
61 "magicfilter\" to generate a default set of filters for color and black-and-"
62 "white printing."
63 msgstr ""
64 "Magicfilter on muokattava ja laajennettava automaattinen tulostussuodin. Se "
65 "valitsee oman tietokantansa avulla kuinka annettu työ tulostetaan. Debconf "
66 "voi ajaa pnm2ppa-komentosarjan ”update-magicfilter”, joka luo joukon "
67 "suodattimia väri- ja musta-valko-tulostusta varten."
68
69 #. Type: boolean
70 #. Description
71 #: ../templates:3001
72 msgid ""
73 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
74 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
75 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
76 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
77 "deprecated predecessor to pnm2ppa)."
78 msgstr ""
79 "Hakemistossa /usr/share/pnm2ppa/ on mallisuodatin nimellä ”pnm2ppa-"
80 "magicfilter.in”. update-magicfilter korvaa ”@OPTIONS@”-muuttujat mallista "
81 "sedin avulla ja siirtää tuloksena saadut suodattimet hakemistoon /etc/"
82 "magicfilter. Lisäksi luoduista pnm2ppa-suodattimista tehdään symboliset "
83 "linkit pbm2ppa-suodattimiin (pnm2ppa:n vanhentunut edeltäjä)."
84
85 #. Type: boolean
86 #. Description
87 #: ../templates:3001
88 msgid ""
89 "The only thing left for you to do is run magicfilterconfig to generate your /"
90 "etc/printcap."
91 msgstr ""
92 "Tämän jälkeen on enää ajettava komentosarja magicfilterconfig tiedoston /etc/"
93 "printcap luomiseksi."
0 #
1 # Translators, if you are not familiar with the PO format, gettext
2 # documentation is worth reading, especially sections dedicated to
3 # this format, e.g. by running:
4 # info -n '(gettext)PO Files'
5 # info -n '(gettext)Header Entry'
6 #
7 # Some information specific to po-debconf are available at
8 # /usr/share/doc/po-debconf/README-trans
9 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
10 #
11 # Developers do not need to manually edit POT or PO files.
12 #
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: pnm2ppa 1.12-5\n"
16 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
17 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
18 "PO-Revision-Date: 2003-09-07 12:38+0200\n"
19 "Last-Translator: Nicolas Bertolissio <nico.bertol@free.fr>\n"
20 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
21 "MIME-Version: 1.0\n"
22 "Content-Type: text/plain; charset=ISO-8859-15\n"
23 "Content-Transfer-Encoding: 8bit\n"
24
25 #. Type: boolean
26 #. Description
27 #: ../templates:1001
28 msgid "Would you like debconf to configure pnm2ppa?"
29 msgstr "Faut-il utiliser debconf pour configurer pnm2ppa ?"
30
31 #. Type: boolean
32 #. Description
33 #: ../templates:1001
34 msgid ""
35 "You can have debconf perform some simple configuration steps for your "
36 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
37 msgstr ""
38 "Debconf peut réaliser quelques étapes de configuration simples pour le "
39 "paramétrage par défaut de pnm2ppa (dans le fichier /etc/pnm2ppa.conf)."
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid "What model of HP Deskjet printer do you use?"
45 msgstr "Quel modèle d'imprimante HP Deskjet utilisez-vous ?"
46
47 #. Type: select
48 #. Description
49 #: ../templates:2001
50 msgid ""
51 "The pnm2ppa printer filter behaves differently depending upon which HP "
52 "DeskJet model you use. Choose your model of printer for the default "
53 "configuration file /etc/pnm2ppa.conf."
54 msgstr ""
55 "Le filtre d'impression pnm2ppa se comporte différemment selon le modèle "
56 "d'imprimante HP Deskjet. Veuillez choisir le modèle d'imprimante pour le "
57 "fichier de configuration par défaut /etc/pnm2ppa.conf."
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid "Would you like debconf to create magicfilter filters?"
63 msgstr "Faut-il utiliser debconf pour configurer pnm2ppa ?"
64
65 #. Type: boolean
66 #. Description
67 #: ../templates:3001
68 msgid ""
69 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
70 "its own magic database (a la file(1)) to decide how to print out a given "
71 "print job. Debconf can run the custom pnm2ppa script called \"update-"
72 "magicfilter\" to generate a default set of filters for color and black-and-"
73 "white printing."
74 msgstr ""
75 "Magicfilter est un filtre d'impression automatique extensible et "
76 "personnalisable. Il utilise sa propre base de données magique (à la file(1)) "
77 "pour déterminer comment imprimer un travail donné. Debconf peut utiliser le "
78 "script personnalisé de pnm2ppa appelé « update-magicfilter » pour générer un "
79 "ensemble de filtres par défaut pour les impressions en couleurs et en noir "
80 "et blanc."
81
82 #. Type: boolean
83 #. Description
84 #: ../templates:3001
85 msgid ""
86 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
87 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
88 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
89 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
90 "deprecated predecessor to pnm2ppa)."
91 msgstr ""
92 "Le filtre du modèle se trouve dans /usr/share/pnm2ppa/ et est nommé pnm2ppa-"
93 "magicfilter.in. update-magicfilter utilise sed pour remplacer les chaînes "
94 "« @OPTIONS@ » du modèle et installe le filtre résultant dans /etc/"
95 "magicfilter. De plus, des liens symboliques sont créés des filtres de "
96 "pnm2ppa générés vers ceux de pbm2ppa (le prédécesseur obsolète de pnm2ppa)."
97
98 #. Type: boolean
99 #. Description
100 #: ../templates:3001
101 msgid ""
102 "The only thing left for you to do is run magicfilterconfig to generate your /"
103 "etc/printcap."
104 msgstr ""
105 "La seule chose qu'il vous reste à faire est de lancer magicfilterconfig pour "
106 "générer /etc/printcap."
0 # Galician translation of pnm2ppa's debconf templates
1 # This file is distributed under the same license as the pnm2ppa package.
2 # Jacobo Tarrio <jtarrio@debian.org>, 2008.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: pnm2ppa\n"
7 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
8 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
9 "PO-Revision-Date: 2008-07-27 19:49+0100\n"
10 "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
11 "Language-Team: Galician <proxecto@trasno.net>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #. Type: boolean
17 #. Description
18 #: ../templates:1001
19 msgid "Would you like debconf to configure pnm2ppa?"
20 msgstr "¿Quere que debconf configure pnm2ppa?"
21
22 #. Type: boolean
23 #. Description
24 #: ../templates:1001
25 msgid ""
26 "You can have debconf perform some simple configuration steps for your "
27 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
28 msgstr ""
29 "Pode facer que debconf realice algúns pasos de configuración para a "
30 "configuración de pnm2ppa por defecto (editada no ficheiro /etc/pnm2ppa.conf)."
31
32 #. Type: select
33 #. Description
34 #: ../templates:2001
35 msgid "What model of HP Deskjet printer do you use?"
36 msgstr "¿Que modelo de impresora HP Deskjet emprega?"
37
38 #. Type: select
39 #. Description
40 #: ../templates:2001
41 msgid ""
42 "The pnm2ppa printer filter behaves differently depending upon which HP "
43 "DeskJet model you use. Choose your model of printer for the default "
44 "configuration file /etc/pnm2ppa.conf."
45 msgstr ""
46 "O filtro de impresora de pnm2ppa compórtase dun xeito diferente dependendo "
47 "do modelo de HP DeskJet que empregue. Escolla o modelo de impresora para o "
48 "ficheiro de configuración /etc/pnm2ppa.conf."
49
50 #. Type: boolean
51 #. Description
52 #: ../templates:3001
53 msgid "Would you like debconf to create magicfilter filters?"
54 msgstr "¿Quere que debconf cree filtros de magicfilter?"
55
56 #. Type: boolean
57 #. Description
58 #: ../templates:3001
59 msgid ""
60 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
61 "its own magic database (a la file(1)) to decide how to print out a given "
62 "print job. Debconf can run the custom pnm2ppa script called \"update-"
63 "magicfilter\" to generate a default set of filters for color and black-and-"
64 "white printing."
65 msgstr ""
66 "Magicfilter é un filtro de impresora automático, personalizable e "
67 "extensible. Emprega a súa base de datos de números máxicos (estilo file(1)) "
68 "para decidir como imprimir un determinado documento. Debconf pode executar o "
69 "script personalizado de pnm2ppa chamado \"update-magicfilter\" para xerar un "
70 "xogo de filtros por defecto para imprimir en cor e en branco e negro."
71
72 #. Type: boolean
73 #. Description
74 #: ../templates:3001
75 msgid ""
76 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
77 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
78 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
79 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
80 "deprecated predecessor to pnm2ppa)."
81 msgstr ""
82 "O patrón do filtro está en /usr/share/pnm2ppa/pnm2ppa-magicfilter.in. update-"
83 "magicfilter emprega sed para substituír \"@OPTIONS@\" no patrón e grava os "
84 "filtros resultantes en /etc/magicfilter. De xeito adicional, créanse "
85 "ligazóns simbólicas desde os filtros de pnm2ppa xerados a filtros de pbm2ppa "
86 "(o antecesor de pnm2ppa)."
87
88 #. Type: boolean
89 #. Description
90 #: ../templates:3001
91 msgid ""
92 "The only thing left for you to do is run magicfilterconfig to generate your /"
93 "etc/printcap."
94 msgstr ""
95 "O único que lle queda por facer é executar magicfilterconfig para xerar o "
96 "ficheiro /etc/printcap."
0 # Italian translation for pnm2ppa debconf template.
1 # Copyright (C) 2012, the pnm2ppa copyright holder
2 # This file is distributed under the same license as the pnm2ppa package.
3 # Francesca Ciceri <madamezou@zouish.org>, 2012.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: pnm2ppa\n"
8 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
9 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
10 "PO-Revision-Date: 2012-01-23 00:48+0100\n"
11 "Last-Translator: Francesca Ciceri <madamezou@zouish.org>\n"
12 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #. Type: boolean
18 #. Description
19 #: ../templates:1001
20 msgid "Would you like debconf to configure pnm2ppa?"
21 msgstr "Si desidera che debconf configuri pnm2ppa?"
22
23 #. Type: boolean
24 #. Description
25 #: ../templates:1001
26 msgid ""
27 "You can have debconf perform some simple configuration steps for your "
28 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
29 msgstr ""
30 "Debconf può attuare alcuni semplici passaggi di configurazione per "
31 "l'impostazione predefinita di pnm2ppa (inserendola "
32 "nel file /etc/pnm2ppa.conf)."
33
34 #. Type: select
35 #. Description
36 #: ../templates:2001
37 msgid "What model of HP Deskjet printer do you use?"
38 msgstr "Selezionare il modello di stampante HP Deskjet in uso"
39
40 #. Type: select
41 #. Description
42 #: ../templates:2001
43 msgid ""
44 "The pnm2ppa printer filter behaves differently depending upon which HP "
45 "DeskJet model you use. Choose your model of printer for the default "
46 "configuration file /etc/pnm2ppa.conf."
47 msgstr ""
48 "Il filtro per stampante di pnm2ppa si comporta in maniera diversa a "
49 "seconda del modello di stampante HP Deskjet in uso. Scegliere il "
50 "modello di stampante per il file di configurazione predefinito "
51 "/etc/pnm2ppa.conf."
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid "Would you like debconf to create magicfilter filters?"
57 msgstr "Si desidera che debconf crei dei filtri magicfilter?"
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid ""
63 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
64 "its own magic database (a la file(1)) to decide how to print out a given "
65 "print job. Debconf can run the custom pnm2ppa script called \"update-"
66 "magicfilter\" to generate a default set of filters for color and black-and-"
67 "white printing."
68 msgstr ""
69 "Magicfilter è un tipo di filtro automatico per la stampante estendibile "
70 "e personalizzabile. Utilizza un proprio database \"magico\" (come fa "
71 "file(1)) per decidere come stampare un certo tipo di documento. Debconf "
72 "può eseguire uno specifico script di pnm2ppa chiamato "
73 "\"update-magicfilter\" per generare un insieme predefinito di filtri per "
74 "la stampa a colori e in bianco e nero."
75
76 #. Type: boolean
77 #. Description
78 #: ../templates:3001
79 msgid ""
80 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
81 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
82 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
83 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
84 "deprecated predecessor to pnm2ppa)."
85 msgstr ""
86 "Il modello generico per i filtri si trova in /usr/share/pnm2ppa/ ed è "
87 "chiamato \"pnm2ppa-magicfilter\". "
88 "update-magicfilter utilizza sed per sostituire, nel modello, @OPTIONS@ "
89 "con i filtri presenti in /etc/magicfilter. Inoltre, verranno creati "
90 "dei link simbolici dai filtri generati da pnm2ppa a quelli di "
91 "pbm2ppa (il predecessore, ormai deprecato, di pnm2ppa)."
92
93 #. Type: boolean
94 #. Description
95 #: ../templates:3001
96 msgid ""
97 "The only thing left for you to do is run magicfilterconfig to generate your /"
98 "etc/printcap."
99 msgstr ""
100 "Ora non rimane che eseguire magicfilterconfig "
101 "per generare il proprio /etc/printcap."
0 #
1 # Translators, if you are not familiar with the PO format, gettext
2 # documentation is worth reading, especially sections dedicated to
3 # this format, e.g. by running:
4 # info -n '(gettext)PO Files'
5 # info -n '(gettext)Header Entry'
6 #
7 # Some information specific to po-debconf are available at
8 # /usr/share/doc/po-debconf/README-trans
9 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
10 #
11 # Developers do not need to manually edit POT or PO files.
12 #
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: pmn2ppa 1.12-7\n"
16 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
17 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
18 "PO-Revision-Date: 2008-08-03 10:21+0200\n"
19 "Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
20 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
21 "MIME-Version: 1.0\n"
22 "Content-Type: text/plain; charset=UTF-8\n"
23 "Content-Transfer-Encoding: 8bit\n"
24
25 #. Type: boolean
26 #. Description
27 #: ../templates:1001
28 msgid "Would you like debconf to configure pnm2ppa?"
29 msgstr "pnm2ppa を設定するために debconf を使いますか?"
30
31 #. Type: boolean
32 #. Description
33 #: ../templates:1001
34 msgid ""
35 "You can have debconf perform some simple configuration steps for your "
36 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
37 msgstr ""
38 "(/etc/pnm2ppa.conf ファイルを編集することによって、) 標準の pnm2ppa のセット"
39 "アップのための簡単な設定の手続きを debconf に行わせることもできます。"
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid "What model of HP Deskjet printer do you use?"
45 msgstr "使用している HP Deskjet プリンタのモデルは何ですか。"
46
47 #. Type: select
48 #. Description
49 #: ../templates:2001
50 msgid ""
51 "The pnm2ppa printer filter behaves differently depending upon which HP "
52 "DeskJet model you use. Choose your model of printer for the default "
53 "configuration file /etc/pnm2ppa.conf."
54 msgstr ""
55 "pnm2ppa プリンタフィルタは、どの HP DeskJet のモデルを使っているかによって、"
56 "異なった振舞をします。標準の設定ファイル /etc/pnm2ppa.conf におけるプリンタの"
57 "モデルを選択して下さい。"
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid "Would you like debconf to create magicfilter filters?"
63 msgstr "magicfilter のフィルタを作るために debconf を使いますか。"
64
65 #. Type: boolean
66 #. Description
67 #: ../templates:3001
68 msgid ""
69 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
70 "its own magic database (a la file(1)) to decide how to print out a given "
71 "print job. Debconf can run the custom pnm2ppa script called \"update-"
72 "magicfilter\" to generate a default set of filters for color and black-and-"
73 "white printing."
74 msgstr ""
75 "magicfilter はカスタマイズ可能で、拡張性のある自動プリンタフィルタです。これ"
76 "は、与えられたプリントジョブをどのように印刷するか決定するための (file(1) 流"
77 "の) magic データベースを持っています。debconf は update-magicfilter という "
78 "pnm2ppa のスクリプトを使って、カラーと白黒印刷のための標準のフィルタを生成す"
79 "ることができます。"
80
81 #. Type: boolean
82 #. Description
83 #: ../templates:3001
84 msgid ""
85 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
86 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
87 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
88 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
89 "deprecated predecessor to pnm2ppa)."
90 msgstr ""
91 "フィルタのテンプレートは \"pnm2ppa-magicfilter.in\" という名前で /usr/share/"
92 "pnm2ppa/ にあります。update-magicfilter はひな形の @OPTIONS@ を sed を使って"
93 "置き換え、その結果が /etc/magicfilter に置かれます。さらに、生成された "
94 "pnm2ppa のフィルタから、(pnm2ppa の源流である) pbm2ppa のフィルタへのシンボ"
95 "リックリンクが作られます。"
96
97 #. Type: boolean
98 #. Description
99 #: ../templates:3001
100 msgid ""
101 "The only thing left for you to do is run magicfilterconfig to generate your /"
102 "etc/printcap."
103 msgstr ""
104 "後は、/etc/printcap を生成するために magicfilterconfig を実行するだけです。"
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: pnm2ppa\n"
8 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
9 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
10 "PO-Revision-Date: 2007-03-09 22:32+0100\n"
11 "Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
12 "Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Poedit-Language: Dutch\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr "Wilt u pnm2ppa via debconf instellen?"
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31 "U kunt debconf enkele eenvoudige configuratie-instellingen voor uw standaard "
32 "pnm2ppa-configuratie laten maken (dit wordt aangepast in uw /etc/pnm2ppa."
33 "conf bestand)."
34
35 #. Type: select
36 #. Description
37 #: ../templates:2001
38 msgid "What model of HP Deskjet printer do you use?"
39 msgstr "Welk model HP Deskjet printer gebruikt u?"
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid ""
45 "The pnm2ppa printer filter behaves differently depending upon which HP "
46 "DeskJet model you use. Choose your model of printer for the default "
47 "configuration file /etc/pnm2ppa.conf."
48 msgstr ""
49 "De pnm2ppa-printer-filters gedragen zich anders afhankelijk van welk model "
50 "HP Deskjet u gebruikt. Welk printermodel moet ingesteld worden als standaard "
51 "in het configuratiebestand /etc/pnm2ppa.conf?"
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid "Would you like debconf to create magicfilter filters?"
57 msgstr "Wilt u dat debconf magicfilter-filters aanmaakt?"
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid ""
63 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
64 "its own magic database (a la file(1)) to decide how to print out a given "
65 "print job. Debconf can run the custom pnm2ppa script called \"update-"
66 "magicfilter\" to generate a default set of filters for color and black-and-"
67 "white printing."
68 msgstr ""
69 "Magicfilter is een aanpasbaar, uitbreidbaar automatische printerfilter. Het "
70 "gebruikt zijn eigen magische database (net als file(1)) om te beslissen hoe "
71 "een gegeven opdracht uitgedrukt moet worden. Debconf kan het pnm2ppa-script "
72 "'update-magicfilter' uitvoeren om een standaardset van filters voor kleur en "
73 "zwart-wit printen aan te maken."
74
75 #. Type: boolean
76 #. Description
77 #: ../templates:3001
78 msgid ""
79 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
80 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
81 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
82 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
83 "deprecated predecessor to pnm2ppa)."
84 msgstr ""
85 "De template-filter is terug te vinden in /usr/share/pnm2ppa/ al 'pnm2ppa-"
86 "magicfilter.in'. Het 'update-magicfilter'-script gebruikt sed om de "
87 "@OPTIONS@ in het templatebestand te vervangen, en plaatst de resulterende "
88 "filters in /etc/magicfilter. Daarnaast worden er ook symbolische koppelingen "
89 "aangemaakt van de pnm2ppa-filters naar de pbm2ppa-filters (dit is de "
90 "verouderde voorganger van pnm2ppa)."
91
92 #. Type: boolean
93 #. Description
94 #: ../templates:3001
95 msgid ""
96 "The only thing left for you to do is run magicfilterconfig to generate your /"
97 "etc/printcap."
98 msgstr ""
99 "Het enige wat u zelf nog moet doen is uw '/etc/printcap'-bestand aanmaken "
100 "door het commando 'magicfilterconfig' uit te voeren."
0 # translation of pnm2ppa to Portuguese
1 # Copyright (C) 2007 Américo Monteiro
2 # This file is distributed under the same license as the pnm2ppa package.
3 #
4 # Américo Monteiro <a_monteiro@netcabo.pt>, 2007.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: pnm2ppa 1.12-16\n"
8 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
9 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
10 "PO-Revision-Date: 2007-08-08 03:57+0100\n"
11 "Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
12 "Language-Team: Portuguese <traduz@debianpt.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Generator: KBabel 1.11.4\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr "Deseja que o debconf configure o pnm2ppa?"
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31 "O debconf pode executar alguns passos simples de configuração para a sua "
32 "configuração por omissão do pnm2ppa (editado no seu ficheiro /etc/pnm2ppa."
33 "conf)."
34
35 #. Type: select
36 #. Description
37 #: ../templates:2001
38 msgid "What model of HP Deskjet printer do you use?"
39 msgstr "Qual modelo de impressora HP Deskjet você usa?"
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid ""
45 "The pnm2ppa printer filter behaves differently depending upon which HP "
46 "DeskJet model you use. Choose your model of printer for the default "
47 "configuration file /etc/pnm2ppa.conf."
48 msgstr ""
49 "O filtro de impressoras pnm2ppa tem diferentes comportamentos dependendo de "
50 "qual modelo HP Deskjet você usa. Escolha o modelo de impressora para o "
51 "ficheiro de configuração de omissão /etc/pnm2ppa.conf."
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid "Would you like debconf to create magicfilter filters?"
57 msgstr "Deseja que o debconf crie filtros magicfilter?"
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid ""
63 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
64 "its own magic database (a la file(1)) to decide how to print out a given "
65 "print job. Debconf can run the custom pnm2ppa script called \"update-"
66 "magicfilter\" to generate a default set of filters for color and black-and-"
67 "white printing."
68 msgstr ""
69 "Magicfilter é um filtro de impressoras automático extensível e "
70 "personalizável. Usa a sua própria base de dados magic (file(1)) para decidir "
71 "como imprimir um trabalho de impressão pedido. Debconf pode correr um script "
72 "personalizado chamado \"update-magicfilter\" para gerar uma série de filtros "
73 "por omissão para impressão a cores e preto-e-branco."
74
75 #. Type: boolean
76 #. Description
77 #: ../templates:3001
78 msgid ""
79 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
80 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
81 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
82 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
83 "deprecated predecessor to pnm2ppa)."
84 msgstr ""
85 "O filtro modelo é encontrado em /usr/share/pnm2ppa/ como \"pnm2ppa-"
86 "magicfilter.in\". O update-magicfilter usa o sed para substituir @OPTIONS@ "
87 "do modelo e colocar os filtros resultantes em /etc/magicfilter. "
88 "Adicionalmente, são criados links simbólicos dos filtros pnm2ppa gerados "
89 "para filtros pbm2ppa (o predecessor em desuso do pnm2ppa)."
90
91 #. Type: boolean
92 #. Description
93 #: ../templates:3001
94 msgid ""
95 "The only thing left for you to do is run magicfilterconfig to generate your /"
96 "etc/printcap."
97 msgstr ""
98 "A única coisa deixada para você fazer é correr o magicfilterconfig para "
99 "criar o seu /etc/printcap."
0 # Debconf translations for pnm2ppa.
1 # Copyright (C) 2011 THE pnm2ppa'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the pnm2ppa package.
3 # Adriano Rafael Gomes <adrianorg@gmail.com>, 2011.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: pnm2ppa 1.13-2\n"
8 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
9 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
10 "PO-Revision-Date: 2011-10-14 21:23-0300\n"
11 "Last-Translator: Adriano Rafael Gomes <adrianorg@gmail.com>\n"
12 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
13 "org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr "Você gostaria que o debconf configurasse o pnm2ppa?"
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31 "O debconf pode executar alguns passos simples de configuração para a sua "
32 "configuração padrão do pnm2ppa (editada no seu arquivo /etc/pnm2ppa.conf)."
33
34 #. Type: select
35 #. Description
36 #: ../templates:2001
37 msgid "What model of HP Deskjet printer do you use?"
38 msgstr "Que modelo de impressora HP Deskjet você usa?"
39
40 #. Type: select
41 #. Description
42 #: ../templates:2001
43 msgid ""
44 "The pnm2ppa printer filter behaves differently depending upon which HP "
45 "DeskJet model you use. Choose your model of printer for the default "
46 "configuration file /etc/pnm2ppa.conf."
47 msgstr ""
48 "O filtro de impressão pnm2ppa se comporta de maneira diferente dependendo de "
49 "qual modelo de impressora HP DeskJet você usa. Escolha o seu modelo de "
50 "impressora para o arquivo de configuração padrão /etc/pnm2ppa.conf."
51
52 #. Type: boolean
53 #. Description
54 #: ../templates:3001
55 msgid "Would you like debconf to create magicfilter filters?"
56 msgstr "Você gostaria que o debconf criasse filtros magicfilter?"
57
58 #. Type: boolean
59 #. Description
60 #: ../templates:3001
61 msgid ""
62 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
63 "its own magic database (a la file(1)) to decide how to print out a given "
64 "print job. Debconf can run the custom pnm2ppa script called \"update-"
65 "magicfilter\" to generate a default set of filters for color and black-and-"
66 "white printing."
67 msgstr ""
68 "O Magicfilter é um filtro de impressão automático extensível, "
69 "personalizável. Ele usa o seu próprio banco de dados \"mágico\" (ao estilo "
70 "file(1)) para decidir como imprimir um dado trabalho de impressão. O debconf "
71 "pode executar o script pnm2ppa personalizado chamado \"update-magicfilter\" "
72 "para gerar um conjunto padrão de filtros para impressão colorida e em preto-"
73 "e-branco."
74
75 #. Type: boolean
76 #. Description
77 #: ../templates:3001
78 msgid ""
79 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
80 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
81 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
82 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
83 "deprecated predecessor to pnm2ppa)."
84 msgstr ""
85 "O filtro modelo encontra-se em /usr/share/pnm2ppa/ como "
86 "\"pnm2ppa-magicfilter.in\". O update-magicfilter usa o sed para substituir "
87 "@OPTIONS@ do modelo e colocar os filtros resultantes em /etc/magicfilter. "
88 "Adicionalmente, links simbólicos são criados a partir dos filtros pnm2ppa "
89 "gerados para filtros pbm2ppa (o predecessor obsoleto do pnm2ppa)."
90
91 #. Type: boolean
92 #. Description
93 #: ../templates:3001
94 msgid ""
95 "The only thing left for you to do is run magicfilterconfig to generate your /"
96 "etc/printcap."
97 msgstr ""
98 "A única coisa deixada para você fazer é executar o magicfilterconfig para "
99 "gerar seu /etc/printcap."
0 # translation of ru.po to Russian
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Yuri Kozlov <kozlov.y@gmail.com>, 2008.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: pnm2ppa 1.12-16\n"
8 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
9 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
10 "PO-Revision-Date: 2008-04-22 21:25+0400\n"
11 "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
12 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Generator: KBabel 1.11.4\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
18 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
20 #. Type: boolean
21 #. Description
22 #: ../templates:1001
23 msgid "Would you like debconf to configure pnm2ppa?"
24 msgstr "Настраивать pnm2ppa через debconf?"
25
26 #. Type: boolean
27 #. Description
28 #: ../templates:1001
29 msgid ""
30 "You can have debconf perform some simple configuration steps for your "
31 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
32 msgstr ""
33 "С помощью debconf за несколько простых шагов вы можете изменить настройку "
34 "pnm2ppa по умолчанию (редактируется файл /etc/pnm2ppa.conf)."
35
36 #. Type: select
37 #. Description
38 #: ../templates:2001
39 msgid "What model of HP Deskjet printer do you use?"
40 msgstr "Какую модель принтера HP Deskjet вы используете?"
41
42 #. Type: select
43 #. Description
44 #: ../templates:2001
45 msgid ""
46 "The pnm2ppa printer filter behaves differently depending upon which HP "
47 "DeskJet model you use. Choose your model of printer for the default "
48 "configuration file /etc/pnm2ppa.conf."
49 msgstr ""
50 "Принтерный фильтр pnm2ppa работает по-разному в зависимости от используемой "
51 "модели HP DeskJet. Укажите модель принтера по умолчанию для файла настройки /"
52 "etc/pnm2ppa.conf."
53
54 #. Type: boolean
55 #. Description
56 #: ../templates:3001
57 msgid "Would you like debconf to create magicfilter filters?"
58 msgstr "Создать с помощью debconf фильтры magicfilter?"
59
60 #. Type: boolean
61 #. Description
62 #: ../templates:3001
63 msgid ""
64 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
65 "its own magic database (a la file(1)) to decide how to print out a given "
66 "print job. Debconf can run the custom pnm2ppa script called \"update-"
67 "magicfilter\" to generate a default set of filters for color and black-and-"
68 "white printing."
69 msgstr ""
70 "Magicfilter -- это настраиваемый, расширяемый автоматический принтерный "
71 "фильтр. Он использует собственную базу данных (как у file(1)) для решения о "
72 "том, как печатать подаваемое задание. Debconf может запустить сценарий "
73 "настройки pnm2ppa (\"update-magicfilter\") для генерации набора фильтров по "
74 "умолчанию для цветной и монохромной печати."
75
76 #. Type: boolean
77 #. Description
78 #: ../templates:3001
79 msgid ""
80 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
81 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
82 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
83 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
84 "deprecated predecessor to pnm2ppa)."
85 msgstr ""
86 "Шаблон фильтра можно найти в каталоге /usr/share/pnm2ppa/ по именем "
87 "\"pnm2ppa-magicfilter.in\". update-magicfilter использует sed для замены "
88 "@OPTIONS@ в шаблоне и помещает получившиеся фильтры в файл /etc/magicfilter. "
89 "Также, создаются символические ссылки на pbm2ppa фильтры, указывающие на "
90 "сгенерированные pnm2ppa фильтры (pbm2ppa -- устаревший предшественник "
91 "pnm2ppa)."
92
93 #. Type: boolean
94 #. Description
95 #: ../templates:3001
96 msgid ""
97 "The only thing left for you to do is run magicfilterconfig to generate your /"
98 "etc/printcap."
99 msgstr ""
100 "Единственное, что вам осталось сделать, это запустить magicfilterconfig для "
101 "генерации /etc/printcap."
0 #
1 # Translators, if you are not familiar with the PO format, gettext
2 # documentation is worth reading, especially sections dedicated to
3 # this format, e.g. by running:
4 # info -n '(gettext)PO Files'
5 # info -n '(gettext)Header Entry'
6 #
7 # Some information specific to po-debconf are available at
8 # /usr/share/doc/po-debconf/README-trans
9 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
10 #
11 # Developers do not need to manually edit POT or PO files.
12 #
13 msgid ""
14 msgstr ""
15 "Project-Id-Version: pnm2ppa 1.12-14\n"
16 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
17 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
18 "PO-Revision-Date: 2005-11-30 14:19+0100\n"
19 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
20 "Language-Team: Swedish <tp-sv@listor.tp-sv>\n"
21 "MIME-Version: 1.0\n"
22 "Content-Type: text/plain; charset=iso-8859-1\n"
23 "Content-Transfer-Encoding: 8bit\n"
24
25 #. Type: boolean
26 #. Description
27 #: ../templates:1001
28 msgid "Would you like debconf to configure pnm2ppa?"
29 msgstr "Vill du att debconf ska konfigurera pnm2ppa?"
30
31 #. Type: boolean
32 #. Description
33 #: ../templates:1001
34 msgid ""
35 "You can have debconf perform some simple configuration steps for your "
36 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
37 msgstr ""
38 "Du kan få debconf att genomföra enkla konfigurationssteg för dina förvalda "
39 "inställningar av pnm2ppa (redigerade i din fil /etc/pnm2ppa.conf). "
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid "What model of HP Deskjet printer do you use?"
45 msgstr "Vilken modell av HP Deskjet-skrivaren använder du?"
46
47 #. Type: select
48 #. Description
49 #: ../templates:2001
50 msgid ""
51 "The pnm2ppa printer filter behaves differently depending upon which HP "
52 "DeskJet model you use. Choose your model of printer for the default "
53 "configuration file /etc/pnm2ppa.conf."
54 msgstr ""
55 "Filter för pnm2ppa-skrivare uppför sig olika beroende på vilken modell av HP "
56 "Deskjet du använder. Välj den modell du använder för den förvalda "
57 "konfigurationen i /etc/pnm2ppa.conf."
58
59 #. Type: boolean
60 #. Description
61 #: ../templates:3001
62 msgid "Would you like debconf to create magicfilter filters?"
63 msgstr "Vill du att debconf ska skapa magicfilter-filter?"
64
65 #. Type: boolean
66 #. Description
67 #: ../templates:3001
68 msgid ""
69 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
70 "its own magic database (a la file(1)) to decide how to print out a given "
71 "print job. Debconf can run the custom pnm2ppa script called \"update-"
72 "magicfilter\" to generate a default set of filters for color and black-and-"
73 "white printing."
74 msgstr ""
75 "Magicfilter är en anpassningsbar, utökningsbar automatiskt skrivarfilter. "
76 "Den använder sina egen magic-databas (a la fil(1)) för att bestämma hur "
77 "utskriften ska utföras. Debconf kan köra det anpassade pnm2ppa-skriptet som "
78 "kallas \"update-magicfilter\" för att generera en förvald uppsättning filter "
79 "för utskrifter i färg och svart-vitt."
80
81 #. Type: boolean
82 #. Description
83 #: ../templates:3001
84 msgid ""
85 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
86 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
87 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
88 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
89 "deprecated predecessor to pnm2ppa)."
90 msgstr ""
91 "Mallfiltren finns i /usr/share/pnm2ppa/ som \"pnm2ppa-magicfilter.in\". "
92 "update-magicfilter använder \"sed\" för att ersätta @OPTIONS@ från mallen "
93 "och placera det resulterande filtret i /etc/magicfilter. Ytterligare kommer "
94 "symboliska länkar skapas från de genererade pnm2ppa-filtren till pbm2ppa-"
95 "filtren (den föråldrade förlagan till pnm2ppa)."
96
97 #. Type: boolean
98 #. Description
99 #: ../templates:3001
100 msgid ""
101 "The only thing left for you to do is run magicfilterconfig to generate your /"
102 "etc/printcap."
103 msgstr ""
104 "Det enda som återstår för dig är att köra magicfilterconfig för att generera "
105 "din /etc/printcap."
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
10 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr ""
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31
32 #. Type: select
33 #. Description
34 #: ../templates:2001
35 msgid "What model of HP Deskjet printer do you use?"
36 msgstr ""
37
38 #. Type: select
39 #. Description
40 #: ../templates:2001
41 msgid ""
42 "The pnm2ppa printer filter behaves differently depending upon which HP "
43 "DeskJet model you use. Choose your model of printer for the default "
44 "configuration file /etc/pnm2ppa.conf."
45 msgstr ""
46
47 #. Type: boolean
48 #. Description
49 #: ../templates:3001
50 msgid "Would you like debconf to create magicfilter filters?"
51 msgstr ""
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid ""
57 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
58 "its own magic database (a la file(1)) to decide how to print out a given "
59 "print job. Debconf can run the custom pnm2ppa script called \"update-"
60 "magicfilter\" to generate a default set of filters for color and black-and-"
61 "white printing."
62 msgstr ""
63
64 #. Type: boolean
65 #. Description
66 #: ../templates:3001
67 msgid ""
68 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
69 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
70 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
71 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
72 "deprecated predecessor to pnm2ppa)."
73 msgstr ""
74
75 #. Type: boolean
76 #. Description
77 #: ../templates:3001
78 msgid ""
79 "The only thing left for you to do is run magicfilterconfig to generate your /"
80 "etc/printcap."
81 msgstr ""
0 # Vietnamese translation for pnm2ppa.
1 # Copyright © 2005 Free Software Foundation, Inc.
2 # Clytie Siddall <clytie@riverland.net.au>, 2005.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: pnm2ppa 1.12-14\n"
7 "Report-Msgid-Bugs-To: pnm2ppa@packages.debian.org\n"
8 "POT-Creation-Date: 2008-04-09 09:45+0200\n"
9 "PO-Revision-Date: 2005-07-04 22:20+0930\n"
10 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
11 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=utf-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=1; plural=0\n"
16 "X-Generator: LocFactoryEditor 1.2.2\n"
17
18 #. Type: boolean
19 #. Description
20 #: ../templates:1001
21 msgid "Would you like debconf to configure pnm2ppa?"
22 msgstr "Bạn có muốn trình debconf cấu hình «pnm2ppa» không?"
23
24 #. Type: boolean
25 #. Description
26 #: ../templates:1001
27 msgid ""
28 "You can have debconf perform some simple configuration steps for your "
29 "default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file)."
30 msgstr ""
31 "Trình debconf có thể thực hiện một số việc cấu hình đơn giản cho thiết lập "
32 "pnm2ppa mặc định (được hiệu chỉnh trong tập tin cấu hình «/etc/pnm2ppa.conf» "
33 "của bạn)."
34
35 #. Type: select
36 #. Description
37 #: ../templates:2001
38 msgid "What model of HP Deskjet printer do you use?"
39 msgstr "Bạn có sử dụng máy in HP Deskjet mẫu nào?"
40
41 #. Type: select
42 #. Description
43 #: ../templates:2001
44 msgid ""
45 "The pnm2ppa printer filter behaves differently depending upon which HP "
46 "DeskJet model you use. Choose your model of printer for the default "
47 "configuration file /etc/pnm2ppa.conf."
48 msgstr ""
49 "Bộ lọc máy in pnm2ppa vân hành một cách khác phụ thuộc vào mẫu HP Deskjet "
50 "nào bạn sử dụng. Hãy chọn mẫu máy in bạn cho tập tin cấu hình mặc định «/etc/"
51 "pnm2ppa.conf»."
52
53 #. Type: boolean
54 #. Description
55 #: ../templates:3001
56 msgid "Would you like debconf to create magicfilter filters?"
57 msgstr ""
58 "Bạn có muốn trình debconf tạo bộ lọc loại magicfilter (bộ lọc «ma thuật») "
59 "không?"
60
61 #. Type: boolean
62 #. Description
63 #: ../templates:3001
64 msgid ""
65 "Magicfilter is a customizable, extensible automatic printer filter. It uses "
66 "its own magic database (a la file(1)) to decide how to print out a given "
67 "print job. Debconf can run the custom pnm2ppa script called \"update-"
68 "magicfilter\" to generate a default set of filters for color and black-and-"
69 "white printing."
70 msgstr ""
71 "Magicfilter là một bộ lọc máy in tự động có thể mở rộng và tùy chỉnh. Nó "
72 "dùng cơ sở dữ liệu «ma thuật» của chính nó (như «file(1)») để quyết định cách "
73 "in ra một công việc in đựa ra. Trình debconf có thể chạy tập lệnh pnm2ppa "
74 "tùy chỉnh được gọi «update-magicfilter» (cập nhật bộ lọc «ma thuật») để tạo ra "
75 "một tập hợp bộ lọc cho cả hai việc in tô màu và đen trắng đều."
76
77 #. Type: boolean
78 #. Description
79 #: ../templates:3001
80 msgid ""
81 "The template filter is found in /usr/share/pnm2ppa/ as \"pnm2ppa-magicfilter."
82 "in\". update-magicfilter uses sed to replace @OPTIONS@ from the template "
83 "and place the resulting filters in /etc/magicfilter. Additionally, symbolic "
84 "links are created from the generated pnm2ppa filters to pbm2ppa filters (the "
85 "deprecated predecessor to pnm2ppa)."
86 msgstr ""
87 "Trong «/usr/share/pnm2ppa/» có thể tìm bộ lọc mẫu là «pnm2ppa-magicfilter.in». "
88 "Tập lệnh «update-magicfilter» có dùng trình «sed» để thay thế «@OPTIONS@» trong "
89 "mẫu và để những bộ lọc kết quả vào «/etc/magicfilter». Hơn nữa, liên kết "
90 "tượng trưng được tạo từ những bộ lọc pnm2ppa đến bộ lọc «pbm2ppa» (trình đã "
91 "bị phản đối đi trước pnm2ppa)."
92
93 #. Type: boolean
94 #. Description
95 #: ../templates:3001
96 msgid ""
97 "The only thing left for you to do is run magicfilterconfig to generate your /"
98 "etc/printcap."
99 msgstr ""
100 "Chỉ hãy chạy «magicfilterconfig» để tạo ra «/etc/printcap» mình. Xong rồi!"
0 #! /bin/sh
1 # prerm script for pnm2ppa
2 #
3 # see: dh_installdeb(1)
4
5 set -e
6
7 # summary of how this script can be called:
8 # * <prerm> `remove'
9 # * <old-prerm> `upgrade' <new-version>
10 # * <new-prerm> `failed-upgrade' <old-version>
11 # * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
12 # * <deconfigured's-prerm> `deconfigure' `in-favour'
13 # <package-being-installed> <version> `removing'
14 # <conflicting-package> <version>
15 # for details, see http://www.debian.org/doc/debian-policy/ or
16 # the debian-policy package
17
18
19 case "$1" in
20 remove|upgrade|deconfigure)
21 # install-info --quiet --remove /usr/info/pnm2ppa.info.gz
22 ;;
23 failed-upgrade)
24 ;;
25 purge)
26 for i in /etc/magicfilter/pbm2ppa* ; do
27 rm -f $i
28 done
29 ;;
30 *)
31 echo "prerm called with unknown argument \`$1'" >&2
32 exit 1
33 ;;
34 esac
35
36 # dh_installdeb will replace this with shell code automatically
37 # generated by other debhelper scripts.
38
39 #DEBHELPER#
40
41 exit 0
42
43
0 usr/share/pnm2ppa
1 usr/share/doc/pnm2ppa/en
2 usr/share/doc/pnm2ppa/pl
0 Document: pnm2ppa-calibrate
1 Title: PPA Printer calibration for pnm2ppa
2 Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net
3 Abstract: This manual describes how to calibrate a PPA Printer for use with
4 pnm2ppa.
5 Section: Text
6
7 Format: debiandoc-sgml
8 Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/CALIBRATION.sgml.gz
9
10 Format: text
11 Files: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.txt.gz
12
13 Format: HTML
14 Index: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.html
15 Files: /usr/share/doc/printer-driver-pnm2ppa/en/CALIBRATION.html
0 Document: pnm2ppa-color
1 Title: Color correction for pnm2ppa
2 Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net
3 Abstract: Information and instructions for color correction of pnm2ppa color
4 printing. http://sourceforge.net/projects/pnm2ppa (Updated for pnm2ppa-1.0 and
5 later.)
6 Section: Text
7
8 Format: debiandoc-sgml
9 Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/COLOR.sgml.gz
10
11 Format: text
12 Files: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.txt.gz
13
14 Format: HTML
15 Index: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.html
16 Files: /usr/share/doc/printer-driver-pnm2ppa/en/COLOR.html
0 Document: pnm2ppa-ppa-networking
1 Title: PPA Networking for Non-Windows Hosts or Clients using SAMBA
2 Author: The pnm2ppa project team ppa-rpms@users.sourceforge.net
3 Abstract: This document discusses Networking HP 710C, 720C 820C or 1000C Series
4 (PPA Protocol) HP DeskJet printers with non-Windows Hosts or Clients, using
5 SAMBA. Topics include choosing between transmitting PPA or PostScript
6 across the network, Windows and Linux/Unix Hosts, Windows and Linux/Unix
7 Clients, and emulating a PostScript printer on Windows. (Updated for
8 pnm2ppa-1.04 and later.)
9 Section: Text
10
11 Format: debiandoc-sgml
12 Files: /usr/share/doc/printer-driver-pnm2ppa/en/sgml/PPA_networking.sgml.gz
13
14 Format: text
15 Files: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking.txt.gz
16
17 Format: HTML
18 Index: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking.html
19 Files: /usr/share/doc/printer-driver-pnm2ppa/en/PPA_networking*.html
0 README.security
1 docs/en/CREDITS
2 docs/en/README
3 docs/en/RELEASE-NOTES
4 docs/en/TODO
5 docs/en
6 docs/pl
0 lpd/
1 pdq/
2 sample_scripts/
3 test*
0 debian/share/pnm2ppa-magicfilter.in usr/share/pnm2ppa
1 debian/share/update-magicfilter usr/share/pnm2ppa
0 debian/calibrate_ppa.8
0 #! /bin/sh
1 # postinst script for pnm2ppa
2 #
3 # see: dh_installdeb(1)
4 set -e
5
6 # Variables
7 CONFFILE="/etc/pnm2ppa.conf"
8 CONFTMPL="/usr/share/pnm2ppa/pnm2ppa.conf"
9 MKMAGIC="/usr/share/pnm2ppa/update-magicfilter"
10
11 # Debconf, baby -- no tests. It's a dependency for installation.
12 . /usr/share/debconf/confmodule
13
14 case "${1}" in
15 configure)
16 # Make sure we have a config file in place
17 if [ ! -f ${CONFFILE} ] ; then
18 install -m644 ${CONFTMPL} ${CONFFILE}
19 fi
20
21 db_get pnm2ppa/use_debconf
22 if [ "${RET}" = "true" ] ; then
23 # If conf file already exists, use that
24 if [ -f ${CONFFILE} ] ; then
25 CONFSRC=${CONFFILE}
26 else
27 CONFSRC=${CONFTMPL}
28 fi
29
30 # VERY simple sed replacement
31 if [ -f ${CONFSRC} ] ; then
32 db_get pnm2ppa/printer_model
33 TEMPFILE=`tempfile`
34 # Replace everything following "version " w/model
35 sed -e "s,^\(version \).*$,\1 ${RET}," ${CONFSRC} > \
36 ${TEMPFILE}
37 install -m644 ${TEMPFILE} ${CONFFILE}
38 rm ${TEMPFILE}
39 fi
40
41 # Simple magicfilter processing...
42 db_get pnm2ppa/create_magicfilter
43 if [ "${RET}" = "true" ] ; then
44 sh $MKMAGIC
45 fi
46 fi
47
48 ;;
49 abort-upgrade|abort-remove|abort-deconfigure)
50 ;;
51 *)
52 echo "postinst called with unknown argument \`${1}'" >&2
53 exit 1
54 ;;
55 esac
56
57 # dh_installdeb will replace this with shell code automatically
58 # generated by other debhelper scripts.
59
60 #DEBHELPER#
61
62 exit 0
0 #!/bin/sh
1
2 set -e
3
4 # Purge actions
5 if [ "$1" = purge ] ; then
6 # Get rid of configuration file
7 if [ -f /etc/pnm2ppa.conf ]; then
8 rm -f /etc/pnm2ppa.conf
9 fi
10 # We're pretty sure that the pnm2ppa magicfilter files were generated
11 # or installed by pnm2ppa packages.
12 if [ -d /etc/magicfilter ] ; then
13 for i in /etc/magicfilter/p?m2ppa*-filter ; do
14 rm -f $i || true
15 done
16
17 # If there are no files in the magicfilter directory, remove.
18 # rmdir will fail if there are files... Not an error.
19 rmdir /etc/magicfilter 2> /dev/null || true
20 fi
21 fi
22
23 #DEBHELPER#
0 #!/usr/bin/make -f
1
2 derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
3
4 export DEB_CFLAGS_MAINT_APPEND += -DLANG_ENG -Wall
5
6 %:
7 dh $@ --parallel --builddirectory=build/ --with autotools_dev,autoreconf
8
9 override_dh_auto_install:
10 dh_auto_install --builddirectory=build/ --destdir=debian/printer-driver-pnm2ppa/
11 # Move the configuration file from /etc to /usr/share
12 mv debian/printer-driver-pnm2ppa/etc/pnm2ppa.conf debian/printer-driver-pnm2ppa/usr/share/pnm2ppa/
13
14 override_dh_install:
15 dh_install
16 # Make sure update-magicfilters is executable
17 chmod +x debian/printer-driver-pnm2ppa/usr/share/pnm2ppa/update-magicfilter
18 ifeq ($(derives_from_ubuntu),yes)
19 # Install the apport hook on Ubuntu and derivatives
20 install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/printer-driver-pnm2ppa/usr/share/apport/package-hooks/source_pnm2ppa.py
21 endif
22
23 override_dh_installdocs:
24 dh_installdocs
25 # Remove useless or redundant files
26 cd debian/printer-driver-pnm2ppa/usr/share/doc/printer-driver-pnm2ppa/;\
27 rm en/CREDITS;\
28 rm en/INSTALL.BEOS;\
29 rm en/INSTALL.CALDERA;\
30 rm en/INSTALL.MANDRAKE*;\
31 rm en/INSTALL.REDHAT*;\
32 rm en/INSTALL.SOLARIS;\
33 rm en/INSTALL.SUSE;\
34 rm en/INSTALL;\
35 rm en/LICENSE;\
36 rm en/README;\
37 rm en/RELEASE-NOTES;\
38 rm en/TODO;\
39 rm en/pnm2ppa.1;\
40 rm pl/INSTALACJA;\
41 rm pl/INSTALACJA.SUSE
42 # Remove empty directories
43 rm -Rf debian/printer-driver-pnm2ppa/usr/share/doc/pnm2ppa
0 #!/usr/sbin/magicfilter
1 #
2 # Magic filter setup file for HP printers 720, 820 and 1000 series.
3
4 # pnm2ppa supports color and black/white printing. This file was
5 # tested on a HP Deskjet 720C printer, but is supposed to work on
6 # other printers using the HP PPA protocol, too. Supported pagesizes
7 # are a4, letter and legal. The pagesize has to be set in /etc/papersize
8 # and not in the configuration file /etc/pnm2ppa.conf.
9 #
10 # To change the model of the printer, do not edit this file. Instead, change
11 # the "version" setting in /etc/pnm2ppa.conf
12
13 # Adapted from dj500-filter, cpsonly600-filter and pbm2ppa-filter
14 # by Roland Bauerschmidt <roland@copyleft.de>, 2000
15
16 # PostScript
17 0 %! fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- - -c quit
18 0 \004%! fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- - -c quit
19
20 # PDF
21 0 %PDF fpipe /usr/bin/gs -q -dSAFER -dNOPAUSE -r600 -sDEVICE=ppmraw -sOutputFile=- $FILE -c quit
22
23
24 # TeX DVI
25 0 \367\002 fpipe /usr/bin/dvips -D 600 -R -q -f
26
27 # compress'd data
28 0 \037\235 pipe /bin/gzip -cdq
29
30 # packed, gzipped, frozen and SCO LZH data
31 0 \037\036 pipe /bin/gzip -cdq
32 0 \037\213 pipe /bin/gzip -cdq
33 0 \037\236 pipe /bin/gzip -cdq
34 0 \037\240 pipe /bin/gzip -cdq
35
36 # troff documents
37 0 .\?\?\040 fpipe `/usr/bin/grog -Tps $FILE`
38 0 .\\\" fpipe `/usr/bin/grog -Tps $FILE`
39 0 '\\\" fpipe `/usr/bin/grog -Tps $FILE`
40 0 '.\\\" fpipe `/usr/bin/grog -Tps $FILE`
41 0 \\\" fpipe `/usr/bin/grog -Tps $FILE`
42
43 # ditroff
44 0 "x T ps" pipe /usr/bin/grops
45 0 "x T dvi" pipe /usr/bin/grodvi
46 0 "x T ascii" pipe /usr/bin/grotty
47 0 "x T latin1" pipe /usr/bin/grotty
48 0 "x T lj4" reject Cannot print LaserJet 4 ditroff files.
49
50 # Portable bit-, grey- and pixmaps
51 0 P1\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null
52 0 P2\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null
53 0 P3\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null
54 0 P4\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null
55 0 P5\n pipe /usr/bin/pnmtops -scale 1000 -dpi 600 2>/dev/null
56 0 P6\n filter /usr/bin/pnm2ppa @OPTIONS@ $ZOPT -i - -o -
57
58 # HP Printer Control Language (PCL) -- assume start with reset code
59 0 \033E\033 reject Cannot print PCL files on this printer.
60
61 # HP Printer Job Language (PJL)
62 0 \033%-12345X reject Cannot print PJL files on this printer.
63 0 "@PJL " reject Cannot print PJL files on this printer.
64 0 @PJL\t reject Cannot print PJL files on this printer.
65 0 @PJL\r reject Cannot print PJL files on this printer.
66 0 @PJL\n reject Cannot print PJL files on this printer.
67
68 # GIF files
69 0 GIF87a pipe /usr/bin/giftopnm 2>/dev/null
70 0 GIF89a pipe /usr/bin/giftopnm 2>/dev/null
71
72 # JFIF (JPEG) files
73 0 \377\330\377\340\?\?JFIF\0 pipe /usr/bin/djpeg -pnm
74
75 # TIFF files (the last two bytes of the "magic" is really a version number;
76 # but the magic is really lame and as far as I have understood the version
77 # number has never changed and never will, so we include it.)
78 0 MM\0\x2a fpipe /usr/bin/tiff2ps $FILE
79 0 II\x2a\0 fpipe /usr/bin/tiff2ps $FILE
80
81 # BMP files (even lousier magic -- Microsoft strikes again!)
82 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x0c pipe \
83 /usr/bin/bmptoppm 2>/dev/null
84 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x40 pipe \
85 /usr/bin/bmptoppm 2>/dev/null
86 0 BM\?\?\?\?\?\?\?\?\?\?\?\?\x28 pipe \
87 /usr/bin/bmptoppm 2>/dev/null
88
89 # Garbage delivered from Windows via Samba
90 # (donated by Andree Leidenfrost <leidenfrost@dkrz.de>)
91 # 300 \033\052\157 cat
92 # later changed to
93 # (Bug report #22866: magicfilter: Incorrect magic for Win95/Samba print jobs)
94 0 \000\000\000\000\000 cat
95
96 # Sun rasterfiles
97 0 \x59\xa6\x6a\x95 pipe /usr/bin/rasttopnm 2>/dev/null
98
99 # SGI Imagelib (IRIS RGB) files
100 0 \x1\xda pipe /usr/bin/sgitopnm 2>/dev/null
101 0 \xda\x1 pipe /usr/bin/sgitopnm 2>/dev/null
102
103 # FIG files; reported by Steven P. Hill <sph@uscbu.ih.att.com>
104 0 #FIG pipe /usr/bin/X11/fig2dev -Lps -P -l dummy
105
106 #
107 # Standard rejects... things we don't want to print
108 #
109
110 # Various archive formats
111 257 ustar\0 reject Attempted to print a tar file.
112 257 "ustar \0" reject Attempted to print a tar file.
113 0 07070 reject Attempted to print a cpio file.
114 0 PK\3\4 reject Attempted to print a zip file.
115 20 \xdc\xa7\xc7\xfd reject Attempted to print a zoo file.
116
117 # Binaries (Linux): reject with email message
118 0 \013\1d\0 reject Attempted to print a compiled binary.
119 0 \100\1d\0 reject Attempted to print a compiled binary.
120 0 \007\1d\0 reject Attempted to print a compiled binary.
121 0 \314\0d\0 reject Attempted to print a compiled binary.
122 0 \177ELF reject Attempted to print an ELF object.
123 0 \007\001\0 reject Attempted to print an object file.
124 216 \021\001\0\0 reject Attempted to print a core dump file.
125 0 !<arch> reject Attempted to print an archive.
126 0 =<ar> reject Attempted to print an archive.
127
128 # Don't confuse this one with troff!
129 0 .snd reject Attempted to print Sun/NeXT audio data.
130
131 # wacko troff magic
132 0 ''' fpipe `/usr/bin/grog -Tps $FILE`
133
134 # wild guess: PCL control codes start with <ESC>
135 0 \033 reject Cannot print PCL files on this printer.
136
137 # Default entry -- for normal (text) files. MUST BE LAST.
138 # If you do not have djscript use the other default line or, better, install
139 # it. MM
140 #
141 default pipe /usr/bin/enscript -B -p-
0 #!/bin/sh
1 # Build magicfilters for the pnm2ppa package.
2 #
3 # Copyright Public Domain
4 # Written for Debian by Chad Walstrom <chewie@debian.org>
5
6 set -e
7
8 ################################
9 # Function: make the magicfilter
10 make_filter(){
11 template=$1
12 shift
13 options=${@}
14
15 target=`echo "/etc/magicfilter/pnm2ppa${options}-filter"|
16 sed -e 's/--/-/g' -e 's/ //'`
17
18 # Replace keyword strings in the file
19 sed -e "s,@OPTIONS@,${options}," ${template} > ${target}
20 chmod +x ${target}
21
22 # Old pbm2ppa legacy filter file linkage
23 ln -fs ${target} `echo ${target} | sed -e 's/pnm2ppa/pbm2ppa/'`
24 }
25
26 #################################
27 # Check for template
28
29 # If you're not root, you shouldn't be running this
30 if [ `id -u` -ne 0 ] ; then
31 echo "You need root permissions to run this script." 1>&2
32 exit 1
33 fi
34
35 TEMPLATE=/usr/share/pnm2ppa/pnm2ppa-magicfilter.in
36 test ! -f $TEMPLATE && exit $?
37
38 # Make sure directory exists
39 if [ ! -d /etc/magicfilter ] ; then
40 mkdir -p /etc/magicfilter || exit $?
41 fi
42
43 # Make a filter for each colormode and each quality of print
44 make_filter $TEMPLATE
45 make_filter $TEMPLATE --eco
46 make_filter $TEMPLATE --bw
47 make_filter $TEMPLATE --bw --eco
48
49 # End of stupid hack
0 3.0 (quilt)
0 Template: pnm2ppa/use_debconf
1 Type: boolean
2 Default: true
3 _Description: Would you like debconf to configure pnm2ppa?
4 You can have debconf perform some simple configuration steps for your
5 default pnm2ppa setup (edited in your /etc/pnm2ppa.conf file).
6
7 Template: pnm2ppa/printer_model
8 Type: select
9 Choices: 710, 712, 720, 722, 820, 1000
10 Default: 710
11 _Description: What model of HP Deskjet printer do you use?
12 The pnm2ppa printer filter behaves differently depending upon which HP
13 DeskJet model you use. Choose your model of printer for the default
14 configuration file /etc/pnm2ppa.conf.
15
16 Template: pnm2ppa/create_magicfilter
17 Type: boolean
18 Default: false
19 _Description: Would you like debconf to create magicfilter filters?
20 Magicfilter is a customizable, extensible automatic printer filter. It
21 uses its own magic database (a la file(1)) to decide how to print out a
22 given print job. Debconf can run the custom pnm2ppa script called
23 "update-magicfilter" to generate a default set of filters for color and
24 black-and-white printing.
25 .
26 The template filter is found in /usr/share/pnm2ppa/ as
27 "pnm2ppa-magicfilter.in". update-magicfilter uses sed to replace
28 @OPTIONS@ from the template and place the resulting filters in
29 /etc/magicfilter. Additionally, symbolic links are created from the
30 generated pnm2ppa filters to pbm2ppa filters (the deprecated
31 predecessor to pnm2ppa).
32 .
33 The only thing left for you to do is run magicfilterconfig to
34 generate your /etc/printcap.
0 '''apport package hook for pnm2ppa
1
2 (c) 2009 Canonical Ltd.
3 Author: Brian Murray <brian@ubuntu.com>
4 '''
5
6 from apport.hookutils import *
7
8 def add_info(report):
9 attach_hardware(report)
10 attach_printing(report)
0 version=3
1 http://sf.net/pnm2ppa/pnm2ppa-(\d*\.[\d]*)\.tar\.gz