]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add --list-all option to cupsfilter (Issue #194)
authorMichael R Sweet <msweet@msweet.org>
Thu, 25 Apr 2024 15:18:55 +0000 (11:18 -0400)
committerMichael R Sweet <msweet@msweet.org>
Thu, 25 Apr 2024 15:18:55 +0000 (11:18 -0400)
64 files changed:
doc/help/man-backend.html
doc/help/man-cancel.html
doc/help/man-classes.conf.html
doc/help/man-client.conf.html
doc/help/man-cups-config.html
doc/help/man-cups-files.conf.html
doc/help/man-cups-lpd.html
doc/help/man-cups-snmp.conf.html
doc/help/man-cups-snmp.html
doc/help/man-cups.html
doc/help/man-cupsaccept.html
doc/help/man-cupsctl.html
doc/help/man-cupsd-helper.html
doc/help/man-cupsd-logs.html
doc/help/man-cupsd.conf.html
doc/help/man-cupsd.html
doc/help/man-cupsenable.html
doc/help/man-cupsfilter.html
doc/help/man-cupstestppd.html
doc/help/man-filter.html
doc/help/man-ippevepcl.html
doc/help/man-ippeveprinter.html
doc/help/man-ippfind.html
doc/help/man-ipptool.html
doc/help/man-ipptoolfile.html
doc/help/man-lp.html
doc/help/man-lpadmin.html
doc/help/man-lpc.html
doc/help/man-lpinfo.html
doc/help/man-lpmove.html
doc/help/man-lpoptions.html
doc/help/man-lpq.html
doc/help/man-lpr.html
doc/help/man-lprm.html
doc/help/man-lpstat.html
doc/help/man-mailto.conf.html
doc/help/man-mime.convs.html
doc/help/man-mime.types.html
doc/help/man-notifier.html
doc/help/man-ppdc.html
doc/help/man-ppdcfile.html
doc/help/man-ppdhtml.html
doc/help/man-ppdi.html
doc/help/man-ppdmerge.html
doc/help/man-ppdpo.html
doc/help/man-printers.conf.html
doc/help/man-subscriptions.conf.html
locale/cups.pot
locale/cups.strings
locale/cups_ca.po
locale/cups_cs.po
locale/cups_da.po
locale/cups_de.po
locale/cups_en.po
locale/cups_es.po
locale/cups_fr.po
locale/cups_it.po
locale/cups_ja.po
locale/cups_pl.po
locale/cups_pt_BR.po
locale/cups_ru.po
locale/cups_zh_CN.po
man/cupsfilter.8
scheduler/cupsfilter.c

index 81ba0318b24c7d94947939bf2adb97bd42f8ffaa..a5eb12e04e1e0036c387f4498d787cef03386d15 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>backend(7)</title>
   </head>
   <body>
@@ -47,7 +47,7 @@
 </pre>
     <h2 id="backend-7.description">Description</h2>
 <p>Backends are a special type of
-<a href="filter.html"><strong>filter</strong>(7)</a>
+<strong>filter</strong>(7)
 
 which is used to send print data to and discover different devices on the system.
 </p>
@@ -179,10 +179,10 @@ The scheduler will retry the job immediately without allowing intervening jobs.
 </p>
     <h2 id="backend-7.environment">Environment</h2>
 <p>In addition to the environment variables listed in
-<a href="cups.html"><strong>cups</strong>(1)</a>
+<strong>cups</strong>(1)
 
 and
-<a href="filter.html"><strong>filter</strong>(7),</a>
+<strong>filter</strong>(7),
 
 CUPS backends can expect the following environment variable:
 </p>
@@ -203,24 +203,24 @@ Backends can also be installed with restricted permissions (0500 or 0700) that t
 </p>
     <p>Unless you are a developer and know what you are doing, please do not run backends directly.
 Instead, use the
-<a href="lp.html"><strong>lp</strong>(1)</a>
+<strong>lp</strong>(1)
 
 or
-<a href="lpr.html"><strong>lpr</strong>(1)</a>
+<strong>lpr</strong>(1)
 
 programs to send print jobs or
-<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
+<strong>lpinfo</strong>(8)
 
 to query for available printers using the backend.
 The one exception is the SNMP backend - see
-<a href="cups-snmp.html"><strong>cups-snmp</strong>(8)</a>
+<strong>cups-snmp</strong>(8)
 
 for more information.
 </p>
     <h2 id="backend-7.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="backend-7.see-also">See Also</h2>
index fb628b5dce010d6c2d47873c732a61bce04becb0..3a18fac9656badad8632fcb05d209a3dea3fbb79 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cancel(1)</title>
   </head>
   <body>
@@ -84,17 +84,17 @@ Deletes job data files in addition to canceling.
 </pre>
     <h2 id="cancel-1.notes">Notes</h2>
 <p>Administrators wishing to prevent unauthorized cancellation of jobs via the <em>-u</em> option should require authentication for Cancel-Jobs operations in
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5).</a>
+<strong>cupsd.conf</strong>(5).
 
 </p>
     <h2 id="cancel-1.see-also">See Also</h2>
-<a href="cupsd.conf.html"><p><strong>cupsd.conf</strong>(5),</a>
+<p><strong>cupsd.conf</strong>(5),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpmove.html"><strong>lpmove</strong>(8),</a>
+<strong>lpmove</strong>(8),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 7b725fa4ab5669d1769c6469aefdea6f14d6fd7b..a95dc29dbe61291d0caed01044428fd01c12fa93 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>classes.conf(5)</title>
   </head>
   <body>
@@ -12,7 +12,7 @@
     <h2 id="classes.conf-5.description">Description</h2>
 <p>The <strong>classes.conf</strong> file defines the local printer classes that are available.
 It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
+<strong>cupsd</strong>(8)
 
 program.
 This file is not intended to be edited or managed manually.
@@ -21,17 +21,17 @@ This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="classes.conf-5.see-also">See Also</h2>
-<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
+<p><strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
+<strong>printers.conf</strong>(5),
 
-<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
+<strong>subscriptions.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index cfd19d37ea4f93e282611cf2b5bea9cbd1fdba2d..1a72e35951accd74afe35de35fe69794f9a8c5f7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>client.conf(5)</title>
   </head>
   <body>
@@ -128,7 +128,7 @@ defaults read /Library/Preferences/org.cups.PrintingPrefs.plist Encryption
 <p>On Linux and other systems using GNU TLS, the <em>/etc/cups/ssl/site.crl</em> file, if present, provides a list of revoked X.509 certificates and is used when validating certificates.
 </p>
     <h2 id="client.conf-5.see-also">See Also</h2>
-<a href="cups.html"><p><strong>cups</strong>(1),</a>
+<p><strong>cups</strong>(1),
 
 <strong>default</strong>(1),
 
index b84282e20b762e5a9e7558a78cee0402678cefdd..0b5a922bd4f02369e48e5972ff093dd58f31869c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cups-config(1)</title>
   </head>
   <body>
@@ -112,7 +112,7 @@ Reports the full version number of the CUPS installation (major.minor.patch).
 Formerly used to add the CUPS imaging library to the list of libraries.
 </p>
     <h2 id="cups-config-1.see-also">See Also</h2>
-<a href="cups.html"><p><strong>cups</strong>(1),</a>
+<p><strong>cups</strong>(1),
 
 <strong>pkg-config</strong>(1),
 
index a4af17b927e30a728dc46eea967e310211777945..4496cb254be0bdec8bd37cea975d6ac2a6d3c948 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cups-files.conf(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="cups-files.conf-5.description">Description</h2>
 <p>The <strong>cups-files.conf</strong> file configures the files and directories used by the CUPS scheduler,
-<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
+<strong>cupsd</strong>(8).
 
 It is normally located in the <em>/etc/cups</em> directory.
 </p>
@@ -22,7 +22,7 @@ Comment lines start with the # character.
 </p>
     <h3 id="cups-files.conf-5.description.directives">Directives</h3>
 <p>The following directives are understood by
-<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
+<strong>cupsd</strong>(8):
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>AccessLog</strong><br>
@@ -250,21 +250,21 @@ command, while on macOS the
 command is used instead.
 </p>
     <h2 id="cups-files.conf-5.see-also">See Also</h2>
-<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
+<p><strong>classes.conf</strong>(5),
 
-<a href="cups.html"><strong>cups</strong>(1),</a>
+<strong>cups</strong>(1),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
+<strong>printers.conf</strong>(5),
 
-<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
+<strong>subscriptions.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index caae0d05a22795e5359b43a5677bc20c17e33ccc..591925f5098595cc58fa2fc96228d62316f9d398 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cups-lpd(8)</title>
   </head>
   <body>
@@ -120,9 +120,9 @@ Simply enable the
 service using the corresponding control program.
 </p>
     <h2 id="cups-lpd-8.see-also">See Also</h2>
-<a href="cups.html"><p><strong>cups</strong>(1),</a>
+<p><strong>cups</strong>(1),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
 <strong>inetd</strong>(8),
 
index 0d7c11d15f7446d8ce7d4e21dc8b6abda9e7fbba..8a1c3c03cbf5c1e3590aab8595298ceb20719398 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>snmp.conf(5)</title>
   </head>
   <body>
@@ -16,7 +16,7 @@ file configures how the standard CUPS network backends (http, https, ipp, ipps,
 Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
 </p>
     <p>The Community and DebugLevel directives are used by all backends. The remainder apply only to the SNMP backend -
-<a href="cups-snmp.html"><strong>cups-snmp</strong>(8).</a>
+<strong>cups-snmp</strong>(8).
 
 </p>
     <h2 id="snmp.conf-5.directives">Directives</h2>
@@ -60,11 +60,11 @@ The default is 120 seconds (2 minutes).
     <h2 id="snmp.conf-5.notes">Notes</h2>
 <p>CUPS backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="snmp.conf-5.see-also">See Also</h2>
-<a href="cups-snmp.html"><p><strong>cups-snmp</strong>(8),</a>
+<p><strong>cups-snmp</strong>(8),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 91b366732fc37b0c024469b9f6c83841d738f9f4..58283672b2a133f537614b8f491579428ec2d4d2 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cups-snmp(8)</title>
   </head>
   <body>
@@ -30,7 +30,7 @@ Additional queries are then sent to printers that respond in order to determine
 This can be used for programs that need to configure print queues where the user has supplied an address but nothing else.
 </p>
     <p>In the second form, the SNMP backend is run indirectly using the
-<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
+<strong>lpinfo</strong>(8)
 
 command.
 The output provides all printers detected via SNMP on the configured
@@ -54,13 +54,13 @@ version of CUPS.
 <p>The CUPS SNMP backend uses the information from the Host, Printer, and Port Monitor MIBs along with some vendor private MIBs and intelligent port probes to determine the correct device URI and make and model for each printer.
 </p>
     <h2 id="cups-snmp-8.see-also">See Also</h2>
-<a href="backend.html"><p><strong>backend</strong>(7),</a>
+<p><strong>backend</strong>(7),
 
-<a href="cups-snmp.conf.html"><strong>cups-snmp.conf</strong>(5),</a>
+<strong>cups-snmp.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
+<strong>lpinfo</strong>(8),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 9660de8a6c291b24b3a4c57706d34f46115dc0ff..47fef9918ffadc0936412de0c4e10b6131013878 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cups(1)</title>
   </head>
   <body>
@@ -44,10 +44,10 @@ removes the job from the queue and moves on to any other jobs you have submitted
     <p>Once you have added the printer, you can print to it from any application. You can also choose Print Test Page from the maintenance menu to print a simple test page and verify that everything is working properly.
 </p>
     <p>You can also use the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 and
-<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
+<strong>lpinfo</strong>(8)
 
 commands to add printers to
 <strong>CUPS</strong>.
@@ -129,33 +129,33 @@ conforms to the Internet Printing Protocol version 2.1 and implements the Berkel
     <h2 id="cups-1.notes">Notes</h2>
 <p>CUPS printer drivers, backends, and PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="cups-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="client.conf.html"><strong>client.conf</strong>(5),</a>
+<strong>client.conf</strong>(5),
 
-<a href="cupsctl.html"><strong>cupsctl</strong>(8),</a>
+<strong>cupsctl</strong>(8),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
+<strong>lpinfo</strong>(8),
 
-<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
+<strong>lpoptions</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
-<a href="lpq.html"><strong>lpq</strong>(1),</a>
+<strong>lpq</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>),
 OpenPrinting CUPS Web Site (<a href="https://openprinting.github.io/cups">https://openprinting.github.io/cups</a>),
index 6da1f3ba217cc26ac373f8c1821e05714e7a213e..964ada4c07c7e5603bec8068de2fb3e15ba05adc 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsaccept(8)</title>
   </head>
   <body>
@@ -79,15 +79,15 @@ Also, printer and class names are <em>not</em> case-sensitive.
     <p>Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration.
 </p>
     <h2 id="cupsaccept-8.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
+<strong>cupsenable</strong>(8),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index ddd659e559f51bf672f519676d9885f26312a4b8..4552469a54726a33de8f9f4f667846918a32ae44 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsctl(8)</title>
   </head>
   <body>
@@ -94,9 +94,9 @@ Allows (prevents) users to cancel jobs owned by others.
 <p>You cannot set the Listen or Port directives using <strong>cupsctl</strong>.
 </p>
     <h2 id="cupsctl-8.see-also">See Also</h2>
-<a href="cupsd.conf.html"><p><strong>cupsd.conf</strong>(5),</a>
+<p><strong>cupsd.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index c1270769d98232e21499fc0685eb3baf26dcbacb..fc1be2bb6d9bdfb0b8f659ad7592755152d40c66 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsd-helper(8)</title>
   </head>
   <body>
 </p>
     <h2 id="cupsd-helper-8.description">Description</h2>
 <p>The <strong>cupsd-helper</strong> programs perform long-running operations on behalf of the scheduler,
-<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
+<strong>cupsd</strong>(8).
 
 The <strong>cups-deviced</strong> helper program runs each CUPS
-<a href="backend.html"><strong>backend</strong>(7)</a>
+<strong>backend</strong>(7)
 
 with no arguments in order to discover the available printers.
 </p>
@@ -77,27 +77,27 @@ program or placed in compressed
 archives to further reduce their size.
 </p>
     <p>Driver information files must conform to the format defined in
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5).</a>
+<strong>ppdcfile</strong>(5).
 
 </p>
     <h2 id="cupsd-helper-8.notes">Notes</h2>
 <p>CUPS printer drivers, backends, and PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="cupsd-helper-8.see-also">See Also</h2>
-<a href="backend.html"><p><strong>backend</strong>(7),</a>
+<p><strong>backend</strong>(7),
 
-<a href="cups.html"><strong>cups</strong>(1),</a>
+<strong>cups</strong>(1),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="filter.html"><strong>filter</strong>(7),</a>
+<strong>filter</strong>(7),
 
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
+<strong>ppdcfile</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 416ecac258209f7fdb5ebe23e6b10aac83fc1460..60bc279ad1ebb3dc9f962a33847c11c2eeabd73a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsd-logs(5)</title>
   </head>
   <body>
 <p>cupsd-logs - cupsd log files (access_log, error_log, and page_log)
 </p>
     <h2 id="cupsd-logs-5.description">Description</h2>
-<a href="cupsd.html"><p><strong>cupsd</strong>(8)</a>
+<p><strong>cupsd</strong>(8)
 
 normally maintains three log files: <em>access_log</em> to track requests that are submitted to the scheduler, <em>error_log</em> to track progress and errors, and <em>page_log</em> to track pages that are printed.
 Configuration directives in
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
+<strong>cupsd.conf</strong>(5)
 
 and
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
+<strong>cups-files.conf</strong>(5)
 
 control what information is logged and where it is stored.
 </p>
@@ -119,7 +119,7 @@ For POST requests the bytes field contains the number of bytes of non-IPP data t
 </p>
     <h3 id="cupsd-logs-5.description.error-log-file-format">Error Log File Format</h3>
 <p>The <em>error_log</em> file lists messages from the scheduler - errors, warnings, etc. The LogLevel directive in the
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
+<strong>cupsd.conf</strong>(5)
 
 file controls which messages are logged:
 </p>
@@ -195,7 +195,7 @@ By default, each line contains the following information:
 
 </pre>
 <p>The PageLogFormat directive in the
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5)</a>
+<strong>cupsd.conf</strong>(5)
 
 file can be used to change this information.
 </p>
@@ -222,11 +222,11 @@ The format of this field is identical to the data-time field in the <em>access_l
     <p>The <em>sides</em> field contains a copy of the sides attribute provided with the IPP Create-Job or Print-Job requests or &quot;-&quot; if none was provided.
 </p>
     <h2 id="cupsd-logs-5.see-also">See Also</h2>
-<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
+<p><strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 5b3b1e67d390dd94095050368322f160707f3f89..838b40b37dfb4b66f900d5b75850f23ef5528498 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsd.conf(5)</title>
   </head>
   <body>
@@ -13,7 +13,7 @@
 <p>The
 <em>cupsd.conf</em>
 file configures the CUPS scheduler,
-<a href="cupsd.html"><strong>cupsd</strong>(8).</a>
+<strong>cupsd</strong>(8).
 
 It is normally located in the
 <em>/etc/cups</em>
@@ -25,7 +25,7 @@ Comment lines start with the # character.
 </p>
     <h3 id="cupsd.conf-5.description.top-level-directives">Top-Level Directives</h3>
 <p>The following top-level directives are understood by
-<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
+<strong>cupsd</strong>(8):
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>AccessLogLevel config</strong><br>
@@ -156,7 +156,7 @@ The default is 0.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>HostNameLookups Double</strong><br>
 Specifies whether to do reverse lookups on connecting clients.
 The &quot;Double&quot; setting causes
-<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
+<strong>cupsd</strong>(8)
 
 to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
 Double lookups also prevent clients with unregistered addresses from connecting to your server.
@@ -167,7 +167,7 @@ Only set this option to &quot;On&quot; or &quot;Double&quot; if absolutely requi
 Specifies the length of time to wait before shutting down due to inactivity.
 The default is &quot;60&quot; seconds.
 Note: Only applicable when
-<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
+<strong>cupsd</strong>(8)
 
 is run on-demand (e.g., with <strong>-l</strong>).
 </p>
@@ -433,7 +433,7 @@ The default is &quot;No&quot;.
 </p>
     <h3 id="cupsd.conf-5.description.http-method-names">Http Method Names</h3>
 <p>The following HTTP methods are supported by
-<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
+<strong>cupsd</strong>(8):
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">GET<br>
@@ -453,7 +453,7 @@ Used by a client to upload configuration files.
 </p>
     <h3 id="cupsd.conf-5.description.ipp-operation-names">Ipp Operation Names</h3>
 <p>The following IPP operations are supported by
-<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
+<strong>cupsd</strong>(8):
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">CUPS-Accept-Jobs<br>
@@ -590,7 +590,7 @@ Validates options for a new job.
 </p>
     <h3 id="cupsd.conf-5.description.location-paths">Location Paths</h3>
 <p>The following paths are commonly used when configuring
-<a href="cupsd.html"><strong>cupsd</strong>(8):</a>
+<strong>cupsd</strong>(8):
 
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;">/<br>
@@ -712,7 +712,7 @@ Specifies that an authenticated user must be a member of one of the named groups
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>Require user {</strong><em>user-name</em>|<strong>@</strong><em>group-name</em>} ...<br>
 Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
 The group name &quot;@SYSTEM&quot; corresponds to the list of groups defined by the SystemGroup directive in the
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
+<strong>cups-files.conf</strong>(5)
 
 file.
 The group name &quot;@OWNER&quot; corresponds to the owner of the resource, for example the person that submitted a print job.
@@ -741,7 +741,7 @@ The &quot;default&quot; access list is &quot;@OWNER @SYSTEM&quot;.
 &quot;@ACL&quot; maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
 &quot;@OWNER&quot; maps to the job's owner.
 &quot;@SYSTEM&quot; maps to the groups listed for the SystemGroup directive in the
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
+<strong>cups-files.conf</strong>(5)
 
 file.
 </p>
@@ -765,7 +765,7 @@ The &quot;default&quot; access list is &quot;@OWNER @SYSTEM&quot;.
 &quot;@ACL&quot; maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
 &quot;@OWNER&quot; maps to the job's owner.
 &quot;@SYSTEM&quot; maps to the groups listed for the SystemGroup directive in the
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
+<strong>cups-files.conf</strong>(5)
 
 file.
 </p>
@@ -827,7 +827,7 @@ Use &quot;%{job-impressions-completed}&quot; to insert the number of pages (side
 </p>
     <h2 id="cupsd.conf-5.notes">Notes</h2>
 <p>File, directory, and user configuration directives that used to be allowed in the <strong>cupsd.conf</strong> file are now stored in the
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5)</a>
+<strong>cups-files.conf</strong>(5)
 
 file instead in order to prevent certain types of privilege escalation attacks.
 </p>
@@ -868,19 +868,19 @@ often belongs to a different set of subnets from its clients.
     &lt;/Location>
 </pre>
     <h2 id="cupsd.conf-5.see-also">See Also</h2>
-<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
+<p><strong>classes.conf</strong>(5),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
+<strong>printers.conf</strong>(5),
 
-<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
+<strong>subscriptions.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index aaa80771817f07645dc3a81e402a334151cc466b..6fe2c3617dbf0feb154c6dc52a3d8a1d040333f5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsd(8)</title>
   </head>
   <body>
@@ -115,31 +115,31 @@ in the foreground with a test configuration file called
 
 </pre>
     <h2 id="cupsd-8.see-also">See Also</h2>
-<a href="backend.html"><p><strong>backend</strong>(7),</a>
+<p><strong>backend</strong>(7),
 
-<a href="classes.conf.html"><strong>classes.conf</strong>(5),</a>
+<strong>classes.conf</strong>(5),
 
-<a href="cups.html"><strong>cups</strong>(1),</a>
+<strong>cups</strong>(1),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
-<a href="cups-lpd.html"><strong>cups-lpd</strong>(8),</a>
+<strong>cups-lpd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="cupsd-helper.html"><strong>cupsd-helper</strong>(8),</a>
+<strong>cupsd-helper</strong>(8),
 
 <strong>cupsd-logs</strong>(8),
 
-<a href="filter.html"><strong>filter</strong>(7),</a>
+<strong>filter</strong>(7),
 
 <strong>launchd</strong>(8),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
+<strong>printers.conf</strong>(5),
 
 <strong>systemd</strong>(8),
 
index 996d32d4a316b283da2311463683fcbbbca2a665..2142c347382f8921db55f63abe3ad1b1c587fee7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsenable(8)</title>
   </head>
   <body>
@@ -90,17 +90,17 @@ built-in commands of the same names.
 This differs from the System V versions which require the root user to execute these commands.
 </p>
     <h2 id="cupsenable-8.see-also">See Also</h2>
-<a href="cupsaccept.html"><p><strong>cupsaccept</strong>(8),</a>
+<p><strong>cupsaccept</strong>(8),
 
 <strong>cupsreject</strong>(8),
 
-<a href="cancel.html"><strong>cancel</strong>(1),</a>
+<strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 9049c6f3f34e8c6aa5726487468f97da0955cfc5..075d560030607964a0e3f2a15cf2404c636f7a1a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupsfilter(8)</title>
   </head>
   <body>
@@ -12,6 +12,8 @@
     <h2 id="cupsfilter-8.synopsis">Synopsis</h2>
 <p><strong>cupsfilter</strong>
 [
+<strong>--list-all</strong>
+] [
 <strong>--list-filters</strong>
 ] [
 <strong>-D</strong>
@@ -59,6 +61,9 @@ is a front-end to the CUPS filter subsystem which allows you to convert a file t
 generates a PDF file. The converted file is sent to the standard output.
 </p>
     <h2 id="cupsfilter-8.options">Options</h2>
+    <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--list-all</strong><br>
+Do not actually run the filters, just print all of the filters used with the source and destination MIME media types to stdout.
+</p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>--list-filters</strong><br>
 Do not actually run the filters, just print the filters used to stdout.
 </p>
@@ -107,7 +112,7 @@ returns a non-zero exit status on any error.
 </p>
     <h2 id="cupsfilter-8.environment">Environment</h2>
 <p>All of the standard
-<a href="cups.html"><strong>cups</strong>(1)</a>
+<strong>cups</strong>(1)
 
 environment variables affect the operation of
 <strong>cupsfilter</strong>.
@@ -123,7 +128,7 @@ environment variables affect the operation of
     <h2 id="cupsfilter-8.notes">Notes</h2>
 <p>CUPS printer drivers, filters, and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <p>Unlike when printing, filters run using the
@@ -137,9 +142,9 @@ command use the current user and security session. This may result in different
     cupsfilter -m application/pdf -d myprinter -j 42 >preview.pdf
 </pre>
     <h2 id="cupsfilter-8.see-also">See Also</h2>
-<a href="cups.html"><p><strong>cups</strong>(1),</a>
+<p><strong>cups</strong>(1),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
 <strong>filter(7),</strong>
 
index 586ad907f56615c679b770479af570088aa306db..201db603daad8f3745df46c9808223677b415506 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>cupstestppd(1)</title>
   </head>
   <body>
@@ -141,11 +141,11 @@ The PPD file does not conform to the Adobe PPD specification.
     <h2 id="cupstestppd-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="cupstestppd-1.see-also">See Also</h2>
-<a href="lpadmin.html"><p><strong>lpadmin</strong>(8),</a>
+<p><strong>lpadmin</strong>(8),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>),
 Adobe PostScript Printer Description File Format Specification, Version 4.3.
index bc8a647198562e33756d97d4cb55b10411f203c4..f8f2ebc41a3e50dd139964c6c2d14d8f8e05881b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>filter(7)</title>
   </head>
   <body>
@@ -209,27 +209,27 @@ The user executing the filter, typically &quot;lp&quot; or &quot;root&quot;; con
     <h2 id="filter-7.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <p>CUPS filters are not meant to be run directly by the user.
 Aside from the legacy System V interface issues (<em>argv[0]</em> is the printer name), CUPS filters also expect specific environment variables and file descriptors, and typically run in a user session that (on macOS) has additional restrictions that affect how it runs.
 Unless you are a developer and know what you are doing, please do not run filters directly.
 Instead, use the
-<a href="cupsfilter.html"><strong>cupsfilter</strong>(8)</a>
+<strong>cupsfilter</strong>(8)
 
 program to use the appropriate filters to do the conversions you need.
 </p>
     <h2 id="filter-7.see-also">See Also</h2>
-<a href="backend.html"><p><strong>backend</strong>(7),</a>
+<p><strong>backend</strong>(7),
 
-<a href="cups.html"><strong>cups</strong>(1),</a>
+<strong>cups</strong>(1),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
+<strong>cupsfilter</strong>(8),
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index a0f16afe2248ae99a3eece88f0d678730f5ceca6..79df63733c3314ddc04aa02f089d63ed2bc20d32 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ippevepcl/ps(7)</title>
   </head>
   <body>
@@ -25,7 +25,7 @@
 and
 <strong>ippeveps</strong>
 are print commands for
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 As with all print commands, these commands read either the filename specified on the command-line or from the standard input.
 Output is sent to the standard output.
index fe4ce0a5aeb10c67e8d2bdf8a7b78e79a38225aa..9fcabeef2f3d8d0aa7bd30e8d998b95dec8ab8b7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ippeveprinter(1)</title>
   </head>
   <body>
@@ -145,7 +145,7 @@ Specifies the maximum IPP version to report.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-a </strong><em>filename.conf</em><br>
 Load printer attributes from &quot;filename.conf&quot;.
 Attribute files can be created using the
-<a href="ipptool.html"><strong>ipptool</strong>(1)</a>
+<strong>ipptool</strong>(1)
 
 command with the
 <em>--ippserver</em>
@@ -157,11 +157,11 @@ If &quot;command&quot; is not an absolute path (&quot;/path/to/command&quot;),
 <strong>ippeveprinter</strong>
 looks for the command in the &quot;command&quot; subdirectory of the CUPS binary directory, typically /usr/lib/cups/command or /usr/libexec/cups/command.
 The
-<a href="cups-config.html"><strong>cups-config</strong>(1)</a>
+<strong>cups-config</strong>(1)
 
 command can be used to discover the correct binary directory (&quot;cups-config --serverbin&quot;).
 In addition, the CUPS_SERVERBIN environment variable can be used to override the default location of this directory - see the
-<a href="cups.html"><strong>cups</strong>(1)</a>
+<strong>cups</strong>(1)
 
 man page for more details.
 </p>
@@ -289,7 +289,7 @@ command whenever a job is sent to the server:
     ippeveprinter -c /usr/bin/file &quot;My Cool Printer&quot;
 </pre>
     <h2 id="ippeveprinter-1.see-also">See Also</h2>
-<a href="ippevepcl.html"><p><strong>ippevepcl</strong>(7),</a>
+<p><strong>ippevepcl</strong>(7),
 
 <strong>ippeveps</strong>(7),
 
index 70394e1c66dbffb47b9c6b3e906fa0b24f3e8681..7894c680a048c9ae810c19657d276ea108fb3494 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ippfind(1)</title>
   </head>
   <body>
@@ -263,7 +263,7 @@ Values of TXT record <em>KEY</em> (uppercase).
       -f onepage-letter.ps '{}' print-job.test \;
 </pre>
     <h2 id="ippfind-1.see-also">See Also</h2>
-<a href="ipptool.html"><p><strong>ipptool</strong>(1)</a>
+<p><strong>ipptool</strong>(1)
 
 </p>
     <h2 id="ippfind-1.copyright">Copyright</h2>
index 405034ef2ae94cd14b99ab6344ffdb42468149ba..6dcc34b07289e6fb6ba61e95badc4804e7e531d5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ipptool(1)</title>
   </head>
   <body>
@@ -87,7 +87,7 @@ Output is either a plain text, formatted text, CSV, or XML report on the standar
 The
 <em>testfile</em>
 format is described in
-<a href="ipptoolfile.html"><strong>ipptoolfile</strong>(5).</a>
+<strong>ipptoolfile</strong>(5).
 
 </p>
     <h2 id="ipptool-1.options">Options</h2>
@@ -264,7 +264,7 @@ program is unique to CUPS and conforms to the Internet Printing Protocol up to v
         ipp://localhost/printers/myprinter create-printer-subscription.test
 </pre>
     <h2 id="ipptool-1.see-also">See Also</h2>
-<a href="ipptoolfile.html"><p><strong>ipptoolfile</strong>(5),</a>
+<p><strong>ipptoolfile</strong>(5),
 
 IANA IPP Registry (<a href="https://www.iana.org/assignments/ipp-registrations">https://www.iana.org/assignments/ipp-registrations</a>),
 PWG Internet Printing Protocol Workgroup (<a href="https://www.pwg.org/ipp">https://www.pwg.org/ipp</a>)
index f67e36681ee2d35ea8ad205e6be91a689ddf54d8..5caaf56b9a80a4e92fa60ff89e39bf63e7250499 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ipptoolfile(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="ipptoolfile-5.description">Description</h2>
 <p>The
-<a href="ipptool.html"><strong>ipptool</strong>(1)</a>
+<strong>ipptool</strong>(1)
 
 program accepts free-form plain text files that describe one or more IPP requests.
 Comments start with the &quot;#&quot; character and continue to the end of the line.
@@ -738,7 +738,7 @@ if any.
 Inserts the current user's login name.
 </p>
     <h2 id="ipptoolfile-5.see-also">See Also</h2>
-<a href="ipptool.html"><p><strong>ipptool</strong>(1),</a>
+<p><strong>ipptool</strong>(1),
 
 IANA IPP Registry (<a href="https://www.iana.org/assignments/ipp-registrations">https://www.iana.org/assignments/ipp-registrations</a>),
 PWG Internet Printing Protocol Workgroup (<a href="https://www.pwg.org/ipp">https://www.pwg.org/ipp</a>),
index f3aa5e745c9352ba82a2ea5acf17688c653fb5aa..37c59d1841a18b149f3fb69378f533107372b206 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lp(1)</title>
   </head>
   <body>
@@ -88,10 +88,10 @@ Use a filename of &quot;-&quot; to force printing from the standard input.
     <h3 id="lp-1.description.the-default-destination">The Default Destination</h3>
 <p>CUPS provides many ways to set the default destination. The <strong>LPDEST</strong> and <strong>PRINTER</strong> environment variables are consulted first.
 If neither are set, the current default set using the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command is used, followed by the default set using the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 command.
 </p>
@@ -162,7 +162,7 @@ The page numbers refer to the output pages and not the document's original pages
 </p>
     <h3 id="lp-1.options.common-job-options">Common Job Options</h3>
 <p>Aside from the printer-specific options reported by the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command, the following generic options are available:
 </p>
@@ -235,19 +235,19 @@ Also, printer and class names are <em>not</em> case-sensitive.
     lp -d bar -o number-up=2 filename
 </pre>
     <h2 id="lp-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
+<strong>lpoptions</strong>(1),
 
-<a href="lpq.html"><strong>lpq</strong>(1),</a>
+<strong>lpq</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 4f19b191c406937d026419c5a008a1468d780b9d..d79d75a2b0fd9dc88f43863c70a9accc3747f097 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpadmin(8)</title>
   </head>
   <body>
@@ -59,13 +59,13 @@ It can also be used to set the server default printer or class.
 </p>
     <p>The first form of the command (<em>-d</em>) sets the scheduler's default printer or class to <em>destination</em>.
 Subsequent print jobs submitted via the
-<a href="lp.html"><strong>lp</strong>(1)</a>
+<strong>lp</strong>(1)
 
 or
-<a href="lpr.html"><strong>lpr</strong>(1)</a>
+<strong>lpr</strong>(1)
 
 commands will use this destination unless the user specifies otherwise with the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command.
 </p>
@@ -84,7 +84,7 @@ If <em>class</em> does not exist it is created automatically.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-m </strong><em>model</em><br>
 Sets a standard PPD file for the printer from the <em>model</em> directory or using one of the driver interfaces.
 Use the <em>-m</em> option with the
-<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
+<strong>lpinfo</strong>(8)
 
 command to get a list of supported models.
 The model &quot;raw&quot; clears any existing PPD file and the model &quot;everywhere&quot; queries the printer referred to by the specified IPP <em>device-uri</em>.
@@ -120,7 +120,7 @@ Sets the default banner page(s) to use for print jobs.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-o </strong><em>name</em><strong>=</strong><em>value</em><br>
 Sets a PPD option for the printer.
 PPD options can be listed using the <em>-l</em> option with the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command.
 </p>
@@ -173,7 +173,7 @@ Note: The user 'root' is not granted special access - using &quot;-u allow:foo,b
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-v &quot;</strong><em>device-uri</em><strong>&quot;</strong><br>
 Sets the <em>device-uri</em> attribute of the printer queue.
 Use the <em>-v</em> option with the
-<a href="lpinfo.html"><strong>lpinfo</strong>(8)</a>
+<strong>lpinfo</strong>(8)
 
 command to get a list of supported device URIs and schemes.
 </p>
@@ -183,10 +183,10 @@ Provides a textual description of the destination.
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-E</strong><br>
 When specified before the <strong>-d</strong>, <strong>-p</strong>, or <strong>-x</strong> options, forces the use of TLS encryption on the connection to the scheduler.
 Otherwise, enables the destination and accepts jobs; this is the same as running the
-<a href="cupsaccept.html"><strong>cupsaccept</strong>(8)</a>
+<strong>cupsaccept</strong>(8)
 
 and
-<a href="cupsenable.html"><strong>cupsenable</strong>(8)</a>
+<strong>cupsenable</strong>(8)
 
 programs on the destination.
 </p>
@@ -215,7 +215,7 @@ This differs from the System V version which requires the root user to execute t
     <h2 id="lpadmin-8.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <p>The CUPS version of <strong>lpadmin</strong> does not support all of the System V or Solaris printing system configuration options.
@@ -236,13 +236,13 @@ These files should not be edited directly and are an implementation detail of CU
 
 </pre>
     <h2 id="lpadmin-8.see-also">See Also</h2>
-<a href="cupsaccept.html"><p><strong>cupsaccept</strong>(8),</a>
+<p><strong>cupsaccept</strong>(8),
 
-<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
+<strong>cupsenable</strong>(8),
 
-<a href="lpinfo.html"><strong>lpinfo</strong>(8),</a>
+<strong>lpinfo</strong>(8),
 
-<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
+<strong>lpoptions</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index fd3e160d16fc37750cd9cf470b1e30990fcaf92d..32d954ff681abb04d48ee4113df63188ffa8ccb5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpc(8)</title>
   </head>
   <body>
@@ -44,26 +44,26 @@ Displays the status of one or more printer or class queues.
 </p>
     <p>Since <strong>lpc</strong> is geared towards the Berkeley printing system, it is impossible to use <strong>lpc</strong> to configure printer or class queues provided by CUPS.
 To configure printer or class queues you must use the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 command or another CUPS-compatible client with that functionality.
 </p>
     <h2 id="lpc-8.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="cupsaccept.html"><strong>cupsaccept</strong>(8),</a>
+<strong>cupsaccept</strong>(8),
 
-<a href="cupsenable.html"><strong>cupsenable</strong>(8),</a>
+<strong>cupsenable</strong>(8),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 97f7b3c9f026b5e9c86eb5177b0c6863ca24b602..61147f3adb2509b5bfcdc28320e8615afd62a7ed 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpinfo(8)</title>
   </head>
   <body>
@@ -121,11 +121,11 @@ Specifies the timeout when listing devices with the <em>-v</em> option.
     <h2 id="lpinfo-8.notes">Notes</h2>
 <p>CUPS printer drivers and backends are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="lpinfo-8.see-also">See Also</h2>
-<a href="lpadmin.html"><p><strong>lpadmin</strong>(8),</a>
+<p><strong>lpadmin</strong>(8),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 20ce440355f025542fb3ab4c39537f490aa026ec..261c30ffe967011fed75701ccd4e2120323239f1 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpmove(8)</title>
   </head>
   <body>
@@ -67,13 +67,13 @@ Note: This option must occur before all others.
     lpmove oldprinter newprinter
 </pre>
     <h2 id="lpmove-8.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
 <br>
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
index 99cc46817a5b54774733a46ecc0a4f523738f7a9..b3f9c73b7163d3b52a6d62bf149c2c240644a2b4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpoptions(1)</title>
   </head>
   <body>
     <h2 id="lpoptions-1.description">Description</h2>
 <p><strong>lpoptions</strong> displays or sets printer options and defaults.
 If no printer is specified using the <em>-p</em> option, the default printer is used as described in
-<a href="lp.html"><strong>lp</strong>(1).</a>
+<strong>lp</strong>(1).
 
 </p>
     <p>If no <em>-l</em>, <em>-o</em>, or <em>-r</em> options are specified, the current options are reported on the standard output.
 </p>
     <p>Options set with the <strong>lpoptions</strong> command are used by the
-<a href="lp.html"><strong>lp</strong>(1)</a>
+<strong>lp</strong>(1)
 
 and
-<a href="lpr.html"><strong>lpr</strong>(1)</a>
+<strong>lpr</strong>(1)
 
 commands when submitting jobs.
 </p>
@@ -94,7 +94,7 @@ Specifies a new option for the named destination.
 Sets the destination and instance, if specified, for any options that follow.
 If the named instance does not exist then it is created.
 Destinations can only be created using the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 program.
 </p>
@@ -105,7 +105,7 @@ Removes the specified option from the named destination.
 Removes the options for the named destination and instance, if specified.
 If the named instance does not exist then this does nothing.
 Destinations can only be removed using the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 command.
 </p>
@@ -127,15 +127,15 @@ Specifies the default print queue (Berkeley standard).
 <p>The <strong>lpoptions</strong> command is unique to CUPS.
 </p>
     <h2 id="lpoptions-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index fe9d78eba2bad48128297cbce540d3081e92fb7a..113d9559f554704086e48e0660d8af8da095d250 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpq(1)</title>
   </head>
   <body>
@@ -58,15 +58,15 @@ Note: This option must occur before all others.
 Requests a more verbose (long) reporting format.
 </p>
     <h2 id="lpq-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index c5f5b3548acb69d16943d8ace86361d56c8d7b64..81d30f165ee41a69444c317b968299d0c162593c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpr(1)</title>
   </head>
   <body>
@@ -58,10 +58,10 @@ If no files are listed on the command-line, <strong>lpr</strong> reads the print
     <h3 id="lpr-1.description.the-default-destination">The Default Destination</h3>
 <p>CUPS provides many ways to set the default destination. The <strong>LPDEST</strong> and <strong>PRINTER</strong> environment variables are consulted first.
 If neither are set, the current default set using the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command is used, followed by the default set using the
-<a href="lpadmin.html"><strong>lpadmin</strong>(8)</a>
+<strong>lpadmin</strong>(8)
 
 command.
 </p>
@@ -117,7 +117,7 @@ Specifies that the named print files should be deleted after submitting them.
 </p>
     <h3 id="lpr-1.options.common-job-options">Common Job Options</h3>
 <p>Aside from the printer-specific options reported by the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 command, the following generic options are available:
 </p>
@@ -187,19 +187,19 @@ Specifies the default print queue (Berkeley standard).
     lpr -P foo -o number-up=2 filename
 </pre>
     <h2 id="lpr-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpadmin.html"><strong>lpadmin</strong>(8),</a>
+<strong>lpadmin</strong>(8),
 
-<a href="lpoptions.html"><strong>lpoptions</strong>(1),</a>
+<strong>lpoptions</strong>(1),
 
-<a href="lpq.html"><strong>lpq</strong>(1),</a>
+<strong>lpq</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index a795d279e1196af8a586631e531ab500fcb7f98a..9015cd91dbfc72405e322371d18a1db6576b6396 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lprm(1)</title>
   </head>
   <body>
@@ -76,15 +76,15 @@ is compatible with the standard Berkeley command of the same name.
     lprm -
 </pre>
     <h2 id="lprm-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpq.html"><strong>lpq</strong>(1),</a>
+<strong>lpq</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lpstat.html"><strong>lpstat</strong>(1),</a>
+<strong>lpstat</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 79424f3564981269637fd4ba9953633c5b62b58b..dcaf501e732e0ca159c7532d72a4e90bf7264e22 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>lpstat(1)</title>
   </head>
   <body>
@@ -96,7 +96,7 @@ If no classes are specified then all classes are listed.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-d</strong><br>
 Shows the current default destination, either the
-<a href="lpoptions.html"><strong>lpoptions</strong>(1)</a>
+<strong>lpoptions</strong>(1)
 
 default (if set) or the scheduler default (otherwise).
 </p>
@@ -155,15 +155,15 @@ Also, printer and class names are <em>not</em> case-sensitive.
     <p>The Solaris <em>-f</em>, <em>-P</em>, and <em>-S</em> options are silently ignored.
 </p>
     <h2 id="lpstat-1.see-also">See Also</h2>
-<a href="cancel.html"><p><strong>cancel</strong>(1),</a>
+<p><strong>cancel</strong>(1),
 
-<a href="lp.html"><strong>lp</strong>(1),</a>
+<strong>lp</strong>(1),
 
-<a href="lpq.html"><strong>lpq</strong>(1),</a>
+<strong>lpq</strong>(1),
 
-<a href="lpr.html"><strong>lpr</strong>(1),</a>
+<strong>lpr</strong>(1),
 
-<a href="lprm.html"><strong>lprm</strong>(1),</a>
+<strong>lprm</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 30df522743a4e19177badaf41e226735590929cf..d5da0f1b8249e01ac9f3455ccf8ea2dcb2575f55 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>mailto.conf(5)</title>
   </head>
   <body>
@@ -38,7 +38,7 @@ If multiple lines are present, only the last one is used.
 Specifies a prefix string for the subject line of an email notification.
 </p>
     <h2 id="mailto.conf-5.see-also">See Also</h2>
-<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
+<p><strong>cupsd</strong>(8),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 229fb523184a1f53cac5b498b78a25b8541de32d..b7451513c5db9f9ff6feeb8112e24de7ffc92933 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>mime.convs(5)</title>
   </head>
   <body>
@@ -51,19 +51,19 @@ Filenames are relative to the CUPS filter directory.
     <h2 id="mime.convs-5.notes">Notes</h2>
 <p>CUPS filters are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="mime.convs-5.see-also">See Also</h2>
-<a href="cups-files.conf.html"><p><strong>cups-files.conf</strong>(5),</a>
+<p><strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
+<strong>cupsfilter</strong>(8),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index bef269887a4825b7193b06e8fcbaf9461afdcdf0..cc1917b03ff46ec20296cc7356dac09f6f4fea2c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>mime.types(5)</title>
   </head>
   <body>
@@ -105,15 +105,15 @@ However, if &quot;text/foo&quot; also defines a higher priority than &quot;text/
                                   string(4,PwgRaster&lt;00>) priority(150)
 </pre>
     <h2 id="mime.types-5.see-also">See Also</h2>
-<a href="cups-files.conf.html"><p><strong>cups-files.conf</strong>(5),</a>
+<p><strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsfilter.html"><strong>cupsfilter</strong>(8),</a>
+<strong>cupsfilter</strong>(8),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index b35e5ae987cb9894ba67c83a7892d4ba40284ef4..4529d03489d9e0177caea9af75399676b3d09c9d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>notifier(7)</title>
   </head>
   <body>
@@ -29,13 +29,13 @@ and
 functions and exit on error.
 Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen.
 Notifiers inherit the environment and can use the logging mechanism documented in
-<a href="filter.html"><strong>filter</strong>(7).</a>
+<strong>filter</strong>(7).
 
 </p>
     <h2 id="notifier-7.see-also">See Also</h2>
-<a href="cupsd.html"><p><strong>cupsd</strong>(8),</a>
+<p><strong>cupsd</strong>(8),
 
-<a href="filter.html"><strong>filter</strong>(7),</a>
+<strong>filter</strong>(7),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 40a93422ac4a037c56aec767b3b7c0fc84e537af..864d0b3eecbfec2acca73985d1d9f5b6a4d737ea 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdc(1)</title>
   </head>
   <body>
@@ -92,19 +92,19 @@ The default is to use the line feed character alone.
     <h2 id="ppdc-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="ppdc-1.see-also">See Also</h2>
-<a href="ppdhtml.html"><p><strong>ppdhtml</strong>(1),</a>
+<p><strong>ppdhtml</strong>(1),
 
-<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
+<strong>ppdi</strong>(1),
 
-<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
+<strong>ppdmerge</strong>(1),
 
-<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
+<strong>ppdpo</strong>(1),
 
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
+<strong>ppdcfile</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index da7a1bd7636bc610bbba20b3276a43f4da2ab466..1a42175a2f7c810f887d161d43b4865fe930583e 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdcfile(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="ppdcfile-5.description">Description</h2>
 <p>The CUPS PPD compiler reads meta files that contain descriptions of one or more PPD files to be generated by
-<a href="ppdc.html"><strong>ppdc</strong>(1).</a>
+<strong>ppdc</strong>(1).
 
 This man page provides a quick reference to the supported keywords and should be used in conjunction with the online help for CUPS.
 </p>
@@ -150,19 +150,19 @@ This man page provides a quick reference to the supported keywords and should be
     <h2 id="ppdcfile-5.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="ppdcfile-5.see-also">See Also</h2>
-<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
+<p><strong>ppdc</strong>(1),
 
-<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
+<strong>ppdhtml</strong>(1),
 
-<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
+<strong>ppdi</strong>(1),
 
-<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
+<strong>ppdmerge</strong>(1),
 
-<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
+<strong>ppdpo</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 267d346ce85fedc555e726a545fb787d46599f52..a876f19b32cce7fb686bfbe17ab6996f3d6512ad 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdhtml(1)</title>
   </head>
   <body>
@@ -37,19 +37,19 @@ Multiple <em>-I</em> options can be supplied to add additional directories.
     <h2 id="ppdhtml-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="ppdhtml-1.see-also">See Also</h2>
-<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
+<p><strong>ppdc</strong>(1),
 
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
+<strong>ppdcfile</strong>(5),
 
-<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
+<strong>ppdi</strong>(1),
 
-<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
+<strong>ppdmerge</strong>(1),
 
-<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
+<strong>ppdpo</strong>(1),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 65bcf1fbe8d9f353ae361263e85207de3118caa0..8a5fc939e96ee980f9b1925a2ffc6c7b9f352276 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdi(1)</title>
   </head>
   <body>
@@ -44,19 +44,19 @@ If no source file is specified, the filename <em>ppdi.drv</em> is used.
     <h2 id="ppdi-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="ppdi-1.see-also">See Also</h2>
-<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
+<p><strong>ppdc</strong>(1),
 
-<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
+<strong>ppdhtml</strong>(1),
 
-<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
+<strong>ppdmerge</strong>(1),
 
-<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
+<strong>ppdpo</strong>(1),
 
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
+<strong>ppdcfile</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index a9daa5a2e7b225b25f8c7960f39ad5f49bebc2a0..f8b25073b98258ca9433e4fe4508bcdaf5b2e784 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdmerge(1)</title>
   </head>
   <body>
@@ -37,22 +37,22 @@ If the output file already exists, it is silently overwritten.
     <h2 id="ppdmerge-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <p><strong>ppdmerge</strong> does not check whether the merged PPD files are for the same device.
 Merging of different device PPDs will yield unpredictable results.
 </p>
     <h2 id="ppdmerge-1.see-also">See Also</h2>
-<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
+<p><strong>ppdc</strong>(1),
 
-<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
+<strong>ppdhtml</strong>(1),
 
-<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
+<strong>ppdi</strong>(1),
 
-<a href="ppdpo.html"><strong>ppdpo</strong>(1),</a>
+<strong>ppdpo</strong>(1),
 
-<a href="ppdcfile.html"><strong>ppdcfile</strong>(5),</a>
+<strong>ppdcfile</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index c887aeeec0d6410fbb0275c58b8e83963d64e005..9b49abd8a245cf8e653e563e1b1ed902442bb189 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>ppdpo(1)</title>
   </head>
   <body>
@@ -44,17 +44,17 @@ The supported extensions are <em>.po</em> or <em>.po.gz</em> for GNU gettext for
     <h2 id="ppdpo-1.notes">Notes</h2>
 <p>PPD files are deprecated and will no longer be supported in a future feature release of CUPS.
 Printers that do not support IPP can be supported using applications such as
-<a href="ippeveprinter.html"><strong>ippeveprinter</strong>(1).</a>
+<strong>ippeveprinter</strong>(1).
 
 </p>
     <h2 id="ppdpo-1.see-also">See Also</h2>
-<a href="ppdc.html"><p><strong>ppdc</strong>(1),</a>
+<p><strong>ppdc</strong>(1),
 
-<a href="ppdhtml.html"><strong>ppdhtml</strong>(1),</a>
+<strong>ppdhtml</strong>(1),
 
-<a href="ppdi.html"><strong>ppdi</strong>(1),</a>
+<strong>ppdi</strong>(1),
 
-<a href="ppdmerge.html"><strong>ppdmerge</strong>(1),</a>
+<strong>ppdmerge</strong>(1),
 
 <strong>ppdcfile(5),</strong>
 
index 1fd7f1bfa0ebefbf9fb6cb7c6d89b0118a6c79be..d6b0cd647fbcd640126a4bbf1c72823ac187c602 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>printers.conf(5)</title>
   </head>
   <body>
@@ -11,7 +11,7 @@
 </p>
     <h2 id="printers.conf-5.description">Description</h2>
 <p>The <strong>printers.conf</strong> file defines the local printers that are available. It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
+<strong>cupsd</strong>(8)
 
 program. This file is not intended to be edited or managed manually.
 </p>
@@ -19,19 +19,19 @@ program. This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="printers.conf-5.see-also">See Also</h2>
-<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
+<p><strong>classes.conf</strong>(5),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="subscriptions.conf.html"><strong>subscriptions.conf</strong>(5),</a>
+<strong>subscriptions.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index 413ad6605c2396cb65a744fdb8e29847cbe6a151..a5c33737bda0902abff7dfe20eb0465c56486f5f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta name="creator" content="mantohtml v2.0.2">
+    <meta name="creator" content="mantohtml v2.0.1">
     <title>subscriptions.conf(5)</title>
   </head>
   <body>
@@ -12,7 +12,7 @@
     <h2 id="subscriptions.conf-5.description">Description</h2>
 <p>The <strong>subscriptions.conf</strong> file defines the local event notification subscriptions that are active.
 It is normally located in the <em>/etc/cups</em> directory and is maintained by the
-<a href="cupsd.html"><strong>cupsd</strong>(8)</a>
+<strong>cupsd</strong>(8)
 
 program.
 This file is not intended to be edited or managed manually.
@@ -21,19 +21,19 @@ This file is not intended to be edited or managed manually.
 <p>The name, location, and format of this file are an implementation detail that will change in future releases of CUPS.
 </p>
     <h2 id="subscriptions.conf-5.see-also">See Also</h2>
-<a href="classes.conf.html"><p><strong>classes.conf</strong>(5),</a>
+<p><strong>classes.conf</strong>(5),
 
-<a href="cups-files.conf.html"><strong>cups-files.conf</strong>(5),</a>
+<strong>cups-files.conf</strong>(5),
 
-<a href="cupsd.html"><strong>cupsd</strong>(8),</a>
+<strong>cupsd</strong>(8),
 
-<a href="cupsd.conf.html"><strong>cupsd.conf</strong>(5),</a>
+<strong>cupsd.conf</strong>(5),
 
-<a href="mime.convs.html"><strong>mime.convs</strong>(5),</a>
+<strong>mime.convs</strong>(5),
 
-<a href="mime.types.html"><strong>mime.types</strong>(5),</a>
+<strong>mime.types</strong>(5),
 
-<a href="printers.conf.html"><strong>printers.conf</strong>(5),</a>
+<strong>printers.conf</strong>(5),
 
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
index da9b14fed6aeba6a9e17293898150f3925eb482b..212978e28cef47428487539e25c4b82687490066 100644 (file)
@@ -26,7 +26,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.5b1\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -35,16 +35,16 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: systemv/lpstat.c:1897 systemv/lpstat.c:2016
+#: systemv/lpstat.c:1902 systemv/lpstat.c:2021
 msgid "\t\t(all)"
 msgstr ""
 
-#: systemv/lpstat.c:1900 systemv/lpstat.c:1903 systemv/lpstat.c:2019
-#: systemv/lpstat.c:2022
+#: systemv/lpstat.c:1905 systemv/lpstat.c:1908 systemv/lpstat.c:2024
+#: systemv/lpstat.c:2027
 msgid "\t\t(none)"
 msgstr ""
 
-#: berkeley/lpc.c:441
+#: berkeley/lpc.c:442
 #, c-format
 msgid "\t%d entries"
 msgstr ""
@@ -54,182 +54,182 @@ msgstr ""
 msgid "\t%s"
 msgstr ""
 
-#: systemv/lpstat.c:1878 systemv/lpstat.c:1997
+#: systemv/lpstat.c:1883 systemv/lpstat.c:2002
 msgid "\tAfter fault: continue"
 msgstr ""
 
-#: systemv/lpstat.c:1511 systemv/lpstat.c:1851 systemv/lpstat.c:1971
+#: systemv/lpstat.c:1516 systemv/lpstat.c:1856 systemv/lpstat.c:1976
 #, c-format
 msgid "\tAlerts: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1901 systemv/lpstat.c:2020
+#: systemv/lpstat.c:1906 systemv/lpstat.c:2025
 msgid "\tBanner required"
 msgstr ""
 
-#: systemv/lpstat.c:1902 systemv/lpstat.c:2021
+#: systemv/lpstat.c:1907 systemv/lpstat.c:2026
 msgid "\tCharset sets:"
 msgstr ""
 
-#: systemv/lpstat.c:1870 systemv/lpstat.c:1989
+#: systemv/lpstat.c:1875 systemv/lpstat.c:1994
 msgid "\tConnection: direct"
 msgstr ""
 
-#: systemv/lpstat.c:1861 systemv/lpstat.c:1981
+#: systemv/lpstat.c:1866 systemv/lpstat.c:1986
 msgid "\tConnection: remote"
 msgstr ""
 
-#: systemv/lpstat.c:1827 systemv/lpstat.c:1947
+#: systemv/lpstat.c:1832 systemv/lpstat.c:1952
 msgid "\tContent types: any"
 msgstr ""
 
-#: systemv/lpstat.c:1905 systemv/lpstat.c:2024
+#: systemv/lpstat.c:1910 systemv/lpstat.c:2029
 msgid "\tDefault page size:"
 msgstr ""
 
-#: systemv/lpstat.c:1904 systemv/lpstat.c:2023
+#: systemv/lpstat.c:1909 systemv/lpstat.c:2028
 msgid "\tDefault pitch:"
 msgstr ""
 
-#: systemv/lpstat.c:1906 systemv/lpstat.c:2025
+#: systemv/lpstat.c:1911 systemv/lpstat.c:2030
 msgid "\tDefault port settings:"
 msgstr ""
 
-#: systemv/lpstat.c:1833 systemv/lpstat.c:1953
+#: systemv/lpstat.c:1838 systemv/lpstat.c:1958
 #, c-format
 msgid "\tDescription: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1826 systemv/lpstat.c:1946
+#: systemv/lpstat.c:1831 systemv/lpstat.c:1951
 msgid "\tForm mounted:"
 msgstr ""
 
-#: systemv/lpstat.c:1899 systemv/lpstat.c:2018
+#: systemv/lpstat.c:1904 systemv/lpstat.c:2023
 msgid "\tForms allowed:"
 msgstr ""
 
-#: systemv/lpstat.c:1865 systemv/lpstat.c:1985
+#: systemv/lpstat.c:1870 systemv/lpstat.c:1990
 #, c-format
 msgid "\tInterface: %s.ppd"
 msgstr ""
 
-#: systemv/lpstat.c:1874 systemv/lpstat.c:1993
+#: systemv/lpstat.c:1879 systemv/lpstat.c:1998
 #, c-format
 msgid "\tInterface: %s/ppd/%s.ppd"
 msgstr ""
 
-#: systemv/lpstat.c:1856 systemv/lpstat.c:1976
+#: systemv/lpstat.c:1861 systemv/lpstat.c:1981
 #, c-format
 msgid "\tLocation: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1877 systemv/lpstat.c:1996
+#: systemv/lpstat.c:1882 systemv/lpstat.c:2001
 msgid "\tOn fault: no alert"
 msgstr ""
 
-#: systemv/lpstat.c:1828 systemv/lpstat.c:1948
+#: systemv/lpstat.c:1833 systemv/lpstat.c:1953
 msgid "\tPrinter types: unknown"
 msgstr ""
 
-#: systemv/lpstat.c:1494
+#: systemv/lpstat.c:1499
 #, c-format
 msgid "\tStatus: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1882 systemv/lpstat.c:1896 systemv/lpstat.c:2001
-#: systemv/lpstat.c:2015
+#: systemv/lpstat.c:1887 systemv/lpstat.c:1901 systemv/lpstat.c:2006
+#: systemv/lpstat.c:2020
 msgid "\tUsers allowed:"
 msgstr ""
 
-#: systemv/lpstat.c:1889 systemv/lpstat.c:2008
+#: systemv/lpstat.c:1894 systemv/lpstat.c:2013
 msgid "\tUsers denied:"
 msgstr ""
 
-#: berkeley/lpc.c:443
+#: berkeley/lpc.c:444
 msgid "\tdaemon present"
 msgstr ""
 
-#: berkeley/lpc.c:439
+#: berkeley/lpc.c:440
 msgid "\tno entries"
 msgstr ""
 
-#: berkeley/lpc.c:411 berkeley/lpc.c:423
+#: berkeley/lpc.c:412 berkeley/lpc.c:424
 #, c-format
 msgid "\tprinter is on device '%s' speed -1"
 msgstr ""
 
-#: berkeley/lpc.c:436
+#: berkeley/lpc.c:437
 msgid "\tprinting is disabled"
 msgstr ""
 
-#: berkeley/lpc.c:434
+#: berkeley/lpc.c:435
 msgid "\tprinting is enabled"
 msgstr ""
 
-#: systemv/lpstat.c:1514
+#: systemv/lpstat.c:1519
 #, c-format
 msgid "\tqueued for %s"
 msgstr ""
 
-#: berkeley/lpc.c:431
+#: berkeley/lpc.c:432
 msgid "\tqueuing is disabled"
 msgstr ""
 
-#: berkeley/lpc.c:429
+#: berkeley/lpc.c:430
 msgid "\tqueuing is enabled"
 msgstr ""
 
-#: systemv/lpstat.c:1821 systemv/lpstat.c:1941
+#: systemv/lpstat.c:1826 systemv/lpstat.c:1946
 msgid "\treason unknown"
 msgstr ""
 
-#: systemv/cupstestppd.c:430
+#: systemv/cupstestppd.c:431
 msgid ""
 "\n"
 "    DETAILED CONFORMANCE TEST RESULTS"
 msgstr ""
 
-#: systemv/cupstestppd.c:386 systemv/cupstestppd.c:391
+#: systemv/cupstestppd.c:387 systemv/cupstestppd.c:392
 msgid "                REF: Page 15, section 3.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:381
+#: systemv/cupstestppd.c:382
 msgid "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:401
+#: systemv/cupstestppd.c:402
 msgid "                REF: Page 19, section 3.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:354
+#: systemv/cupstestppd.c:355
 msgid "                REF: Page 20, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:406
+#: systemv/cupstestppd.c:407
 msgid "                REF: Page 27, section 3.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:349
+#: systemv/cupstestppd.c:350
 msgid "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:396
+#: systemv/cupstestppd.c:397
 msgid "                REF: Pages 16-17, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:366
+#: systemv/cupstestppd.c:367
 msgid "                REF: Pages 42-45, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:360
+#: systemv/cupstestppd.c:361
 msgid "                REF: Pages 45-46, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:371
+#: systemv/cupstestppd.c:372
 msgid "                REF: Pages 48-49, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:376
+#: systemv/cupstestppd.c:377
 msgid "                REF: Pages 52-54, section 5.2."
 msgstr ""
 
@@ -238,518 +238,518 @@ msgstr ""
 msgid "        %-39.39s %.0f bytes"
 msgstr ""
 
-#: systemv/cupstestppd.c:565
+#: systemv/cupstestppd.c:566
 #, c-format
 msgid "        PASS    Default%s"
 msgstr ""
 
-#: systemv/cupstestppd.c:500
+#: systemv/cupstestppd.c:501
 msgid "        PASS    DefaultImageableArea"
 msgstr ""
 
-#: systemv/cupstestppd.c:534
+#: systemv/cupstestppd.c:535
 msgid "        PASS    DefaultPaperDimension"
 msgstr ""
 
-#: systemv/cupstestppd.c:607
+#: systemv/cupstestppd.c:608
 msgid "        PASS    FileVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:651
+#: systemv/cupstestppd.c:652
 msgid "        PASS    FormatVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:671
+#: systemv/cupstestppd.c:672
 msgid "        PASS    LanguageEncoding"
 msgstr ""
 
-#: systemv/cupstestppd.c:691
+#: systemv/cupstestppd.c:692
 msgid "        PASS    LanguageVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:745
+#: systemv/cupstestppd.c:746
 msgid "        PASS    Manufacturer"
 msgstr ""
 
-#: systemv/cupstestppd.c:785
+#: systemv/cupstestppd.c:786
 msgid "        PASS    ModelName"
 msgstr ""
 
-#: systemv/cupstestppd.c:805
+#: systemv/cupstestppd.c:806
 msgid "        PASS    NickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:865
+#: systemv/cupstestppd.c:866
 msgid "        PASS    PCFileName"
 msgstr ""
 
-#: systemv/cupstestppd.c:940
+#: systemv/cupstestppd.c:941
 msgid "        PASS    PSVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:845
+#: systemv/cupstestppd.c:846
 msgid "        PASS    PageRegion"
 msgstr ""
 
-#: systemv/cupstestppd.c:825
+#: systemv/cupstestppd.c:826
 msgid "        PASS    PageSize"
 msgstr ""
 
-#: systemv/cupstestppd.c:900
+#: systemv/cupstestppd.c:901
 msgid "        PASS    Product"
 msgstr ""
 
-#: systemv/cupstestppd.c:975
+#: systemv/cupstestppd.c:976
 msgid "        PASS    ShortNickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:1350
+#: systemv/cupstestppd.c:1351
 #, c-format
 msgid "        WARN    %s has no corresponding options."
 msgstr ""
 
-#: systemv/cupstestppd.c:1462
+#: systemv/cupstestppd.c:1463
 #, c-format
 msgid ""
 "        WARN    %s shares a common prefix with %s\n"
 "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1321
+#: systemv/cupstestppd.c:1322
 #, c-format
 msgid ""
 "        WARN    Duplex option keyword %s may not work as expected and should be named Duplex.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:1720
+#: systemv/cupstestppd.c:1721
 msgid "        WARN    File contains a mix of CR, LF, and CR LF line endings."
 msgstr ""
 
-#: systemv/cupstestppd.c:1366
+#: systemv/cupstestppd.c:1367
 msgid ""
 "        WARN    LanguageEncoding required by PPD 4.3 spec.\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1702
+#: systemv/cupstestppd.c:1703
 #, c-format
 msgid "        WARN    Line %d only contains whitespace."
 msgstr ""
 
-#: systemv/cupstestppd.c:1374
+#: systemv/cupstestppd.c:1375
 msgid ""
 "        WARN    Manufacturer required by PPD 4.3 spec.\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1725
+#: systemv/cupstestppd.c:1726
 msgid "        WARN    Non-Windows PPD files should use lines ending with only LF, not CR LF."
 msgstr ""
 
-#: systemv/cupstestppd.c:1358
+#: systemv/cupstestppd.c:1359
 #, c-format
 msgid ""
 "        WARN    Obsolete PPD version %.1f.\n"
 "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1389
+#: systemv/cupstestppd.c:1390
 msgid ""
 "        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1397
+#: systemv/cupstestppd.c:1398
 msgid ""
 "        WARN    PCFileName should contain a unique filename.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1432
+#: systemv/cupstestppd.c:1433
 msgid ""
 "        WARN    Protocols contains PJL but JCL attributes are not set.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1423
+#: systemv/cupstestppd.c:1424
 msgid ""
 "        WARN    Protocols contains both PJL and BCP; expected TBCP.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1406
+#: systemv/cupstestppd.c:1407
 msgid ""
 "        WARN    ShortNickName required by PPD 4.3 spec.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:3787
+#: systemv/cupstestppd.c:3788
 #, c-format
 msgid ""
 "      %s  \"%s %s\" conflicts with \"%s %s\"\n"
 "                (constraint=\"%s %s %s %s\")."
 msgstr ""
 
-#: systemv/cupstestppd.c:2224
+#: systemv/cupstestppd.c:2225
 #, c-format
 msgid "      %s  %s %s does not exist."
 msgstr ""
 
-#: systemv/cupstestppd.c:3940
+#: systemv/cupstestppd.c:3941
 #, c-format
 msgid "      %s  %s file \"%s\" has the wrong capitalization."
 msgstr ""
 
-#: systemv/cupstestppd.c:2294
+#: systemv/cupstestppd.c:2295
 #, c-format
 msgid ""
 "      %s  Bad %s choice %s.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3547 systemv/cupstestppd.c:3596
-#: systemv/cupstestppd.c:3635
+#: systemv/cupstestppd.c:3548 systemv/cupstestppd.c:3597
+#: systemv/cupstestppd.c:3636
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3501
+#: systemv/cupstestppd.c:3502
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2365 systemv/cupstestppd.c:2387
+#: systemv/cupstestppd.c:2366 systemv/cupstestppd.c:2388
 #, c-format
 msgid "      %s  Bad cupsFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2483 systemv/cupstestppd.c:2505
+#: systemv/cupstestppd.c:2484 systemv/cupstestppd.c:2506
 #, c-format
 msgid "      %s  Bad cupsFilter2 value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3004
+#: systemv/cupstestppd.c:3005
 #, c-format
 msgid "      %s  Bad cupsICCProfile %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2611
+#: systemv/cupstestppd.c:2612
 #, c-format
 msgid "      %s  Bad cupsPreFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1798
+#: systemv/cupstestppd.c:1799
 #, c-format
 msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3451
+#: systemv/cupstestppd.c:3452
 #, c-format
 msgid "      %s  Bad language \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2441 systemv/cupstestppd.c:2569
-#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2713
-#: systemv/cupstestppd.c:2768 systemv/cupstestppd.c:2823
-#: systemv/cupstestppd.c:2878 systemv/cupstestppd.c:2931
-#: systemv/cupstestppd.c:3053
+#: systemv/cupstestppd.c:2442 systemv/cupstestppd.c:2570
+#: systemv/cupstestppd.c:2656 systemv/cupstestppd.c:2714
+#: systemv/cupstestppd.c:2769 systemv/cupstestppd.c:2824
+#: systemv/cupstestppd.c:2879 systemv/cupstestppd.c:2932
+#: systemv/cupstestppd.c:3054
 #, c-format
 msgid "      %s  Bad permissions on %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2349 systemv/cupstestppd.c:2467
-#: systemv/cupstestppd.c:2595 systemv/cupstestppd.c:2682
-#: systemv/cupstestppd.c:2737 systemv/cupstestppd.c:2792
-#: systemv/cupstestppd.c:2847 systemv/cupstestppd.c:2902
+#: systemv/cupstestppd.c:2350 systemv/cupstestppd.c:2468
+#: systemv/cupstestppd.c:2596 systemv/cupstestppd.c:2683
+#: systemv/cupstestppd.c:2738 systemv/cupstestppd.c:2793
+#: systemv/cupstestppd.c:2848 systemv/cupstestppd.c:2903
 #, c-format
 msgid "      %s  Bad spelling of %s - should be %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2947
+#: systemv/cupstestppd.c:2948
 #, c-format
 msgid "      %s  Cannot provide both APScanAppPath and APScanAppBundleID."
 msgstr ""
 
-#: systemv/cupstestppd.c:2181
+#: systemv/cupstestppd.c:2182
 #, c-format
 msgid "      %s  Default choices conflicting."
 msgstr ""
 
-#: systemv/cupstestppd.c:1779
+#: systemv/cupstestppd.c:1780
 #, c-format
 msgid "      %s  Empty cupsUIConstraints %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:3579 systemv/cupstestppd.c:3619
+#: systemv/cupstestppd.c:3580 systemv/cupstestppd.c:3620
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3487
+#: systemv/cupstestppd.c:3488
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2426 systemv/cupstestppd.c:2554
-#: systemv/cupstestppd.c:2640 systemv/cupstestppd.c:2698
-#: systemv/cupstestppd.c:2753 systemv/cupstestppd.c:2808
-#: systemv/cupstestppd.c:2863 systemv/cupstestppd.c:2915
-#: systemv/cupstestppd.c:3038
+#: systemv/cupstestppd.c:2427 systemv/cupstestppd.c:2555
+#: systemv/cupstestppd.c:2641 systemv/cupstestppd.c:2699
+#: systemv/cupstestppd.c:2754 systemv/cupstestppd.c:2809
+#: systemv/cupstestppd.c:2864 systemv/cupstestppd.c:2916
+#: systemv/cupstestppd.c:3039
 #, c-format
 msgid "      %s  Missing %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3161
+#: systemv/cupstestppd.c:3162
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageRegion option.\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:3146
+#: systemv/cupstestppd.c:3147
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageSize option.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1989 systemv/cupstestppd.c:2030
+#: systemv/cupstestppd.c:1990 systemv/cupstestppd.c:2031
 #, c-format
 msgid "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1884
+#: systemv/cupstestppd.c:1885
 #, c-format
 msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:1816
+#: systemv/cupstestppd.c:1817
 #, c-format
 msgid "      %s  Missing cupsUIResolver %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1975 systemv/cupstestppd.c:2016
+#: systemv/cupstestppd.c:1976 systemv/cupstestppd.c:2017
 #, c-format
 msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1868
+#: systemv/cupstestppd.c:1869
 #, c-format
 msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3673
+#: systemv/cupstestppd.c:3674
 #, c-format
 msgid "      %s  No base translation \"%s\" is included in file."
 msgstr ""
 
-#: systemv/cupstestppd.c:2270
+#: systemv/cupstestppd.c:2271
 #, c-format
 msgid ""
 "      %s  REQUIRED %s does not define choice None.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3220 systemv/cupstestppd.c:3234
+#: systemv/cupstestppd.c:3221 systemv/cupstestppd.c:3235
 #, c-format
 msgid "      %s  Size \"%s\" defined for %s but not for %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3200
+#: systemv/cupstestppd.c:3201
 #, c-format
 msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)."
 msgstr ""
 
-#: systemv/cupstestppd.c:3391
+#: systemv/cupstestppd.c:3392
 #, c-format
 msgid "      %s  Size \"%s\" should be \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3340
+#: systemv/cupstestppd.c:3341
 #, c-format
 msgid "      %s  Size \"%s\" should be the Adobe standard name \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3081
+#: systemv/cupstestppd.c:3082
 #, c-format
 msgid "      %s  cupsICCProfile %s hash value collides with %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:1939
+#: systemv/cupstestppd.c:1940
 #, c-format
 msgid "      %s  cupsUIResolver %s causes a loop."
 msgstr ""
 
-#: systemv/cupstestppd.c:1921
+#: systemv/cupstestppd.c:1922
 #, c-format
 msgid "      %s  cupsUIResolver %s does not list at least two different options."
 msgstr ""
 
-#: systemv/cupstestppd.c:1144
+#: systemv/cupstestppd.c:1145
 #, c-format
 msgid ""
 "      **FAIL**  %s must be 1284DeviceID\n"
 "                REF: Page 72, section 5.5"
 msgstr ""
 
-#: systemv/cupstestppd.c:556
+#: systemv/cupstestppd.c:557
 #, c-format
 msgid ""
 "      **FAIL**  Bad Default%s %s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:490
+#: systemv/cupstestppd.c:491
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultImageableArea %s\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:526
+#: systemv/cupstestppd.c:527
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultPaperDimension %s\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:599
+#: systemv/cupstestppd.c:600
 #, c-format
 msgid ""
 "      **FAIL**  Bad FileVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:643
+#: systemv/cupstestppd.c:644
 #, c-format
 msgid ""
 "      **FAIL**  Bad FormatVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1001
+#: systemv/cupstestppd.c:1002
 msgid ""
 "      **FAIL**  Bad JobPatchFile attribute in file\n"
 "                REF: Page 24, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:1189
+#: systemv/cupstestppd.c:1190
 #, c-format
 msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1."
 msgstr ""
 
-#: systemv/cupstestppd.c:1203
+#: systemv/cupstestppd.c:1204
 #, c-format
 msgid "      **FAIL**  Bad LanguageVersion %s - must be English."
 msgstr ""
 
-#: systemv/cupstestppd.c:719 systemv/cupstestppd.c:736
+#: systemv/cupstestppd.c:720 systemv/cupstestppd.c:737
 #, c-format
 msgid ""
 "      **FAIL**  Bad Manufacturer (should be \"%s\")\n"
 "                REF: Page 211, table D.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:776
+#: systemv/cupstestppd.c:777
 #, c-format
 msgid ""
 "      **FAIL**  Bad ModelName - \"%c\" not allowed in string.\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:932
+#: systemv/cupstestppd.c:933
 msgid ""
 "      **FAIL**  Bad PSVersion - not \"(string) int\".\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:893
+#: systemv/cupstestppd.c:894
 msgid ""
 "      **FAIL**  Bad Product - not \"(string)\".\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:967
+#: systemv/cupstestppd.c:968
 msgid ""
 "      **FAIL**  Bad ShortNickName - longer than 31 chars.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1125
+#: systemv/cupstestppd.c:1126
 #, c-format
 msgid ""
 "      **FAIL**  Bad option %s choice %s\n"
 "                REF: Page 84, section 5.9"
 msgstr ""
 
-#: systemv/cupstestppd.c:3814 systemv/cupstestppd.c:3836
+#: systemv/cupstestppd.c:3815 systemv/cupstestppd.c:3837
 #, c-format
 msgid "      **FAIL**  Default option code cannot be interpreted: %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1262
+#: systemv/cupstestppd.c:1263
 #, c-format
 msgid "      **FAIL**  Default translation string for option %s choice %s contains 8-bit characters."
 msgstr ""
 
-#: systemv/cupstestppd.c:1235
+#: systemv/cupstestppd.c:1236
 #, c-format
 msgid "      **FAIL**  Default translation string for option %s contains 8-bit characters."
 msgstr ""
 
-#: systemv/cupstestppd.c:2077
+#: systemv/cupstestppd.c:2078
 #, c-format
 msgid "      **FAIL**  Group names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2122
+#: systemv/cupstestppd.c:2123
 #, c-format
 msgid "      **FAIL**  Multiple occurrences of option %s choice name %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2139
+#: systemv/cupstestppd.c:2140
 #, c-format
 msgid "      **FAIL**  Option %s choice names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2099
+#: systemv/cupstestppd.c:2100
 #, c-format
 msgid "      **FAIL**  Option names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:576
+#: systemv/cupstestppd.c:577
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED Default%s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:475
+#: systemv/cupstestppd.c:476
 msgid ""
 "      **FAIL**  REQUIRED DefaultImageableArea\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:511
+#: systemv/cupstestppd.c:512
 msgid ""
 "      **FAIL**  REQUIRED DefaultPaperDimension\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:617
+#: systemv/cupstestppd.c:618
 msgid ""
 "      **FAIL**  REQUIRED FileVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:661
+#: systemv/cupstestppd.c:662
 msgid ""
 "      **FAIL**  REQUIRED FormatVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1052
+#: systemv/cupstestppd.c:1053
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED ImageableArea for PageSize %s\n"
@@ -757,68 +757,68 @@ msgid ""
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:681
+#: systemv/cupstestppd.c:682
 msgid ""
 "      **FAIL**  REQUIRED LanguageEncoding\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:701
+#: systemv/cupstestppd.c:702
 msgid ""
 "      **FAIL**  REQUIRED LanguageVersion\n"
 "                REF: Pages 57-58, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:755
+#: systemv/cupstestppd.c:756
 msgid ""
 "      **FAIL**  REQUIRED Manufacturer\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:795
+#: systemv/cupstestppd.c:796
 msgid ""
 "      **FAIL**  REQUIRED ModelName\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:815
+#: systemv/cupstestppd.c:816
 msgid ""
 "      **FAIL**  REQUIRED NickName\n"
 "                REF: Page 60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:875
+#: systemv/cupstestppd.c:876
 msgid ""
 "      **FAIL**  REQUIRED PCFileName\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:950
+#: systemv/cupstestppd.c:951
 msgid ""
 "      **FAIL**  REQUIRED PSVersion\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:855
+#: systemv/cupstestppd.c:856
 msgid ""
 "      **FAIL**  REQUIRED PageRegion\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1021
+#: systemv/cupstestppd.c:1022
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Page 41, section 5.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:835
+#: systemv/cupstestppd.c:836
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Pages 99-100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1074
+#: systemv/cupstestppd.c:1075
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED PaperDimension for PageSize %s\n"
@@ -826,400 +826,404 @@ msgid ""
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:910
+#: systemv/cupstestppd.c:911
 msgid ""
 "      **FAIL**  REQUIRED Product\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:985
+#: systemv/cupstestppd.c:986
 msgid ""
 "      **FAIL**  REQUIRED ShortNickName\n"
 "                REF: Page 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:310 systemv/cupstestppd.c:329
-#: systemv/cupstestppd.c:341
+#: systemv/cupstestppd.c:311 systemv/cupstestppd.c:330
+#: systemv/cupstestppd.c:342
 #, c-format
 msgid "      **FAIL**  Unable to open PPD file - %s on line %d."
 msgstr ""
 
-#: systemv/cupstestppd.c:1474
+#: systemv/cupstestppd.c:1475
 #, c-format
 msgid "    %d ERRORS FOUND"
 msgstr ""
 
-#: systemv/cupstestppd.c:1476
+#: systemv/cupstestppd.c:1477
 msgid "    NO ERRORS FOUND"
 msgstr ""
 
-#: ppdc/ppdc.cxx:443
+#: ppdc/ppdc.cxx:444
 msgid "  --cr                    End lines with CR (Mac OS 9)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:445
+#: ppdc/ppdc.cxx:446
 msgid "  --crlf                  End lines with CR + LF (Windows)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:447
+#: ppdc/ppdc.cxx:448
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1538
+#: scheduler/cupsfilter.c:1549
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
+#: scheduler/cupsfilter.c:1550
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1539
+#: scheduler/cupsfilter.c:1551
 msgid "  -D                      Remove the input file when finished."
 msgstr ""
 
-#: ppdc/ppdc.cxx:426 ppdc/ppdhtml.cxx:173 ppdc/ppdpo.cxx:243
+#: ppdc/ppdc.cxx:427 ppdc/ppdhtml.cxx:174 ppdc/ppdpo.cxx:244
 msgid "  -D name=value           Set named variable to value."
 msgstr ""
 
-#: ppdc/ppdc.cxx:428 ppdc/ppdhtml.cxx:175 ppdc/ppdi.cxx:119 ppdc/ppdpo.cxx:245
+#: ppdc/ppdc.cxx:429 ppdc/ppdhtml.cxx:176 ppdc/ppdi.cxx:120 ppdc/ppdpo.cxx:246
 msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1540
-msgid "  -P filename.ppd         Set PPD file."
+#: scheduler/cupsfilter.c:1552
+msgid "  -P FILENAME.ppd         Set PPD file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1541
-msgid "  -U username             Specify username."
+#: scheduler/cupsfilter.c:1553
+msgid "  -U USERNAME             Specify username."
 msgstr ""
 
-#: ppdc/ppdc.cxx:430
+#: ppdc/ppdc.cxx:431
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1542
+#: scheduler/cupsfilter.c:1554
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
-#: ppdc/ppdc.cxx:432
-msgid "  -d output-dir           Specify the output directory."
+#: scheduler/cupsfilter.c:1555
+msgid "  -d PRINTER              Use the named printer."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1543
-msgid "  -d printer              Use the named printer."
+#: ppdc/ppdc.cxx:433
+msgid "  -d output-dir           Specify the output directory."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1544
+#: scheduler/cupsfilter.c:1556
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1545
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#: scheduler/cupsfilter.c:1557
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1546
-msgid "  -j job-id[,N]           Filter file N from the specified job (default is file 1)."
+#: scheduler/cupsfilter.c:1558
+msgid "  -j JOB-ID[,N]           Filter file N from the specified job (default is file 1)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:434
+#: ppdc/ppdc.cxx:435
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:436
+#: ppdc/ppdc.cxx:437
 msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1547
-msgid "  -m mime/type            Set output MIME type (otherwise application/pdf)."
+#: scheduler/cupsfilter.c:1559
+msgid "  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1548
-msgid "  -n copies               Set number of copies."
+#: scheduler/cupsfilter.c:1560
+msgid "  -n COPIES               Set number of copies."
 msgstr ""
 
-#: ppdc/ppdi.cxx:121
-msgid "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
+#: scheduler/cupsfilter.c:1561
+msgid "  -o NAME=VALUE           Set option(s)."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:356
-msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
+#: ppdc/ppdi.cxx:122
+msgid "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1549
-msgid "  -o name=value           Set option(s)."
+#: ppdc/ppdmerge.cxx:357
+msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1550
-msgid "  -p filename.ppd         Set PPD file."
+#: scheduler/cupsfilter.c:1562
+msgid "  -p FILENAME.ppd         Set PPD file."
 msgstr ""
 
-#: ppdc/ppdc.cxx:438
+#: ppdc/ppdc.cxx:439
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1551
-msgid "  -t title                Set title."
+#: scheduler/cupsfilter.c:1563
+msgid "  -t TITLE                Set title."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1552
+#: scheduler/cupsfilter.c:1564
 msgid "  -u                      Remove the PPD file when finished."
 msgstr ""
 
-#: ppdc/ppdc.cxx:440 ppdc/ppdpo.cxx:247
+#: ppdc/ppdc.cxx:441 ppdc/ppdpo.cxx:248
 msgid "  -v                      Be verbose."
 msgstr ""
 
-#: ppdc/ppdc.cxx:441
+#: ppdc/ppdc.cxx:442
 msgid "  -z                      Compress PPD files using GNU zip."
 msgstr ""
 
-#: systemv/cupstestppd.c:308 systemv/cupstestppd.c:327
-#: systemv/cupstestppd.c:339 systemv/cupstestppd.c:472
-#: systemv/cupstestppd.c:487 systemv/cupstestppd.c:508
-#: systemv/cupstestppd.c:523 systemv/cupstestppd.c:553
-#: systemv/cupstestppd.c:573 systemv/cupstestppd.c:596
-#: systemv/cupstestppd.c:614 systemv/cupstestppd.c:640
-#: systemv/cupstestppd.c:658 systemv/cupstestppd.c:678
-#: systemv/cupstestppd.c:698 systemv/cupstestppd.c:716
-#: systemv/cupstestppd.c:733 systemv/cupstestppd.c:752
-#: systemv/cupstestppd.c:773 systemv/cupstestppd.c:792
-#: systemv/cupstestppd.c:812 systemv/cupstestppd.c:832
-#: systemv/cupstestppd.c:852 systemv/cupstestppd.c:872
-#: systemv/cupstestppd.c:890 systemv/cupstestppd.c:907
-#: systemv/cupstestppd.c:929 systemv/cupstestppd.c:947
-#: systemv/cupstestppd.c:964 systemv/cupstestppd.c:982
-#: systemv/cupstestppd.c:998 systemv/cupstestppd.c:1018
-#: systemv/cupstestppd.c:1049 systemv/cupstestppd.c:1071
-#: systemv/cupstestppd.c:1122 systemv/cupstestppd.c:1141
-#: systemv/cupstestppd.c:1185 systemv/cupstestppd.c:1199
-#: systemv/cupstestppd.c:1231 systemv/cupstestppd.c:1258
-#: systemv/cupstestppd.c:1776 systemv/cupstestppd.c:1795
-#: systemv/cupstestppd.c:1813 systemv/cupstestppd.c:1865
-#: systemv/cupstestppd.c:1881 systemv/cupstestppd.c:1918
-#: systemv/cupstestppd.c:1936 systemv/cupstestppd.c:1972
-#: systemv/cupstestppd.c:1986 systemv/cupstestppd.c:2013
-#: systemv/cupstestppd.c:2027 systemv/cupstestppd.c:2073
-#: systemv/cupstestppd.c:2095 systemv/cupstestppd.c:2118
-#: systemv/cupstestppd.c:2135 systemv/cupstestppd.c:2177
-#: systemv/cupstestppd.c:2220 systemv/cupstestppd.c:2267
-#: systemv/cupstestppd.c:2291 systemv/cupstestppd.c:2345
-#: systemv/cupstestppd.c:2361 systemv/cupstestppd.c:2383
-#: systemv/cupstestppd.c:2423 systemv/cupstestppd.c:2437
-#: systemv/cupstestppd.c:2463 systemv/cupstestppd.c:2479
-#: systemv/cupstestppd.c:2501 systemv/cupstestppd.c:2551
-#: systemv/cupstestppd.c:2565 systemv/cupstestppd.c:2591
-#: systemv/cupstestppd.c:2607 systemv/cupstestppd.c:2637
-#: systemv/cupstestppd.c:2651 systemv/cupstestppd.c:2678
-#: systemv/cupstestppd.c:2695 systemv/cupstestppd.c:2709
-#: systemv/cupstestppd.c:2733 systemv/cupstestppd.c:2750
-#: systemv/cupstestppd.c:2764 systemv/cupstestppd.c:2788
-#: systemv/cupstestppd.c:2805 systemv/cupstestppd.c:2819
-#: systemv/cupstestppd.c:2843 systemv/cupstestppd.c:2860
-#: systemv/cupstestppd.c:2874 systemv/cupstestppd.c:2898
-#: systemv/cupstestppd.c:2912 systemv/cupstestppd.c:2927
-#: systemv/cupstestppd.c:2944 systemv/cupstestppd.c:3000
-#: systemv/cupstestppd.c:3035 systemv/cupstestppd.c:3049
-#: systemv/cupstestppd.c:3077 systemv/cupstestppd.c:3142
-#: systemv/cupstestppd.c:3157 systemv/cupstestppd.c:3196
-#: systemv/cupstestppd.c:3216 systemv/cupstestppd.c:3230
-#: systemv/cupstestppd.c:3447 systemv/cupstestppd.c:3483
-#: systemv/cupstestppd.c:3497 systemv/cupstestppd.c:3543
-#: systemv/cupstestppd.c:3575 systemv/cupstestppd.c:3592
-#: systemv/cupstestppd.c:3615 systemv/cupstestppd.c:3631
-#: systemv/cupstestppd.c:3669 systemv/cupstestppd.c:3810
-#: systemv/cupstestppd.c:3832 systemv/cupstestppd.c:3936
+#: systemv/cupstestppd.c:309 systemv/cupstestppd.c:328
+#: systemv/cupstestppd.c:340 systemv/cupstestppd.c:473
+#: systemv/cupstestppd.c:488 systemv/cupstestppd.c:509
+#: systemv/cupstestppd.c:524 systemv/cupstestppd.c:554
+#: systemv/cupstestppd.c:574 systemv/cupstestppd.c:597
+#: systemv/cupstestppd.c:615 systemv/cupstestppd.c:641
+#: systemv/cupstestppd.c:659 systemv/cupstestppd.c:679
+#: systemv/cupstestppd.c:699 systemv/cupstestppd.c:717
+#: systemv/cupstestppd.c:734 systemv/cupstestppd.c:753
+#: systemv/cupstestppd.c:774 systemv/cupstestppd.c:793
+#: systemv/cupstestppd.c:813 systemv/cupstestppd.c:833
+#: systemv/cupstestppd.c:853 systemv/cupstestppd.c:873
+#: systemv/cupstestppd.c:891 systemv/cupstestppd.c:908
+#: systemv/cupstestppd.c:930 systemv/cupstestppd.c:948
+#: systemv/cupstestppd.c:965 systemv/cupstestppd.c:983
+#: systemv/cupstestppd.c:999 systemv/cupstestppd.c:1019
+#: systemv/cupstestppd.c:1050 systemv/cupstestppd.c:1072
+#: systemv/cupstestppd.c:1123 systemv/cupstestppd.c:1142
+#: systemv/cupstestppd.c:1186 systemv/cupstestppd.c:1200
+#: systemv/cupstestppd.c:1232 systemv/cupstestppd.c:1259
+#: systemv/cupstestppd.c:1777 systemv/cupstestppd.c:1796
+#: systemv/cupstestppd.c:1814 systemv/cupstestppd.c:1866
+#: systemv/cupstestppd.c:1882 systemv/cupstestppd.c:1919
+#: systemv/cupstestppd.c:1937 systemv/cupstestppd.c:1973
+#: systemv/cupstestppd.c:1987 systemv/cupstestppd.c:2014
+#: systemv/cupstestppd.c:2028 systemv/cupstestppd.c:2074
+#: systemv/cupstestppd.c:2096 systemv/cupstestppd.c:2119
+#: systemv/cupstestppd.c:2136 systemv/cupstestppd.c:2178
+#: systemv/cupstestppd.c:2221 systemv/cupstestppd.c:2268
+#: systemv/cupstestppd.c:2292 systemv/cupstestppd.c:2346
+#: systemv/cupstestppd.c:2362 systemv/cupstestppd.c:2384
+#: systemv/cupstestppd.c:2424 systemv/cupstestppd.c:2438
+#: systemv/cupstestppd.c:2464 systemv/cupstestppd.c:2480
+#: systemv/cupstestppd.c:2502 systemv/cupstestppd.c:2552
+#: systemv/cupstestppd.c:2566 systemv/cupstestppd.c:2592
+#: systemv/cupstestppd.c:2608 systemv/cupstestppd.c:2638
+#: systemv/cupstestppd.c:2652 systemv/cupstestppd.c:2679
+#: systemv/cupstestppd.c:2696 systemv/cupstestppd.c:2710
+#: systemv/cupstestppd.c:2734 systemv/cupstestppd.c:2751
+#: systemv/cupstestppd.c:2765 systemv/cupstestppd.c:2789
+#: systemv/cupstestppd.c:2806 systemv/cupstestppd.c:2820
+#: systemv/cupstestppd.c:2844 systemv/cupstestppd.c:2861
+#: systemv/cupstestppd.c:2875 systemv/cupstestppd.c:2899
+#: systemv/cupstestppd.c:2913 systemv/cupstestppd.c:2928
+#: systemv/cupstestppd.c:2945 systemv/cupstestppd.c:3001
+#: systemv/cupstestppd.c:3036 systemv/cupstestppd.c:3050
+#: systemv/cupstestppd.c:3078 systemv/cupstestppd.c:3143
+#: systemv/cupstestppd.c:3158 systemv/cupstestppd.c:3197
+#: systemv/cupstestppd.c:3217 systemv/cupstestppd.c:3231
+#: systemv/cupstestppd.c:3448 systemv/cupstestppd.c:3484
+#: systemv/cupstestppd.c:3498 systemv/cupstestppd.c:3544
+#: systemv/cupstestppd.c:3576 systemv/cupstestppd.c:3593
+#: systemv/cupstestppd.c:3616 systemv/cupstestppd.c:3632
+#: systemv/cupstestppd.c:3670 systemv/cupstestppd.c:3811
+#: systemv/cupstestppd.c:3833 systemv/cupstestppd.c:3937
 msgid " FAIL"
 msgstr ""
 
-#: systemv/cupstestppd.c:1282
+#: systemv/cupstestppd.c:1283
 msgid " PASS"
 msgstr ""
 
-#: tools/ippfind.c:2038
+#: tools/ippfind.c:2041
 msgid "! expression            Unary NOT of expression"
 msgstr ""
 
-#: cups/ipp.c:4519
+#: cups/ipp.c:4510
 #, c-format
 msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 8011 section 5.1.6)."
 msgstr ""
 
-#: cups/ipp.c:4525
+#: cups/ipp.c:4516
 #, c-format
 msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 8011 section 5.1.6)."
 msgstr ""
 
-#: cups/ipp.c:4221
+#: cups/ipp.c:4212
 #, c-format
 msgid "\"%s\": Bad attribute name - bad length %d (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4215
+#: cups/ipp.c:4206
 #, c-format
 msgid "\"%s\": Bad attribute name - invalid character (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4235
+#: cups/ipp.c:4226
 #, c-format
 msgid "\"%s\": Bad boolean value %d (RFC 8011 section 5.1.21)."
 msgstr ""
 
-#: cups/ipp.c:4568
+#: cups/ipp.c:4559
 #, c-format
 msgid "\"%s\": Bad charset value \"%s\" - bad characters (RFC 8011 section 5.1.8)."
 msgstr ""
 
-#: cups/ipp.c:4574
+#: cups/ipp.c:4565
 #, c-format
 msgid "\"%s\": Bad charset value \"%s\" - bad length %d (RFC 8011 section 5.1.8)."
 msgstr ""
 
-#: cups/ipp.c:4312
+#: cups/ipp.c:4303
 #, c-format
 msgid "\"%s\": Bad dateTime UTC hours %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4318
+#: cups/ipp.c:4309
 #, c-format
 msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4306
+#: cups/ipp.c:4297
 #, c-format
 msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4276
+#: cups/ipp.c:4267
 #, c-format
 msgid "\"%s\": Bad dateTime day %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4300
+#: cups/ipp.c:4291
 #, c-format
 msgid "\"%s\": Bad dateTime deciseconds %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4282
+#: cups/ipp.c:4273
 #, c-format
 msgid "\"%s\": Bad dateTime hours %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4288
+#: cups/ipp.c:4279
 #, c-format
 msgid "\"%s\": Bad dateTime minutes %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4270
+#: cups/ipp.c:4261
 #, c-format
 msgid "\"%s\": Bad dateTime month %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4294
+#: cups/ipp.c:4285
 #, c-format
 msgid "\"%s\": Bad dateTime seconds %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4246
+#: cups/ipp.c:4237
 #, c-format
 msgid "\"%s\": Bad enum value %d - out of range (RFC 8011 section 5.1.5)."
 msgstr ""
 
-#: cups/ipp.c:4506
+#: cups/ipp.c:4497
 #, c-format
 msgid "\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4500
+#: cups/ipp.c:4491
 #, c-format
 msgid "\"%s\": Bad keyword value \"%s\" - invalid character (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4653
+#: cups/ipp.c:4644
 #, c-format
 msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 8011 section 5.1.10)."
 msgstr ""
 
-#: cups/ipp.c:4660
+#: cups/ipp.c:4651
 #, c-format
 msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 8011 section 5.1.10)."
 msgstr ""
 
-#: cups/ipp.c:4476
+#: cups/ipp.c:4467
 #, c-format
 msgid "\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)."
 msgstr ""
 
-#: cups/ipp.c:4471
+#: cups/ipp.c:4462
 #, c-format
 msgid "\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section 8.1)."
 msgstr ""
 
-#: cups/ipp.c:4483
+#: cups/ipp.c:4474
 #, c-format
 msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 8011 section 5.1.3)."
 msgstr ""
 
-#: cups/ipp.c:4611
+#: cups/ipp.c:4602
 #, c-format
 msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 8011 section 5.1.9)."
 msgstr ""
 
-#: cups/ipp.c:4618
+#: cups/ipp.c:4609
 #, c-format
 msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 8011 section 5.1.9)."
 msgstr ""
 
-#: cups/ipp.c:4257
+#: cups/ipp.c:4248
 #, c-format
 msgid "\"%s\": Bad octetString value - bad length %d (RFC 8011 section 5.1.20)."
 msgstr ""
 
-#: cups/ipp.c:4352
+#: cups/ipp.c:4343
 #, c-format
 msgid "\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 section 5.1.14)."
 msgstr ""
 
-#: cups/ipp.c:4341
+#: cups/ipp.c:4332
 #, c-format
 msgid "\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 8011 section 5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4329
+#: cups/ipp.c:4320
 #, c-format
 msgid "\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be positive (RFC 8011 section 5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4335
+#: cups/ipp.c:4326
 #, c-format
 msgid "\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC 8011 section 5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4417
+#: cups/ipp.c:4408
 #, c-format
 msgid "\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)."
 msgstr ""
 
-#: cups/ipp.c:4412
+#: cups/ipp.c:4403
 #, c-format
 msgid "\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section 8.3)."
 msgstr ""
 
-#: cups/ipp.c:4424
+#: cups/ipp.c:4415
 #, c-format
 msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 8011 section 5.1.2)."
 msgstr ""
 
-#: cups/ipp.c:4545
+#: cups/ipp.c:4536
 #, c-format
 msgid "\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 8011 section 5.1.7)."
 msgstr ""
 
-#: cups/ipp.c:4551
+#: cups/ipp.c:4542
 #, c-format
 msgid "\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 8011 section 5.1.7)."
 msgstr ""
 
-#: scheduler/ipp.c:367
+#: scheduler/ipp.c:368
 msgid "\"requesting-user-name\" attribute in wrong group."
 msgstr ""
 
-#: scheduler/ipp.c:373 scheduler/ipp.c:388
+#: scheduler/ipp.c:374 scheduler/ipp.c:389
 msgid "\"requesting-user-name\" attribute with wrong syntax."
 msgstr ""
 
@@ -1228,37 +1232,37 @@ msgstr ""
 msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
 msgstr ""
 
-#: cups/dest-localization.c:157
+#: cups/dest-localization.c:158
 #, c-format
 msgid "%d x %d mm"
 msgstr ""
 
-#: cups/dest-localization.c:149
+#: cups/dest-localization.c:150
 #, c-format
 msgid "%g x %g \""
 msgstr ""
 
-#: cups/dest-localization.c:190 cups/dest-localization.c:197
+#: cups/dest-localization.c:191 cups/dest-localization.c:198
 #, c-format
 msgid "%s (%s)"
 msgstr ""
 
-#: cups/dest-localization.c:204
+#: cups/dest-localization.c:205
 #, c-format
 msgid "%s (%s, %s)"
 msgstr ""
 
-#: cups/dest-localization.c:181
+#: cups/dest-localization.c:182
 #, c-format
 msgid "%s (Borderless)"
 msgstr ""
 
-#: cups/dest-localization.c:188 cups/dest-localization.c:195
+#: cups/dest-localization.c:189 cups/dest-localization.c:196
 #, c-format
 msgid "%s (Borderless, %s)"
 msgstr ""
 
-#: cups/dest-localization.c:202
+#: cups/dest-localization.c:203
 #, c-format
 msgid "%s (Borderless, %s, %s)"
 msgstr ""
@@ -1268,12 +1272,12 @@ msgstr ""
 msgid "%s accepting requests since %s"
 msgstr ""
 
-#: scheduler/ipp.c:10519
+#: scheduler/ipp.c:10647
 #, c-format
 msgid "%s cannot be changed."
 msgstr ""
 
-#: berkeley/lpc.c:176
+#: berkeley/lpc.c:177
 #, c-format
 msgid "%s is not implemented by the CUPS version of lpc."
 msgstr ""
@@ -1293,8 +1297,8 @@ msgstr ""
 msgid "%s is ready and printing"
 msgstr ""
 
-#: filter/rastertoepson.c:996 filter/rastertohp.c:666
-#: filter/rastertolabel.c:1119
+#: filter/rastertoepson.c:997 filter/rastertohp.c:667
+#: filter/rastertolabel.c:1120
 #, c-format
 msgid "%s job-id user title copies options [file]"
 msgstr ""
@@ -1304,7 +1308,7 @@ msgstr ""
 msgid "%s not accepting requests since %s -"
 msgstr ""
 
-#: scheduler/ipp.c:610
+#: scheduler/ipp.c:611
 #, c-format
 msgid "%s not supported."
 msgstr ""
@@ -1325,7 +1329,7 @@ msgid "%s: %-33.33s [job %d localhost]"
 msgstr ""
 
 #. TRANSLATORS: Message is "subject: error"
-#: cups/langprintf.c:70 scheduler/cupsfilter.c:764 systemv/lpadmin.c:784
+#: cups/langprintf.c:71 scheduler/cupsfilter.c:772 systemv/lpadmin.c:784
 #: systemv/lpadmin.c:833 systemv/lpadmin.c:881 systemv/lpadmin.c:934
 #: systemv/lpadmin.c:1032 systemv/lpadmin.c:1084 systemv/lpadmin.c:1125
 #: systemv/lpadmin.c:1139 systemv/lpadmin.c:1479
@@ -1338,7 +1342,7 @@ msgstr ""
 msgid "%s: %s failed: %s"
 msgstr ""
 
-#: tools/ippfind.c:662 tools/ipptool.c:464
+#: tools/ippfind.c:662 tools/ipptool.c:465
 #, c-format
 msgid "%s: Bad version %s for \"-V\"."
 msgstr ""
@@ -1369,7 +1373,7 @@ msgstr ""
 #: systemv/lpstat.c:391 systemv/lpstat.c:413 systemv/lpstat.c:475
 #: systemv/lpstat.c:541 systemv/lpstat.c:602 systemv/lpstat.c:731
 #: systemv/lpstat.c:917 systemv/lpstat.c:1181 systemv/lpstat.c:1379
-#: systemv/lpstat.c:1622
+#: systemv/lpstat.c:1627
 #, c-format
 msgid "%s: Error - add '/version=1.1' to server name."
 msgstr ""
@@ -1559,7 +1563,7 @@ msgstr ""
 
 #: systemv/lpstat.c:144 systemv/lpstat.c:153
 #, c-format
-msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option."
+msgid "%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all\" after \"-W\" option."
 msgstr ""
 
 #: berkeley/lpq.c:235
@@ -1628,22 +1632,22 @@ msgstr ""
 msgid "%s: Invalid destination name in list \"%s\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:617
+#: scheduler/cupsfilter.c:625
 #, c-format
 msgid "%s: Invalid filter string \"%s\"."
 msgstr ""
 
-#: tools/ipptool.c:391
+#: tools/ipptool.c:392
 #, c-format
 msgid "%s: Missing filename for \"-P\"."
 msgstr ""
 
-#: tools/ippfind.c:634 tools/ipptool.c:426
+#: tools/ippfind.c:634 tools/ipptool.c:427
 #, c-format
 msgid "%s: Missing timeout for \"-T\"."
 msgstr ""
 
-#: tools/ippfind.c:647 tools/ipptool.c:438
+#: tools/ippfind.c:647 tools/ipptool.c:439
 #, c-format
 msgid "%s: Missing version for \"-V\"."
 msgstr ""
@@ -1664,12 +1668,12 @@ msgid "%s: Operation failed: %s"
 msgstr ""
 
 #: systemv/lpstat.c:724 systemv/lpstat.c:909 systemv/lpstat.c:1173
-#: systemv/lpstat.c:1371 systemv/lpstat.c:1614
+#: systemv/lpstat.c:1371 systemv/lpstat.c:1619
 #, c-format
 msgid "%s: Scheduler is not running."
 msgstr ""
 
-#: berkeley/lpq.c:289 scheduler/cupsfilter.c:1336 systemv/cancel.c:247
+#: berkeley/lpq.c:289 scheduler/cupsfilter.c:1347 systemv/cancel.c:247
 #, c-format
 msgid "%s: Unable to connect to server."
 msgstr ""
@@ -1684,17 +1688,17 @@ msgstr ""
 msgid "%s: Unable to determine MIME type of \"%s\"."
 msgstr ""
 
-#: tools/ipptool.c:336 tools/ipptool.c:400 tools/ipptool.c:703
+#: tools/ipptool.c:337 tools/ipptool.c:401 tools/ipptool.c:704
 #, c-format
 msgid "%s: Unable to open \"%s\": %s"
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:85
+#: ppdc/ppdmerge.cxx:86
 #, c-format
 msgid "%s: Unable to open %s: %s"
 msgstr ""
 
-#: scheduler/cupsfilter.c:712 ppdc/ppdmerge.cxx:101
+#: scheduler/cupsfilter.c:720 ppdc/ppdmerge.cxx:102
 #, c-format
 msgid "%s: Unable to open PPD file: %s on line %d."
 msgstr ""
@@ -1719,17 +1723,18 @@ msgstr ""
 msgid "%s: Unknown destination MIME type %s/%s."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1534 systemv/lpinfo.c:228 systemv/lpmove.c:90
+#: systemv/lpinfo.c:228 systemv/lpmove.c:90
 #, c-format
 msgid "%s: Unknown option \"%c\"."
 msgstr ""
 
-#: tools/ippeveprinter.c:380 tools/ippeveprinter.c:566 tools/ippfind.c:542
+#: tools/ippeveprinter.c:380 tools/ippeveprinter.c:565 tools/ippfind.c:542
 #, c-format
 msgid "%s: Unknown option \"%s\"."
 msgstr ""
 
-#: tools/ippeveprinter.c:555 tools/ippfind.c:813 tools/ipptool.c:646
+#: scheduler/cupsfilter.c:1545 tools/ippeveprinter.c:554 tools/ippfind.c:813
+#: tools/ipptool.c:647
 #, c-format
 msgid "%s: Unknown option \"-%c\"."
 msgstr ""
@@ -1764,7 +1769,7 @@ msgstr ""
 msgid "%s: Warning - mode option ignored."
 msgstr ""
 
-#: tools/ippfind.c:2037
+#: tools/ippfind.c:2040
 msgid "( expressions )         Group expressions"
 msgstr ""
 
@@ -1776,23 +1781,23 @@ msgstr ""
 msgid "-# num-copies           Specify the number of copies to print"
 msgstr ""
 
-#: systemv/cupsctl.c:232
+#: systemv/cupsctl.c:233
 msgid "--[no-]debug-logging    Turn debug logging on/off"
 msgstr ""
 
-#: systemv/cupsctl.c:233
+#: systemv/cupsctl.c:234
 msgid "--[no-]remote-admin     Turn remote administration on/off"
 msgstr ""
 
-#: systemv/cupsctl.c:234
+#: systemv/cupsctl.c:235
 msgid "--[no-]remote-any       Allow/prevent access from the Internet"
 msgstr ""
 
-#: systemv/cupsctl.c:235
+#: systemv/cupsctl.c:236
 msgid "--[no-]share-printers   Turn printer sharing on/off"
 msgstr ""
 
-#: systemv/cupsctl.c:236
+#: systemv/cupsctl.c:237
 msgid "--[no-]user-cancel-any  Allow/prevent users to cancel any job"
 msgstr ""
 
@@ -1800,7 +1805,7 @@ msgstr ""
 msgid "--device-id device-id   Show models matching the given IEEE 1284 device ID"
 msgstr ""
 
-#: tools/ippfind.c:2019
+#: tools/ippfind.c:2022
 msgid "--domain regex          Match domain to regular expression"
 msgstr ""
 
@@ -1810,17 +1815,17 @@ msgid ""
 "                        Exclude the specified URI schemes"
 msgstr ""
 
-#: tools/ippfind.c:2020
+#: tools/ippfind.c:2023
 msgid ""
 "--exec utility [argument ...] ;\n"
 "                        Execute program if true"
 msgstr ""
 
-#: tools/ippfind.c:2040
+#: tools/ippfind.c:2043
 msgid "--false                 Always false"
 msgstr ""
 
-#: tools/ippeveprinter.c:6868
+#: tools/ippeveprinter.c:6888
 msgid "--help                  Show program help"
 msgstr ""
 
@@ -1828,7 +1833,7 @@ msgstr ""
 msgid "--hold                  Hold new jobs"
 msgstr ""
 
-#: tools/ippfind.c:2022
+#: tools/ippfind.c:2025
 msgid "--host regex            Match hostname to regular expression"
 msgstr ""
 
@@ -1838,7 +1843,7 @@ msgid ""
 "                        Include only the specified URI schemes"
 msgstr ""
 
-#: tools/ipptool.c:6448
+#: tools/ipptool.c:6449
 msgid "--ippserver filename    Produce ippserver attribute file"
 msgstr ""
 
@@ -1846,15 +1851,15 @@ msgstr ""
 msgid "--language locale       Show models matching the given locale"
 msgstr ""
 
-#: tools/ippfind.c:2023
+#: tools/ippfind.c:2026
 msgid "--literal-name name     Match service name to literal name value"
 msgstr ""
 
-#: tools/ippfind.c:2024
+#: tools/ippfind.c:2027
 msgid "--local                 True if service is local"
 msgstr ""
 
-#: tools/ippfind.c:2025
+#: tools/ippfind.c:2028
 msgid "--ls                    List attributes"
 msgstr ""
 
@@ -1862,35 +1867,35 @@ msgstr ""
 msgid "--make-and-model name   Show models matching the given make and model name"
 msgstr ""
 
-#: tools/ippfind.c:2026
+#: tools/ippfind.c:2029
 msgid "--name regex            Match service name to regular expression"
 msgstr ""
 
-#: tools/ippeveprinter.c:6869
+#: tools/ippeveprinter.c:6889
 msgid "--no-web-forms          Disable web forms for media and supplies"
 msgstr ""
 
-#: tools/ippfind.c:2039
+#: tools/ippfind.c:2042
 msgid "--not expression        Unary NOT of expression"
 msgstr ""
 
-#: tools/ippeveprinter.c:6870
+#: tools/ippeveprinter.c:6890
 msgid "--pam-service service   Use the named PAM service"
 msgstr ""
 
-#: tools/ippfind.c:2027
+#: tools/ippfind.c:2030
 msgid "--path regex            Match resource path to regular expression"
 msgstr ""
 
-#: tools/ippfind.c:2028
+#: tools/ippfind.c:2031
 msgid "--port number[-number]  Match port to number or range"
 msgstr ""
 
-#: tools/ippfind.c:2029
+#: tools/ippfind.c:2032
 msgid "--print                 Print URI if true"
 msgstr ""
 
-#: tools/ippfind.c:2030
+#: tools/ippfind.c:2033
 msgid "--print-name            Print service name if true"
 msgstr ""
 
@@ -1898,7 +1903,7 @@ msgstr ""
 msgid "--product name          Show models matching the given PostScript product"
 msgstr ""
 
-#: tools/ippfind.c:2031
+#: tools/ippfind.c:2034
 msgid "--quiet                 Quietly report match via exit code"
 msgstr ""
 
@@ -1906,11 +1911,11 @@ msgstr ""
 msgid "--release               Release previously held jobs"
 msgstr ""
 
-#: tools/ippfind.c:2032
+#: tools/ippfind.c:2035
 msgid "--remote                True if service is remote"
 msgstr ""
 
-#: tools/ipptool.c:6449
+#: tools/ipptool.c:6450
 msgid ""
 "--stop-after-include-error\n"
 "                        Stop tests after a failed INCLUDE"
@@ -1920,27 +1925,27 @@ msgstr ""
 msgid "--timeout seconds       Specify the maximum number of seconds to discover devices"
 msgstr ""
 
-#: tools/ippfind.c:2041
+#: tools/ippfind.c:2044
 msgid "--true                  Always true"
 msgstr ""
 
-#: tools/ippfind.c:2033
+#: tools/ippfind.c:2036
 msgid "--txt key               True if the TXT record contains the key"
 msgstr ""
 
-#: tools/ippfind.c:2034
+#: tools/ippfind.c:2037
 msgid "--txt-* regex           Match TXT record key to regular expression"
 msgstr ""
 
-#: tools/ippfind.c:2035
+#: tools/ippfind.c:2038
 msgid "--uri regex             Match URI to regular expression"
 msgstr ""
 
-#: tools/ippeveprinter.c:6871 tools/ippfind.c:2003
+#: tools/ippeveprinter.c:6891 tools/ippfind.c:2006
 msgid "--version               Show program version"
 msgstr ""
 
-#: tools/ipptool.c:6451
+#: tools/ipptool.c:6452
 msgid "--version               Show version"
 msgstr ""
 
@@ -1996,7 +2001,7 @@ msgstr ""
 msgid "-2"
 msgstr ""
 
-#: tools/ippeveprinter.c:6872
+#: tools/ippeveprinter.c:6892
 msgid "-2                      Set 2-sided printing support (default=1-sided)"
 msgstr ""
 
@@ -2024,7 +2029,7 @@ msgstr ""
 msgid "-4"
 msgstr ""
 
-#: tools/ippfind.c:1999 tools/ipptool.c:6452
+#: tools/ippfind.c:2002 tools/ipptool.c:6453
 msgid "-4                      Connect using IPv4"
 msgstr ""
 
@@ -2052,7 +2057,7 @@ msgstr ""
 msgid "-6"
 msgstr ""
 
-#: tools/ippfind.c:2000 tools/ipptool.c:6453
+#: tools/ippfind.c:2003 tools/ipptool.c:6454
 msgid "-6                      Connect using IPv6"
 msgstr ""
 
@@ -2100,11 +2105,11 @@ msgstr ""
 msgid "-95"
 msgstr ""
 
-#: tools/ippeveprinter.c:6873
+#: tools/ippeveprinter.c:6893
 msgid "-A                      Enable authentication"
 msgstr ""
 
-#: tools/ipptool.c:6454
+#: tools/ipptool.c:6455
 msgid "-C                      Send requests using chunking (default)"
 msgstr ""
 
@@ -2112,7 +2117,7 @@ msgstr ""
 msgid "-D description          Specify the textual description of the printer"
 msgstr ""
 
-#: tools/ippeveprinter.c:6874
+#: tools/ippeveprinter.c:6894
 msgid "-D device-uri           Set the device URI for the printer"
 msgstr ""
 
@@ -2121,25 +2126,25 @@ msgid "-E                      Enable and accept jobs on the printer (after -p)"
 msgstr ""
 
 #: berkeley/lpq.c:641 berkeley/lpr.c:435 berkeley/lprm.c:238
-#: systemv/cancel.c:404 systemv/cupsaccept.c:241 systemv/cupsctl.c:229
+#: systemv/cancel.c:404 systemv/cupsaccept.c:241 systemv/cupsctl.c:230
 #: systemv/lp.c:756 systemv/lpadmin.c:1520 systemv/lpinfo.c:495
-#: systemv/lpmove.c:213 systemv/lpoptions.c:540 systemv/lpstat.c:2075
+#: systemv/lpmove.c:213 systemv/lpoptions.c:541 systemv/lpstat.c:2080
 msgid "-E                      Encrypt the connection to the server"
 msgstr ""
 
-#: tools/ipptool.c:6455
+#: tools/ipptool.c:6456
 msgid "-E                      Test with encryption using HTTP Upgrade to TLS"
 msgstr ""
 
-#: scheduler/main.c:2084
+#: scheduler/main.c:2077
 msgid "-F                      Run in the foreground but detach from console."
 msgstr ""
 
-#: tools/ippeveprinter.c:6875
+#: tools/ippeveprinter.c:6895
 msgid "-F output-type/subtype  Set the output format for the printer"
 msgstr ""
 
-#: systemv/lpstat.c:2080
+#: systemv/lpstat.c:2085
 msgid "-H                      Show the default server and port"
 msgstr ""
 
@@ -2167,21 +2172,21 @@ msgstr ""
 msgid "-H server[:port]        Connect to the named server and port"
 msgstr ""
 
-#: tools/ipptool.c:6456
+#: tools/ipptool.c:6457
 msgid "-I                      Ignore errors"
 msgstr ""
 
-#: systemv/cupstestppd.c:3857
+#: systemv/cupstestppd.c:3858
 msgid ""
 "-I {filename,filters,none,profiles}\n"
 "                          Ignore specific warnings"
 msgstr ""
 
-#: tools/ippeveprinter.c:6876
+#: tools/ippeveprinter.c:6896
 msgid "-K keypath              Set location of server X.509 certificates and keys."
 msgstr ""
 
-#: tools/ipptool.c:6457
+#: tools/ipptool.c:6458
 msgid "-L                      Send requests using content-length"
 msgstr ""
 
@@ -2189,11 +2194,11 @@ msgstr ""
 msgid "-L location             Specify the textual location of the printer"
 msgstr ""
 
-#: tools/ippeveprinter.c:6877
+#: tools/ippeveprinter.c:6897
 msgid "-M manufacturer         Set manufacturer name (default=Test)"
 msgstr ""
 
-#: tools/ippfind.c:2010
+#: tools/ippfind.c:2013
 msgid "-N name                 Match service name to literal name value"
 msgstr ""
 
@@ -2205,11 +2210,11 @@ msgstr ""
 msgid "-P destination          Specify the destination"
 msgstr ""
 
-#: tools/ipptool.c:6458
+#: tools/ipptool.c:6459
 msgid "-P filename.plist       Produce XML plist to a file and test report to standard output"
 msgstr ""
 
-#: tools/ippfind.c:2005
+#: tools/ippfind.c:2008
 msgid "-P number[-number]      Match port to number or range"
 msgstr ""
 
@@ -2217,11 +2222,11 @@ msgstr ""
 msgid "-P page-list            Specify a list of pages to print"
 msgstr ""
 
-#: tools/ipptool.c:6459
+#: tools/ipptool.c:6460
 msgid "-R                      Repeat tests on server-error-busy"
 msgstr ""
 
-#: systemv/lpstat.c:2090
+#: systemv/lpstat.c:2095
 msgid "-R                      Show the ranking of jobs"
 msgstr ""
 
@@ -2229,23 +2234,23 @@ msgstr ""
 msgid "-R name-default         Remove the default value for the named option"
 msgstr ""
 
-#: systemv/cupstestppd.c:3859
+#: systemv/cupstestppd.c:3860
 msgid "-R root-directory       Set alternate root"
 msgstr ""
 
-#: tools/ipptool.c:6460
+#: tools/ipptool.c:6461
 msgid "-S                      Test with encryption using HTTPS"
 msgstr ""
 
-#: tools/ippeveprinter.c:6878
+#: tools/ippeveprinter.c:6898
 msgid "-S filename.strings     Set strings file"
 msgstr ""
 
-#: tools/ippfind.c:2001
+#: tools/ippfind.c:2004
 msgid "-T seconds              Set the browse timeout in seconds"
 msgstr ""
 
-#: tools/ipptool.c:6461
+#: tools/ipptool.c:6462
 msgid "-T seconds              Set the receive/send timeout in seconds"
 msgstr ""
 
@@ -2255,34 +2260,34 @@ msgstr ""
 
 #: berkeley/lpq.c:645 berkeley/lpr.c:454 berkeley/lprm.c:241
 #: systemv/cancel.c:407 systemv/cupsaccept.c:244 systemv/lp.c:782
-#: systemv/lpadmin.c:1548 systemv/lpmove.c:215 systemv/lpoptions.c:545
-#: systemv/lpstat.c:2078
+#: systemv/lpadmin.c:1548 systemv/lpmove.c:215 systemv/lpoptions.c:546
+#: systemv/lpstat.c:2083
 msgid "-U username             Specify the username to use for authentication"
 msgstr ""
 
-#: systemv/cupsctl.c:231
+#: systemv/cupsctl.c:232
 msgid "-U username             Specify username to use for authentication"
 msgstr ""
 
-#: tools/ippeveprinter.c:6879 tools/ippfind.c:2002 tools/ipptool.c:6462
+#: tools/ippeveprinter.c:6899 tools/ippfind.c:2005 tools/ipptool.c:6463
 msgid "-V version              Set default IPP version"
 msgstr ""
 
-#: systemv/lpstat.c:2081
+#: systemv/lpstat.c:2086
 msgid "-W completed            Show completed jobs"
 msgstr ""
 
-#: systemv/lpstat.c:2082
+#: systemv/lpstat.c:2087
 msgid "-W not-completed        Show pending jobs"
 msgstr ""
 
-#: systemv/cupstestppd.c:3860
+#: systemv/cupstestppd.c:3861
 msgid ""
 "-W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}\n"
 "                          Issue warnings instead of errors"
 msgstr ""
 
-#: tools/ipptool.c:6463
+#: tools/ipptool.c:6464
 msgid "-X                      Produce XML plist instead of plain text"
 msgstr ""
 
@@ -2294,11 +2299,11 @@ msgstr ""
 msgid "-a                      Show jobs on all destinations"
 msgstr ""
 
-#: systemv/lpstat.c:2083
+#: systemv/lpstat.c:2088
 msgid "-a [destination(s)]     Show the accepting state of destinations"
 msgstr ""
 
-#: tools/ippeveprinter.c:6880
+#: tools/ippeveprinter.c:6900
 msgid "-a filename.conf        Load printer attributes from conf file"
 msgstr ""
 
@@ -2306,11 +2311,11 @@ msgstr ""
 msgid "-c                      Make a copy of the print file(s)"
 msgstr ""
 
-#: tools/ipptool.c:6464
+#: tools/ipptool.c:6465
 msgid "-c                      Produce CSV output"
 msgstr ""
 
-#: systemv/lpstat.c:2084
+#: systemv/lpstat.c:2089
 msgid "-c [class(es)]          Show classes and their member printers"
 msgstr ""
 
@@ -2318,19 +2323,19 @@ msgstr ""
 msgid "-c class                Add the named destination to a class"
 msgstr ""
 
-#: tools/ippeveprinter.c:6881
+#: tools/ippeveprinter.c:6901
 msgid "-c command              Set print command"
 msgstr ""
 
-#: scheduler/main.c:2082
+#: scheduler/main.c:2075
 msgid "-c cupsd.conf           Set cupsd.conf file to use."
 msgstr ""
 
-#: systemv/lpstat.c:2085
+#: systemv/lpstat.c:2090
 msgid "-d                      Show the default destination"
 msgstr ""
 
-#: systemv/lpoptions.c:539
+#: systemv/lpoptions.c:540
 msgid "-d destination          Set default destination"
 msgstr ""
 
@@ -2342,54 +2347,54 @@ msgstr ""
 msgid "-d destination          Specify the destination"
 msgstr ""
 
-#: tools/ipptool.c:6465
+#: tools/ipptool.c:6466
 msgid "-d name=value           Set named variable to value"
 msgstr ""
 
-#: tools/ippfind.c:2006
+#: tools/ippfind.c:2009
 msgid "-d regex                Match domain to regular expression"
 msgstr ""
 
-#: tools/ippeveprinter.c:6882
+#: tools/ippeveprinter.c:6902
 msgid "-d spool-directory      Set spool directory"
 msgstr ""
 
-#: systemv/lpstat.c:2086
+#: systemv/lpstat.c:2091
 msgid "-e                      Show available destinations on the network"
 msgstr ""
 
-#: scheduler/main.c:2083
+#: scheduler/main.c:2076
 msgid "-f                      Run in the foreground."
 msgstr ""
 
-#: tools/ipptool.c:6466
+#: tools/ipptool.c:6467
 msgid "-f filename             Set default request filename"
 msgstr ""
 
-#: tools/ippeveprinter.c:6883
+#: tools/ippeveprinter.c:6903
 msgid "-f type/subtype[,...]   Set supported file types"
 msgstr ""
 
-#: scheduler/main.c:2085
+#: scheduler/main.c:2078
 msgid "-h                      Show this usage message."
 msgstr ""
 
-#: tools/ipptool.c:6467
+#: tools/ipptool.c:6468
 msgid "-h                      Validate HTTP response headers"
 msgstr ""
 
-#: tools/ippfind.c:2007
+#: tools/ippfind.c:2010
 msgid "-h regex                Match hostname to regular expression"
 msgstr ""
 
 #: berkeley/lpq.c:642 berkeley/lprm.c:239 systemv/cancel.c:405
-#: systemv/cupsaccept.c:242 systemv/cupsctl.c:230 systemv/lp.c:757
+#: systemv/cupsaccept.c:242 systemv/cupsctl.c:231 systemv/lp.c:757
 #: systemv/lpadmin.c:1522 systemv/lpinfo.c:496 systemv/lpmove.c:214
-#: systemv/lpoptions.c:541 systemv/lpstat.c:2076
+#: systemv/lpoptions.c:542 systemv/lpstat.c:2081
 msgid "-h server[:port]        Connect to the named server and port"
 msgstr ""
 
-#: tools/ippeveprinter.c:6884
+#: tools/ippeveprinter.c:6904
 msgid "-i iconfile.png[,...]   Set icon file(s)"
 msgstr ""
 
@@ -2401,35 +2406,35 @@ msgstr ""
 msgid "-i ppd-file             Specify a PPD file for the printer"
 msgstr ""
 
-#: tools/ipptool.c:6468
+#: tools/ipptool.c:6469
 msgid "-i seconds              Repeat the last file with the given time interval"
 msgstr ""
 
-#: tools/ippeveprinter.c:6885
+#: tools/ippeveprinter.c:6905
 msgid "-k                      Keep job spool files"
 msgstr ""
 
-#: tools/ippfind.c:2008
+#: tools/ippfind.c:2011
 msgid "-l                      List attributes"
 msgstr ""
 
-#: tools/ipptool.c:6469
+#: tools/ipptool.c:6470
 msgid "-l                      Produce plain text output"
 msgstr ""
 
-#: scheduler/main.c:2087
+#: scheduler/main.c:2080
 msgid "-l                      Run cupsd on demand."
 msgstr ""
 
-#: systemv/lpoptions.c:542
+#: systemv/lpoptions.c:543
 msgid "-l                      Show supported options and values"
 msgstr ""
 
-#: berkeley/lpq.c:643 systemv/lpinfo.c:497 systemv/lpstat.c:2077
+#: berkeley/lpq.c:643 systemv/lpinfo.c:497 systemv/lpstat.c:2082
 msgid "-l                      Show verbose (long) output"
 msgstr ""
 
-#: tools/ippeveprinter.c:6886
+#: tools/ippeveprinter.c:6906
 msgid "-l location             Set location of printer"
 msgstr ""
 
@@ -2445,7 +2450,7 @@ msgstr ""
 msgid "-m everywhere           Specify the printer is compatible with IPP Everywhere"
 msgstr ""
 
-#: tools/ippeveprinter.c:6887
+#: tools/ippeveprinter.c:6907
 msgid "-m model                Set model name (default=Printer)"
 msgstr ""
 
@@ -2453,11 +2458,11 @@ msgstr ""
 msgid "-m model                Specify a standard model/PPD file for the printer"
 msgstr ""
 
-#: tools/ipptool.c:6470
+#: tools/ipptool.c:6471
 msgid "-n count                Repeat the last file the given number of times"
 msgstr ""
 
-#: tools/ippeveprinter.c:6888
+#: tools/ippeveprinter.c:6908
 msgid "-n hostname             Set hostname for printer"
 msgstr ""
 
@@ -2465,7 +2470,7 @@ msgstr ""
 msgid "-n num-copies           Specify the number of copies to print"
 msgstr ""
 
-#: tools/ippfind.c:2009
+#: tools/ippfind.c:2012
 msgid "-n regex                Match service name to regular expression"
 msgstr ""
 
@@ -2473,7 +2478,7 @@ msgstr ""
 msgid "-o Name=Value           Specify the default value for the named PPD option "
 msgstr ""
 
-#: systemv/lpstat.c:2087
+#: systemv/lpstat.c:2092
 msgid "-o [destination(s)]     Show jobs"
 msgstr ""
 
@@ -2513,7 +2518,7 @@ msgstr ""
 msgid "-o name-default=value   Specify the default value for the named option"
 msgstr ""
 
-#: systemv/lpoptions.c:543
+#: systemv/lpoptions.c:544
 msgid "-o name[=value]         Set default option and value"
 msgstr ""
 
@@ -2569,15 +2574,15 @@ msgid ""
 "                        Specify 2-sided landscape printing"
 msgstr ""
 
-#: tools/ippfind.c:2011
+#: tools/ippfind.c:2014
 msgid "-p                      Print URI if true"
 msgstr ""
 
-#: systemv/lpstat.c:2088
+#: systemv/lpstat.c:2093
 msgid "-p [printer(s)]         Show the processing state of destinations"
 msgstr ""
 
-#: systemv/lpoptions.c:544
+#: systemv/lpoptions.c:545
 msgid "-p destination          Specify a destination"
 msgstr ""
 
@@ -2585,15 +2590,15 @@ msgstr ""
 msgid "-p destination          Specify/add the named destination"
 msgstr ""
 
-#: tools/ippeveprinter.c:6889
+#: tools/ippeveprinter.c:6909
 msgid "-p port                 Set port number for printer"
 msgstr ""
 
-#: tools/ippfind.c:2012
+#: tools/ippfind.c:2015
 msgid "-q                      Quietly report match via exit code"
 msgstr ""
 
-#: systemv/cupstestppd.c:3862 tools/ipptool.c:6471
+#: systemv/cupstestppd.c:3863 tools/ipptool.c:6472
 msgid "-q                      Run silently"
 msgstr ""
 
@@ -2609,15 +2614,15 @@ msgstr ""
 msgid "-r                      Remove the file(s) after submission"
 msgstr ""
 
-#: systemv/lpstat.c:2089
+#: systemv/lpstat.c:2094
 msgid "-r                      Show whether the CUPS server is running"
 msgstr ""
 
-#: tools/ippfind.c:2013
+#: tools/ippfind.c:2016
 msgid "-r                      True if service is remote"
 msgstr ""
 
-#: systemv/cupstestppd.c:3863
+#: systemv/cupstestppd.c:3864
 msgid "-r                      Use 'relaxed' open mode"
 msgstr ""
 
@@ -2629,7 +2634,7 @@ msgstr ""
 msgid "-r reason               Specify a reason message that others can see"
 msgstr ""
 
-#: tools/ippeveprinter.c:6890
+#: tools/ippeveprinter.c:6910
 msgid "-r subtype,[subtype]    Set DNS-SD service subtype"
 msgstr ""
 
@@ -2637,35 +2642,35 @@ msgstr ""
 msgid "-s                      Be silent"
 msgstr ""
 
-#: tools/ippfind.c:2014
+#: tools/ippfind.c:2017
 msgid "-s                      Print service name if true"
 msgstr ""
 
-#: systemv/lpstat.c:2091
+#: systemv/lpstat.c:2096
 msgid "-s                      Show a status summary"
 msgstr ""
 
-#: scheduler/main.c:2089
+#: scheduler/main.c:2082
 msgid "-s cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
-#: tools/ippeveprinter.c:6891
+#: tools/ippeveprinter.c:6911
 msgid "-s speed[,color-speed]  Set speed in pages per minute"
 msgstr ""
 
-#: tools/ipptool.c:6472
+#: tools/ipptool.c:6473
 msgid "-t                      Produce a test report"
 msgstr ""
 
-#: systemv/lpstat.c:2092
+#: systemv/lpstat.c:2097
 msgid "-t                      Show all status information"
 msgstr ""
 
-#: scheduler/main.c:2090
+#: scheduler/main.c:2083
 msgid "-t                      Test the configuration file."
 msgstr ""
 
-#: tools/ippfind.c:2015
+#: tools/ippfind.c:2018
 msgid "-t key                  True if the TXT record contains the key"
 msgstr ""
 
@@ -2673,7 +2678,7 @@ msgstr ""
 msgid "-t title                Specify the job title"
 msgstr ""
 
-#: systemv/lpstat.c:2093
+#: systemv/lpstat.c:2098
 msgid "-u [user(s)]            Show jobs queued by the current or specified users"
 msgstr ""
 
@@ -2693,11 +2698,11 @@ msgstr ""
 msgid "-u owner                Specify the owner to use for jobs"
 msgstr ""
 
-#: tools/ippfind.c:2016
+#: tools/ippfind.c:2019
 msgid "-u regex                Match URI to regular expression"
 msgstr ""
 
-#: systemv/cupstestppd.c:3864 tools/ippeveprinter.c:6892 tools/ipptool.c:6473
+#: systemv/cupstestppd.c:3865 tools/ippeveprinter.c:6912 tools/ipptool.c:6474
 msgid "-v                      Be verbose"
 msgstr ""
 
@@ -2705,7 +2710,7 @@ msgstr ""
 msgid "-v                      Show devices"
 msgstr ""
 
-#: systemv/lpstat.c:2094
+#: systemv/lpstat.c:2099
 msgid "-v [printer(s)]         Show the devices for each destination"
 msgstr ""
 
@@ -2713,7 +2718,7 @@ msgstr ""
 msgid "-v device-uri           Specify the device URI for the printer"
 msgstr ""
 
-#: systemv/cupstestppd.c:3865
+#: systemv/cupstestppd.c:3866
 msgid "-vv                     Be very verbose"
 msgstr ""
 
@@ -2721,7 +2726,7 @@ msgstr ""
 msgid "-x                      Purge jobs rather than just canceling"
 msgstr ""
 
-#: systemv/lpoptions.c:546
+#: systemv/lpoptions.c:547
 msgid "-x destination          Remove default options for destination"
 msgstr ""
 
@@ -2729,13 +2734,13 @@ msgstr ""
 msgid "-x destination          Remove the named destination"
 msgstr ""
 
-#: tools/ippfind.c:2017
+#: tools/ippfind.c:2020
 msgid ""
 "-x utility [argument ...] ;\n"
 "                        Execute program if true"
 msgstr ""
 
-#: cups/dest.c:1776
+#: cups/dest.c:1778
 msgid "/etc/cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
@@ -2915,7 +2920,7 @@ msgstr ""
 msgid "2 inches/sec."
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:272
+#: ppdc/sample.c:272
 msgid "2-Sided Printing"
 msgstr ""
 
@@ -3415,16 +3420,16 @@ msgstr ""
 msgid "95"
 msgstr ""
 
-#: berkeley/lpc.c:200
+#: berkeley/lpc.c:201
 msgid "?Invalid help command unknown."
 msgstr ""
 
-#: scheduler/ipp.c:2283
+#: scheduler/ipp.c:2229
 #, c-format
 msgid "A class named \"%s\" already exists."
 msgstr ""
 
-#: scheduler/ipp.c:892
+#: scheduler/ipp.c:838
 #, c-format
 msgid "A printer named \"%s\" already exists."
 msgstr ""
@@ -3565,19 +3570,19 @@ msgstr ""
 msgid "ARCH E Long Edge"
 msgstr ""
 
-#: cgi-bin/classes.c:155 cgi-bin/printers.c:158
+#: cgi-bin/classes.c:157 cgi-bin/printers.c:160
 msgid "Accept Jobs"
 msgstr ""
 
-#: cups/http-support.c:1339
+#: cups/http-support.c:1346
 msgid "Accepted"
 msgstr ""
 
-#: cgi-bin/admin.c:336
+#: cgi-bin/admin.c:329
 msgid "Add Class"
 msgstr ""
 
-#: cgi-bin/admin.c:650
+#: cgi-bin/admin.c:643
 msgid "Add Printer"
 msgstr ""
 
@@ -3585,7 +3590,7 @@ msgstr ""
 msgid "Address"
 msgstr ""
 
-#: cgi-bin/admin.c:172 cgi-bin/admin.c:246 cgi-bin/admin.c:2255
+#: cgi-bin/admin.c:165 cgi-bin/admin.c:239 cgi-bin/admin.c:2260
 msgid "Administration"
 msgstr ""
 
@@ -3593,7 +3598,7 @@ msgstr ""
 msgid "Always"
 msgstr ""
 
-#: backend/socket.c:105
+#: backend/socket.c:106
 msgid "AppSocket/HP JetDirect"
 msgstr ""
 
@@ -3601,27 +3606,27 @@ msgstr ""
 msgid "Applicator"
 msgstr ""
 
-#: scheduler/ipp.c:989
+#: scheduler/ipp.c:935
 #, c-format
 msgid "Attempt to set %s printer-state to bad value %d."
 msgstr ""
 
-#: scheduler/ipp.c:5578
+#: scheduler/ipp.c:5624
 #, c-format
 msgid "Attribute \"%s\" has empty value."
 msgstr ""
 
-#: scheduler/ipp.c:5541 scheduler/ipp.c:5567
+#: scheduler/ipp.c:5587 scheduler/ipp.c:5613
 #, c-format
 msgid "Attribute \"%s\" is in the wrong group."
 msgstr ""
 
-#: scheduler/ipp.c:5543 scheduler/ipp.c:5569
+#: scheduler/ipp.c:5589 scheduler/ipp.c:5615
 #, c-format
 msgid "Attribute \"%s\" is the wrong value type."
 msgstr ""
 
-#: scheduler/ipp.c:229
+#: scheduler/ipp.c:230
 #, c-format
 msgid "Attribute groups are out of order (%x < %x)."
 msgstr ""
@@ -3674,38 +3679,38 @@ msgstr ""
 msgid "B9"
 msgstr ""
 
-#: scheduler/ipp.c:7688
+#: scheduler/ipp.c:7745
 #, c-format
 msgid "Bad \"printer-id\" value %d."
 msgstr ""
 
-#: scheduler/ipp.c:10528
+#: scheduler/ipp.c:10656
 #, c-format
 msgid "Bad '%s' value."
 msgstr ""
 
-#: scheduler/ipp.c:11467
+#: scheduler/ipp.c:11629
 #, c-format
 msgid "Bad 'document-format' value \"%s\"."
 msgstr ""
 
-#: cups/ppd.c:309
+#: cups/ppd.c:307
 msgid "Bad CloseUI/JCLCloseUI"
 msgstr ""
 
-#: cups/dest.c:1569
+#: cups/dest.c:1571
 msgid "Bad NULL dests pointer"
 msgstr ""
 
-#: cups/ppd.c:292
+#: cups/ppd.c:290
 msgid "Bad OpenGroup"
 msgstr ""
 
-#: cups/ppd.c:294
+#: cups/ppd.c:292
 msgid "Bad OpenUI/JCLOpenUI"
 msgstr ""
 
-#: cups/ppd.c:296
+#: cups/ppd.c:294
 msgid "Bad OrderDependency"
 msgstr ""
 
@@ -3722,55 +3727,60 @@ msgstr ""
 msgid "Bad PPD cache file."
 msgstr ""
 
-#: scheduler/ipp.c:2671
+#: scheduler/ipp.c:2617
 msgid "Bad PPD file."
 msgstr ""
 
-#: cups/http-support.c:1357
+#: cups/http-support.c:1364
 msgid "Bad Request"
 msgstr ""
 
-#: cups/snmp.c:929
+#: cups/snmp.c:934
 msgid "Bad SNMP version number"
 msgstr ""
 
-#: cups/ppd.c:297
+#: cups/ppd.c:295
 msgid "Bad UIConstraints"
 msgstr ""
 
-#: cups/dest.c:1103
+#: cups/dest.c:1105
 msgid "Bad URI."
 msgstr ""
 
-#: cups/hash.c:60 cups/http-support.c:1466
+#: cups/hash.c:60 cups/http-support.c:1473
 msgid "Bad arguments to function"
 msgstr ""
 
-#: scheduler/ipp.c:1372
+#: scheduler/ipp.c:1318
 #, c-format
 msgid "Bad copies value %d."
 msgstr ""
 
-#: cups/ppd.c:305
+#: cups/ppd.c:303
 msgid "Bad custom parameter"
 msgstr ""
 
-#: scheduler/ipp.c:2377
+#: scheduler/ipp.c:5323
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
+#: scheduler/ipp.c:2323
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2422
+#: scheduler/ipp.c:2368
 #, c-format
 msgid "Bad device-uri scheme \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8671 scheduler/ipp.c:8689 scheduler/ipp.c:9920
+#: scheduler/ipp.c:8722 scheduler/ipp.c:8740 scheduler/ipp.c:9972
 #, c-format
 msgid "Bad document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9938
+#: scheduler/ipp.c:9990
 #, c-format
 msgid "Bad document-format-default \"%s\"."
 msgstr ""
@@ -3779,44 +3789,44 @@ msgstr ""
 msgid "Bad extKeyUsage extension in X.509 certificate request."
 msgstr ""
 
-#: cups/ppd-util.c:166
+#: cups/ppd-util.c:167
 msgid "Bad filename buffer"
 msgstr ""
 
-#: cups/http-support.c:1475
+#: cups/http-support.c:1482
 msgid "Bad hostname/address in URI"
 msgstr ""
 
-#: scheduler/ipp.c:1554
+#: scheduler/ipp.c:1500
 #, c-format
 msgid "Bad job-name value: %s"
 msgstr ""
 
-#: scheduler/ipp.c:1540
+#: scheduler/ipp.c:1486
 msgid "Bad job-name value: Wrong type or count."
 msgstr ""
 
-#: scheduler/ipp.c:10566
+#: scheduler/ipp.c:10694
 msgid "Bad job-priority value."
 msgstr ""
 
-#: scheduler/ipp.c:1402
+#: scheduler/ipp.c:1348
 #, c-format
 msgid "Bad job-sheets value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1386
+#: scheduler/ipp.c:1332
 msgid "Bad job-sheets value type."
 msgstr ""
 
-#: scheduler/ipp.c:10596
+#: scheduler/ipp.c:10724
 msgid "Bad job-state value."
 msgstr ""
 
-#: scheduler/ipp.c:3044 scheduler/ipp.c:3506 scheduler/ipp.c:6436
-#: scheduler/ipp.c:6583 scheduler/ipp.c:8097 scheduler/ipp.c:8369
-#: scheduler/ipp.c:9239 scheduler/ipp.c:9463 scheduler/ipp.c:9814
-#: scheduler/ipp.c:10427
+#: scheduler/ipp.c:3003 scheduler/ipp.c:3465 scheduler/ipp.c:6493
+#: scheduler/ipp.c:6640 scheduler/ipp.c:8154 scheduler/ipp.c:8426
+#: scheduler/ipp.c:9297 scheduler/ipp.c:9521 scheduler/ipp.c:9872
+#: scheduler/ipp.c:10555
 #, c-format
 msgid "Bad job-uri \"%s\"."
 msgstr ""
@@ -3826,64 +3836,64 @@ msgstr ""
 msgid "Bad keyUsage extension in X.509 certificate request."
 msgstr ""
 
-#: scheduler/ipp.c:2049 scheduler/ipp.c:5956
+#: scheduler/ipp.c:1995 scheduler/ipp.c:6013
 #, c-format
 msgid "Bad notify-pull-method \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2014 scheduler/ipp.c:5920
+#: scheduler/ipp.c:1960 scheduler/ipp.c:5977
 #, c-format
 msgid "Bad notify-recipient-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:6031
+#: scheduler/ipp.c:6088
 #, c-format
 msgid "Bad notify-user-data \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1418
+#: scheduler/ipp.c:1364
 #, c-format
 msgid "Bad number-up value %d."
 msgstr ""
 
-#: scheduler/ipp.c:1435
+#: scheduler/ipp.c:1381
 #, c-format
 msgid "Bad page-ranges values %d-%d."
 msgstr ""
 
-#: cups/http-support.c:1472
+#: cups/http-support.c:1479
 msgid "Bad port number in URI"
 msgstr ""
 
-#: scheduler/ipp.c:2468
+#: scheduler/ipp.c:2414
 #, c-format
 msgid "Bad port-monitor \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2549
+#: scheduler/ipp.c:2495
 #, c-format
 msgid "Bad printer-state value %d."
 msgstr ""
 
-#: cups/dest.c:588 cups/dest.c:1153
+#: cups/dest.c:588 cups/dest.c:1155
 msgid "Bad printer-uri."
 msgstr ""
 
-#: scheduler/ipp.c:203
+#: scheduler/ipp.c:204
 #, c-format
 msgid "Bad request ID %d."
 msgstr ""
 
-#: scheduler/ipp.c:193
+#: scheduler/ipp.c:194
 #, c-format
 msgid "Bad request version number %d.%d."
 msgstr ""
 
-#: cups/http-support.c:1469
+#: cups/http-support.c:1476
 msgid "Bad resource in URI"
 msgstr ""
 
-#: cups/http-support.c:1481
+#: cups/http-support.c:1488
 msgid "Bad scheme in URI"
 msgstr ""
 
@@ -3891,19 +3901,19 @@ msgstr ""
 msgid "Bad subjectAltName extension in X.509 certificate request."
 msgstr ""
 
-#: cups/http-support.c:1478
+#: cups/http-support.c:1485
 msgid "Bad username in URI"
 msgstr ""
 
-#: cups/ppd.c:307
+#: cups/ppd.c:305
 msgid "Bad value string"
 msgstr ""
 
-#: cups/http-support.c:1484
+#: cups/http-support.c:1491
 msgid "Bad/empty URI"
 msgstr ""
 
-#: cgi-bin/admin.c:2800 cgi-bin/admin.c:3049
+#: cgi-bin/admin.c:2805 cgi-bin/admin.c:3054
 msgid "Banners"
 msgstr ""
 
@@ -3911,16 +3921,12 @@ msgstr ""
 msgid "Bond Paper"
 msgstr ""
 
-#: cups/ppd-cache.c:4733
-msgid "Booklet"
-msgstr ""
-
-#: backend/usb-darwin.c:2032
+#: backend/usb-darwin.c:2033
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2018
+#: filter/pstops.c:2019
 msgid "Buffer overflow detected, aborting."
 msgstr ""
 
@@ -3932,19 +3938,19 @@ msgstr ""
 msgid "CPCL Label Printer"
 msgstr ""
 
-#: cgi-bin/classes.c:159 cgi-bin/printers.c:162
+#: cgi-bin/classes.c:161 cgi-bin/printers.c:164
 msgid "Cancel Jobs"
 msgstr ""
 
-#: backend/ipp.c:2351
+#: backend/ipp.c:2366
 msgid "Canceling print job."
 msgstr ""
 
-#: scheduler/ipp.c:965 scheduler/ipp.c:2524
+#: scheduler/ipp.c:911 scheduler/ipp.c:2470
 msgid "Cannot change printer-is-shared for remote queues."
 msgstr ""
 
-#: scheduler/ipp.c:2511
+#: scheduler/ipp.c:2457
 msgid "Cannot share a remote Kerberized printer."
 msgstr ""
 
@@ -3952,56 +3958,56 @@ msgstr ""
 msgid "Cassette"
 msgstr ""
 
-#: cgi-bin/admin.c:1363 cgi-bin/admin.c:1493 cgi-bin/admin.c:1506
-#: cgi-bin/admin.c:1519
+#: cgi-bin/admin.c:1354 cgi-bin/admin.c:1486 cgi-bin/admin.c:1499
+#: cgi-bin/admin.c:1512
 msgid "Change Settings"
 msgstr ""
 
-#: scheduler/ipp.c:2061 scheduler/ipp.c:5968
+#: scheduler/ipp.c:2007 scheduler/ipp.c:6025
 #, c-format
 msgid "Character set \"%s\" not supported."
 msgstr ""
 
-#: cgi-bin/classes.c:181 cgi-bin/classes.c:307
+#: cgi-bin/classes.c:183 cgi-bin/classes.c:309
 msgid "Classes"
 msgstr ""
 
-#: cgi-bin/printers.c:168
+#: cgi-bin/printers.c:170
 msgid "Clean Print Heads"
 msgstr ""
 
-#: scheduler/ipp.c:3958
+#: scheduler/ipp.c:3917
 msgid "Close-Job doesn't support the job-uri attribute."
 msgstr ""
 
-#: cups/ppd-cache.c:4200 ppdc/sample.c:286
+#: cups/ppd-cache.c:4215 ppdc/sample.c:286
 msgid "Color"
 msgstr ""
 
-#: cups/ppd-cache.c:4161 ppdc/sample.c:284
+#: ppdc/sample.c:284
 msgid "Color Mode"
 msgstr ""
 
-#: berkeley/lpc.c:191
+#: berkeley/lpc.c:192
 msgid ""
 "Commands may be abbreviated.  Commands are:\n"
 "\n"
 "exit    help    quit    status  ?"
 msgstr ""
 
-#: cups/snmp.c:933
+#: cups/snmp.c:938
 msgid "Community name uses indefinite length"
 msgstr ""
 
-#: backend/ipp.c:855 backend/lpd.c:924 backend/socket.c:367
+#: backend/ipp.c:861 backend/lpd.c:925 backend/socket.c:368
 msgid "Connected to printer."
 msgstr ""
 
-#: backend/ipp.c:691 backend/lpd.c:745 backend/socket.c:287
+#: backend/ipp.c:697 backend/lpd.c:746 backend/socket.c:288
 msgid "Connecting to printer."
 msgstr ""
 
-#: cups/http-support.c:1327
+#: cups/http-support.c:1334
 msgid "Continue"
 msgstr ""
 
@@ -4009,15 +4015,20 @@ msgstr ""
 msgid "Continuous"
 msgstr ""
 
-#: backend/lpd.c:1073 backend/lpd.c:1205
+#: backend/lpd.c:1074 backend/lpd.c:1206
 msgid "Control file sent successfully."
 msgstr ""
 
-#: backend/ipp.c:1387 backend/lpd.c:438
+#: backend/ipp.c:1398 backend/lpd.c:439
 msgid "Copying print data."
 msgstr ""
 
-#: cups/http-support.c:1336
+#: scheduler/ipp.c:5303
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
+#: cups/http-support.c:1343
 msgid "Created"
 msgstr ""
 
@@ -4029,7 +4040,7 @@ msgstr ""
 msgid "Credentials have expired."
 msgstr ""
 
-#: cups/ppd.c:1130 cups/ppd.c:1170 cups/ppd.c:1377 cups/ppd.c:1479
+#: cups/ppd.c:1128 cups/ppd.c:1168 cups/ppd.c:1375 cups/ppd.c:1477
 msgid "Custom"
 msgstr ""
 
@@ -4041,7 +4052,7 @@ msgstr ""
 msgid "CustominTearInterval"
 msgstr ""
 
-#: cups/ppd-cache.c:4768 ppdc/sample.c:348
+#: ppdc/sample.c:348
 msgid "Cut"
 msgstr ""
 
@@ -4061,23 +4072,23 @@ msgstr ""
 msgid "Darkness"
 msgstr ""
 
-#: backend/lpd.c:1158
+#: backend/lpd.c:1159
 msgid "Data file sent successfully."
 msgstr ""
 
-#: cups/ppd-cache.c:4214 cups/ppd-cache.c:4223
+#: cups/ppd-cache.c:4229 cups/ppd-cache.c:4238
 msgid "Deep Color"
 msgstr ""
 
-#: cups/ppd-cache.c:4194
+#: cups/ppd-cache.c:4209
 msgid "Deep Gray"
 msgstr ""
 
-#: cgi-bin/admin.c:1792 cgi-bin/admin.c:1803 cgi-bin/admin.c:1848
+#: cgi-bin/admin.c:1785 cgi-bin/admin.c:1796 cgi-bin/admin.c:1841
 msgid "Delete Class"
 msgstr ""
 
-#: cgi-bin/admin.c:1877 cgi-bin/admin.c:1888 cgi-bin/admin.c:1933
+#: cgi-bin/admin.c:1870 cgi-bin/admin.c:1881 cgi-bin/admin.c:1926
 msgid "Delete Printer"
 msgstr ""
 
@@ -4085,20 +4096,20 @@ msgstr ""
 msgid "DeskJet Series"
 msgstr ""
 
-#: scheduler/ipp.c:1301
+#: scheduler/ipp.c:1247
 #, c-format
 msgid "Destination \"%s\" is not accepting jobs."
 msgstr ""
 
-#: cups/ppd-cache.c:4244 cups/ppd-cache.c:4250
+#: cups/ppd-cache.c:4259 cups/ppd-cache.c:4265
 msgid "Device CMYK"
 msgstr ""
 
-#: cups/ppd-cache.c:4232 cups/ppd-cache.c:4238
+#: cups/ppd-cache.c:4247 cups/ppd-cache.c:4253
 msgid "Device Gray"
 msgstr ""
 
-#: cups/ppd-cache.c:4256 cups/ppd-cache.c:4262
+#: cups/ppd-cache.c:4271 cups/ppd-cache.c:4277
 msgid "Device RGB"
 msgstr ""
 
@@ -4146,16 +4157,11 @@ msgstr ""
 msgid "Disabled"
 msgstr ""
 
-#: scheduler/ipp.c:6485
+#: scheduler/ipp.c:6542
 #, c-format
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-#: cups/ppd-cache.c:3999 cups/ppd-cache.c:4004 cups/ppd-cache.c:4073
-#: cups/ppd-cache.c:4113
-msgid "Draft"
-msgstr ""
-
 #: ppdc/sample.c:277
 msgid "Duplexer"
 msgstr ""
@@ -4168,18 +4174,18 @@ msgstr ""
 msgid "EPL2 Label Printer"
 msgstr ""
 
-#: cgi-bin/admin.c:1547 cgi-bin/admin.c:1559 cgi-bin/admin.c:1613
-#: cgi-bin/admin.c:1620 cgi-bin/admin.c:1655 cgi-bin/admin.c:1668
-#: cgi-bin/admin.c:1692 cgi-bin/admin.c:1765
+#: cgi-bin/admin.c:1540 cgi-bin/admin.c:1552 cgi-bin/admin.c:1606
+#: cgi-bin/admin.c:1613 cgi-bin/admin.c:1648 cgi-bin/admin.c:1661
+#: cgi-bin/admin.c:1685 cgi-bin/admin.c:1758
 msgid "Edit Configuration File"
 msgstr ""
 
-#: cups/http.c:4213
+#: cups/http.c:4239
 msgid "Encryption is not supported."
 msgstr ""
 
 #. TRANSLATORS: Banner/cover sheet after the print job.
-#: cgi-bin/admin.c:3074
+#: cgi-bin/admin.c:3079
 msgid "Ending Banner"
 msgstr ""
 
@@ -4187,7 +4193,7 @@ msgstr ""
 msgid "English"
 msgstr ""
 
-#: scheduler/client.c:1959
+#: scheduler/client.c:1980
 msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket."
 msgstr ""
 
@@ -4403,7 +4409,7 @@ msgstr ""
 msgid "Envelope You4 Long Edge"
 msgstr ""
 
-#: tools/ippfind.c:2057
+#: tools/ippfind.c:2060
 msgid "Environment Variables:"
 msgstr ""
 
@@ -4411,16 +4417,16 @@ msgstr ""
 msgid "Epson"
 msgstr ""
 
-#: cgi-bin/admin.c:3117
+#: cgi-bin/admin.c:3122
 msgid "Error Policy"
 msgstr ""
 
-#: filter/rastertopwg.c:467
+#: filter/rastertopwg.c:468
 msgid "Error reading raster data."
 msgstr ""
 
-#: filter/rastertopwg.c:436 filter/rastertopwg.c:457 filter/rastertopwg.c:475
-#: filter/rastertopwg.c:486
+#: filter/rastertopwg.c:437 filter/rastertopwg.c:458 filter/rastertopwg.c:476
+#: filter/rastertopwg.c:487
 msgid "Error sending raster data."
 msgstr ""
 
@@ -4480,15 +4486,15 @@ msgstr ""
 msgid "Executive"
 msgstr ""
 
-#: cups/http-support.c:1385
+#: cups/http-support.c:1392
 msgid "Expectation Failed"
 msgstr ""
 
-#: tools/ippfind.c:2004
+#: tools/ippfind.c:2007
 msgid "Expressions:"
 msgstr ""
 
-#: cups/ppd-cache.c:4168
+#: cups/ppd-cache.c:4183
 msgid "Fast Grayscale"
 msgstr ""
 
@@ -4521,30 +4527,22 @@ msgstr ""
 msgid "File Folder"
 msgstr ""
 
-#: scheduler/ipp.c:2398
+#: scheduler/ipp.c:2344
 #, c-format
 msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cups-files.conf\"."
 msgstr ""
 
-#: filter/rastertoepson.c:1122 filter/rastertohp.c:794
-#: filter/rastertolabel.c:1252
+#: filter/rastertoepson.c:1123 filter/rastertohp.c:795
+#: filter/rastertolabel.c:1253
 #, c-format
 msgid "Finished page %d."
 msgstr ""
 
-#: cups/ppd-cache.c:4815
-msgid "Finishing Preset"
-msgstr ""
-
-#: cups/ppd-cache.c:4590
-msgid "Fold"
-msgstr ""
-
 #: ppdc/sample.c:125
 msgid "Folio"
 msgstr ""
 
-#: cups/http-support.c:1364
+#: cups/http-support.c:1371
 msgid "Forbidden"
 msgstr ""
 
@@ -4552,11 +4550,11 @@ msgstr ""
 msgid "Form data too large."
 msgstr ""
 
-#: cups/http-support.c:1348
+#: cups/http-support.c:1355
 msgid "Found"
 msgstr ""
 
-#: cups/ppd.c:755 cups/ppd.c:1282
+#: cups/ppd.c:753 cups/ppd.c:1280
 msgid "General"
 msgstr ""
 
@@ -4564,7 +4562,7 @@ msgstr ""
 msgid "Generic"
 msgstr ""
 
-#: cups/snmp.c:943
+#: cups/snmp.c:948
 msgid "Get-Response-PDU uses indefinite length"
 msgstr ""
 
@@ -4572,18 +4570,18 @@ msgstr ""
 msgid "Glossy Paper"
 msgstr ""
 
-#: scheduler/ipp.c:3022 scheduler/ipp.c:3432 scheduler/ipp.c:3970
-#: scheduler/ipp.c:6414 scheduler/ipp.c:6561 scheduler/ipp.c:8074
-#: scheduler/ipp.c:9217 scheduler/ipp.c:9441 scheduler/ipp.c:9792
-#: scheduler/ipp.c:10405
+#: scheduler/ipp.c:2981 scheduler/ipp.c:3391 scheduler/ipp.c:3929
+#: scheduler/ipp.c:6471 scheduler/ipp.c:6618 scheduler/ipp.c:8131
+#: scheduler/ipp.c:9275 scheduler/ipp.c:9499 scheduler/ipp.c:9850
+#: scheduler/ipp.c:10533
 msgid "Got a printer-uri attribute but no job-id."
 msgstr ""
 
-#: cups/ppd-cache.c:4208
+#: cups/ppd-cache.c:4223
 msgid "GrayScale"
 msgstr ""
 
-#: cups/ppd-cache.c:4177 cups/ppd-cache.c:4188 ppdc/sample.c:285
+#: cups/ppd-cache.c:4192 cups/ppd-cache.c:4203 ppdc/sample.c:285
 msgid "Grayscale"
 msgstr ""
 
@@ -4599,145 +4597,141 @@ msgstr ""
 msgid "Hash buffer too small."
 msgstr ""
 
-#: cgi-bin/help.c:133
+#: cgi-bin/help.c:135
 msgid "Help file not in index."
 msgstr ""
 
-#: cups/ppd-cache.c:4012 cups/ppd-cache.c:4085 cups/ppd-cache.c:4121
-msgid "High"
+#: backend/ipp.c:416
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
-#: cups/ipp.c:2781 cups/ipp.c:2797 cups/ipp.c:2811
+#: cups/ipp.c:2762 cups/ipp.c:2778 cups/ipp.c:2792
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr ""
 
-#: scheduler/ipp.c:2711
+#: scheduler/ipp.c:2657
 msgid "IPP Everywhere driver requires an IPP connection."
 msgstr ""
 
-#: cups/ipp.c:2762
+#: cups/ipp.c:2743
 msgid "IPP attribute has no name."
 msgstr ""
 
-#: cups/ipp.c:6015
+#: cups/ipp.c:5994
 msgid "IPP attribute is not a member of the message."
 msgstr ""
 
-#: cups/ipp.c:3104
+#: cups/ipp.c:3085
 msgid "IPP begCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2929
+#: cups/ipp.c:2910
 msgid "IPP boolean value not 1 byte."
 msgstr ""
 
-#: cups/ipp.c:2987
+#: cups/ipp.c:2968
 msgid "IPP date value not 11 bytes."
 msgstr ""
 
-#: cups/ipp.c:3119
+#: cups/ipp.c:3100
 msgid "IPP endCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2907
+#: cups/ipp.c:2888
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2686
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr ""
-
-#: cups/ipp.c:2905
+#: cups/ipp.c:2886
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3068
+#: cups/ipp.c:3049
 msgid "IPP language length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3074
+#: cups/ipp.c:3055
 msgid "IPP language length too large."
 msgstr ""
 
-#: cups/ipp.c:2831
+#: cups/ipp.c:2812
 msgid "IPP member attribute outside of collection."
 msgstr ""
 
-#: cups/ipp.c:2825
+#: cups/ipp.c:2806
 msgid "IPP member name is not empty."
 msgstr ""
 
-#: cups/ipp.c:3139
+#: cups/ipp.c:3120
 msgid "IPP memberName value is empty."
 msgstr ""
 
-#: cups/ipp.c:3133
+#: cups/ipp.c:3114
 msgid "IPP memberName with no attribute."
 msgstr ""
 
-#: cups/ipp.c:2744
+#: cups/ipp.c:2725
 msgid "IPP name larger than 32767 bytes."
 msgstr ""
 
-#: cups/ipp.c:3043
+#: cups/ipp.c:3024
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3163
+#: cups/ipp.c:3144
 msgid "IPP octetString length too large."
 msgstr ""
 
-#: cups/ipp.c:3021
+#: cups/ipp.c:3002
 msgid "IPP rangeOfInteger value not 8 bytes."
 msgstr ""
 
-#: cups/ipp.c:3002
+#: cups/ipp.c:2983
 msgid "IPP resolution value not 9 bytes."
 msgstr ""
 
-#: cups/ipp.c:3089
+#: cups/ipp.c:3070
 msgid "IPP string length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3041
+#: cups/ipp.c:3022
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2893
+#: cups/ipp.c:2874
 msgid "IPP value larger than 32767 bytes."
 msgstr ""
 
-#: tools/ippfind.c:2058
+#: tools/ippfind.c:2061
 msgid "IPPFIND_SERVICE_DOMAIN  Domain name"
 msgstr ""
 
-#: tools/ippfind.c:2059
+#: tools/ippfind.c:2062
 msgid ""
 "IPPFIND_SERVICE_HOSTNAME\n"
 "                        Fully-qualified domain name"
 msgstr ""
 
-#: tools/ippfind.c:2061
+#: tools/ippfind.c:2064
 msgid "IPPFIND_SERVICE_NAME    Service instance name"
 msgstr ""
 
-#: tools/ippfind.c:2062
+#: tools/ippfind.c:2065
 msgid "IPPFIND_SERVICE_PORT    Port number"
 msgstr ""
 
-#: tools/ippfind.c:2063
+#: tools/ippfind.c:2066
 msgid "IPPFIND_SERVICE_REGTYPE DNS-SD registration type"
 msgstr ""
 
-#: tools/ippfind.c:2064
+#: tools/ippfind.c:2067
 msgid "IPPFIND_SERVICE_SCHEME  URI scheme"
 msgstr ""
 
-#: tools/ippfind.c:2065
+#: tools/ippfind.c:2068
 msgid "IPPFIND_SERVICE_URI     URI"
 msgstr ""
 
-#: tools/ippfind.c:2066
+#: tools/ippfind.c:2069
 msgid "IPPFIND_TXT_*           Value of TXT record key"
 msgstr ""
 
@@ -4745,23 +4739,23 @@ msgstr ""
 msgid "ISOLatin1"
 msgstr ""
 
-#: cups/ppd.c:300
+#: cups/ppd.c:298
 msgid "Illegal control character"
 msgstr ""
 
-#: cups/ppd.c:301
+#: cups/ppd.c:299
 msgid "Illegal main keyword string"
 msgstr ""
 
-#: cups/ppd.c:302
+#: cups/ppd.c:300
 msgid "Illegal option keyword string"
 msgstr ""
 
-#: cups/ppd.c:303
+#: cups/ppd.c:301
 msgid "Illegal translation string"
 msgstr ""
 
-#: cups/ppd.c:304
+#: cups/ppd.c:302
 msgid "Illegal whitespace character"
 msgstr ""
 
@@ -4781,11 +4775,11 @@ msgstr ""
 msgid "Intellitech"
 msgstr ""
 
-#: cups/http-support.c:1391
+#: cups/http-support.c:1398
 msgid "Internal Server Error"
 msgstr ""
 
-#: cups/ppd.c:291
+#: cups/ppd.c:289
 msgid "Internal error"
 msgstr ""
 
@@ -4797,11 +4791,11 @@ msgstr ""
 msgid "Internet Postage 3-Part"
 msgstr ""
 
-#: backend/ipp.c:308
+#: backend/ipp.c:303
 msgid "Internet Printing Protocol"
 msgstr ""
 
-#: cups/json.c:724 cups/json.c:1101
+#: cups/json.c:725 cups/json.c:1102
 msgid "Invalid JSON data."
 msgstr ""
 
@@ -4813,7 +4807,7 @@ msgstr ""
 msgid "Invalid form data."
 msgstr ""
 
-#: cups/ipp.c:2702 cups/ipp.c:2711
+#: cups/ipp.c:2683 cups/ipp.c:2692
 msgid "Invalid group tag."
 msgstr ""
 
@@ -4821,24 +4815,24 @@ msgstr ""
 msgid "Invalid media name arguments."
 msgstr ""
 
-#: cups/dest-options.c:1492 cups/dest-options.c:1564
+#: cups/dest-options.c:1537 cups/dest-options.c:1609
 msgid "Invalid media size."
 msgstr ""
 
-#: cups/ipp.c:2753
+#: cups/ipp.c:2734
 msgid "Invalid named IPP attribute in collection."
 msgstr ""
 
-#: scheduler/ipp.c:2732 scheduler/ipp.c:7229
+#: scheduler/ipp.c:2691 scheduler/ipp.c:7286
 msgid "Invalid ppd-name value."
 msgstr ""
 
-#: filter/commandtops.c:108
+#: filter/commandtops.c:109
 #, c-format
 msgid "Invalid printer command \"%s\"."
 msgstr ""
 
-#: cups/ppd.c:1399
+#: cups/ppd.c:1397
 msgid "JCL"
 msgstr ""
 
@@ -4898,101 +4892,101 @@ msgstr ""
 msgid "JIS B9"
 msgstr ""
 
-#: cups/json.c:665
+#: cups/json.c:666
 msgid "JSON file too large."
 msgstr ""
 
-#: scheduler/ipp.c:9513
+#: scheduler/ipp.c:9571
 #, c-format
 msgid "Job #%d cannot be restarted - no files."
 msgstr ""
 
-#: scheduler/ipp.c:3062 scheduler/ipp.c:3296 scheduler/ipp.c:3355
-#: scheduler/ipp.c:3534 scheduler/ipp.c:3980 scheduler/ipp.c:6073
-#: scheduler/ipp.c:6454 scheduler/ipp.c:6601 scheduler/ipp.c:6938
-#: scheduler/ipp.c:7915 scheduler/ipp.c:7937 scheduler/ipp.c:8115
-#: scheduler/ipp.c:8343 scheduler/ipp.c:8386 scheduler/ipp.c:9257
-#: scheduler/ipp.c:9481 scheduler/ipp.c:9832 scheduler/ipp.c:10445
+#: scheduler/ipp.c:3021 scheduler/ipp.c:3255 scheduler/ipp.c:3314
+#: scheduler/ipp.c:3493 scheduler/ipp.c:3939 scheduler/ipp.c:6130
+#: scheduler/ipp.c:6511 scheduler/ipp.c:6658 scheduler/ipp.c:6995
+#: scheduler/ipp.c:7972 scheduler/ipp.c:7994 scheduler/ipp.c:8172
+#: scheduler/ipp.c:8400 scheduler/ipp.c:8443 scheduler/ipp.c:9315
+#: scheduler/ipp.c:9539 scheduler/ipp.c:9890 scheduler/ipp.c:10573
 #, c-format
 msgid "Job #%d does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:3566
+#: scheduler/ipp.c:3525
 #, c-format
 msgid "Job #%d is already aborted - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3560
+#: scheduler/ipp.c:3519
 #, c-format
 msgid "Job #%d is already canceled - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3572
+#: scheduler/ipp.c:3531
 #, c-format
 msgid "Job #%d is already completed - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:8141 scheduler/ipp.c:8428 scheduler/ipp.c:10460
+#: scheduler/ipp.c:8198 scheduler/ipp.c:8485 scheduler/ipp.c:10588
 #, c-format
 msgid "Job #%d is finished and cannot be altered."
 msgstr ""
 
-#: scheduler/ipp.c:9495
+#: scheduler/ipp.c:9553
 #, c-format
 msgid "Job #%d is not complete."
 msgstr ""
 
-#: scheduler/ipp.c:3077
+#: scheduler/ipp.c:3036
 #, c-format
 msgid "Job #%d is not held for authentication."
 msgstr ""
 
-#: scheduler/ipp.c:9271
+#: scheduler/ipp.c:9329
 #, c-format
 msgid "Job #%d is not held."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1029
+#: cgi-bin/ipp-var.c:1031
 msgid "Job Completed"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1027
+#: cgi-bin/ipp-var.c:1029
 msgid "Job Created"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1033
+#: cgi-bin/ipp-var.c:1035
 msgid "Job Options Changed"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1031
+#: cgi-bin/ipp-var.c:1033
 msgid "Job Stopped"
 msgstr ""
 
-#: scheduler/ipp.c:10574
+#: scheduler/ipp.c:10702
 msgid "Job is completed and cannot be changed."
 msgstr ""
 
-#: cgi-bin/jobs.c:186
+#: cgi-bin/jobs.c:188
 msgid "Job operation failed"
 msgstr ""
 
-#: scheduler/ipp.c:10610 scheduler/ipp.c:10627 scheduler/ipp.c:10638
+#: scheduler/ipp.c:10738 scheduler/ipp.c:10755 scheduler/ipp.c:10766
 msgid "Job state cannot be changed."
 msgstr ""
 
-#: scheduler/ipp.c:9361
+#: scheduler/ipp.c:9419
 msgid "Job subscriptions cannot be renewed."
 msgstr ""
 
-#: cgi-bin/jobs.c:91 cgi-bin/jobs.c:102 cgi-bin/jobs.c:183
+#: cgi-bin/jobs.c:93 cgi-bin/jobs.c:104 cgi-bin/jobs.c:185
 msgid "Jobs"
 msgstr ""
 
-#: backend/lpd.c:155
+#: backend/lpd.c:156
 msgid "LPD/LPR Host or Printer"
 msgstr ""
 
-#: cups/dest.c:1764
+#: cups/dest.c:1766
 msgid "LPDEST environment variable names default destination that does not exist."
 msgstr ""
 
@@ -5004,7 +4998,7 @@ msgstr ""
 msgid "Label Top"
 msgstr ""
 
-#: scheduler/ipp.c:2070 scheduler/ipp.c:5977
+#: scheduler/ipp.c:2016 scheduler/ipp.c:6034
 #, c-format
 msgid "Language \"%s\" not supported."
 msgstr ""
@@ -5029,24 +5023,24 @@ msgstr ""
 msgid "Light"
 msgstr ""
 
-#: cups/ppd.c:299
+#: cups/ppd.c:297
 msgid "Line longer than the maximum allowed (255 characters)"
 msgstr ""
 
-#: cgi-bin/admin.c:1956
+#: cgi-bin/admin.c:1949
 msgid "List Available Printers"
 msgstr ""
 
-#: tools/ippeveprinter.c:1588
+#: tools/ippeveprinter.c:1589
 #, c-format
 msgid "Listening on port %d."
 msgstr ""
 
-#: scheduler/ipp.c:5689
+#: scheduler/ipp.c:5511
 msgid "Local printer created."
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:274
+#: ppdc/sample.c:274
 msgid "Long-Edge (Portrait)"
 msgstr ""
 
@@ -5058,11 +5052,11 @@ msgstr ""
 msgid "Manual Feed"
 msgstr ""
 
-#: cups/ppd.c:801 cups/ppd.c:1336
+#: cups/ppd.c:799 cups/ppd.c:1334
 msgid "Media Size"
 msgstr ""
 
-#: cups/ppd.c:805 cups/ppd.c:1340 ppdc/sample.c:243
+#: cups/ppd.c:803 cups/ppd.c:1338 ppdc/sample.c:243
 msgid "Media Source"
 msgstr ""
 
@@ -5070,7 +5064,7 @@ msgstr ""
 msgid "Media Tracking"
 msgstr ""
 
-#: cups/ppd.c:803 cups/ppd.c:1338 ppdc/sample.c:290
+#: cups/ppd.c:801 cups/ppd.c:1336 ppdc/sample.c:290
 msgid "Media Type"
 msgstr ""
 
@@ -5078,37 +5072,36 @@ msgstr ""
 msgid "Medium"
 msgstr ""
 
-#: cups/ppd.c:288
+#: cups/ppd.c:286
 msgid "Memory allocation error"
 msgstr ""
 
-#: cups/ppd.c:308
+#: cups/ppd.c:306
 msgid "Missing CloseGroup"
 msgstr ""
 
-#: cups/ppd.c:310
+#: cups/ppd.c:308
 msgid "Missing CloseUI/JCLCloseUI"
 msgstr ""
 
-#: cups/ppd.c:289
+#: cups/ppd.c:287
 msgid "Missing PPD-Adobe-4.x header"
 msgstr ""
 
-#: cups/ppd.c:298
+#: cups/ppd.c:296
 msgid "Missing asterisk in column 1"
 msgstr ""
 
-#: scheduler/ipp.c:6477
+#: scheduler/ipp.c:6534
 msgid "Missing document-number attribute."
 msgstr ""
 
-#: cgi-bin/admin.c:502 cgi-bin/admin.c:1804 cgi-bin/admin.c:1889
-#: cgi-bin/admin.c:2295 cgi-bin/admin.c:2549 cgi-bin/admin.c:2660
-#: cgi-bin/admin.c:3373
+#: cgi-bin/admin.c:495 cgi-bin/admin.c:1797 cgi-bin/admin.c:1882
+#: cgi-bin/admin.c:2300 cgi-bin/admin.c:2554 cgi-bin/admin.c:2665
 msgid "Missing form variable"
 msgstr ""
 
-#: scheduler/ipp.c:9886
+#: scheduler/ipp.c:9938
 msgid "Missing last-document attribute in request."
 msgstr ""
 
@@ -5120,36 +5113,36 @@ msgstr ""
 msgid "Missing media-size in media-col."
 msgstr ""
 
-#: scheduler/ipp.c:7079
+#: scheduler/ipp.c:7136
 msgid "Missing notify-subscription-ids attribute."
 msgstr ""
 
-#: cups/ppd.c:306
+#: cups/ppd.c:304
 msgid "Missing option keyword"
 msgstr ""
 
-#: scheduler/ipp.c:3203 scheduler/ipp.c:3228
+#: scheduler/ipp.c:3162 scheduler/ipp.c:3187
 msgid "Missing requesting-user-name attribute."
 msgstr ""
 
-#: scheduler/ipp.c:5539 scheduler/ipp.c:5565
+#: scheduler/ipp.c:5585 scheduler/ipp.c:5611
 #, c-format
 msgid "Missing required attribute \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:349
+#: scheduler/ipp.c:350
 msgid "Missing required attributes."
 msgstr ""
 
-#: cups/http-support.c:1496
+#: cups/http-support.c:1503
 msgid "Missing resource in URI"
 msgstr ""
 
-#: cups/http-support.c:1490
+#: cups/http-support.c:1497
 msgid "Missing scheme in URI"
 msgstr ""
 
-#: cups/ppd.c:290
+#: cups/ppd.c:288
 msgid "Missing value string"
 msgstr ""
 
@@ -5170,39 +5163,39 @@ msgid ""
 "        device-id = %s"
 msgstr ""
 
-#: tools/ippfind.c:2036
+#: tools/ippfind.c:2039
 msgid "Modifiers:"
 msgstr ""
 
-#: cgi-bin/admin.c:336
+#: cgi-bin/admin.c:329
 msgid "Modify Class"
 msgstr ""
 
-#: cgi-bin/admin.c:650
+#: cgi-bin/admin.c:643
 msgid "Modify Printer"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:404 cgi-bin/ipp-var.c:495
+#: cgi-bin/ipp-var.c:406 cgi-bin/ipp-var.c:497
 msgid "Move All Jobs"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:343 cgi-bin/ipp-var.c:402 cgi-bin/ipp-var.c:493
+#: cgi-bin/ipp-var.c:345 cgi-bin/ipp-var.c:404 cgi-bin/ipp-var.c:495
 msgid "Move Job"
 msgstr ""
 
-#: cups/http-support.c:1345
+#: cups/http-support.c:1352
 msgid "Moved Permanently"
 msgstr ""
 
-#: cups/ppd.c:287
+#: cups/ppd.c:285
 msgid "NULL PPD file pointer"
 msgstr ""
 
-#: cups/snmp.c:980
+#: cups/snmp.c:985
 msgid "Name OID uses indefinite length"
 msgstr ""
 
-#: scheduler/ipp.c:1058
+#: scheduler/ipp.c:1004
 msgid "Nested classes are not allowed."
 msgstr ""
 
@@ -5218,121 +5211,125 @@ msgstr ""
 msgid "New credentials are older than stored credentials."
 msgstr ""
 
-#: cups/ppd.c:2023
+#: cups/ppd.c:2021
 msgid "No"
 msgstr ""
 
-#: cups/http-support.c:1342
+#: cups/http-support.c:1349
 msgid "No Content"
 msgstr ""
 
-#: cups/ppd-cache.c:3192
+#: cups/ppd-cache.c:3235
 msgid "No IPP attributes."
 msgstr ""
 
-#: cups/ppd-util.c:489
+#: cups/ppd-util.c:490
 msgid "No PPD name"
 msgstr ""
 
-#: cups/snmp.c:974
+#: cups/snmp.c:979
 msgid "No VarBind SEQUENCE"
 msgstr ""
 
-#: cups/request.c:578 cups/request.c:945
+#: cups/request.c:583 cups/request.c:950
 msgid "No active connection"
 msgstr ""
 
-#: cups/request.c:359
+#: cups/request.c:364
 msgid "No active connection."
 msgstr ""
 
-#: scheduler/ipp.c:3483
+#: scheduler/ipp.c:3442
 #, c-format
 msgid "No active jobs on %s."
 msgstr ""
 
-#: scheduler/ipp.c:209
+#: scheduler/ipp.c:210
 msgid "No attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:3104
+#: scheduler/ipp.c:3063
 msgid "No authentication information provided."
 msgstr ""
 
-#: cups/snmp.c:931
+#: cups/snmp.c:936
 msgid "No community name"
 msgstr ""
 
-#: cups/dest.c:1768 cups/dest.c:1780
+#: cups/dest.c:1770 cups/dest.c:1782
 msgid "No default destination."
 msgstr ""
 
-#: scheduler/ipp.c:6277
+#: scheduler/ipp.c:6334
 msgid "No default printer."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:415 scheduler/ipp.c:7660
+#: cgi-bin/ipp-var.c:417 scheduler/ipp.c:7717
 msgid "No destinations added."
 msgstr ""
 
-#: backend/usb.c:179
+#: backend/usb.c:180
 msgid "No device URI found in argv[0] or in DEVICE_URI environment variable."
 msgstr ""
 
-#: cups/snmp.c:961
+#: cups/snmp.c:966
 msgid "No error-index"
 msgstr ""
 
-#: cups/snmp.c:953
+#: cups/snmp.c:958
 msgid "No error-status"
 msgstr ""
 
-#: scheduler/ipp.c:8633 scheduler/ipp.c:9900
+#: scheduler/ipp.c:8684 scheduler/ipp.c:9952
 msgid "No file in print request."
 msgstr ""
 
-#: cups/ppd-util.c:159
+#: cups/ppd-util.c:160
 msgid "No modification time"
 msgstr ""
 
-#: cups/snmp.c:978
+#: cups/snmp.c:983
 msgid "No name OID"
 msgstr ""
 
-#: filter/rastertoepson.c:1152 filter/rastertohp.c:824
-#: filter/rastertolabel.c:1281
+#: filter/rastertoepson.c:1153 filter/rastertohp.c:825
+#: filter/rastertolabel.c:1282
 msgid "No pages were found."
 msgstr ""
 
-#: cups/ppd-util.c:152
+#: cups/ppd-util.c:153
 msgid "No printer name"
 msgstr ""
 
-#: cups/ppd-util.c:657
+#: cups/ppd-util.c:658
 msgid "No printer-uri found"
 msgstr ""
 
-#: cups/ppd-util.c:641
+#: cups/ppd-util.c:642
 msgid "No printer-uri found for class"
 msgstr ""
 
-#: scheduler/ipp.c:6684
+#: scheduler/ipp.c:6741
 msgid "No printer-uri in request."
 msgstr ""
 
-#: cups/http.c:2004
+#: cups/ppd-cache.c:3241
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
+#: cups/http.c:2006
 msgid "No request URI."
 msgstr ""
 
-#: cups/http.c:2021
+#: cups/http.c:2023
 msgid "No request protocol version."
 msgstr ""
 
-#: cups/request.c:367
+#: cups/request.c:372
 msgid "No request sent."
 msgstr ""
 
-#: cups/snmp.c:945
+#: cups/snmp.c:950
 msgid "No request-id"
 msgstr ""
 
@@ -5340,19 +5337,19 @@ msgstr ""
 msgid "No stored credentials, not valid for name."
 msgstr ""
 
-#: scheduler/ipp.c:5865
+#: scheduler/ipp.c:5922
 msgid "No subscription attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:8014
+#: scheduler/ipp.c:8071
 msgid "No subscriptions found."
 msgstr ""
 
-#: cups/snmp.c:969
+#: cups/snmp.c:974
 msgid "No variable-bindings SEQUENCE"
 msgstr ""
 
-#: cups/snmp.c:924
+#: cups/snmp.c:929
 msgid "No version number"
 msgstr ""
 
@@ -5364,21 +5361,15 @@ msgstr ""
 msgid "Non-continuous (Web sensing)"
 msgstr ""
 
-#: cups/ppd-cache.c:4515 cups/ppd-cache.c:4593 cups/ppd-cache.c:4681
-#: cups/ppd-cache.c:4771 cups/ppd-cache.c:4818
-msgid "None"
-msgstr ""
-
-#: cups/ppd-cache.c:4008 cups/ppd-cache.c:4079 cups/ppd-cache.c:4117
 #: ppdc/sample.c:249
 msgid "Normal"
 msgstr ""
 
-#: cups/http-support.c:1367
+#: cups/http-support.c:1374
 msgid "Not Found"
 msgstr ""
 
-#: cups/http-support.c:1379
+#: cups/http-support.c:1386
 msgid "Not Implemented"
 msgstr ""
 
@@ -5386,15 +5377,15 @@ msgstr ""
 msgid "Not Installed"
 msgstr ""
 
-#: cups/http-support.c:1354
+#: cups/http-support.c:1361
 msgid "Not Modified"
 msgstr ""
 
-#: cups/http-support.c:1382
+#: cups/http-support.c:1389
 msgid "Not Supported"
 msgstr ""
 
-#: scheduler/ipp.c:1510 scheduler/ipp.c:11164
+#: scheduler/ipp.c:1456 scheduler/ipp.c:11330
 msgid "Not allowed to print."
 msgstr ""
 
@@ -5402,11 +5393,11 @@ msgstr ""
 msgid "Note"
 msgstr ""
 
-#: cups/http-support.c:1333 cups/http-support.c:1487 cups/ppd.c:285
+#: cups/http-support.c:1340 cups/http-support.c:1494 cups/ppd.c:283
 msgid "OK"
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:273
+#: ppdc/sample.c:273
 msgid "Off (1-Sided)"
 msgstr ""
 
@@ -5414,15 +5405,15 @@ msgstr ""
 msgid "Oki"
 msgstr ""
 
-#: cgi-bin/help.c:81 cgi-bin/help.c:122 cgi-bin/help.c:132 cgi-bin/help.c:162
+#: cgi-bin/help.c:83 cgi-bin/help.c:124 cgi-bin/help.c:134 cgi-bin/help.c:164
 msgid "Online Help"
 msgstr ""
 
-#: cups/dnssd.c:1333
+#: cups/dnssd.c:1484
 msgid "Only WGS-84 coordinates are supported."
 msgstr ""
 
-#: scheduler/ipp.c:5518
+#: scheduler/ipp.c:5564
 msgid "Only local users can create a local printer."
 msgstr ""
 
@@ -5431,43 +5422,43 @@ msgstr ""
 msgid "Open of %s failed: %s"
 msgstr ""
 
-#: cups/ppd.c:293
+#: cups/ppd.c:291
 msgid "OpenGroup without a CloseGroup first"
 msgstr ""
 
-#: cups/ppd.c:295
+#: cups/ppd.c:293
 msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"
 msgstr ""
 
-#: cgi-bin/admin.c:3144
+#: cgi-bin/admin.c:3149
 msgid "Operation Policy"
 msgstr ""
 
-#: filter/pstops.c:2166
+#: filter/pstops.c:2167
 #, c-format
 msgid "Option \"%s\" cannot be included via %%%%IncludeFeature."
 msgstr ""
 
-#: cgi-bin/admin.c:2791 cgi-bin/admin.c:2875
+#: cgi-bin/admin.c:2796 cgi-bin/admin.c:2880
 msgid "Options Installed"
 msgstr ""
 
 #: berkeley/lpq.c:639 berkeley/lpr.c:433 berkeley/lprm.c:236
-#: scheduler/cupsfilter.c:1537 scheduler/main.c:2081 systemv/cancel.c:402
-#: systemv/cupsaccept.c:240 systemv/cupsctl.c:228 systemv/cupstestppd.c:3856
+#: scheduler/cupsfilter.c:1548 scheduler/main.c:2074 systemv/cancel.c:402
+#: systemv/cupsaccept.c:240 systemv/cupsctl.c:229 systemv/cupstestppd.c:3857
 #: systemv/lp.c:753 systemv/lpadmin.c:1516 systemv/lpinfo.c:494
-#: systemv/lpmove.c:212 systemv/lpoptions.c:538 systemv/lpstat.c:2074
-#: tools/ippeveprinter.c:6867 tools/ippfind.c:1998 tools/ipptool.c:6447
-#: ppdc/ppdc.cxx:425 ppdc/ppdhtml.cxx:172 ppdc/ppdi.cxx:118
-#: ppdc/ppdmerge.cxx:355 ppdc/ppdpo.cxx:242
+#: systemv/lpmove.c:212 systemv/lpoptions.c:539 systemv/lpstat.c:2079
+#: tools/ippeveprinter.c:6887 tools/ippfind.c:2001 tools/ipptool.c:6448
+#: ppdc/ppdc.cxx:426 ppdc/ppdhtml.cxx:173 ppdc/ppdi.cxx:119
+#: ppdc/ppdmerge.cxx:356 ppdc/ppdpo.cxx:243
 msgid "Options:"
 msgstr ""
 
-#: cups/dest-localization.c:170
+#: cups/dest-localization.c:171
 msgid "Other Media"
 msgstr ""
 
-#: cups/dest-localization.c:168
+#: cups/dest-localization.c:169
 msgid "Other Tray"
 msgstr ""
 
@@ -5475,11 +5466,11 @@ msgstr ""
 msgid "Out of date PPD cache file."
 msgstr ""
 
-#: cups/ppd-cache.c:2018
+#: cups/ppd-cache.c:2069
 msgid "Out of memory."
 msgstr ""
 
-#: cups/ppd.c:807 cups/ppd.c:1342
+#: cups/ppd.c:805 cups/ppd.c:1340
 msgid "Output Mode"
 msgstr ""
 
@@ -5511,15 +5502,15 @@ msgstr ""
 msgid "PRC32K Oversize Long Edge"
 msgstr ""
 
-#: cups/dest.c:1766
+#: cups/dest.c:1768
 msgid "PRINTER environment variable names default destination that does not exist."
 msgstr ""
 
-#: cups/snmp.c:941
+#: cups/snmp.c:946
 msgid "Packet does not contain a Get-Response-PDU"
 msgstr ""
 
-#: cups/snmp.c:920
+#: cups/snmp.c:925
 msgid "Packet does not start with SEQUENCE"
 msgstr ""
 
@@ -5536,11 +5527,11 @@ msgstr ""
 msgid "Password for %s on %s? "
 msgstr ""
 
-#: cgi-bin/classes.c:153
+#: cgi-bin/classes.c:155
 msgid "Pause Class"
 msgstr ""
 
-#: cgi-bin/printers.c:156
+#: cgi-bin/printers.c:158
 msgid "Pause Printer"
 msgstr ""
 
@@ -5560,11 +5551,11 @@ msgstr ""
 msgid "Plain Paper"
 msgstr ""
 
-#: cgi-bin/admin.c:2809 cgi-bin/admin.c:3093
+#: cgi-bin/admin.c:2814 cgi-bin/admin.c:3098
 msgid "Policies"
 msgstr ""
 
-#: cgi-bin/admin.c:2816 cgi-bin/admin.c:3162 cgi-bin/admin.c:3175
+#: cgi-bin/admin.c:2821 cgi-bin/admin.c:3167 cgi-bin/admin.c:3180
 msgid "Port Monitor"
 msgstr ""
 
@@ -5588,7 +5579,7 @@ msgstr ""
 msgid "Postcard Long Edge"
 msgstr ""
 
-#: backend/ipp.c:963 backend/ipp.c:971
+#: backend/ipp.c:968 backend/ipp.c:976
 msgid "Preparing to print."
 msgstr ""
 
@@ -5596,7 +5587,7 @@ msgstr ""
 msgid "Print Density"
 msgstr ""
 
-#: cups/notify.c:69
+#: cups/notify.c:70
 msgid "Print Job:"
 msgstr ""
 
@@ -5604,15 +5595,11 @@ msgstr ""
 msgid "Print Mode"
 msgstr ""
 
-#: cups/ppd-cache.c:3996 cups/ppd-cache.c:4068 cups/ppd-cache.c:4110
-msgid "Print Quality"
-msgstr ""
-
 #: ppdc/sample.c:388
 msgid "Print Rate"
 msgstr ""
 
-#: cgi-bin/printers.c:165
+#: cgi-bin/printers.c:167
 msgid "Print Self-Test Page"
 msgstr ""
 
@@ -5620,7 +5607,7 @@ msgstr ""
 msgid "Print Speed"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:771
+#: cgi-bin/ipp-var.c:773
 msgid "Print Test Page"
 msgstr ""
 
@@ -5632,28 +5619,28 @@ msgstr ""
 msgid "Print and Tear"
 msgstr ""
 
-#: backend/socket.c:398 backend/usb-unix.c:177
+#: backend/socket.c:399 backend/usb-unix.c:178
 msgid "Print file sent."
 msgstr ""
 
-#: backend/ipp.c:2270
+#: backend/ipp.c:2285
 msgid "Print job canceled at printer."
 msgstr ""
 
-#: backend/ipp.c:2262
+#: backend/ipp.c:2277
 msgid "Print job too large."
 msgstr ""
 
-#: backend/ipp.c:1722
+#: backend/ipp.c:1737
 msgid "Print job was not accepted."
 msgstr ""
 
-#: scheduler/ipp.c:5593
+#: scheduler/ipp.c:5640 scheduler/ipp.c:5649
 #, c-format
 msgid "Printer \"%s\" already exists."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1021
+#: cgi-bin/ipp-var.c:1023
 msgid "Printer Added"
 msgstr ""
 
@@ -5661,15 +5648,15 @@ msgstr ""
 msgid "Printer Default"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1025
+#: cgi-bin/ipp-var.c:1027
 msgid "Printer Deleted"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1023
+#: cgi-bin/ipp-var.c:1025
 msgid "Printer Modified"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1019
+#: cgi-bin/ipp-var.c:1021
 msgid "Printer Paused"
 msgstr ""
 
@@ -5677,41 +5664,37 @@ msgstr ""
 msgid "Printer Settings"
 msgstr ""
 
-#: backend/ipp.c:2265
+#: backend/ipp.c:2280
 msgid "Printer cannot print supplied content."
 msgstr ""
 
-#: backend/ipp.c:2268
+#: backend/ipp.c:2283
 msgid "Printer cannot print with supplied options."
 msgstr ""
 
-#: cups/ppd-cache.c:5056
+#: cups/ppd-cache.c:5085
 msgid "Printer does not support required IPP attributes or document formats."
 msgstr ""
 
-#: cups/notify.c:113
+#: cups/notify.c:114
 msgid "Printer:"
 msgstr ""
 
-#: cgi-bin/printers.c:190 cgi-bin/printers.c:317
+#: cgi-bin/printers.c:192 cgi-bin/printers.c:319
 msgid "Printers"
 msgstr ""
 
-#: filter/rastertoepson.c:1098 filter/rastertohp.c:766
-#: filter/rastertolabel.c:1228
+#: filter/rastertoepson.c:1099 filter/rastertohp.c:767
+#: filter/rastertolabel.c:1229
 #, c-format
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-#: cups/ppd-cache.c:4678
-msgid "Punch"
-msgstr ""
-
 #: ppdc/sample.c:155
 msgid "Quarto"
 msgstr ""
 
-#: scheduler/ipp.c:1505 scheduler/ipp.c:11159
+#: scheduler/ipp.c:1451 scheduler/ipp.c:11325
 msgid "Quota limit reached."
 msgstr ""
 
@@ -5719,16 +5702,16 @@ msgstr ""
 msgid "Rank    Owner   Job     File(s)                         Total Size"
 msgstr ""
 
-#: cgi-bin/classes.c:157 cgi-bin/printers.c:160
+#: cgi-bin/classes.c:159 cgi-bin/printers.c:162
 msgid "Reject Jobs"
 msgstr ""
 
-#: backend/lpd.c:1069 backend/lpd.c:1201
+#: backend/lpd.c:1070 backend/lpd.c:1202
 #, c-format
 msgid "Remote host did not accept control file (%d)."
 msgstr ""
 
-#: backend/lpd.c:1154
+#: backend/lpd.c:1155
 #, c-format
 msgid "Remote host did not accept data file (%d)."
 msgstr ""
@@ -5737,19 +5720,19 @@ msgstr ""
 msgid "Reprint After Error"
 msgstr ""
 
-#: cups/http-support.c:1370
+#: cups/http-support.c:1377
 msgid "Request Entity Too Large"
 msgstr ""
 
-#: cups/ppd.c:809 cups/ppd.c:1344 ppdc/sample.c:239
+#: cups/ppd.c:807 cups/ppd.c:1342 ppdc/sample.c:239
 msgid "Resolution"
 msgstr ""
 
-#: cgi-bin/classes.c:151
+#: cgi-bin/classes.c:153
 msgid "Resume Class"
 msgstr ""
 
-#: cgi-bin/printers.c:153
+#: cgi-bin/printers.c:155
 msgid "Resume Printer"
 msgstr ""
 
@@ -5761,11 +5744,11 @@ msgstr ""
 msgid "Rewind"
 msgstr ""
 
-#: cups/snmp.c:922
+#: cups/snmp.c:927
 msgid "SEQUENCE uses indefinite length"
 msgstr ""
 
-#: cups/http-support.c:1394
+#: cups/http-support.c:1401
 msgid "SSL/TLS Negotiation Error"
 msgstr ""
 
@@ -5773,11 +5756,11 @@ msgstr ""
 msgid "Second Roll (DUO/Twin Only)"
 msgstr ""
 
-#: cups/http-support.c:1351
+#: cups/http-support.c:1358
 msgid "See Other"
 msgstr ""
 
-#: scheduler/ipp.c:7283 scheduler/ipp.c:7302
+#: scheduler/ipp.c:7340 scheduler/ipp.c:7359
 msgid "See remote printer."
 msgstr ""
 
@@ -5785,23 +5768,23 @@ msgstr ""
 msgid "Self-signed credentials are blocked."
 msgstr ""
 
-#: backend/usb-darwin.c:570 backend/usb-libusb.c:344
+#: backend/usb-darwin.c:571 backend/usb-libusb.c:344
 msgid "Sending data to printer."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1035
+#: cgi-bin/ipp-var.c:1037
 msgid "Server Restarted"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1041
+#: cgi-bin/ipp-var.c:1043
 msgid "Server Security Auditing"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1037
+#: cgi-bin/ipp-var.c:1039
 msgid "Server Started"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1039
+#: cgi-bin/ipp-var.c:1041
 msgid "Server Stopped"
 msgstr ""
 
@@ -5809,36 +5792,32 @@ msgstr ""
 msgid "Server credentials not set."
 msgstr ""
 
-#: cups/http-support.c:1388
+#: cups/http-support.c:1395
 msgid "Service Unavailable"
 msgstr ""
 
-#: cgi-bin/admin.c:2296 cgi-bin/admin.c:2342 cgi-bin/admin.c:2499
-#: cgi-bin/admin.c:2518
+#: cgi-bin/admin.c:2301 cgi-bin/admin.c:2347 cgi-bin/admin.c:2504
+#: cgi-bin/admin.c:2523
 msgid "Set Allowed Users"
 msgstr ""
 
-#: cgi-bin/admin.c:2545
+#: cgi-bin/admin.c:2550
 msgid "Set As Server Default"
 msgstr ""
 
-#: cgi-bin/admin.c:2645
+#: cgi-bin/admin.c:2650
 msgid "Set Class Options"
 msgstr ""
 
-#: cgi-bin/admin.c:2645 cgi-bin/admin.c:2819 cgi-bin/admin.c:3204
+#: cgi-bin/admin.c:2650 cgi-bin/admin.c:2824 cgi-bin/admin.c:3209
 msgid "Set Printer Options"
 msgstr ""
 
-#: cgi-bin/admin.c:3374 cgi-bin/admin.c:3418 cgi-bin/admin.c:3436
-msgid "Set Publishing"
-msgstr ""
-
 #: ppdc/sample.c:166
 msgid "Shipping Address"
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:275
+#: ppdc/sample.c:275
 msgid "Short-Edge (Landscape)"
 msgstr ""
 
@@ -5846,7 +5825,7 @@ msgstr ""
 msgid "Special Paper"
 msgstr ""
 
-#: backend/lpd.c:1110
+#: backend/lpd.c:1111
 #, c-format
 msgid "Spooling job, %.0f%% complete."
 msgstr ""
@@ -5855,17 +5834,13 @@ msgstr ""
 msgid "Standard"
 msgstr ""
 
-#: cups/ppd-cache.c:4512
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
-#: cgi-bin/admin.c:3065
+#: cgi-bin/admin.c:3070
 msgid "Starting Banner"
 msgstr ""
 
-#: filter/rastertoepson.c:1074 filter/rastertohp.c:742
-#: filter/rastertolabel.c:1204
+#: filter/rastertoepson.c:1075 filter/rastertohp.c:743
+#: filter/rastertolabel.c:1205
 #, c-format
 msgid "Starting page %d."
 msgstr ""
@@ -5874,13 +5849,13 @@ msgstr ""
 msgid "Statement"
 msgstr ""
 
-#: scheduler/ipp.c:3629 scheduler/ipp.c:7095 scheduler/ipp.c:7820
-#: scheduler/ipp.c:9349
+#: scheduler/ipp.c:3588 scheduler/ipp.c:7152 scheduler/ipp.c:7877
+#: scheduler/ipp.c:9407
 #, c-format
 msgid "Subscription #%d does not exist."
 msgstr ""
 
-#: tools/ippfind.c:2047
+#: tools/ippfind.c:2050
 msgid "Substitutions:"
 msgstr ""
 
@@ -5896,7 +5871,7 @@ msgstr ""
 msgid "Super B/A3"
 msgstr ""
 
-#: cups/http-support.c:1330
+#: cups/http-support.c:1337
 msgid "Switching Protocols"
 msgstr ""
 
@@ -5924,149 +5899,149 @@ msgstr ""
 msgid "Tear-Off Adjust Position"
 msgstr ""
 
-#: scheduler/ipp.c:1341
+#: scheduler/ipp.c:1287
 #, c-format
 msgid "The \"%s\" attribute is required for print jobs."
 msgstr ""
 
-#: scheduler/ipp.c:6755 scheduler/ipp.c:6835 scheduler/ipp.c:6848
-#: scheduler/ipp.c:6860 scheduler/ipp.c:6875
+#: scheduler/ipp.c:6812 scheduler/ipp.c:6892 scheduler/ipp.c:6905
+#: scheduler/ipp.c:6917 scheduler/ipp.c:6932
 #, c-format
 msgid "The %s attribute cannot be provided with job-ids."
 msgstr ""
 
-#: scheduler/ipp.c:1320
+#: scheduler/ipp.c:1266
 #, c-format
 msgid "The '%s' Job Status attribute cannot be supplied in a job creation request."
 msgstr ""
 
-#: scheduler/ipp.c:5252
+#: scheduler/ipp.c:5217
 #, c-format
 msgid "The '%s' operation attribute cannot be supplied in a Create-Job request."
 msgstr ""
 
-#: scheduler/ipp.c:7325
+#: scheduler/ipp.c:7382
 #, c-format
 msgid "The PPD file \"%s\" could not be found."
 msgstr ""
 
-#: scheduler/ipp.c:7314
+#: scheduler/ipp.c:7371
 #, c-format
 msgid "The PPD file \"%s\" could not be opened: %s"
 msgstr ""
 
-#: filter/rastertoepson.c:1043 filter/rastertohp.c:713
-#: filter/rastertolabel.c:1168
+#: filter/rastertoepson.c:1044 filter/rastertohp.c:714
+#: filter/rastertolabel.c:1169
 msgid "The PPD file could not be opened."
 msgstr ""
 
-#: cgi-bin/admin.c:515
+#: cgi-bin/admin.c:508
 msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)."
 msgstr ""
 
-#: scheduler/ipp.c:2097
+#: scheduler/ipp.c:2043
 msgid "The notify-lease-duration attribute cannot be used with job subscriptions."
 msgstr ""
 
-#: scheduler/ipp.c:2080 scheduler/ipp.c:5987
+#: scheduler/ipp.c:2026 scheduler/ipp.c:6044
 #, c-format
 msgid "The notify-user-data value is too large (%d > 63 octets)."
 msgstr ""
 
-#: backend/ipp.c:983
+#: backend/ipp.c:988
 msgid "The printer configuration is incorrect or the printer no longer exists."
 msgstr ""
 
-#: backend/lpd.c:670 backend/lpd.c:1062 backend/lpd.c:1144 backend/lpd.c:1194
+#: backend/lpd.c:671 backend/lpd.c:1063 backend/lpd.c:1145 backend/lpd.c:1195
 msgid "The printer did not respond."
 msgstr ""
 
-#: backend/ipp.c:756 backend/ipp.c:946 backend/ipp.c:1060 backend/ipp.c:1514
-#: backend/ipp.c:1694 backend/lpd.c:881 backend/socket.c:346
-#: backend/usb-unix.c:117 backend/usb-unix.c:407 backend/usb-unix.c:490
+#: backend/ipp.c:762 backend/ipp.c:951 backend/ipp.c:1065 backend/ipp.c:1529
+#: backend/ipp.c:1709 backend/lpd.c:882 backend/socket.c:347
+#: backend/usb-unix.c:118 backend/usb-unix.c:408 backend/usb-unix.c:491
 msgid "The printer is in use."
 msgstr ""
 
-#: backend/runloop.c:228 backend/runloop.c:348
+#: backend/runloop.c:229 backend/runloop.c:349
 msgid "The printer is not connected."
 msgstr ""
 
-#: backend/ipp.c:734 backend/ipp.c:767 backend/ipp.c:942 backend/lpd.c:860
-#: backend/lpd.c:901 backend/socket.c:325 backend/socket.c:358
+#: backend/ipp.c:740 backend/ipp.c:773 backend/ipp.c:947 backend/lpd.c:861
+#: backend/lpd.c:902 backend/socket.c:326 backend/socket.c:359
 msgid "The printer is not responding."
 msgstr ""
 
-#: backend/runloop.c:370
+#: backend/runloop.c:371
 msgid "The printer is now connected."
 msgstr ""
 
-#: backend/usb-darwin.c:1346
+#: backend/usb-darwin.c:1347
 msgid "The printer is now online."
 msgstr ""
 
-#: backend/usb-darwin.c:1385
+#: backend/usb-darwin.c:1386
 msgid "The printer is offline."
 msgstr ""
 
-#: backend/ipp.c:750 backend/lpd.c:875 backend/socket.c:340
+#: backend/ipp.c:756 backend/lpd.c:876 backend/socket.c:341
 msgid "The printer is unreachable at this time."
 msgstr ""
 
-#: backend/ipp.c:743 backend/lpd.c:868 backend/socket.c:333
+#: backend/ipp.c:749 backend/lpd.c:869 backend/socket.c:334
 msgid "The printer may not exist or is unavailable at this time."
 msgstr ""
 
-#: cgi-bin/admin.c:699
+#: cgi-bin/admin.c:692
 msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/ \\), quotes (' \"), question mark (?), or the pound sign (#)."
 msgstr ""
 
-#: cups/dest.c:1759 scheduler/ipp.c:764 scheduler/ipp.c:1049
-#: scheduler/ipp.c:3268 scheduler/ipp.c:3449 scheduler/ipp.c:5235
-#: scheduler/ipp.c:5824 scheduler/ipp.c:6155 scheduler/ipp.c:6721
-#: scheduler/ipp.c:7529 scheduler/ipp.c:7585 scheduler/ipp.c:7927
-#: scheduler/ipp.c:8202 scheduler/ipp.c:8291 scheduler/ipp.c:8324
-#: scheduler/ipp.c:8648 scheduler/ipp.c:9059 scheduler/ipp.c:9141
-#: scheduler/ipp.c:10314 scheduler/ipp.c:10776 scheduler/ipp.c:11122
-#: scheduler/ipp.c:11204 scheduler/ipp.c:11538
+#: cups/dest.c:1761 scheduler/ipp.c:710 scheduler/ipp.c:995
+#: scheduler/ipp.c:3227 scheduler/ipp.c:3408 scheduler/ipp.c:5200
+#: scheduler/ipp.c:5881 scheduler/ipp.c:6212 scheduler/ipp.c:6778
+#: scheduler/ipp.c:7586 scheduler/ipp.c:7642 scheduler/ipp.c:7984
+#: scheduler/ipp.c:8259 scheduler/ipp.c:8348 scheduler/ipp.c:8381
+#: scheduler/ipp.c:8699 scheduler/ipp.c:9117 scheduler/ipp.c:9199
+#: scheduler/ipp.c:10442 scheduler/ipp.c:10904 scheduler/ipp.c:11288
+#: scheduler/ipp.c:11370 scheduler/ipp.c:11700
 msgid "The printer or class does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:1261
+#: scheduler/ipp.c:1207
 msgid "The printer or class is not shared."
 msgstr ""
 
-#: scheduler/ipp.c:870 scheduler/ipp.c:2261
+#: scheduler/ipp.c:816 scheduler/ipp.c:2207
 #, c-format
 msgid "The printer-uri \"%s\" contains invalid characters."
 msgstr ""
 
-#: scheduler/ipp.c:3245
+#: scheduler/ipp.c:3204
 msgid "The printer-uri attribute is required."
 msgstr ""
 
-#: scheduler/ipp.c:854
+#: scheduler/ipp.c:800
 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
 msgstr ""
 
-#: scheduler/ipp.c:2245
+#: scheduler/ipp.c:2191
 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
 msgstr ""
 
-#: scheduler/client.c:1981
+#: scheduler/client.c:2002
 msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it."
 msgstr ""
 
-#: scheduler/ipp.c:6819
+#: scheduler/ipp.c:6876
 #, c-format
 msgid "The which-jobs value \"%s\" is not supported."
 msgstr ""
 
-#: scheduler/ipp.c:6084
+#: scheduler/ipp.c:6141
 msgid "There are too many subscriptions."
 msgstr ""
 
-#: backend/usb-darwin.c:402 backend/usb-darwin.c:468 backend/usb-darwin.c:532
-#: backend/usb-darwin.c:553 backend/usb-libusb.c:269 backend/usb-libusb.c:323
+#: backend/usb-darwin.c:403 backend/usb-darwin.c:469 backend/usb-darwin.c:533
+#: backend/usb-darwin.c:554 backend/usb-libusb.c:269 backend/usb-libusb.c:323
 msgid "There was an unrecoverable USB error."
 msgstr ""
 
@@ -6074,16 +6049,16 @@ msgstr ""
 msgid "Thermal Transfer Media"
 msgstr ""
 
-#: scheduler/ipp.c:1499
+#: scheduler/ipp.c:1445
 msgid "Too many active jobs."
 msgstr ""
 
-#: scheduler/ipp.c:1393
+#: scheduler/ipp.c:1339
 #, c-format
 msgid "Too many job-sheets values (%d > 2)."
 msgstr ""
 
-#: scheduler/ipp.c:2586
+#: scheduler/ipp.c:2532
 #, c-format
 msgid "Too many printer-state-reasons values (%d > %d)."
 msgstr ""
@@ -6117,11 +6092,11 @@ msgstr ""
 msgid "Trust on first use is disabled."
 msgstr ""
 
-#: cups/http-support.c:1373
+#: cups/http-support.c:1380
 msgid "URI Too Long"
 msgstr ""
 
-#: cups/http-support.c:1463
+#: cups/http-support.c:1470
 msgid "URI too large"
 msgstr ""
 
@@ -6161,19 +6136,19 @@ msgstr ""
 msgid "US Letter Small"
 msgstr ""
 
-#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1670 cgi-bin/admin.c:1694
+#: cgi-bin/admin.c:1650 cgi-bin/admin.c:1663 cgi-bin/admin.c:1687
 msgid "Unable to access cupsd.conf file"
 msgstr ""
 
-#: cgi-bin/help.c:123
+#: cgi-bin/help.c:125
 msgid "Unable to access help file."
 msgstr ""
 
-#: cgi-bin/admin.c:580
+#: cgi-bin/admin.c:573
 msgid "Unable to add class"
 msgstr ""
 
-#: backend/ipp.c:1887
+#: backend/ipp.c:1902
 msgid "Unable to add document to print job."
 msgstr ""
 
@@ -6182,64 +6157,60 @@ msgstr ""
 msgid "Unable to add extension to X.509 certificate."
 msgstr ""
 
-#: scheduler/ipp.c:1574
+#: scheduler/ipp.c:1520
 #, c-format
 msgid "Unable to add job for destination \"%s\"."
 msgstr ""
 
-#: cgi-bin/admin.c:831 cgi-bin/admin.c:1199
+#: cgi-bin/admin.c:824 cgi-bin/admin.c:1190
 msgid "Unable to add printer"
 msgstr ""
 
-#: scheduler/ipp.c:1179
+#: scheduler/ipp.c:1125
 msgid "Unable to allocate memory for file types."
 msgstr ""
 
-#: filter/pstops.c:407
+#: filter/pstops.c:408
 msgid "Unable to allocate memory for page info"
 msgstr ""
 
-#: filter/pstops.c:401
+#: filter/pstops.c:402
 msgid "Unable to allocate memory for pages array"
 msgstr ""
 
-#: tools/ippeveprinter.c:1500
+#: tools/ippeveprinter.c:1501
 #, c-format
 msgid "Unable to allocate memory for printer: %s"
 msgstr ""
 
-#: backend/ipp.c:2173 backend/ipp.c:2760
+#: backend/ipp.c:2188 backend/ipp.c:2775
 msgid "Unable to cancel print job."
 msgstr ""
 
-#: cgi-bin/admin.c:2500
+#: cgi-bin/admin.c:2505
 msgid "Unable to change printer"
 msgstr ""
 
-#: cgi-bin/admin.c:3419
-msgid "Unable to change printer-is-shared attribute"
-msgstr ""
-
-#: cgi-bin/admin.c:1365 cgi-bin/admin.c:1495
+#: cgi-bin/admin.c:1356 cgi-bin/admin.c:1488
 msgid "Unable to change server settings"
 msgstr ""
 
-#: scheduler/ipp.c:4754
+#: scheduler/ipp.c:4713
 #, c-format
 msgid "Unable to commit PPD file: %s"
 msgstr ""
 
-#: cups/ipp.c:4645
+#: cups/ipp.c:4636
 #, c-format
 msgid "Unable to compile mimeMediaType regular expression: %s."
 msgstr ""
 
-#: cups/ipp.c:4603
+#: cups/ipp.c:4594
 #, c-format
 msgid "Unable to compile naturalLanguage regular expression: %s."
 msgstr ""
 
-#: filter/commandtops.c:401
+#: filter/commandtops.c:402
 msgid "Unable to configure printer options."
 msgstr ""
 
@@ -6247,20 +6218,35 @@ msgstr ""
 msgid "Unable to configure private key context."
 msgstr ""
 
-#: cups/adminutil.c:159 cups/request.c:1082
+#: scheduler/ipp.c:5341
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
+#: cups/adminutil.c:159 cups/request.c:1087
 msgid "Unable to connect to host."
 msgstr ""
 
-#: backend/ipp.c:713 backend/ipp.c:1265 backend/lpd.c:841 backend/socket.c:306
-#: backend/usb-unix.c:103
+#: backend/ipp.c:719 backend/ipp.c:1276 backend/lpd.c:842 backend/socket.c:307
+#: backend/usb-unix.c:104
 msgid "Unable to contact printer, queuing on next printer in class."
 msgstr ""
 
-#: scheduler/ipp.c:2688
+#: scheduler/ipp.c:2634
 #, c-format
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
+#: scheduler/ipp.c:5470
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#: scheduler/ipp.c:5503
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 #: cups/tls-openssl.c:528
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
@@ -6269,11 +6255,11 @@ msgstr ""
 msgid "Unable to create X.509 certificate."
 msgstr ""
 
-#: cups/ppd-util.c:572 cups/util.c:478
+#: cups/ppd-util.c:573 cups/util.c:479
 msgid "Unable to create printer-uri"
 msgstr ""
 
-#: scheduler/ipp.c:5603
+#: scheduler/ipp.c:5660
 msgid "Unable to create printer."
 msgstr ""
 
@@ -6289,73 +6275,73 @@ msgstr ""
 msgid "Unable to create server credentials."
 msgstr ""
 
-#: tools/ippeveprinter.c:597
+#: tools/ippeveprinter.c:596
 #, c-format
 msgid "Unable to create spool directory \"%s\": %s"
 msgstr ""
 
-#: cgi-bin/admin.c:1548 cgi-bin/admin.c:1560 scheduler/cupsfilter.c:1351
+#: cgi-bin/admin.c:1541 cgi-bin/admin.c:1553 scheduler/cupsfilter.c:1362
 msgid "Unable to create temporary file"
 msgstr ""
 
-#: cgi-bin/admin.c:1851
+#: cgi-bin/admin.c:1844
 msgid "Unable to delete class"
 msgstr ""
 
-#: cgi-bin/admin.c:1936
+#: cgi-bin/admin.c:1929
 msgid "Unable to delete printer"
 msgstr ""
 
-#: cgi-bin/classes.c:246 cgi-bin/printers.c:255
+#: cgi-bin/classes.c:248 cgi-bin/printers.c:257
 msgid "Unable to do maintenance command"
 msgstr ""
 
-#: cgi-bin/admin.c:1672
+#: cgi-bin/admin.c:1665
 msgid "Unable to edit cupsd.conf files larger than 1MB"
 msgstr ""
 
-#: tools/ippeveprinter.c:1491
+#: tools/ippeveprinter.c:1492
 #, c-format
 msgid "Unable to execute command \"%s\": %s"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:344
+#: cgi-bin/ipp-var.c:346
 msgid "Unable to find destination for job"
 msgstr ""
 
-#: cups/request.c:386
+#: cups/request.c:391
 msgid "Unable to finish request."
 msgstr ""
 
-#: backend/ipp.c:3428
+#: backend/ipp.c:3443
 msgid "Unable to get backend exit status."
 msgstr ""
 
-#: cgi-bin/classes.c:426
+#: cgi-bin/classes.c:428
 msgid "Unable to get class list"
 msgstr ""
 
-#: cgi-bin/classes.c:525
+#: cgi-bin/classes.c:527
 msgid "Unable to get class status"
 msgstr ""
 
-#: cgi-bin/admin.c:1095
+#: cgi-bin/admin.c:1088
 msgid "Unable to get list of printer drivers"
 msgstr ""
 
-#: cgi-bin/admin.c:2350
+#: cgi-bin/admin.c:2355
 msgid "Unable to get printer attributes"
 msgstr ""
 
-#: cgi-bin/printers.c:443
+#: cgi-bin/printers.c:445
 msgid "Unable to get printer list"
 msgstr ""
 
-#: cgi-bin/printers.c:545
+#: cgi-bin/printers.c:547
 msgid "Unable to get printer status"
 msgstr ""
 
-#: backend/ipp.c:1007
+#: backend/ipp.c:1012
 msgid "Unable to get printer status."
 msgstr ""
 
@@ -6375,127 +6361,137 @@ msgstr ""
 msgid "Unable to load X.509 CA certificate and private key."
 msgstr ""
 
-#: cgi-bin/help.c:82
+#: cgi-bin/help.c:84
 msgid "Unable to load help index."
 msgstr ""
 
-#: backend/network.c:69
+#: backend/network.c:70
 #, c-format
 msgid "Unable to locate printer \"%s\"."
 msgstr ""
 
-#: backend/dnssd.c:745 backend/ipp.c:325 backend/lpd.c:174 backend/socket.c:147
+#: backend/dnssd.c:312 backend/ipp.c:320 backend/lpd.c:175 backend/socket.c:148
 msgid "Unable to locate printer."
 msgstr ""
 
-#: cgi-bin/admin.c:579
+#: cgi-bin/admin.c:572
 msgid "Unable to modify class"
 msgstr ""
 
-#: cgi-bin/admin.c:830 cgi-bin/admin.c:1198
+#: cgi-bin/admin.c:823 cgi-bin/admin.c:1189
 msgid "Unable to modify printer"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:411 cgi-bin/ipp-var.c:500
+#: cgi-bin/ipp-var.c:413 cgi-bin/ipp-var.c:502
 msgid "Unable to move job"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:413 cgi-bin/ipp-var.c:502
+#: cgi-bin/ipp-var.c:415 cgi-bin/ipp-var.c:504
 msgid "Unable to move jobs"
 msgstr ""
 
-#: cgi-bin/admin.c:2696 cups/ppd.c:286
+#: cgi-bin/admin.c:2701 cups/ppd.c:284
 msgid "Unable to open PPD file"
 msgstr ""
 
-#: cgi-bin/admin.c:2167
+#: cgi-bin/admin.c:2160
 msgid "Unable to open cupsd.conf file:"
 msgstr ""
 
-#: backend/usb-unix.c:127
+#: backend/usb-unix.c:128
 msgid "Unable to open device file"
 msgstr ""
 
-#: scheduler/ipp.c:6498
+#: scheduler/ipp.c:6555
 #, c-format
 msgid "Unable to open document #%d in job #%d."
 msgstr ""
 
-#: cgi-bin/help.c:356
+#: cgi-bin/help.c:358
 msgid "Unable to open help file."
 msgstr ""
 
-#: backend/ipp.c:366 backend/ipp.c:1621 backend/ipp.c:1834 backend/lpd.c:460
-#: backend/socket.c:134 backend/usb.c:216 filter/gziptoany.c:72
-#: filter/pstops.c:254
+#: backend/ipp.c:361 backend/ipp.c:1636 backend/ipp.c:1849 backend/lpd.c:461
+#: backend/socket.c:135 backend/usb.c:217 filter/gziptoany.c:72
+#: filter/pstops.c:255
 msgid "Unable to open print file"
 msgstr ""
 
-#: filter/rastertoepson.c:1009 filter/rastertohp.c:679
-#: filter/rastertolabel.c:1132
+#: filter/rastertoepson.c:1010 filter/rastertohp.c:680
+#: filter/rastertolabel.c:1133
 msgid "Unable to open raster file"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:774
+#: cgi-bin/ipp-var.c:776
 msgid "Unable to print test page"
 msgstr ""
 
-#: backend/runloop.c:78 backend/runloop.c:299 backend/usb-darwin.c:640
-#: backend/usb-darwin.c:684 backend/usb-libusb.c:414 backend/usb-libusb.c:449
+#: scheduler/ipp.c:5455
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
+#: backend/runloop.c:79 backend/runloop.c:300 backend/usb-darwin.c:641
+#: backend/usb-darwin.c:685 backend/usb-libusb.c:414 backend/usb-libusb.c:449
 msgid "Unable to read print data."
 msgstr ""
 
-#: cups/request.c:423
+#: cups/request.c:428
 msgid "Unable to read response."
 msgstr ""
 
-#: scheduler/ipp.c:8811 scheduler/ipp.c:10057
+#: scheduler/ipp.c:8862 scheduler/ipp.c:10109
 msgid "Unable to rename job document file."
 msgstr ""
 
-#: cups/dest.c:2945
+#: cups/dest.c:2951
 msgid "Unable to resolve printer-uri."
 msgstr ""
 
-#: scheduler/ipp.c:4524
+#: scheduler/ipp.c:4483
 #, c-format
 msgid "Unable to run cups-driverd: %s"
 msgstr ""
 
-#: scheduler/ipp.c:4698
+#: scheduler/ipp.c:4657
 #, c-format
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
-#: filter/pstops.c:519
+#: scheduler/ipp.c:11254
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
+#: filter/pstops.c:520
 msgid "Unable to see in file"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:577 cgi-bin/ipp-var.c:597
+#: cgi-bin/ipp-var.c:579 cgi-bin/ipp-var.c:599
 msgid "Unable to send command to printer driver"
 msgstr ""
 
-#: backend/usb-darwin.c:762 backend/usb-libusb.c:525
+#: backend/usb-darwin.c:763 backend/usb-libusb.c:525
 msgid "Unable to send data to printer."
 msgstr ""
 
-#: cgi-bin/admin.c:3320
+#: cgi-bin/admin.c:3325
 msgid "Unable to set options"
 msgstr ""
 
-#: cgi-bin/admin.c:2587
+#: cgi-bin/admin.c:2592
 msgid "Unable to set server default"
 msgstr ""
 
-#: backend/ipp.c:3313 backend/ipp.c:3380 backend/ipp.c:3388
+#: backend/ipp.c:3328 backend/ipp.c:3395 backend/ipp.c:3403
 msgid "Unable to start backend process."
 msgstr ""
 
-#: cgi-bin/admin.c:1610
+#: cgi-bin/admin.c:1603
 msgid "Unable to upload cupsd.conf file"
 msgstr ""
 
-#: backend/usb-darwin.c:2158 backend/usb-darwin.c:2182
+#: backend/usb-darwin.c:2159 backend/usb-darwin.c:2183
 msgid "Unable to use legacy USB class driver."
 msgstr ""
 
@@ -6511,7 +6507,7 @@ msgstr ""
 msgid "Unable to write X.509 certificate."
 msgstr ""
 
-#: backend/runloop.c:107 backend/runloop.c:354
+#: backend/runloop.c:108 backend/runloop.c:355
 msgid "Unable to write print data"
 msgstr ""
 
@@ -6524,34 +6520,34 @@ msgstr ""
 msgid "Unable to write uncompressed print data: %s"
 msgstr ""
 
-#: cups/http-support.c:1361
+#: cups/http-support.c:1368
 msgid "Unauthorized"
 msgstr ""
 
-#: cgi-bin/admin.c:3016
+#: cgi-bin/admin.c:3021
 msgid "Units"
 msgstr ""
 
-#: cups/http-support.c:1401 cups/http-support.c:1500 cups/ppd.c:315
+#: cups/http-support.c:1408 cups/http-support.c:1507 cups/ppd.c:313
 msgid "Unknown"
 msgstr ""
 
-#: filter/pstops.c:2174
+#: filter/pstops.c:2175
 #, c-format
 msgid "Unknown choice \"%s\" for option \"%s\"."
 msgstr ""
 
-#: backend/ipp.c:508
+#: backend/ipp.c:516
 #, c-format
 msgid "Unknown encryption option value: \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:320
+#: backend/lpd.c:321
 #, c-format
 msgid "Unknown file order: \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:291
+#: backend/lpd.c:292
 #, c-format
 msgid "Unknown format character: \"%c\"."
 msgstr ""
@@ -6560,104 +6556,104 @@ msgstr ""
 msgid "Unknown hash algorithm."
 msgstr ""
 
-#: cups/dest-options.c:1343 cups/dest-options.c:1417
+#: cups/dest-options.c:1388 cups/dest-options.c:1462
 msgid "Unknown media size name."
 msgstr ""
 
-#: backend/ipp.c:573
+#: backend/ipp.c:579
 #, c-format
 msgid "Unknown option \"%s\" with value \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2157
+#: filter/pstops.c:2158
 #, c-format
 msgid "Unknown option \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:306
+#: backend/lpd.c:307
 #, c-format
 msgid "Unknown print mode: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10998
+#: scheduler/ipp.c:11150
 #, c-format
 msgid "Unknown printer-error-policy \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10981
+#: scheduler/ipp.c:11130
 #, c-format
 msgid "Unknown printer-op-policy \"%s\"."
 msgstr ""
 
-#: cups/http.c:2066
+#: cups/http.c:2068
 msgid "Unknown request method."
 msgstr ""
 
-#: cups/http.c:2085
+#: cups/http.c:2087
 msgid "Unknown request version."
 msgstr ""
 
-#: cups/http-support.c:1493
+#: cups/http-support.c:1500
 msgid "Unknown scheme in URI"
 msgstr ""
 
-#: cups/http-addrlist.c:811
+#: cups/http-addrlist.c:707
 msgid "Unknown service name."
 msgstr ""
 
-#: backend/ipp.c:537
+#: backend/ipp.c:545
 #, c-format
 msgid "Unknown version option value: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:11448
+#: scheduler/ipp.c:11610
 #, c-format
 msgid "Unsupported 'compression' value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:11480
+#: scheduler/ipp.c:11642
 #, c-format
 msgid "Unsupported 'document-format' value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8154 scheduler/ipp.c:10540 scheduler/ipp.c:11499
+#: scheduler/ipp.c:8211 scheduler/ipp.c:10668 scheduler/ipp.c:11661
 msgid "Unsupported 'job-hold-until' value."
 msgstr ""
 
-#: scheduler/ipp.c:11515
+#: scheduler/ipp.c:11677
 msgid "Unsupported 'job-name' value."
 msgstr ""
 
-#: cups/json.c:1173
+#: cups/json.c:1174
 msgid "Unsupported URI scheme."
 msgstr ""
 
-#: scheduler/ipp.c:300
+#: scheduler/ipp.c:301
 #, c-format
 msgid "Unsupported character set \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8614 scheduler/ipp.c:9865
+#: scheduler/ipp.c:8667 scheduler/ipp.c:9919
 #, c-format
 msgid "Unsupported compression \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8754 scheduler/ipp.c:10022
+#: scheduler/ipp.c:8805 scheduler/ipp.c:10074
 #, c-format
 msgid "Unsupported document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10005
+#: scheduler/ipp.c:10057
 #, c-format
 msgid "Unsupported document-format \"%s/%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1359
+#: scheduler/ipp.c:1305
 #, c-format
 msgid "Unsupported format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1457
+#: scheduler/ipp.c:1403
 msgid "Unsupported margins."
 msgstr ""
 
@@ -6665,31 +6661,31 @@ msgstr ""
 msgid "Unsupported media value."
 msgstr ""
 
-#: filter/pstops.c:2439
+#: filter/pstops.c:2440
 #, c-format
 msgid "Unsupported number-up value %d, using number-up=1."
 msgstr ""
 
-#: filter/pstops.c:2473
+#: filter/pstops.c:2474
 #, c-format
 msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb."
 msgstr ""
 
-#: filter/pstops.c:2524
+#: filter/pstops.c:2525
 #, c-format
 msgid "Unsupported page-border value %s, using page-border=none."
 msgstr ""
 
-#: filter/rastertopwg.c:150 filter/rastertopwg.c:157 filter/rastertopwg.c:166
-#: filter/rastertopwg.c:203
+#: filter/rastertopwg.c:151 filter/rastertopwg.c:158 filter/rastertopwg.c:167
+#: filter/rastertopwg.c:204
 msgid "Unsupported raster data."
 msgstr ""
 
-#: cups/snmp.c:1039
+#: cups/snmp.c:1044
 msgid "Unsupported value type"
 msgstr ""
 
-#: cups/http-support.c:1376
+#: cups/http-support.c:1383
 msgid "Upgrade Required"
 msgstr ""
 
@@ -6698,9 +6694,9 @@ msgstr ""
 msgid "Usage: %s [options] destination(s)"
 msgstr ""
 
-#: backend/dnssd.c:185 backend/ipp.c:314 backend/lpd.c:161 backend/socket.c:111
-#: backend/usb.c:162 filter/commandtops.c:57 filter/gziptoany.c:40
-#: filter/pstops.c:221 monitor/bcp.c:48 monitor/tbcp.c:47
+#: backend/dnssd.c:104 backend/ipp.c:309 backend/lpd.c:162 backend/socket.c:112
+#: backend/usb.c:163 filter/commandtops.c:58 filter/gziptoany.c:40
+#: filter/pstops.c:222 monitor/bcp.c:49 monitor/tbcp.c:48
 #, c-format
 msgid "Usage: %s job-id user title copies options [file]"
 msgstr ""
@@ -6712,29 +6708,29 @@ msgid ""
 "       cancel [options] [destination-id]"
 msgstr ""
 
-#: systemv/cupsctl.c:227
+#: systemv/cupsctl.c:228
 msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgstr ""
 
-#: scheduler/main.c:2080
+#: scheduler/main.c:2073
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-#: scheduler/cupsfilter.c:1536
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#: scheduler/cupsfilter.c:1547
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
-#: systemv/cupstestppd.c:3854
+#: systemv/cupstestppd.c:3855
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
 "       program | cupstestppd [options] -"
 msgstr ""
 
-#: tools/ippeveprinter.c:6866
+#: tools/ippeveprinter.c:6886
 msgid "Usage: ippeveprinter [options] \"name\""
 msgstr ""
 
-#: tools/ippfind.c:1992
+#: tools/ippfind.c:1995
 msgid ""
 "Usage: ippfind [options] regtype[,subtype][.domain.] ... [expression]\n"
 "       ippfind [options] name[.regtype[.domain.]] ... [expression]\n"
@@ -6742,7 +6738,7 @@ msgid ""
 "       ippfind --version"
 msgstr ""
 
-#: tools/ipptool.c:6446
+#: tools/ipptool.c:6447
 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]"
 msgstr ""
 
@@ -6773,7 +6769,7 @@ msgid ""
 "       lpmove [options] source-destination destination"
 msgstr ""
 
-#: systemv/lpoptions.c:534
+#: systemv/lpoptions.c:535
 msgid ""
 "Usage: lpoptions [options] -d destination\n"
 "       lpoptions [options] [-p destination] [-l]\n"
@@ -6795,27 +6791,27 @@ msgid ""
 "       lprm [options] -"
 msgstr ""
 
-#: systemv/lpstat.c:2073
+#: systemv/lpstat.c:2078
 msgid "Usage: lpstat [options]"
 msgstr ""
 
-#: ppdc/ppdc.cxx:423
+#: ppdc/ppdc.cxx:424
 msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]"
 msgstr ""
 
-#: ppdc/ppdhtml.cxx:170
+#: ppdc/ppdhtml.cxx:171
 msgid "Usage: ppdhtml [options] filename.drv >filename.html"
 msgstr ""
 
-#: ppdc/ppdi.cxx:116
+#: ppdc/ppdi.cxx:117
 msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:353
+#: ppdc/ppdmerge.cxx:354
 msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdpo.cxx:240
+#: ppdc/ppdpo.cxx:241
 msgid "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]"
 msgstr ""
 
@@ -6823,7 +6819,7 @@ msgstr ""
 msgid "Usage: snmp [host-or-ip-address]"
 msgstr ""
 
-#: tools/ippeveprinter.c:602
+#: tools/ippeveprinter.c:601
 #, c-format
 msgid "Using spool directory \"%s\"."
 msgstr ""
@@ -6832,52 +6828,52 @@ msgstr ""
 msgid "Validation of subjectAltName in X.509 certificate request failed."
 msgstr ""
 
-#: cups/snmp.c:991
+#: cups/snmp.c:996
 msgid "Value uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:976
+#: cups/snmp.c:981
 msgid "VarBind uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:926
+#: cups/snmp.c:931
 msgid "Version uses indefinite length"
 msgstr ""
 
-#: backend/ipp.c:2009
+#: backend/ipp.c:2024
 msgid "Waiting for job to complete."
 msgstr ""
 
-#: backend/usb-darwin.c:433 backend/usb-darwin.c:487 backend/usb-libusb.c:221
+#: backend/usb-darwin.c:434 backend/usb-darwin.c:488 backend/usb-libusb.c:221
 msgid "Waiting for printer to become available."
 msgstr ""
 
-#: backend/socket.c:409
+#: backend/socket.c:410
 msgid "Waiting for printer to finish."
 msgstr ""
 
-#: systemv/cupstestppd.c:3853
+#: systemv/cupstestppd.c:3854
 msgid "Warning: This program will be removed in a future version of CUPS."
 msgstr ""
 
-#: cups/http-support.c:1397
+#: cups/http-support.c:1404
 msgid "Web Interface is Disabled"
 msgstr ""
 
-#: cups/ppd.c:2021
+#: cups/ppd.c:2019
 msgid "Yes"
 msgstr ""
 
-#: scheduler/client.c:1969
+#: scheduler/client.c:1990
 msgid "You cannot access this page."
 msgstr ""
 
-#: scheduler/client.c:1975
+#: scheduler/client.c:1996
 #, c-format
 msgid "You must access this page using the URL https://%s:%d%s."
 msgstr ""
 
-#: scheduler/client.c:1967
+#: scheduler/client.c:1988
 msgid "Your account does not have the necessary privileges."
 msgstr ""
 
@@ -6889,7 +6885,7 @@ msgstr ""
 msgid "Zebra"
 msgstr ""
 
-#: cups/notify.c:89
+#: cups/notify.c:90
 msgid "aborted"
 msgstr ""
 
@@ -7028,7 +7024,7 @@ msgstr ""
 msgid "binding-type.velo"
 msgstr ""
 
-#: cups/notify.c:86
+#: cups/notify.c:87
 msgid "canceled"
 msgstr ""
 
@@ -7127,7 +7123,7 @@ msgstr ""
 msgid "coating-type.translucent"
 msgstr ""
 
-#: cups/notify.c:92
+#: cups/notify.c:93
 msgid "completed"
 msgstr ""
 
@@ -7246,34 +7242,34 @@ msgstr ""
 msgid "covering-name.pre-printed"
 msgstr ""
 
-#: scheduler/ipp.c:6370
+#: scheduler/ipp.c:6427
 msgid "cups-deviced failed to execute."
 msgstr ""
 
-#: scheduler/ipp.c:7257 scheduler/ipp.c:7496
+#: scheduler/ipp.c:7314 scheduler/ipp.c:7553
 msgid "cups-driverd failed to execute."
 msgstr ""
 
-#: scheduler/ipp.c:4604
+#: scheduler/ipp.c:4563
 msgid "cups-driverd failed to get PPD file - see error_log for details."
 msgstr ""
 
-#: systemv/cupsctl.c:166
+#: systemv/cupsctl.c:167
 #, c-format
 msgid "cupsctl: Cannot set %s directly."
 msgstr ""
 
-#: systemv/cupsctl.c:179
+#: systemv/cupsctl.c:180
 #, c-format
 msgid "cupsctl: Unable to connect to server: %s"
 msgstr ""
 
-#: systemv/cupsctl.c:222
+#: systemv/cupsctl.c:223
 #, c-format
 msgid "cupsctl: Unknown option \"%s\""
 msgstr ""
 
-#: systemv/cupsctl.c:224
+#: systemv/cupsctl.c:225
 #, c-format
 msgid "cupsctl: Unknown option \"-%c\""
 msgstr ""
@@ -7312,12 +7308,12 @@ msgstr ""
 msgid "cupsd: Unknown option \"%c\" - aborting."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1324
+#: scheduler/cupsfilter.c:1335
 #, c-format
 msgid "cupsfilter: Invalid document number %d."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1318
+#: scheduler/cupsfilter.c:1329
 #, c-format
 msgid "cupsfilter: Invalid job ID %d."
 msgstr ""
@@ -7326,16 +7322,16 @@ msgstr ""
 msgid "cupsfilter: Only one filename can be specified."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1366
+#: scheduler/cupsfilter.c:1377
 #, c-format
 msgid "cupsfilter: Unable to get job file - %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:238
+#: systemv/cupstestppd.c:239
 msgid "cupstestppd: The -q option is incompatible with the -v option."
 msgstr ""
 
-#: systemv/cupstestppd.c:254
+#: systemv/cupstestppd.c:255
 msgid "cupstestppd: The -v option is incompatible with the -q option."
 msgstr ""
 
@@ -7634,27 +7630,27 @@ msgstr ""
 msgid "document-state.9"
 msgstr ""
 
-#: cups/snmp.c:963
+#: cups/snmp.c:968
 msgid "error-index uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:955
+#: cups/snmp.c:960
 msgid "error-status uses indefinite length"
 msgstr ""
 
-#: tools/ippfind.c:2043
+#: tools/ippfind.c:2046
 msgid ""
 "expression --and expression\n"
 "                        Logical AND"
 msgstr ""
 
-#: tools/ippfind.c:2045
+#: tools/ippfind.c:2048
 msgid ""
 "expression --or expression\n"
 "                        Logical OR"
 msgstr ""
 
-#: tools/ippfind.c:2042
+#: tools/ippfind.c:2045
 msgid "expression expression   Logical AND"
 msgstr ""
 
@@ -8913,15 +8909,15 @@ msgstr ""
 msgid "from-name"
 msgstr ""
 
-#: cups/notify.c:77
+#: cups/notify.c:78
 msgid "held"
 msgstr ""
 
-#: berkeley/lpc.c:196
+#: berkeley/lpc.c:197
 msgid "help\t\tGet help on commands."
 msgstr ""
 
-#: cups/notify.c:118
+#: cups/notify.c:119
 msgid "idle"
 msgstr ""
 
@@ -8955,7 +8951,7 @@ msgstr ""
 msgid "insert-sheet"
 msgstr ""
 
-#: tools/ippfind.c:1846
+#: tools/ippfind.c:1849
 #, c-format
 msgid "ippfind: Bad regular expression: %s"
 msgstr ""
@@ -8984,7 +8980,7 @@ msgstr ""
 msgid "ippfind: Expected semi-colon after %s."
 msgstr ""
 
-#: tools/ippfind.c:1398
+#: tools/ippfind.c:1401
 msgid "ippfind: Missing close brace in substitution."
 msgstr ""
 
@@ -9032,7 +9028,7 @@ msgstr ""
 msgid "ippfind: Missing semi-colon after %s."
 msgstr ""
 
-#: tools/ippfind.c:1348 tools/ippfind.c:1372
+#: tools/ippfind.c:1351 tools/ippfind.c:1375
 msgid "ippfind: Out of memory."
 msgstr ""
 
@@ -9040,62 +9036,62 @@ msgstr ""
 msgid "ippfind: Too many parenthesis."
 msgstr ""
 
-#: tools/ippfind.c:1474 tools/ippfind.c:1498
+#: tools/ippfind.c:1477 tools/ippfind.c:1501
 #, c-format
 msgid "ippfind: Unable to execute \"%s\": %s"
 msgstr ""
 
-#: tools/ippfind.c:1427
+#: tools/ippfind.c:1430
 #, c-format
 msgid "ippfind: Unknown variable \"{%s}\"."
 msgstr ""
 
-#: tools/ipptool.c:602 tools/ipptool.c:628
+#: tools/ipptool.c:603 tools/ipptool.c:629
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with \"--ippserver\", \"-P\", and \"-X\"."
 msgstr ""
 
-#: tools/ipptool.c:408 tools/ipptool.c:474
+#: tools/ipptool.c:409 tools/ipptool.c:475
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with \"-P\" and \"-X\"."
 msgstr ""
 
-#: tools/ipptool.c:667
+#: tools/ipptool.c:668
 #, c-format
 msgid "ipptool: Bad URI \"%s\"."
 msgstr ""
 
-#: tools/ipptool.c:595
+#: tools/ipptool.c:596
 msgid "ipptool: Invalid seconds for \"-i\"."
 msgstr ""
 
-#: tools/ipptool.c:657
+#: tools/ipptool.c:658
 msgid "ipptool: May only specify a single URI."
 msgstr ""
 
-#: tools/ipptool.c:620
+#: tools/ipptool.c:621
 msgid "ipptool: Missing count for \"-n\"."
 msgstr ""
 
-#: tools/ipptool.c:326
+#: tools/ipptool.c:327
 msgid "ipptool: Missing filename for \"--ippserver\"."
 msgstr ""
 
-#: tools/ipptool.c:506
+#: tools/ipptool.c:507
 msgid "ipptool: Missing filename for \"-f\"."
 msgstr ""
 
-#: tools/ipptool.c:488
+#: tools/ipptool.c:489
 msgid "ipptool: Missing name=value for \"-d\"."
 msgstr ""
 
-#: tools/ipptool.c:587
+#: tools/ipptool.c:588
 msgid "ipptool: Missing seconds for \"-i\"."
 msgstr ""
 
-#: tools/ipptool.c:680
+#: tools/ipptool.c:681
 msgid "ipptool: URI required before test file."
 msgstr ""
 
-#: tools/ipptool.c:793
+#: tools/ipptool.c:794
 #, c-format
 msgid "ipptool: Unable to allocate memory: %s"
 msgstr ""
@@ -9365,7 +9361,7 @@ msgstr ""
 msgid "job-phone-number"
 msgstr ""
 
-#: scheduler/ipp.c:8280
+#: scheduler/ipp.c:8337
 msgid "job-printer-uri attribute missing."
 msgstr ""
 
@@ -10161,7 +10157,7 @@ msgstr ""
 msgid "lpadmin: Warning - content type list ignored."
 msgstr ""
 
-#: berkeley/lpc.c:63 berkeley/lpc.c:91 berkeley/lpc.c:127
+#: berkeley/lpc.c:64 berkeley/lpc.c:92 berkeley/lpc.c:128
 msgid "lpc> "
 msgstr ""
 
@@ -10203,26 +10199,26 @@ msgstr ""
 msgid "lpmove: Unknown argument \"%s\"."
 msgstr ""
 
-#: systemv/lpoptions.c:149 systemv/lpoptions.c:167 systemv/lpoptions.c:246
+#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:247
 msgid "lpoptions: No printers."
 msgstr ""
 
-#: systemv/lpoptions.c:223
+#: systemv/lpoptions.c:224
 #, c-format
 msgid "lpoptions: Unable to add printer or instance: %s"
 msgstr ""
 
-#: systemv/lpoptions.c:492 systemv/lpoptions.c:501
+#: systemv/lpoptions.c:493 systemv/lpoptions.c:502
 #, c-format
 msgid "lpoptions: Unable to get PPD file for %s: %s"
 msgstr ""
 
-#: systemv/lpoptions.c:511
+#: systemv/lpoptions.c:512
 #, c-format
 msgid "lpoptions: Unable to open PPD file for %s."
 msgstr ""
 
-#: systemv/lpoptions.c:95
+#: systemv/lpoptions.c:96
 msgid "lpoptions: Unknown printer or class."
 msgstr ""
 
@@ -13179,7 +13175,7 @@ msgstr ""
 msgid "notify-events"
 msgstr ""
 
-#: scheduler/ipp.c:6055
+#: scheduler/ipp.c:6112
 msgid "notify-events not specified."
 msgstr ""
 
@@ -13318,12 +13314,12 @@ msgstr ""
 msgid "notify-recipient-uri"
 msgstr ""
 
-#: scheduler/ipp.c:2034 scheduler/ipp.c:5941
+#: scheduler/ipp.c:1980 scheduler/ipp.c:5998
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" is already used."
 msgstr ""
 
-#: scheduler/ipp.c:2024 scheduler/ipp.c:5931
+#: scheduler/ipp.c:1970 scheduler/ipp.c:5988
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" uses unknown scheme."
 msgstr ""
@@ -13723,7 +13719,7 @@ msgstr ""
 msgid "pclm-source-resolution"
 msgstr ""
 
-#: cups/notify.c:74
+#: cups/notify.c:75
 msgid "pending"
 msgstr ""
 
@@ -13752,475 +13748,475 @@ msgstr ""
 msgid "post-dial-string"
 msgstr ""
 
-#: ppdc/ppdc.cxx:102 ppdc/ppdpo.cxx:81
+#: ppdc/ppdc.cxx:103 ppdc/ppdpo.cxx:82
 #, c-format
 msgid "ppdc: Adding include directory \"%s\"."
 msgstr ""
 
-#: ppdc/ppdpo.cxx:123
+#: ppdc/ppdpo.cxx:124
 #, c-format
 msgid "ppdc: Adding/updating UI text from %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:362
+#: ppdc/ppdc-source.cxx:363
 #, c-format
 msgid "ppdc: Bad boolean value (%s) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-import.cxx:257
+#: ppdc/ppdc-import.cxx:258
 #, c-format
 msgid "ppdc: Bad font attribute: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1753
+#: ppdc/ppdc-source.cxx:1754
 #, c-format
 msgid "ppdc: Bad resolution name \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1065
+#: ppdc/ppdc-source.cxx:1066
 #, c-format
 msgid "ppdc: Bad status keyword %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1987
+#: ppdc/ppdc-source.cxx:1988
 #, c-format
 msgid "ppdc: Bad variable substitution ($%c) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2673
+#: ppdc/ppdc-source.cxx:2674
 #, c-format
 msgid "ppdc: Choice found on line %d of %s with no Option."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1650
+#: ppdc/ppdc-source.cxx:1651
 #, c-format
 msgid "ppdc: Duplicate #po for locale %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:884
+#: ppdc/ppdc-source.cxx:885
 #, c-format
 msgid "ppdc: Expected a filter definition on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:907
+#: ppdc/ppdc-source.cxx:908
 #, c-format
 msgid "ppdc: Expected a program name on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:346
+#: ppdc/ppdc-source.cxx:347
 #, c-format
 msgid "ppdc: Expected boolean value on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1045
+#: ppdc/ppdc-source.cxx:1046
 #, c-format
 msgid "ppdc: Expected charset after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:399
+#: ppdc/ppdc-source.cxx:400
 #, c-format
 msgid "ppdc: Expected choice code on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:387
+#: ppdc/ppdc-source.cxx:388
 #, c-format
 msgid "ppdc: Expected choice name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:455
+#: ppdc/ppdc-source.cxx:456
 #, c-format
 msgid "ppdc: Expected color order for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:444
+#: ppdc/ppdc-source.cxx:445
 #, c-format
 msgid "ppdc: Expected colorspace for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:466
+#: ppdc/ppdc-source.cxx:467
 #, c-format
 msgid "ppdc: Expected compression for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:647
+#: ppdc/ppdc-source.cxx:648
 #, c-format
 msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2858
+#: ppdc/ppdc-source.cxx:2859
 #, c-format
 msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:778
+#: ppdc/ppdc-source.cxx:779
 #, c-format
 msgid "ppdc: Expected duplex type after Duplex on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1029
+#: ppdc/ppdc-source.cxx:1030
 #, c-format
 msgid "ppdc: Expected encoding after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1641
+#: ppdc/ppdc-source.cxx:1642
 #, c-format
 msgid "ppdc: Expected filename after #po %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1157
+#: ppdc/ppdc-source.cxx:1158
 #, c-format
 msgid "ppdc: Expected group name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2572
+#: ppdc/ppdc-source.cxx:2573
 #, c-format
 msgid "ppdc: Expected include filename on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1454
+#: ppdc/ppdc-source.cxx:1455
 #, c-format
 msgid "ppdc: Expected integer on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1633
+#: ppdc/ppdc-source.cxx:1634
 #, c-format
 msgid "ppdc: Expected locale after #po on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:305
+#: ppdc/ppdc-source.cxx:306
 #, c-format
 msgid "ppdc: Expected name after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3230
+#: ppdc/ppdc-source.cxx:3231
 #, c-format
 msgid "ppdc: Expected name after FileName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1010
+#: ppdc/ppdc-source.cxx:1011
 #, c-format
 msgid "ppdc: Expected name after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3061
+#: ppdc/ppdc-source.cxx:3062
 #, c-format
 msgid "ppdc: Expected name after Manufacturer on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3094
+#: ppdc/ppdc-source.cxx:3095
 #, c-format
 msgid "ppdc: Expected name after MediaSize on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3184
+#: ppdc/ppdc-source.cxx:3185
 #, c-format
 msgid "ppdc: Expected name after ModelName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3247
+#: ppdc/ppdc-source.cxx:3248
 #, c-format
 msgid "ppdc: Expected name after PCFileName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1108
+#: ppdc/ppdc-source.cxx:1109
 #, c-format
 msgid "ppdc: Expected name/text after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1197
+#: ppdc/ppdc-source.cxx:1198
 #, c-format
 msgid "ppdc: Expected name/text after Installable on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1734
+#: ppdc/ppdc-source.cxx:1735
 #, c-format
 msgid "ppdc: Expected name/text after Resolution on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:431
+#: ppdc/ppdc-source.cxx:432
 #, c-format
 msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1526
+#: ppdc/ppdc-source.cxx:1527
 #, c-format
 msgid "ppdc: Expected option name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1560
+#: ppdc/ppdc-source.cxx:1561
 #, c-format
 msgid "ppdc: Expected option section on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1538
+#: ppdc/ppdc-source.cxx:1539
 #, c-format
 msgid "ppdc: Expected option type on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1717
+#: ppdc/ppdc-source.cxx:1718
 #, c-format
 msgid "ppdc: Expected override field after Resolution on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:319 ppdc/ppdc-catalog.cxx:331
+#: ppdc/ppdc-catalog.cxx:320 ppdc/ppdc-catalog.cxx:332
 #, c-format
 msgid "ppdc: Expected quoted string on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:956
+#: ppdc/ppdc-source.cxx:957
 #, c-format
 msgid "ppdc: Expected real number on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:524
+#: ppdc/ppdc-source.cxx:525
 #, c-format
 msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1817
+#: ppdc/ppdc-source.cxx:1818
 #, c-format
 msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:313
+#: ppdc/ppdc-source.cxx:314
 #, c-format
 msgid "ppdc: Expected selector after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1053
+#: ppdc/ppdc-source.cxx:1054
 #, c-format
 msgid "ppdc: Expected status after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2748
+#: ppdc/ppdc-source.cxx:2749
 #, c-format
 msgid "ppdc: Expected string after Copyright on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3350
+#: ppdc/ppdc-source.cxx:3351
 #, c-format
 msgid "ppdc: Expected string after Version on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:680
+#: ppdc/ppdc-source.cxx:681
 #, c-format
 msgid "ppdc: Expected two option names on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:324
+#: ppdc/ppdc-source.cxx:325
 #, c-format
 msgid "ppdc: Expected value after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1037
+#: ppdc/ppdc-source.cxx:1038
 #, c-format
 msgid "ppdc: Expected version after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:179
+#: ppdc/ppdc-source.cxx:180
 #, c-format
 msgid "ppdc: Invalid #include/#po filename \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:924
+#: ppdc/ppdc-source.cxx:925
 #, c-format
 msgid "ppdc: Invalid cost for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:916
+#: ppdc/ppdc-source.cxx:917
 #, c-format
 msgid "ppdc: Invalid empty MIME type for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:932
+#: ppdc/ppdc-source.cxx:933
 #, c-format
 msgid "ppdc: Invalid empty program name for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1580
+#: ppdc/ppdc-source.cxx:1581
 #, c-format
 msgid "ppdc: Invalid option section \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1552
+#: ppdc/ppdc-source.cxx:1553
 #, c-format
 msgid "ppdc: Invalid option type \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:239 ppdc/ppdpo.cxx:110
+#: ppdc/ppdc.cxx:240 ppdc/ppdpo.cxx:111
 #, c-format
 msgid "ppdc: Loading driver information file \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:176
+#: ppdc/ppdc.cxx:177
 #, c-format
 msgid "ppdc: Loading messages for locale \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:115
+#: ppdc/ppdc.cxx:116
 #, c-format
 msgid "ppdc: Loading messages from \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2365 ppdc/ppdc-source.cxx:2597
+#: ppdc/ppdc-source.cxx:2366 ppdc/ppdc-source.cxx:2598
 #, c-format
 msgid "ppdc: Missing #endif at end of \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2466 ppdc/ppdc-source.cxx:2501
-#: ppdc/ppdc-source.cxx:2531
+#: ppdc/ppdc-source.cxx:2467 ppdc/ppdc-source.cxx:2502
+#: ppdc/ppdc-source.cxx:2532
 #, c-format
 msgid "ppdc: Missing #if on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:396
+#: ppdc/ppdc-catalog.cxx:397
 #, c-format
 msgid "ppdc: Need a msgid line before any translation strings on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-driver.cxx:707
+#: ppdc/ppdc-driver.cxx:708
 #, c-format
 msgid "ppdc: No message catalog provided for locale %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1603 ppdc/ppdc-source.cxx:2835
-#: ppdc/ppdc-source.cxx:2921 ppdc/ppdc-source.cxx:3014
-#: ppdc/ppdc-source.cxx:3147 ppdc/ppdc-source.cxx:3280
+#: ppdc/ppdc-source.cxx:1604 ppdc/ppdc-source.cxx:2836
+#: ppdc/ppdc-source.cxx:2922 ppdc/ppdc-source.cxx:3015
+#: ppdc/ppdc-source.cxx:3148 ppdc/ppdc-source.cxx:3281
 #, c-format
 msgid "ppdc: Option %s defined in two different groups on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1596
+#: ppdc/ppdc-source.cxx:1597
 #, c-format
 msgid "ppdc: Option %s redefined with a different type on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:657
+#: ppdc/ppdc-source.cxx:658
 #, c-format
 msgid "ppdc: Option constraint must *name on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2448
+#: ppdc/ppdc-source.cxx:2449
 #, c-format
 msgid "ppdc: Too many nested #if's on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:362
+#: ppdc/ppdc.cxx:363
 #, c-format
 msgid "ppdc: Unable to create PPD file \"%s\" - %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:254
+#: ppdc/ppdc.cxx:255
 #, c-format
 msgid "ppdc: Unable to create output directory %s: %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:275
+#: ppdc/ppdc.cxx:276
 #, c-format
 msgid "ppdc: Unable to create output pipes: %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:291 ppdc/ppdc.cxx:297
+#: ppdc/ppdc.cxx:292 ppdc/ppdc.cxx:298
 #, c-format
 msgid "ppdc: Unable to execute cupstestppd: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1682
+#: ppdc/ppdc-source.cxx:1683
 #, c-format
 msgid "ppdc: Unable to find #po file %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2604
+#: ppdc/ppdc-source.cxx:2605
 #, c-format
 msgid "ppdc: Unable to find include file \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:187
+#: ppdc/ppdc.cxx:188
 #, c-format
 msgid "ppdc: Unable to find localization for \"%s\" - %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:124
+#: ppdc/ppdc.cxx:125
 #, c-format
 msgid "ppdc: Unable to load localization file \"%s\" - %s"
 msgstr ""
 
-#: ppdc/ppdc-file.cxx:37
+#: ppdc/ppdc-file.cxx:38
 #, c-format
 msgid "ppdc: Unable to open %s: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2008
+#: ppdc/ppdc-source.cxx:2009
 #, c-format
 msgid "ppdc: Undefined variable (%s) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:413
+#: ppdc/ppdc-catalog.cxx:414
 #, c-format
 msgid "ppdc: Unexpected text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2877
+#: ppdc/ppdc-source.cxx:2878
 #, c-format
 msgid "ppdc: Unknown driver type %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:858
+#: ppdc/ppdc-source.cxx:859
 #, c-format
 msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3107
+#: ppdc/ppdc-source.cxx:3108
 #, c-format
 msgid "ppdc: Unknown media size \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:441
+#: ppdc/ppdc-catalog.cxx:442
 #, c-format
 msgid "ppdc: Unknown message catalog format for \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3361
+#: ppdc/ppdc-source.cxx:3362
 #, c-format
 msgid "ppdc: Unknown token \"%s\" seen on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:966
+#: ppdc/ppdc-source.cxx:967
 #, c-format
 msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2118
+#: ppdc/ppdc-source.cxx:2119
 #, c-format
 msgid "ppdc: Unterminated string starting with %c on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:353
+#: ppdc/ppdc.cxx:354
 #, c-format
 msgid "ppdc: Warning - overlapping filename \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:368
+#: ppdc/ppdc.cxx:369
 #, c-format
 msgid "ppdc: Writing %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:137
+#: ppdc/ppdc.cxx:138
 #, c-format
 msgid "ppdc: Writing PPD files to directory \"%s\"."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:125
+#: ppdc/ppdmerge.cxx:126
 #, c-format
 msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:162
+#: ppdc/ppdmerge.cxx:163
 #, c-format
 msgid "ppdmerge: Ignoring PPD file %s."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:146
+#: ppdc/ppdmerge.cxx:147
 #, c-format
 msgid "ppdmerge: Unable to backup %s to %s - %s"
 msgstr ""
@@ -14520,37 +14516,37 @@ msgstr ""
 msgid "print-supports.standard"
 msgstr ""
 
-#: systemv/lpstat.c:1812
+#: systemv/lpstat.c:1817
 #, c-format
 msgid "printer %s disabled since %s -"
 msgstr ""
 
-#: systemv/lpstat.c:1804
+#: systemv/lpstat.c:1809
 #, c-format
 msgid "printer %s is holding new jobs.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1806
+#: systemv/lpstat.c:1811
 #, c-format
 msgid "printer %s is idle.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1809
+#: systemv/lpstat.c:1814
 #, c-format
 msgid "printer %s now printing %s-%d.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1930
+#: systemv/lpstat.c:1935
 #, c-format
 msgid "printer %s/%s disabled since %s -"
 msgstr ""
 
-#: systemv/lpstat.c:1916
+#: systemv/lpstat.c:1921
 #, c-format
 msgid "printer %s/%s is idle.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1923
+#: systemv/lpstat.c:1928
 #, c-format
 msgid "printer %s/%s now printing %s-%d.  enabled since %s"
 msgstr ""
@@ -18620,7 +18616,7 @@ msgstr ""
 msgid "printer-up-time"
 msgstr ""
 
-#: cups/notify.c:80 cups/notify.c:121
+#: cups/notify.c:81 cups/notify.c:122
 msgid "processing"
 msgstr ""
 
@@ -18679,7 +18675,7 @@ msgstr ""
 msgid "request id is %s-%d (%d file(s))"
 msgstr ""
 
-#: cups/snmp.c:947
+#: cups/snmp.c:952
 msgid "request-id uses indefinite length"
 msgstr ""
 
@@ -18738,11 +18734,11 @@ msgstr ""
 msgid "save-name"
 msgstr ""
 
-#: systemv/lpstat.c:2060
+#: systemv/lpstat.c:2065
 msgid "scheduler is not running"
 msgstr ""
 
-#: systemv/lpstat.c:2054
+#: systemv/lpstat.c:2059
 msgid "scheduler is running"
 msgstr ""
 
@@ -18806,7 +18802,7 @@ msgstr ""
 msgid "stat of %s failed: %s"
 msgstr ""
 
-#: berkeley/lpc.c:198
+#: berkeley/lpc.c:199
 msgid "status\t\tShow status of daemon and queue."
 msgstr ""
 
@@ -18880,7 +18876,7 @@ msgstr ""
 msgid "stitching-reference-edge.top"
 msgstr ""
 
-#: cups/notify.c:83 cups/notify.c:124
+#: cups/notify.c:84 cups/notify.c:125
 msgid "stopped"
 msgstr ""
 
@@ -19094,15 +19090,15 @@ msgstr ""
 msgid "trimming-when.after-sheets"
 msgstr ""
 
-#: cups/notify.c:95 cups/notify.c:127
+#: cups/notify.c:96 cups/notify.c:128
 msgid "unknown"
 msgstr ""
 
-#: cups/notify.c:104
+#: cups/notify.c:105
 msgid "untitled"
 msgstr ""
 
-#: cups/snmp.c:972
+#: cups/snmp.c:977
 msgid "variable-bindings uses indefinite length"
 msgstr ""
 
@@ -19161,42 +19157,42 @@ msgstr ""
 msgid "z-offset"
 msgstr ""
 
-#: tools/ippfind.c:2049
+#: tools/ippfind.c:2052
 msgid "{service_domain}        Domain name"
 msgstr ""
 
-#: tools/ippfind.c:2050
+#: tools/ippfind.c:2053
 msgid "{service_hostname}      Fully-qualified domain name"
 msgstr ""
 
-#: tools/ippfind.c:2051
+#: tools/ippfind.c:2054
 msgid "{service_name}          Service instance name"
 msgstr ""
 
-#: tools/ippfind.c:2052
+#: tools/ippfind.c:2055
 msgid "{service_port}          Port number"
 msgstr ""
 
-#: tools/ippfind.c:2053
+#: tools/ippfind.c:2056
 msgid "{service_regtype}       DNS-SD registration type"
 msgstr ""
 
-#: tools/ippfind.c:2054
+#: tools/ippfind.c:2057
 msgid "{service_scheme}        URI scheme"
 msgstr ""
 
-#: tools/ippfind.c:2055
+#: tools/ippfind.c:2058
 msgid "{service_uri}           URI"
 msgstr ""
 
-#: tools/ippfind.c:2056
+#: tools/ippfind.c:2059
 msgid "{txt_*}                 Value of TXT record key"
 msgstr ""
 
-#: tools/ippfind.c:2048
+#: tools/ippfind.c:2051
 msgid "{}                      URI"
 msgstr ""
 
-#: cups/dest.c:1772
+#: cups/dest.c:1774
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
index a0c1995066a16e79e091cd0afce6e2691d051dcd..f24ada3f5a61cc384e4c89398c9059ad156fb604 100644 (file)
 "  --cr                    End lines with CR (Mac OS 9)." = "  --cr                    End lines with CR (Mac OS 9).";
 "  --crlf                  End lines with CR + LF (Windows)." = "  --crlf                  End lines with CR + LF (Windows).";
 "  --lf                    End lines with LF (UNIX/Linux/macOS)." = "  --lf                    End lines with LF (UNIX/Linux/macOS).";
+"  --list-all              List all filters with the MIME media types." = "  --list-all              List all filters with the MIME media types.";
 "  --list-filters          List filters that will be used." = "  --list-filters          List filters that will be used.";
 "  -D                      Remove the input file when finished." = "  -D                      Remove the input file when finished.";
 "  -D name=value           Set named variable to value." = "  -D name=value           Set named variable to value.";
 "  -I include-dir          Add include directory to search path." = "  -I include-dir          Add include directory to search path.";
-"  -P filename.ppd         Set PPD file." = "  -P filename.ppd         Set PPD file.";
-"  -U username             Specify username." = "  -U username             Specify username.";
+"  -P FILENAME.ppd         Set PPD file." = "  -P FILENAME.ppd         Set PPD file.";
+"  -U USERNAME             Specify username." = "  -U USERNAME             Specify username.";
 "  -c catalog.po           Load the specified message catalog." = "  -c catalog.po           Load the specified message catalog.";
 "  -c cups-files.conf      Set cups-files.conf file to use." = "  -c cups-files.conf      Set cups-files.conf file to use.";
+"  -d PRINTER              Use the named printer." = "  -d PRINTER              Use the named printer.";
 "  -d output-dir           Specify the output directory." = "  -d output-dir           Specify the output directory.";
-"  -d printer              Use the named printer." = "  -d printer              Use the named printer.";
 "  -e                      Use every filter from the PPD file." = "  -e                      Use every filter from the PPD file.";
-"  -i mime/type            Set input MIME type (otherwise auto-typed)." = "  -i mime/type            Set input MIME type (otherwise auto-typed).";
-"  -j job-id[,N]           Filter file N from the specified job (default is file 1)." = "  -j job-id[,N]           Filter file N from the specified job (default is file 1).";
+"  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)." = "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed).";
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is file 1)." = "  -j JOB-ID[,N]           Filter file N from the specified job (default is file 1).";
 "  -l lang[,lang,...]      Specify the output language(s) (locale)." = "  -l lang[,lang,…]      Specify the output language(s) (locale).";
 "  -m                      Use the ModelName value as the filename." = "  -m                      Use the ModelName value as the filename.";
-"  -m mime/type            Set output MIME type (otherwise application/pdf)." = "  -m mime/type            Set output MIME type (otherwise application/pdf).";
-"  -n copies               Set number of copies." = "  -n copies               Set number of copies.";
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)." = "  -m MIME/TYPE            Set output MIME type (otherwise application/pdf).";
+"  -n COPIES               Set number of copies." = "  -n COPIES               Set number of copies.";
+"  -o NAME=VALUE           Set option(s)." = "  -o NAME=VALUE           Set option(s).";
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)." = "  -o filename.drv         Set driver information file (otherwise ppdi.drv).";
 "  -o filename.ppd[.gz]    Set output file (otherwise stdout)." = "  -o filename.ppd[.gz]    Set output file (otherwise stdout).";
-"  -o name=value           Set option(s)." = "  -o name=value           Set option(s).";
-"  -p filename.ppd         Set PPD file." = "  -p filename.ppd         Set PPD file.";
+"  -p FILENAME.ppd         Set PPD file." = "  -p FILENAME.ppd         Set PPD file.";
 "  -t                      Test PPDs instead of generating them." = "  -t                      Test PPDs instead of generating them.";
-"  -t title                Set title." = "  -t title                Set title.";
+"  -t TITLE                Set title." = "  -t TITLE                Set title.";
 "  -u                      Remove the PPD file when finished." = "  -u                      Remove the PPD file when finished.";
 "  -v                      Be verbose." = "  -v                      Be verbose.";
 "  -z                      Compress PPD files using GNU zip." = "  -z                      Compress PPD files using GNU zip.";
 "%s: Error - expected username after \"-U\" option." = "%s: Error - expected username after “-U” option.";
 "%s: Error - expected username after \"-u\" option." = "%s: Error - expected username after “-u” option.";
 "%s: Error - expected value after \"-%c\" option." = "%s: Error - expected value after “-%c” option.";
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option." = "%s: Error - need “completed”, “not-completed”, or “all” after “-W” option.";
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all\" after \"-W\" option." = "%s: Error - need “completed”, “not-completed”, “successful”, or “all” after “-W” option.";
 "%s: Error - no default destination available." = "%s: Error - no default destination available.";
 "%s: Error - priority must be between 1 and 100." = "%s: Error - priority must be between 1 and 100.";
 "%s: Error - scheduler not responding." = "%s: Error - scheduler not responding.";
 "Bad arguments to function" = "Bad arguments to function";
 "Bad copies value %d." = "Bad copies value %d.";
 "Bad custom parameter" = "Bad custom parameter";
+"Bad device URI \"%s\"." = "Bad device URI “%s”.";
 "Bad device-uri \"%s\"." = "Bad device-uri “%s”.";
 "Bad device-uri scheme \"%s\"." = "Bad device-uri scheme “%s”.";
 "Bad document-format \"%s\"." = "Bad document-format “%s”.";
 "Bad/empty URI" = "Bad/empty URI";
 "Banners" = "Banners";
 "Bond Paper" = "Bond Paper";
-"Booklet" = "Booklet";
 "Boolean expected for waiteof option \"%s\"." = "Boolean expected for waiteof option “%s”.";
 "Buffer overflow detected, aborting." = "Buffer overflow detected, aborting.";
 "CMYK" = "CMYK";
 "Continuous" = "Continuous";
 "Control file sent successfully." = "Control file sent successfully.";
 "Copying print data." = "Copying print data.";
+"Couldn't resolve mDNS URI \"%s\"." = "Couldn’t resolve mDNS URI “%s”.";
 "Created" = "Created";
 "Credentials do not validate against site CA certificate." = "Credentials do not validate against site CA certificate.";
 "Credentials have expired." = "Credentials have expired.";
 "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." = "Directory “%s” permissions OK (0%o/uid=%d/gid=%d).";
 "Disabled" = "Disabled";
 "Document #%d does not exist in job #%d." = "Document #%d does not exist in job #%d.";
-"Draft" = "Draft";
 "Duplexer" = "Duplexer";
 "EPL1 Label Printer" = "EPL1 Label Printer";
 "EPL2 Label Printer" = "EPL2 Label Printer";
 "File Folder" = "File Folder";
 "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cups-files.conf\"." = "File device URIs have been disabled. To enable, see the FileDevice directive in “%s/cups-files.conf”.";
 "Finished page %d." = "Finished page %d.";
-"Finishing Preset" = "Finishing Preset";
-"Fold" = "Fold";
 "Folio" = "Folio";
 "Forbidden" = "Forbidden";
 "Form data too large." = "Form data too large.";
 "Hanging Folder" = "Hanging Folder";
 "Hash buffer too small." = "Hash buffer too small.";
 "Help file not in index." = "Help file not in index.";
-"High" = "High";
+"IP address is not allowed as hostname when using Negotiate - use FQDN." = "IP address is not allowed as hostname when using Negotiate - use FQDN.";
 "IPP 1setOf attribute with incompatible value tags." = "IPP 1setOf attribute with incompatible value tags.";
 "IPP Everywhere driver requires an IPP connection." = "IPP Everywhere driver requires an IPP connection.";
 "IPP attribute has no name." = "IPP attribute has no name.";
 "IPP date value not 11 bytes." = "IPP date value not 11 bytes.";
 "IPP endCollection value not 0 bytes." = "IPP endCollection value not 0 bytes.";
 "IPP enum value not 4 bytes." = "IPP enum value not 4 bytes.";
-"IPP extension tag larger than 0x7FFFFFFF." = "IPP extension tag larger than 0x7FFFFFFF.";
 "IPP integer value not 4 bytes." = "IPP integer value not 4 bytes.";
 "IPP language length overflows value." = "IPP language length overflows value.";
 "IPP language length too large." = "IPP language length too large.";
 "No printer-uri found" = "No printer-uri found";
 "No printer-uri found for class" = "No printer-uri found for class";
 "No printer-uri in request." = "No printer-uri in request.";
+"No printer-uri-supported attribute." = "No printer-uri-supported attribute.";
 "No request URI." = "No request URI.";
 "No request protocol version." = "No request protocol version.";
 "No request sent." = "No request sent.";
 "No version number" = "No version number";
 "Non-continuous (Mark sensing)" = "Non-continuous (Mark sensing)";
 "Non-continuous (Web sensing)" = "Non-continuous (Web sensing)";
-"None" = "None";
 "Normal" = "Normal";
 "Not Found" = "Not Found";
 "Not Implemented" = "Not Implemented";
 "Print Density" = "Print Density";
 "Print Job:" = "Print Job:";
 "Print Mode" = "Print Mode";
-"Print Quality" = "Print Quality";
 "Print Rate" = "Print Rate";
 "Print Self-Test Page" = "Print Self-Test Page";
 "Print Speed" = "Print Speed";
 "Printer:" = "Printer:";
 "Printers" = "Printers";
 "Printing page %d, %u%% complete." = "Printing page %d, %u%% complete.";
-"Punch" = "Punch";
 "Quarto" = "Quarto";
 "Quota limit reached." = "Quota limit reached.";
 "Rank    Owner   Job     File(s)                         Total Size" = "Rank    Owner   Job     File(s)                         Total Size";
 "Set As Server Default" = "Set As Server Default";
 "Set Class Options" = "Set Class Options";
 "Set Printer Options" = "Set Printer Options";
-"Set Publishing" = "Set Publishing";
 "Shipping Address" = "Shipping Address";
 "Short-Edge (Landscape)" = "Short-Edge (Landscape)";
 "Special Paper" = "Special Paper";
 "Spooling job, %.0f%% complete." = "Spooling job, %.0f%% complete.";
 "Standard" = "Standard";
-"Staple" = "Staple";
 // TRANSLATORS: Banner/cover sheet before the print job.
 "Starting Banner" = "Starting Banner";
 "Starting page %d." = "Starting page %d.";
 "Unable to allocate memory for printer: %s" = "Unable to allocate memory for printer: %s";
 "Unable to cancel print job." = "Unable to cancel print job.";
 "Unable to change printer" = "Unable to change printer";
-"Unable to change printer-is-shared attribute" = "Unable to change printer-is-shared attribute";
 "Unable to change server settings" = "Unable to change server settings";
 "Unable to commit PPD file: %s" = "Unable to commit PPD file: %s";
 "Unable to compile mimeMediaType regular expression: %s." = "Unable to compile mimeMediaType regular expression: %s.";
 "Unable to compile naturalLanguage regular expression: %s." = "Unable to compile naturalLanguage regular expression: %s.";
 "Unable to configure printer options." = "Unable to configure printer options.";
 "Unable to configure private key context." = "Unable to configure private key context.";
+"Unable to connect to %s:%d: %s" = "Unable to connect to %s:%d: %s";
 "Unable to connect to host." = "Unable to connect to host.";
 "Unable to contact printer, queuing on next printer in class." = "Unable to contact printer, queuing on next printer in class.";
 "Unable to copy PPD file - %s" = "Unable to copy PPD file - %s";
+"Unable to create PPD for printer: %s" = "Unable to create PPD for printer: %s";
+"Unable to create PPD: %s" = "Unable to create PPD: %s";
 "Unable to create X.509 certificate signing request." = "Unable to create X.509 certificate signing request.";
 "Unable to create X.509 certificate." = "Unable to create X.509 certificate.";
 "Unable to create printer-uri" = "Unable to create printer-uri";
 "Unable to open print file" = "Unable to open print file";
 "Unable to open raster file" = "Unable to open raster file";
 "Unable to print test page" = "Unable to print test page";
+"Unable to read generated PPD: %s" = "Unable to read generated PPD: %s";
 "Unable to read print data." = "Unable to read print data.";
 "Unable to read response." = "Unable to read response.";
 "Unable to rename job document file." = "Unable to rename job document file.";
 "Unable to resolve printer-uri." = "Unable to resolve printer-uri.";
 "Unable to run cups-driverd: %s" = "Unable to run cups-driverd: %s";
 "Unable to save PPD file: %s" = "Unable to save PPD file: %s";
+"Unable to save value for \"%s\" with a temporary printer." = "Unable to save value for “%s” with a temporary printer.";
 "Unable to see in file" = "Unable to see in file";
 "Unable to send command to printer driver" = "Unable to send command to printer driver";
 "Unable to send data to printer." = "Unable to send data to printer.";
 "Usage: cancel [options] [id]\n       cancel [options] [destination]\n       cancel [options] [destination-id]" = "Usage: cancel [options] [id]\n       cancel [options] [destination]\n       cancel [options] [destination-id]";
 "Usage: cupsctl [options] [param=value ... paramN=valueN]" = "Usage: cupsctl [options] [param=value … paramN=valueN]";
 "Usage: cupsd [options]" = "Usage: cupsd [options]";
-"Usage: cupsfilter [ options ] [ -- ] filename" = "Usage: cupsfilter [ options ] [ -- ] filename";
+"Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME" = "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME";
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n       program | cupstestppd [options] -" = "Usage: cupstestppd [options] filename1.ppd[.gz] [… filenameN.ppd[.gz]]\n       program | cupstestppd [options] -";
 "Usage: ippeveprinter [options] \"name\"" = "Usage: ippeveprinter [options] “name”";
 "Usage: ippfind [options] regtype[,subtype][.domain.] ... [expression]\n       ippfind [options] name[.regtype[.domain.]] ... [expression]\n       ippfind --help\n       ippfind --version" = "Usage: ippfind [options] regtype[,subtype][.domain.] … [expression]\n       ippfind [options] name[.regtype[.domain.]] … [expression]\n       ippfind --help\n       ippfind --version";
index a44c489d709285547e40d96686681d82ae98e306..65d05b9fa619a350f50c41571ef9473175d70ab6 100644 (file)
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2012-09-29 11:21+0200\n"
 "Last-Translator: Àngel Mompó <mecatxis@gmail.com>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
@@ -810,6 +810,9 @@ msgstr "  --crlf                  Final de línia amb CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 
@@ -822,11 +825,11 @@ msgstr "  -D nom=valor            Estableix la variable indicada al valor."
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I dir-inclòs          Afegeix el directori inclòs al camí de cerca."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P nomfitxer.ppd         Estableix el fitxer PPD."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U nomusuari             Especifica un nom d'usuari."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catàleg.po           Carrega el catàleg de missatges indicat."
@@ -834,26 +837,22 @@ msgstr "  -c catàleg.po           Carrega el catàleg de missatges indicat."
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d dir-sortida           Especifica el directori de sortida."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d impressora              Fa servir la impressora indicada."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Fa servir tots els filtres del fitxer PPD."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i tipus/mime            Estableix el tipus MIME d'entrada (auto-typed si "
-"no s'especifica)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j id-feina[,N]           Filtra el fitxer N a la feina especificada (el "
-"fitxer per defecte és 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
@@ -865,13 +864,14 @@ msgstr ""
 "fitxer."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m tipus/mime            Estableix el tipus MIME de sortida (application/"
-"pdf si no s'especifica)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n còpies               Estableix el nombre de còpies."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -884,17 +884,14 @@ msgstr ""
 "  -o nomfitxer.ppd[.gz]    Estableix el fitxer de sortida (stdout si no "
 "s'especifica)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o nom=valor           Estableix les opcions."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p nomfitxer.ppd         Estableix el fitxer PPD."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Prova els  PPDs en comptes de generar-los."
 
-msgid "  -t title                Set title."
-msgstr "  -t títol                Estableix el títol."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Elimina el fitxer PPD quan ha acabat."
@@ -1363,11 +1360,9 @@ msgstr "%s: error - s'esperava un valor després de l'opció «-%c»."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: error - es requereix «completed», «not-completed», o «all» després de "
-"l'opció «-W»."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3046,6 +3041,10 @@ msgstr "El valor de copies %d és incorrecte"
 msgid "Bad custom parameter"
 msgstr "El paràmetre personalitzat és incorrecte"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "La device-uri «%s» és incorrecta."
@@ -3164,9 +3163,6 @@ msgstr "Bàners"
 msgid "Bond Paper"
 msgstr "Paper de valors"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "S'esperava un booleà per l'opció waiteof «%s»."
@@ -3247,6 +3243,10 @@ msgstr "El fitxer de control s'ha enviat correctament."
 msgid "Copying print data."
 msgstr "Es copien les dades d'impressió."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Creat"
 
@@ -3357,9 +3357,6 @@ msgstr "Desabilitat"
 msgid "Document #%d does not exist in job #%d."
 msgstr "No s'ha trobat el document #%d a la feina #%d."
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr "Unitat d'impressió a dues cares"
 
@@ -3650,12 +3647,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "S'ha acabat la pàgina %d."
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "Foli"
 
@@ -3701,7 +3692,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr "El fitxer d'ajuda no és a l'índex."
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3732,9 +3723,6 @@ msgstr "El valor de endColletion del IPP no té 0 bytes."
 msgid "IPP enum value not 4 bytes."
 msgstr "El valor de enum del IPP no té 4 bytes."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "La etiqueta d'extension del IPP és més llarga de 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "El valor enter de IPP no té 4 bytes."
 
@@ -4248,6 +4236,9 @@ msgstr "No s'ha trobat cap printer-uri per la classe"
 msgid "No printer-uri in request."
 msgstr "No hi ha cap printer-uri a la sol·licitud."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr ""
 
@@ -4281,9 +4272,6 @@ msgstr "Discontinu (sensible a les marques)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Discontinu (Sensible al web)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4456,9 +4444,6 @@ msgstr "Feina d'impressió:"
 msgid "Print Mode"
 msgstr "Mode d'impressió"
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr "Ritme d'impressió"
 
@@ -4530,9 +4515,6 @@ msgstr "Impressores"
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Quart"
 
@@ -4626,9 +4608,6 @@ msgstr "Definir les opcions de la classe"
 msgid "Set Printer Options"
 msgstr "Definir les opcions de la impressora"
 
-msgid "Set Publishing"
-msgstr "Establir com a pública"
-
 msgid "Shipping Address"
 msgstr "Adreça de lliurament"
 
@@ -4645,9 +4624,6 @@ msgstr "S'està posant a la cua la feina. S'ha completat el %.0f%%."
 msgid "Standard"
 msgstr "Estàndard"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Bàner inicial"
@@ -4932,9 +4908,6 @@ msgstr "No es pot cancel·lar la feina d'impressió."
 msgid "Unable to change printer"
 msgstr "No es pot canviar la impressora"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "No es pot canviar l'atribut printer-is-shared"
-
 msgid "Unable to change server settings"
 msgstr "No es pot canviar la configuració del servidor"
 
@@ -4956,6 +4929,10 @@ msgstr "No es poden configurar les opcions de la impressora."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "No es pot connectar a l'amfitrió."
 
@@ -4968,6 +4945,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "No es pot copiar el fitxer PPD - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5101,6 +5086,10 @@ msgstr "No es pot obrir el fitxer de trama"
 msgid "Unable to print test page"
 msgstr "No es pot imprimir la pàgina de prova"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "No es poden llegir les dades d'impressió."
 
@@ -5121,6 +5110,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "No es pot veure al fitxer"
 
@@ -5317,7 +5310,7 @@ msgstr "Sintaxi: cupsctl [opcions] [param=valor ... paramN=valorN]"
 msgid "Usage: cupsd [options]"
 msgstr "Sintaxi: cupsd [opcions]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
 msgid ""
@@ -15340,6 +15333,55 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P nomfitxer.ppd         Estableix el fitxer PPD."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U nomusuari             Especifica un nom d'usuari."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d impressora              Fa servir la impressora indicada."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i tipus/mime            Estableix el tipus MIME d'entrada (auto-typed "
+#~ "si no s'especifica)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j id-feina[,N]           Filtra el fitxer N a la feina especificada "
+#~ "(el fitxer per defecte és 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m tipus/mime            Estableix el tipus MIME de sortida "
+#~ "(application/pdf si no s'especifica)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n còpies               Estableix el nombre de còpies."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o nom=valor           Estableix les opcions."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p nomfitxer.ppd         Estableix el fitxer PPD."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t títol                Estableix el títol."
+
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: error - es requereix «completed», «not-completed», o «all» després de "
+#~ "l'opció «-W»."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: ho sento, no està compilada la compatibilitat pel xifrat."
@@ -15360,9 +15402,18 @@ msgstr ""
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Exportar les impressores al Samba"
 
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "La etiqueta d'extension del IPP és més llarga de 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "S'està buscant la impressora."
 
+#~ msgid "Set Publishing"
+#~ msgstr "Establir com a pública"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "No es pot canviar l'atribut printer-is-shared"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "No es pot copiar el fitxer PPD."
 
index 4573b89772400c14a234243e4546512f45f5f4e9..eb959a39e477180b142481ed2f033905299d5a10 100644 (file)
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2012-09-14 10:26+0100\n"
 "Last-Translator: Jan Bartos <jan.bartos@madeta.cz>\n"
 "Language-Team: Czech\n"
@@ -684,6 +684,9 @@ msgstr ""
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 
@@ -696,10 +699,10 @@ msgstr ""
 msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 
-msgid "  -P filename.ppd         Set PPD file."
+msgid "  -P FILENAME.ppd         Set PPD file."
 msgstr ""
 
-msgid "  -U username             Specify username."
+msgid "  -U USERNAME             Specify username."
 msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
@@ -708,20 +711,20 @@ msgstr ""
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
-msgid "  -d output-dir           Specify the output directory."
+msgid "  -d PRINTER              Use the named printer."
 msgstr ""
 
-msgid "  -d printer              Use the named printer."
+msgid "  -d output-dir           Specify the output directory."
 msgstr ""
 
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
 
@@ -732,10 +735,13 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
 
-msgid "  -n copies               Set number of copies."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
 msgstr ""
 
 msgid ""
@@ -745,16 +751,13 @@ msgstr ""
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 
-msgid "  -o name=value           Set option(s)."
-msgstr ""
-
-msgid "  -p filename.ppd         Set PPD file."
+msgid "  -p FILENAME.ppd         Set PPD file."
 msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr ""
 
-msgid "  -t title                Set title."
+msgid "  -t TITLE                Set title."
 msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
@@ -1216,8 +1219,8 @@ msgstr ""
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
 
 #, c-format
@@ -2894,6 +2897,10 @@ msgstr "Chybný počet kopií %d."
 msgid "Bad custom parameter"
 msgstr "Chybný uživatelský parametr"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
@@ -3012,9 +3019,6 @@ msgstr "Banery"
 msgid "Bond Paper"
 msgstr "Kancelářský papír"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
@@ -3092,6 +3096,10 @@ msgstr ""
 msgid "Copying print data."
 msgstr ""
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Vytvořeno"
 
@@ -3196,9 +3204,6 @@ msgstr "Zakázaný"
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr "Duplexní jednotka"
 
@@ -3488,12 +3493,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr ""
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "Fólie"
 
@@ -3539,7 +3538,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr ""
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3569,9 +3568,6 @@ msgstr ""
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr ""
-
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
@@ -4077,6 +4073,9 @@ msgstr ""
 msgid "No printer-uri in request."
 msgstr ""
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr ""
 
@@ -4110,9 +4109,6 @@ msgstr "Není souvislý (Mark Sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Není souvislý (Web Sensing)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "Normální"
 
@@ -4285,9 +4281,6 @@ msgstr "Tisk úlohy:"
 msgid "Print Mode"
 msgstr "Režim tisku"
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr "Kvalita tisku"
 
@@ -4359,9 +4352,6 @@ msgstr "Tiskárny"
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4454,9 +4444,6 @@ msgstr "Nastavení parametrů třídy"
 msgid "Set Printer Options"
 msgstr "Nastavení parametrů tiskárny"
 
-msgid "Set Publishing"
-msgstr "Nastavení vydávání"
-
 msgid "Shipping Address"
 msgstr "Doručovací adresa"
 
@@ -4473,9 +4460,6 @@ msgstr ""
 msgid "Standard"
 msgstr "Standardní"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Spuštění baneru"
@@ -4750,9 +4734,6 @@ msgstr ""
 msgid "Unable to change printer"
 msgstr "Nelze změnit tiskárnu"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Nelze změnit atribut \"sdílení tiskárny\""
-
 msgid "Unable to change server settings"
 msgstr "Nelze změnit nastavení serveru"
 
@@ -4774,6 +4755,10 @@ msgstr ""
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Nelze se připojit k hostiteli."
 
@@ -4784,6 +4769,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -4917,6 +4910,10 @@ msgstr ""
 msgid "Unable to print test page"
 msgstr "Nelze vytisknout zkušební stránku"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr ""
 
@@ -4937,6 +4934,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr ""
 
@@ -5131,7 +5132,7 @@ msgstr ""
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
 msgid ""
@@ -15111,3 +15112,9 @@ msgstr ""
 
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Export tiskáren do Samby"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Nastavení vydávání"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Nelze změnit atribut \"sdílení tiskárny\""
index fd469d04f26deb5364e25676e30f033f86fcf04e..4b6685ec8d0398e255775ae012a730aec15b6438 100644 (file)
@@ -26,7 +26,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3.0\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2019-12-30 19:44+0200\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish\n"
@@ -699,6 +699,9 @@ msgstr "  --crlf                  Afslut linjer med CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    Afslut linjer med LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          Vis filtre som skal bruges."
 
@@ -711,11 +714,11 @@ msgstr "  -D navn=værdi           Indstil navngivet variabel til værdi."
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I include-mappe        Tilføj include-mappe til søgesti."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filnavn.ppd          Indstil PPD-fil."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U brugernavn           Angiv brugernavn."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c katalog.po           Indlæs det angivne meddelelseskatalog."
@@ -723,26 +726,22 @@ msgstr "  -c katalog.po           Indlæs det angivne meddelelseskatalog."
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      Indstil cups-files.conf-fil som skal bruges."
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d outputmappe          Angiv outputmappen."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d printer              Brug den angivne printer."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Brug alle filtre fra PPD-filen."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            Indstil input-MIME-type (ellers findes typen "
-"automatisk)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           Filtrér fil N fra det angivne job (standard er fil "
-"1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l sprog[,sprog,...]    Angiv outputsprogene (lokalitet)."
@@ -751,13 +750,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      Brug ModelName-værdien som filnavnet."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
+msgstr ""
+
+msgid "  -n COPIES               Set number of copies."
 msgstr ""
-"  -m mime/type            Indstil output-MIME-type (ellers bruges "
-"application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n kopier               Indstil antal kopier."
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -768,17 +768,14 @@ msgstr ""
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr "  -o filnavn.ppd[.gz]     Indstil outputfil (ellers bruges stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o navn=værdi           Indstil tilvalg."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filnavn.ppd          Indstil PPD-fil."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Test PPD'er i stedet for at oprette dem."
 
-msgid "  -t title                Set title."
-msgstr "  -t titel                Indstil titel."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Fjern PPD-filen når færdig."
@@ -1239,8 +1236,8 @@ msgstr ""
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
 
 #, c-format
@@ -2994,6 +2991,10 @@ msgstr ""
 msgid "Bad custom parameter"
 msgstr ""
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
@@ -3112,9 +3113,6 @@ msgstr ""
 msgid "Bond Paper"
 msgstr ""
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
@@ -3192,6 +3190,10 @@ msgstr ""
 msgid "Copying print data."
 msgstr ""
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr ""
 
@@ -3296,9 +3298,6 @@ msgstr ""
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr ""
 
@@ -3585,12 +3584,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr ""
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr ""
 
@@ -3636,7 +3629,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr ""
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3666,9 +3659,6 @@ msgstr ""
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr ""
-
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
@@ -4174,6 +4164,9 @@ msgstr ""
 msgid "No printer-uri in request."
 msgstr ""
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr ""
 
@@ -4207,9 +4200,6 @@ msgstr ""
 msgid "Non-continuous (Web sensing)"
 msgstr ""
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr ""
 
@@ -4382,9 +4372,6 @@ msgstr ""
 msgid "Print Mode"
 msgstr ""
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr ""
 
@@ -4456,9 +4443,6 @@ msgstr ""
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr ""
 
@@ -4551,9 +4535,6 @@ msgstr ""
 msgid "Set Printer Options"
 msgstr ""
 
-msgid "Set Publishing"
-msgstr ""
-
 msgid "Shipping Address"
 msgstr ""
 
@@ -4570,9 +4551,6 @@ msgstr ""
 msgid "Standard"
 msgstr ""
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr ""
@@ -4844,9 +4822,6 @@ msgstr "Kan ikke annullere udskrivningsjob."
 msgid "Unable to change printer"
 msgstr ""
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr ""
-
 msgid "Unable to change server settings"
 msgstr ""
 
@@ -4868,6 +4843,10 @@ msgstr ""
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr ""
 
@@ -4878,6 +4857,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5011,6 +4998,10 @@ msgstr ""
 msgid "Unable to print test page"
 msgstr ""
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr ""
 
@@ -5031,6 +5022,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr ""
 
@@ -5228,8 +5223,8 @@ msgstr "Anvendelse: cupsctl [tilvalg] [param=værdi ... paramN=værdiN]"
 msgid "Usage: cupsd [options]"
 msgstr "Anvendelse: cupsd [tilvalg]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "Anvendelse: cupsfilter [ tilvalg ] [ -- ] filnavn"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15243,8 +15238,52 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filnavn.ppd          Indstil PPD-fil."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U brugernavn           Angiv brugernavn."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d printer              Brug den angivne printer."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Indstil input-MIME-type (ellers findes typen "
+#~ "automatisk)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           Filtrér fil N fra det angivne job (standard er "
+#~ "fil 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            Indstil output-MIME-type (ellers bruges "
+#~ "application/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n kopier               Indstil antal kopier."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o navn=værdi           Indstil tilvalg."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filnavn.ppd          Indstil PPD-fil."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t titel                Indstil titel."
+
 #~ msgid "-P filename.ppd         Load printer attributes from PPD file"
 #~ msgstr "-P filnavn.ppd          Indlæs printerattributter fra PPD-fil"
 
 #~ msgid "-i iconfile.png         Set icon file"
 #~ msgstr "-i ikonfil.png          Indstil ikonfil"
+
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "Anvendelse: cupsfilter [ tilvalg ] [ -- ] filnavn"
index ab7c745322e3aa32b00fdfee714fc2f88286e736..ac3f7581af7e66596e6e0ab2b22fbe90895b68d1 100644 (file)
@@ -25,7 +25,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.4\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2022-02-16 09:22+0100\n"
 "Last-Translator: Joachim Schwender <Joachim@schwender-beyer.de>\n"
 "Language-Team: German <joachim.schwender@web.de>\n"
@@ -780,6 +780,9 @@ msgstr "  --crlf                  Zeilenenden mit CR+LF (Windows)"
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    Zeilenenden mit LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          Liste die Filter auf die benutzt werden."
 
@@ -793,11 +796,11 @@ msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 "  -I Inklus.Verz.         Inklusionsverzeichnis dem Suchpfad hinzufügen."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         Lege PPD-Datei fest."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U Benutzername         Gebe den Benutzernamen an."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c Katalog.po           Lade den angegebenen Nachrichtenkatalog."
@@ -806,26 +809,22 @@ msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 "  -c cups-files.conf      Setze die zu benutzende Datei cups-files.conf"
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d AusgabeVerz.         Angabe des Ausgabeverzeichnisses."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d Drucker              Benutze den genannten Drucker."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Benutzt jeden Filter der PPD-Datei."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            Legt den MIME-typ der Eingabe fest (sonst "
-"selbsterkennend)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j Auftrags-id[,N]      Filterdatei N des angegebenen Auftrags "
-"(Voreingestellt ist Datei 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      Spezifiziere die Ausgabesprache(n) (locale)."
@@ -834,13 +833,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      Verwende den ModellNamen als Dateinamen."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            Legt den MIME-Typ der Ausgabe fest (sonst "
-"application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n Kopien               Lege die Anzahl der Kopien fest."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -853,17 +853,14 @@ msgstr ""
 "  -o Dateiname.ppd[.gz]   Legt den Dateinamen der Ausgabe fest (sonst "
 "stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o Name=Wert            Option(en) festlegen."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p Dateiname.ppd        PPD-Datei festlegen."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Teste PPDs anstatt sie zu erzeugen."
 
-msgid "  -t title                Set title."
-msgstr "  -t Titel                Legt den Titel fest."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      PPD-Datei nach dem Fertigstellen löschen."
@@ -1371,11 +1368,9 @@ msgstr "%s: Fehler - Wert nach der Option \"-%c\" erwartet."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: Fehler - benötigt \"completed\", \"not-completed\", oder \"all\" nach "
-"Option \"-W\"."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3128,6 +3123,10 @@ msgstr "Ungültiger Wert der Kopien %d."
 msgid "Bad custom parameter"
 msgstr "Ungültiger angepasster Parameter"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "Ungültige Geräte-URI\"%s\"."
@@ -3246,9 +3245,6 @@ msgstr "Banner"
 msgid "Bond Paper"
 msgstr "Papier bündeln"
 
-msgid "Booklet"
-msgstr "Broschüre"
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Bool erwartet für waitof-Option \"%s\"."
@@ -3329,6 +3325,10 @@ msgstr "Steuerdatei erfolgreich gesendet."
 msgid "Copying print data."
 msgstr "Kopiere Druckdaten."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Erstellt"
 
@@ -3439,9 +3439,6 @@ msgstr "Deaktiviert"
 msgid "Document #%d does not exist in job #%d."
 msgstr "Dokument #%d existiert in Auftrag #%d nicht."
 
-msgid "Draft"
-msgstr "Entwurf"
-
 msgid "Duplexer"
 msgstr "Duplexer"
 
@@ -3734,12 +3731,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Seite %d fertiggestellt."
 
-msgid "Finishing Preset"
-msgstr "Voreinstellungen Endverarbeitung"
-
-msgid "Fold"
-msgstr "Falten"
-
 msgid "Folio"
 msgstr "Folio"
 
@@ -3785,8 +3776,8 @@ msgstr "Hash Puffer zu klein."
 msgid "Help file not in index."
 msgstr "Hilfedatei nicht im Index."
 
-msgid "High"
-msgstr "Hoch"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
+msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr "IPP 1setOf Attribut mit inkompatiblen Werte-Markierung."
@@ -3815,9 +3806,6 @@ msgstr "IPP endCollection Wert nicht 0 Byte."
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP enum Wert nicht 4 Byte."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP-Erweiterung größer als 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP Integer-Wert nicht 4 Bytes."
 
@@ -4331,6 +4319,9 @@ msgstr "Keine Drucker-URI gefunden für die Klasse"
 msgid "No printer-uri in request."
 msgstr "Keine Drucker-URI in der Anfrage."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "Keine Anfrage-URI."
 
@@ -4364,9 +4355,6 @@ msgstr "Nicht fortlaufend (Mark-Sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Nicht fortlaufend (Web-Sensing)"
 
-msgid "None"
-msgstr "Keine"
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4540,9 +4528,6 @@ msgstr "Druckauftrag:"
 msgid "Print Mode"
 msgstr "Druckmodus"
 
-msgid "Print Quality"
-msgstr "Druckqualität"
-
 msgid "Print Rate"
 msgstr "Druckrate"
 
@@ -4616,9 +4601,6 @@ msgstr "Drucker"
 msgid "Printing page %d, %u%% complete."
 msgstr "Drucke Seite %d, %u%% fertig."
 
-msgid "Punch"
-msgstr "Locher"
-
 msgid "Quarto"
 msgstr "US Quarto"
 
@@ -4711,9 +4693,6 @@ msgstr "Klassenoptionen festlegen"
 msgid "Set Printer Options"
 msgstr "Druckeroptionen festlegen"
 
-msgid "Set Publishing"
-msgstr "Veröffentlichung festlegen"
-
 msgid "Shipping Address"
 msgstr "Lieferadresse"
 
@@ -4730,9 +4709,6 @@ msgstr "Auftragszwischenspeicherung %.0f%% abgeschlossen."
 msgid "Standard"
 msgstr "Standard"
 
-msgid "Staple"
-msgstr "Heftung"
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Startbanner"
@@ -5023,9 +4999,6 @@ msgstr "Druckauftrag kann nicht abgebrochen werden."
 msgid "Unable to change printer"
 msgstr "Drucker konnte nicht geändert werden"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Attribut „printer-is-shared“ konnte nicht geändert werden"
-
 msgid "Unable to change server settings"
 msgstr "Servereinstellungen konnten nicht geändert werden"
 
@@ -5049,6 +5022,10 @@ msgstr "Druckeroptionen können nicht konfiguriert werden."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Verbindungsaufbau zum Host fehlgeschlagen."
 
@@ -5061,6 +5038,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "PPD-Datei kann nicht kopiert werden - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5194,6 +5179,10 @@ msgstr "Die Rasterdatei kann nicht geöffnet werden"
 msgid "Unable to print test page"
 msgstr "Die Testseite kann nicht gedruckt werden"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Druckdaten können nicht gelesen werden."
 
@@ -5214,6 +5203,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "In die Datei kann nicht gesehen werden"
 
@@ -5413,8 +5406,8 @@ msgstr "Verwendung: cupsctl [Optionen] [Parameter=Wert ... ParameterN=WertN]"
 msgid "Usage: cupsd [options]"
 msgstr "Verwendung: cupsd [Optionen]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "Verwendung: cupsfilter [ Optionen ] [ -- ] Dateiname"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15450,10 +15443,59 @@ msgstr ""
 "~/.cups/lpoptions Die Datei nennt ein voreingestelltes Ziel das nicht "
 "existiert."
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         Lege PPD-Datei fest."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U Benutzername         Gebe den Benutzernamen an."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d Drucker              Benutze den genannten Drucker."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Legt den MIME-typ der Eingabe fest (sonst "
+#~ "selbsterkennend)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j Auftrags-id[,N]      Filterdatei N des angegebenen Auftrags "
+#~ "(Voreingestellt ist Datei 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            Legt den MIME-Typ der Ausgabe fest (sonst "
+#~ "application/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n Kopien               Lege die Anzahl der Kopien fest."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o Name=Wert            Option(en) festlegen."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p Dateiname.ppd        PPD-Datei festlegen."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t Titel                Legt den Titel fest."
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s: Ungültige Drucker-URI \"%s\"."
 
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Fehler - benötigt \"completed\", \"not-completed\", oder \"all\" nach "
+#~ "Option \"-W\"."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: Entschuldigung, Verschlüsselung wird nicht unterstützt."
@@ -15489,21 +15531,57 @@ msgstr ""
 #~ msgstr ""
 #~ "Ein Samba-Benutzername ist erforderlich, um Druckertreiber zu exportieren"
 
+#~ msgid "Booklet"
+#~ msgstr "Broschüre"
+
+#~ msgid "Draft"
+#~ msgstr "Entwurf"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Drucker zu Samba exportieren"
 
+#~ msgid "Finishing Preset"
+#~ msgstr "Voreinstellungen Endverarbeitung"
+
+#~ msgid "Fold"
+#~ msgstr "Falten"
+
+#~ msgid "High"
+#~ msgstr "Hoch"
+
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP-Erweiterung größer als 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "Suche nach Drucker."
 
 #~ msgid "No common name specified."
 #~ msgstr "Keinen gebräuchlichen Namen angegeben."
 
+#~ msgid "None"
+#~ msgstr "Keine"
+
+#~ msgid "Print Quality"
+#~ msgstr "Druckqualität"
+
+#~ msgid "Punch"
+#~ msgstr "Locher"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Veröffentlichung festlegen"
+
+#~ msgid "Staple"
+#~ msgstr "Heftung"
+
 #~ msgid "Unable to allocate memory for printer"
 #~ msgstr "Speicher für den Drucker kann nicht belegt werden"
 
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Attribut „printer-is-shared“ konnte nicht geändert werden"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "PPD-Datei kann nicht kopiert werden."
 
@@ -15570,6 +15648,9 @@ msgstr ""
 #~ msgid "Unknown directive \"%s\" on line %d of \"%s\" ignored."
 #~ msgstr "Unbekannte Anweisung \"%s\" in Zeile %d in \"%s\" wird ignoriert."
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "Verwendung: cupsfilter [ Optionen ] [ -- ] Dateiname"
+
 #~ msgid "cupsctl: Cannot set Listen or Port directly."
 #~ msgstr "cupsctl: Kann nicht direkt auf dem Port hören."
 
index f95c67f1961cec711807ac5e2371b721c9e35928..727991f9b10f027b316e730d8e74854165102934 100644 (file)
@@ -25,7 +25,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3.0\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: English\n"
@@ -805,6 +805,9 @@ msgstr "  --crlf                  End lines with CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          List filters that will be used."
 
@@ -817,11 +820,11 @@ msgstr "  -D name=value           Set named variable to value."
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I include-dir          Add include directory to search path."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         Set PPD file."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U username             Specify username."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catalog.po           Load the specified message catalog."
@@ -829,24 +832,22 @@ msgstr "  -c catalog.po           Load the specified message catalog."
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      Set cups-files.conf file to use."
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d output-dir           Specify the output directory."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d printer              Use the named printer."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Use every filter from the PPD file."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
-msgstr "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
+msgstr ""
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
-"file 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      Specify the output language(s) (locale)."
@@ -855,12 +856,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      Use the ModelName value as the filename."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copies               Set number of copies."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -870,17 +873,14 @@ msgstr ""
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o name=value           Set option(s)."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filename.ppd         Set PPD file."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Test PPDs instead of generating them."
 
-msgid "  -t title                Set title."
-msgstr "  -t title                Set title."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Remove the PPD file when finished."
@@ -1375,11 +1375,9 @@ msgstr "%s: Error - expected value after \"-%c\" option."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3112,6 +3110,10 @@ msgstr "Bad copies value %d."
 msgid "Bad custom parameter"
 msgstr "Bad custom parameter"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "Bad device-uri \"%s\"."
@@ -3230,9 +3232,6 @@ msgstr "Banners"
 msgid "Bond Paper"
 msgstr "Bond Paper"
 
-msgid "Booklet"
-msgstr "Booklet"
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Boolean expected for waiteof option \"%s\"."
@@ -3313,6 +3312,10 @@ msgstr "Control file sent successfully."
 msgid "Copying print data."
 msgstr "Copying print data."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Created"
 
@@ -3423,9 +3426,6 @@ msgstr "Disabled"
 msgid "Document #%d does not exist in job #%d."
 msgstr "Document #%d does not exist in job #%d."
 
-msgid "Draft"
-msgstr "Draft"
-
 msgid "Duplexer"
 msgstr "Duplexer"
 
@@ -3717,12 +3717,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Finished page %d."
 
-msgid "Finishing Preset"
-msgstr "Finishing Preset"
-
-msgid "Fold"
-msgstr "Fold"
-
 msgid "Folio"
 msgstr "Folio"
 
@@ -3768,8 +3762,8 @@ msgstr "Hash buffer too small."
 msgid "Help file not in index."
 msgstr "Help file not in index."
 
-msgid "High"
-msgstr "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
+msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr "IPP 1setOf attribute with incompatible value tags."
@@ -3798,9 +3792,6 @@ msgstr "IPP endCollection value not 0 bytes."
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP enum value not 4 bytes."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP extension tag larger than 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP integer value not 4 bytes."
 
@@ -4313,6 +4304,9 @@ msgstr "No printer-uri found for class"
 msgid "No printer-uri in request."
 msgstr "No printer-uri in request."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "No request URI."
 
@@ -4346,9 +4340,6 @@ msgstr "Non-continuous (Mark sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Non-continuous (Web sensing)"
 
-msgid "None"
-msgstr "None"
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4522,9 +4513,6 @@ msgstr "Print Job:"
 msgid "Print Mode"
 msgstr "Print Mode"
 
-msgid "Print Quality"
-msgstr "Print Quality"
-
 msgid "Print Rate"
 msgstr "Print Rate"
 
@@ -4596,9 +4584,6 @@ msgstr "Printers"
 msgid "Printing page %d, %u%% complete."
 msgstr "Printing page %d, %u%% complete."
 
-msgid "Punch"
-msgstr "Punch"
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4691,9 +4676,6 @@ msgstr "Set Class Options"
 msgid "Set Printer Options"
 msgstr "Set Printer Options"
 
-msgid "Set Publishing"
-msgstr "Set Publishing"
-
 msgid "Shipping Address"
 msgstr "Shipping Address"
 
@@ -4710,9 +4692,6 @@ msgstr "Spooling job, %.0f%% complete."
 msgid "Standard"
 msgstr "Standard"
 
-msgid "Staple"
-msgstr "Staple"
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Starting Banner"
@@ -4997,9 +4976,6 @@ msgstr "Unable to cancel print job."
 msgid "Unable to change printer"
 msgstr "Unable to change printer"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Unable to change printer-is-shared attribute"
-
 msgid "Unable to change server settings"
 msgstr "Unable to change server settings"
 
@@ -5021,6 +4997,10 @@ msgstr "Unable to configure printer options."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Unable to connect to host."
 
@@ -5031,6 +5011,14 @@ msgstr "Unable to contact printer, queuing on next printer in class."
 msgid "Unable to copy PPD file - %s"
 msgstr "Unable to copy PPD file - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5164,6 +5152,10 @@ msgstr "Unable to open raster file"
 msgid "Unable to print test page"
 msgstr "Unable to print test page"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Unable to read print data."
 
@@ -5184,6 +5176,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "Unable to see in file"
 
@@ -5381,8 +5377,8 @@ msgstr "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgid "Usage: cupsd [options]"
 msgstr "Usage: cupsd [options]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15408,10 +15404,58 @@ msgstr "{}                      URI"
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr "~/.cups/lpoptions file names default destination that does not exist."
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         Set PPD file."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U username             Specify username."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d printer              Use the named printer."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copies               Set number of copies."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o name=value           Set option(s)."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filename.ppd         Set PPD file."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t title                Set title."
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s: Bad printer URI \"%s\"."
 
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: Sorry, no encryption support."
@@ -15438,18 +15482,54 @@ msgstr "~/.cups/lpoptions file names default destination that does not exist."
 #~ msgid "-i iconfile.png         Set icon file"
 #~ msgstr "-i iconfile.png         Set icon file"
 
+#~ msgid "Booklet"
+#~ msgstr "Booklet"
+
+#~ msgid "Draft"
+#~ msgstr "Draft"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
+#~ msgid "Finishing Preset"
+#~ msgstr "Finishing Preset"
+
+#~ msgid "Fold"
+#~ msgstr "Fold"
+
+#~ msgid "High"
+#~ msgstr "High"
+
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP extension tag larger than 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "Looking for printer."
 
 #~ msgid "No common name specified."
 #~ msgstr "No common name specified."
 
+#~ msgid "None"
+#~ msgstr "None"
+
+#~ msgid "Print Quality"
+#~ msgstr "Print Quality"
+
+#~ msgid "Punch"
+#~ msgstr "Punch"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Set Publishing"
+
+#~ msgid "Staple"
+#~ msgstr "Staple"
+
 #~ msgid "Unable to allocate memory for printer"
 #~ msgstr "Unable to allocate memory for printer"
 
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Unable to change printer-is-shared attribute"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "Unable to copy PPD file."
 
@@ -15518,6 +15598,9 @@ msgstr "~/.cups/lpoptions file names default destination that does not exist."
 #~ msgid "Unknown directive \"%s\" on line %d of \"%s\" ignored."
 #~ msgstr "Unknown directive \"%s\" on line %d of \"%s\" ignored."
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "Usage: cupsfilter [ options ] [ -- ] filename"
+
 #, c-format
 #~ msgid "ippeveprinter: Unable to open \"%s\": %s on line %d."
 #~ msgstr "ippeveprinter: Unable to open \"%s\": %s on line %d."
index 18f73632638111f49b0c434509ee02c8ba7505ea..e78a7dc3c5144c3e0a2a0e854eaf64d1fcf4b35a 100644 (file)
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2016-06-26 21:17+0100\n"
 "Last-Translator: Juan Pablo González Riopedre <jpgriopedre@yahoo.es>\n"
 "Language-Team: Spanish\n"
@@ -816,6 +816,9 @@ msgstr "  --crlf                  Finalizar líneas con CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    Finalizar líneas con LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          Listar los filtros a usar."
 
@@ -829,11 +832,11 @@ msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 "  -I include-dir          Añade directorio include a la ruta de búsqueda."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P nombre_archivo.ppd   Establece archivo PPD."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U nombre_usuario       Especifica el nombre de usuario."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catálogo.po          Carga el catálogo de mensajes especificado."
@@ -841,26 +844,22 @@ msgstr "  -c catálogo.po          Carga el catálogo de mensajes especificado."
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      Establece el archivo cups-files.conf a usar."
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d dir-salida           Especifica el directorio de salida."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d impresora            Usa la impresora especificada."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Usa cada filtro desde el archivo PPD."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i tipo/mime            Establece el tipo MIME de entrada (si no, auto-"
-"typed)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j id-trabajo[,N]       Filtra el archivo N desde el trabajo especificado "
-"(predeterminado archivo 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
@@ -871,13 +870,14 @@ msgstr ""
 "  -m                      Usa el valor ModelName como nombre de archivo."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m tipo/mime            Establece el tipo MIME de salida (si no, "
-"application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copias               Establece el número de copias."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -889,17 +889,14 @@ msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 "  -o nombre_archivo.ppd[.gz]  Establece el archivo de salida (si no, stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o nombre=valor         Establece opciones."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p nombre_archivo.ppd   Establece archivo PPD."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Prueba los PPDs en vez de generarlos."
 
-msgid "  -t title                Set title."
-msgstr "  -t título               Establece título."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Borra el archivo PPD tras terminar."
@@ -1365,11 +1362,9 @@ msgstr "%s: Error - se esperaba un valor tras la opción \"-%c\"."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras la "
-"opción \"-W\"."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3050,6 +3045,10 @@ msgstr "Valor de copias %d incorrecto."
 msgid "Bad custom parameter"
 msgstr "Parámetro a medida incorrecto"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "device-uri \"%s\" incorrecto."
@@ -3168,9 +3167,6 @@ msgstr "Rótulos"
 msgid "Bond Paper"
 msgstr "Papel de cartas"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Se esperaba un valor lógico para la opción waiteof \"%s\"."
@@ -3250,6 +3246,10 @@ msgstr "Archivo de control enviado correctamente."
 msgid "Copying print data."
 msgstr "Copiando datos de impresión."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Creado"
 
@@ -3360,9 +3360,6 @@ msgstr "Deshabilitado"
 msgid "Document #%d does not exist in job #%d."
 msgstr "El documento #%d no existe en el trabajo #%d."
 
-msgid "Draft"
-msgstr "Borrador"
-
 msgid "Duplexer"
 msgstr "Unidad de impresión dúplex"
 
@@ -3654,12 +3651,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Acabada la página %d."
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr "Plegado"
-
 msgid "Folio"
 msgstr "Folio"
 
@@ -3705,8 +3696,8 @@ msgstr "Memoria temporal hash demasiado pequeña."
 msgid "Help file not in index."
 msgstr "El archivo de ayuda no está en el índice."
 
-msgid "High"
-msgstr "Alta"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
+msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr "Atributo IPP 1setOf con etiquetas de valor incompatibles."
@@ -3735,9 +3726,6 @@ msgstr "IPP el valor endCollection no es de 0 bytes."
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP el valor enum no es de 4 bytes."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP etiqueta de extensión mayor de 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP el valor entero no es de 4 bytes."
 
@@ -4249,6 +4237,9 @@ msgstr "No se encontró printer-uri para la clase"
 msgid "No printer-uri in request."
 msgstr "No hay printer-uri en la solicitud."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "No se ha solicitado URI."
 
@@ -4282,9 +4273,6 @@ msgstr "No continuo (sensible a señal)"
 msgid "Non-continuous (Web sensing)"
 msgstr "No continuo (sensible a web)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4457,9 +4445,6 @@ msgstr "Imprimir trabajo:"
 msgid "Print Mode"
 msgstr "Modo de impresión"
 
-msgid "Print Quality"
-msgstr "Calidad de impresión"
-
 msgid "Print Rate"
 msgstr "Tasa de impresión"
 
@@ -4531,9 +4516,6 @@ msgstr "Impresoras"
 msgid "Printing page %d, %u%% complete."
 msgstr "Imprimiendo página %d, %u%% completado."
 
-msgid "Punch"
-msgstr "Perforadora"
-
 msgid "Quarto"
 msgstr "Libro en cuarto"
 
@@ -4626,9 +4608,6 @@ msgstr "Cambiar opciones clase"
 msgid "Set Printer Options"
 msgstr "Cambiar opciones impresora"
 
-msgid "Set Publishing"
-msgstr "Hacer pública"
-
 msgid "Shipping Address"
 msgstr "Dirección de envío"
 
@@ -4645,9 +4624,6 @@ msgstr "Guardando trabajo en cola, %.0f%% completado."
 msgid "Standard"
 msgstr "Estándar"
 
-msgid "Staple"
-msgstr "Grapa"
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Rótulo inicial"
@@ -4934,9 +4910,6 @@ msgstr "No se ha podido cancelar el trabajo de impresión."
 msgid "Unable to change printer"
 msgstr "No se ha podido cambiar la impresora"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "No se ha podido cambiar el atributo printer-is-shared"
-
 msgid "Unable to change server settings"
 msgstr "No se ha podido cambiar la configuración del servidor"
 
@@ -4958,6 +4931,10 @@ msgstr "No se han podido configurar las opciones de impresión."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "No se ha podido conectar al equipo."
 
@@ -4970,6 +4947,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "No se ha podido copiar el archivo PPD - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5103,6 +5088,10 @@ msgstr "No se ha podido abrir el archivo de trama de datos (raster)"
 msgid "Unable to print test page"
 msgstr "No se ha podido imprimir la página de prueba"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "No se han podido leer los datos de impresión."
 
@@ -5123,6 +5112,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "No se ha podido mirar en el archivo"
 
@@ -5323,8 +5316,8 @@ msgstr "Uso: cupsctl [opciones] [param=valor ... paramN=valorN]"
 msgid "Usage: cupsd [options]"
 msgstr "Uso: cupsd [opciones]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "Uso: cupsfilter [ opciones ] [ -- ] nombre_archivo"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15351,10 +15344,59 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P nombre_archivo.ppd   Establece archivo PPD."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U nombre_usuario       Especifica el nombre de usuario."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d impresora            Usa la impresora especificada."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i tipo/mime            Establece el tipo MIME de entrada (si no, auto-"
+#~ "typed)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j id-trabajo[,N]       Filtra el archivo N desde el trabajo "
+#~ "especificado (predeterminado archivo 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m tipo/mime            Establece el tipo MIME de salida (si no, "
+#~ "application/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copias               Establece el número de copias."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o nombre=valor         Establece opciones."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p nombre_archivo.ppd   Establece archivo PPD."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t título               Establece título."
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s: URI de impresora \"%s\" no válida."
 
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras "
+#~ "la opción \"-W\"."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: Lo siento, no está implementado el cifrado."
@@ -15381,12 +15423,39 @@ msgstr ""
 #~ "Se requiere un nombre de usuario Samba para exportar los controladores de "
 #~ "impresora"
 
+#~ msgid "Draft"
+#~ msgstr "Borrador"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Exportar impresoras a Samba"
 
+#~ msgid "Fold"
+#~ msgstr "Plegado"
+
+#~ msgid "High"
+#~ msgstr "Alta"
+
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP etiqueta de extensión mayor de 0x7FFFFFFF."
+
+#~ msgid "Print Quality"
+#~ msgstr "Calidad de impresión"
+
+#~ msgid "Punch"
+#~ msgstr "Perforadora"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Hacer pública"
+
+#~ msgid "Staple"
+#~ msgstr "Grapa"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "No se ha podido cambiar el atributo printer-is-shared"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "No se ha podido copiar el archivo PPD."
 
@@ -15444,6 +15513,9 @@ msgstr ""
 #~ msgid "Unable to find server credentials."
 #~ msgstr "No se han podido encontrar las credenciales del servidor."
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "Uso: cupsfilter [ opciones ] [ -- ] nombre_archivo"
+
 #~ msgid "cupsctl: Cannot set Listen or Port directly."
 #~ msgstr "cupsctl: No se puede establecer Listen o Port directamente."
 
index a95756e1b56b7f655d5628ffcf477a42cdd370b8..6d2ca157478dfb3872304cbbcaa3c70500e0574c 100644 (file)
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2012-12-12 11:12+0100\n"
 "Last-Translator: Stéphane Blondon <stephane.blondon@gmail.com>\n"
 "Language-Team: French <LL@li.org>\n"
@@ -684,6 +684,9 @@ msgstr "  --crlf                  Fin de ligne avec CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    Fin de ligne avec LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          Filtres de liste utilisables."
 
@@ -698,11 +701,11 @@ msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 "  -I rep-inclus           Ajouter le répertoire au chemin des recherches."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P fichier.ppd          Choisir un fichier PPD."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U nom                  Indiquer le nom d'utilisateur."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catalogue.po         Charger le catalogue de messages."
@@ -710,26 +713,22 @@ msgstr "  -c catalogue.po         Charger le catalogue de messages."
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c fichier-cups.conf    Utiliser le fichier fichier-cups.conf."
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d répertoire-sortie    Indiquer le répertoire de sortie."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d imprimante           Utiliser l'imprimante nommée."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Utiliser tous les filtres du fichier PPD."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            Affecter le type MIME d'entrée (sinon type "
-"automatique)"
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           Filtrer le fichier N de la tâche indiquée (par "
-"défaut, c'est le fichier 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
@@ -739,11 +738,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copies               Choisir le nombre de copies."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -756,17 +758,14 @@ msgstr ""
 "  -o fichier.ppd[.gz]     Affecter le fichier de sortie (sinon sortie "
 "standard)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o nom=valeur           Affecter des option(s)."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p nomFichier.ppd       Affecter le fichier PPD."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Tester les PPDs plutôt que les produire."
 
-msgid "  -t title                Set title."
-msgstr "  -t title                Affecter le titre."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Supprimer le fichier PPD, une fois terminé."
@@ -1227,8 +1226,8 @@ msgstr "%s : erreur - valeur attendue après l'option « -%c »."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
 
 #, c-format
@@ -2905,6 +2904,10 @@ msgstr "Valeur « %d » incorrecte pour copies."
 msgid "Bad custom parameter"
 msgstr "Paramètre personnalisé incorrect"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
@@ -3023,9 +3026,6 @@ msgstr "Bannières"
 msgid "Bond Paper"
 msgstr "Papier pour titres"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
@@ -3103,6 +3103,10 @@ msgstr ""
 msgid "Copying print data."
 msgstr ""
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Créé"
 
@@ -3209,9 +3213,6 @@ msgstr "Désactivé"
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-msgid "Draft"
-msgstr "Brouillon"
-
 msgid "Duplexer"
 msgstr "Duplexeur"
 
@@ -3501,12 +3502,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr ""
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "Folio"
 
@@ -3552,7 +3547,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr ""
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3582,9 +3577,6 @@ msgstr ""
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr ""
-
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
@@ -4090,6 +4082,9 @@ msgstr ""
 msgid "No printer-uri in request."
 msgstr ""
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr ""
 
@@ -4123,9 +4118,6 @@ msgstr "Non continu (détection de marque)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Non continu (détection Web)"
 
-msgid "None"
-msgstr "Aucun"
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4298,9 +4290,6 @@ msgstr "Tâche d’impression :"
 msgid "Print Mode"
 msgstr "Mode d’impression"
 
-msgid "Print Quality"
-msgstr "Qualité d'impression"
-
 msgid "Print Rate"
 msgstr "Taux d’impression"
 
@@ -4372,9 +4361,6 @@ msgstr ""
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4467,9 +4453,6 @@ msgstr "Définir les options de classe"
 msgid "Set Printer Options"
 msgstr "Définir les options de l’imprimante"
 
-msgid "Set Publishing"
-msgstr "Définir la publication"
-
 msgid "Shipping Address"
 msgstr "Adresse de livraison"
 
@@ -4486,9 +4469,6 @@ msgstr ""
 msgid "Standard"
 msgstr "Standard"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Début de la bannière"
@@ -4768,9 +4748,6 @@ msgstr "Impossible d’annuler la tâche d'impression."
 msgid "Unable to change printer"
 msgstr "Impossible de changer d'imprimante"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Impossible de modifier l’attribut « printer-is-shared » :"
-
 msgid "Unable to change server settings"
 msgstr "Impossible de modifier les réglages du serveur :"
 
@@ -4792,6 +4769,10 @@ msgstr "Impossible de configurer les options de l'imprimante."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Connexion à l’hôte impossible."
 
@@ -4802,6 +4783,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -4935,6 +4924,10 @@ msgstr ""
 msgid "Unable to print test page"
 msgstr "Impossible d’imprimer la page de test :"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr ""
 
@@ -4955,6 +4948,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr ""
 
@@ -5149,7 +5146,7 @@ msgstr ""
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
 msgid ""
@@ -15124,6 +15121,40 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P fichier.ppd          Choisir un fichier PPD."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U nom                  Indiquer le nom d'utilisateur."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d imprimante           Utiliser l'imprimante nommée."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Affecter le type MIME d'entrée (sinon type "
+#~ "automatique)"
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           Filtrer le fichier N de la tâche indiquée (par "
+#~ "défaut, c'est le fichier 1)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copies               Choisir le nombre de copies."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o nom=valeur           Affecter des option(s)."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p nomFichier.ppd       Affecter le fichier PPD."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t title                Affecter le titre."
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s : mauvaise URI de l'imprimante « %s »."
@@ -15144,6 +15175,9 @@ msgstr ""
 #~ msgid "%s: Unable to resolve \"%s\"."
 #~ msgstr "%s : impossible de résoudre « %s »."
 
+#~ msgid "Draft"
+#~ msgstr "Brouillon"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
@@ -15152,3 +15186,15 @@ msgstr ""
 
 #~ msgid "Looking for printer."
 #~ msgstr "Recherche d'imprimante en cours."
+
+#~ msgid "None"
+#~ msgstr "Aucun"
+
+#~ msgid "Print Quality"
+#~ msgstr "Qualité d'impression"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Définir la publication"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Impossible de modifier l’attribut « printer-is-shared » :"
index 3c2dcd1003cd9c75a03fd66fa5ebfe3a3f88631b..00c56773891b17bd21ecf27a2acdc823a7ebb66e 100644 (file)
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2013-07-14 12:00+0200\n"
 "Last-Translator: Giovanni Scafora <giovanni@archlinux.org>\n"
 "Language-Team: Italian - Arch Linux Italian Team <giovanni@archlinux.org>\n"
@@ -809,6 +809,9 @@ msgstr "  --crlf                  Termina righe con CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 
@@ -824,11 +827,11 @@ msgstr ""
 "  -I include-dir          Aggiunge la directory include al percorso della "
 "ricerca."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         Imposta il file PPD."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U username             Specifica l'username."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
@@ -837,26 +840,22 @@ msgstr ""
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d output-dir           Specifica la directory di output."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d printer              Utilizza la stampante specificata."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Utilizza tutti i filtri dal file PPD."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            Imposta il tipo di MIME di input (altrimenti auto-"
-"typed)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           File del filtro N dal processo specificato (quello "
-"predefinito è il file 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      Specifica la lingua(e) (locale) di output."
@@ -865,13 +864,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      Utilizza il valore di ModelName come file."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            Imposta il tipo di MIME di output (altrimenti "
-"application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copies               Imposta il numero di copie."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -881,17 +881,14 @@ msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 "  -o filename.ppd[.gz]    Imposta il file di output (altrimenti stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o nome=valore           Imposta opzione(i)."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filename.ppd         Imposta il file PPD."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Prova i PPD invece di generarli."
 
-msgid "  -t title                Set title."
-msgstr "  -t title                Imposta il titolo."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Rimuove il file PPD una volta terminato."
@@ -1361,11 +1358,9 @@ msgstr "%s: errore - è previsto un valore dopo l'opzione \"-%c\"."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: errore - deve seguire \"completed\", \"non-completed\" oppure \"all\" "
-"dopo l'opzione \"-W\"."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3045,6 +3040,10 @@ msgstr "Il valore %d delle copie non è valido."
 msgid "Bad custom parameter"
 msgstr "Il parametro personalizzato non è valido"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "Il device-uri \"%s\" non è valido."
@@ -3163,9 +3162,6 @@ msgstr "Banner"
 msgid "Bond Paper"
 msgstr "Carta per scrivere"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "È previsto un valore booleano per l'opzione waiteof \"%s\"."
@@ -3246,6 +3242,10 @@ msgstr "Il file del controllo è stato inviato con successo."
 msgid "Copying print data."
 msgstr "Copia dei dati di stampa in corso."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Creato"
 
@@ -3357,9 +3357,6 @@ msgstr "Disabilitato"
 msgid "Document #%d does not exist in job #%d."
 msgstr "Il documento #%d non esiste nel processo #%d."
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr "Duplexer"
 
@@ -3651,12 +3648,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Finito pagina %d."
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "Foglio"
 
@@ -3702,7 +3693,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr "Il file di aiuto non è nell'indice."
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3732,9 +3723,6 @@ msgstr "Il valore di IPP endCollection non è di 0 byte."
 msgid "IPP enum value not 4 bytes."
 msgstr "Il valore di IPP enum non è di 4 byte."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "Il tag dell'estensione di IPP è maggiore di 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "Il valore intero di IPP non è di 4 byte."
 
@@ -4246,6 +4234,9 @@ msgstr "Non è stato trovato printer-uri per la classe"
 msgid "No printer-uri in request."
 msgstr "Nessun printer-uri nella richiesta."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr ""
 
@@ -4279,9 +4270,6 @@ msgstr "Non-continuous (Mark sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Non-continuous (Web sensing)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "Normale"
 
@@ -4454,9 +4442,6 @@ msgstr "Processo di stampa:"
 msgid "Print Mode"
 msgstr "Modalità di stampa"
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr "Velocità di stampa"
 
@@ -4528,9 +4513,6 @@ msgstr "Stampanti"
 msgid "Printing page %d, %u%% complete."
 msgstr ""
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4623,9 +4605,6 @@ msgstr "Imposta le opzioni della classe"
 msgid "Set Printer Options"
 msgstr "Imposta le opzioni della stampante"
 
-msgid "Set Publishing"
-msgstr "Imposta la pubblicazione"
-
 msgid "Shipping Address"
 msgstr "Indirizzo di spedizione"
 
@@ -4642,9 +4621,6 @@ msgstr "Processo di spooling, %.0f%% completato."
 msgid "Standard"
 msgstr "Standard"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Inizio del banner"
@@ -4931,9 +4907,6 @@ msgstr "Non è possibile eliminare il processo di stampa."
 msgid "Unable to change printer"
 msgstr "Non è possibile modificare la stampante"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Non è possibile modificare l'attributo printer-is-shared"
-
 msgid "Unable to change server settings"
 msgstr "Non è possibile modificare le impostazioni del server"
 
@@ -4955,6 +4928,10 @@ msgstr "Non è possibile configurare le opzioni della stampante."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Non è possibile connettersi all'host."
 
@@ -4967,6 +4944,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "Non è possibile copiare il file PPD - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5100,6 +5085,10 @@ msgstr "non è possibile aprire il file del raster"
 msgid "Unable to print test page"
 msgstr "Non è possibile stampare la pagina di prova"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Non è possibile leggere i dati della stampa."
 
@@ -5120,6 +5109,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "Non è possibile vedere nel file"
 
@@ -5316,7 +5309,7 @@ msgstr "Uso: cupsctl [opzioni] [param=valore ... paramN=valoreN]"
 msgid "Usage: cupsd [options]"
 msgstr "Uso: cupsd [opzioni]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
 msgid ""
@@ -15332,6 +15325,55 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         Imposta il file PPD."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U username             Specifica l'username."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d printer              Utilizza la stampante specificata."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Imposta il tipo di MIME di input (altrimenti "
+#~ "auto-typed)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           File del filtro N dal processo specificato "
+#~ "(quello predefinito è il file 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            Imposta il tipo di MIME di output (altrimenti "
+#~ "application/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copies               Imposta il numero di copie."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o nome=valore           Imposta opzione(i)."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filename.ppd         Imposta il file PPD."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t title                Imposta il titolo."
+
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: errore - deve seguire \"completed\", \"non-completed\" oppure \"all\" "
+#~ "dopo l'opzione \"-W\"."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: spiacenti, nessun supporto per la crittografia."
@@ -15350,9 +15392,18 @@ msgstr ""
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Esporta le stampanti per Samba"
 
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "Il tag dell'estensione di IPP è maggiore di 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "Cerca una stampante."
 
+#~ msgid "Set Publishing"
+#~ msgstr "Imposta la pubblicazione"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Non è possibile modificare l'attributo printer-is-shared"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "Non è possibile copiare il file PPD."
 
index d57edf2a9acbc84f6d63ec8ab76ff3a6e39d041f..43864815396afc7a91fa81bd72c9b84f0bb2cfaf 100644 (file)
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2014-11-15 19:27+0900\n"
 "Last-Translator: OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n"
 "Language-Team: Japanese - OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n"
@@ -809,6 +809,9 @@ msgstr "  --crlf                  行末を CR + LF とする (Windows)。"
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          使用されるフィルターのリストを表示する。"
 
@@ -823,11 +826,11 @@ msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 "  -I include-dir          インクルードディレクトリーを検索パスに含める。"
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         PPD ファイルを指定する。"
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U username             ユーザー名を指定する。"
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catalog.po           指定したメッセージカタログをロードする。"
@@ -835,27 +838,23 @@ msgstr "  -c catalog.po           指定したメッセージカタログをロ
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      cups-files.conf を利用するよう設定する。"
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d output-dir           出力先ディレクトリーを指定する。"
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d printer              指定されたプリンターを利用する。"
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 "  -e                      PPD ファイルからすべてのフィルターを使用する。"
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            入力の MIME タイプを指定する (指定がなければ自動タ"
-"イプ)。"
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           フィルターファイル N を指定されたジョブから使用す"
-"る (デフォルトは ファイル 1)。"
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      出力言語を指定する。(複数可能)"
@@ -864,13 +863,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      ModelName の値をファイル名として使用する。"
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            出力の MIME タイプを指定する (指定がなければ "
-"application/pdf)。"
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copies               部数を指定する。"
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -882,17 +882,14 @@ msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 "  -o filename.ppd[.gz]    出力ファイルを指定する (指定がなければ標準出力)。"
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o name=value           オプションを指定する。"
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filename.ppd         PPD ファイルを指定する。"
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      PPD を出力しないでテストする。"
 
-msgid "  -t title                Set title."
-msgstr "  -t title                タイトルを指定する。"
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      終了したときに PPD ファイルを削除する。"
@@ -1356,11 +1353,9 @@ msgstr "%s: エラー -  \"-%c\" オプションのあとには値が必要で
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: エラー - \"-W\" オプションのあとには、\"completed\"、\"not-completed"
-"\"、\"all\" のいずれかが必要です。"
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3039,6 +3034,10 @@ msgstr "%d は不正なコピー値です。"
 msgid "Bad custom parameter"
 msgstr "不正なカスタムパラメーター"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "\"%s\" は無効な device-uri です。"
@@ -3157,9 +3156,6 @@ msgstr "バナー"
 msgid "Bond Paper"
 msgstr "ボンド紙"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "論理値は、waiteof オプション \"%s\" であるべきです"
@@ -3240,6 +3236,10 @@ msgstr "コントロールファイルが正常に送信されました。"
 msgid "Copying print data."
 msgstr "印刷データをコピーしています。"
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "ジョブ作成"
 
@@ -3353,9 +3353,6 @@ msgstr "無効"
 msgid "Document #%d does not exist in job #%d."
 msgstr "ドキュメント #%d がジョブ #%d に見つかりません。"
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr "両面オプション"
 
@@ -3649,12 +3646,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "ページ %d を終了。"
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "フォリオ"
 
@@ -3700,7 +3691,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr "ヘルプファイルが索引に含まれていません。"
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3730,9 +3721,6 @@ msgstr "IPP の endCollection は想定された 0 バイトになっていま
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP の enum 値は想定された 4 バイトになっていません。"
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP の拡張タグが 0x7FFFFFFF より大きいです。"
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP の整数値は想定された 4 バイトになっていません。"
 
@@ -4242,6 +4230,9 @@ msgstr "クラスのプリンター URI が見つかりません"
 msgid "No printer-uri in request."
 msgstr "プリンター URI のリクエストがありません。"
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "リクエスト URI がありません。"
 
@@ -4275,9 +4266,6 @@ msgstr "非連続です (Mark sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "非連続です (Web sensing)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "標準"
 
@@ -4450,9 +4438,6 @@ msgstr "ジョブの印刷:"
 msgid "Print Mode"
 msgstr "印刷モード"
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr "印刷レート"
 
@@ -4524,9 +4509,6 @@ msgstr "プリンター"
 msgid "Printing page %d, %u%% complete."
 msgstr "ページ %d, %u%% の印刷が完了しました。"
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4619,9 +4601,6 @@ msgstr "クラスオプションの設定"
 msgid "Set Printer Options"
 msgstr "プリンターオプションの設定"
 
-msgid "Set Publishing"
-msgstr "公開の設定"
-
 msgid "Shipping Address"
 msgstr "発送先ラベル"
 
@@ -4638,9 +4617,6 @@ msgstr "ジョブをスプール中、%.0f%% 完了しました。"
 msgid "Standard"
 msgstr "標準"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "開始バナー"
@@ -4922,9 +4898,6 @@ msgstr "プリンターを変更できません。"
 msgid "Unable to change printer"
 msgstr "プリンターを変更できません"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "printer-is-shared 属性を変更することができません"
-
 msgid "Unable to change server settings"
 msgstr "サーバーの設定を変更できません"
 
@@ -4946,6 +4919,10 @@ msgstr "プリンターオプションを設定できません。"
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "ホストに接続できません。"
 
@@ -4956,6 +4933,14 @@ msgstr "プリンターと交信できません。クラス内の次のプリン
 msgid "Unable to copy PPD file - %s"
 msgstr "PPD ファイルをコピーできません - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5089,6 +5074,10 @@ msgstr "ラスターファイルを開けません"
 msgid "Unable to print test page"
 msgstr "テストページを印刷できません"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "プリントデータを読み込めません。"
 
@@ -5109,6 +5098,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "ファイルを読み込むことができません"
 
@@ -5306,8 +5299,8 @@ msgstr "Usage: cupsctl [オプション] [パラメータ=値 ... パラメー
 msgid "Usage: cupsd [options]"
 msgstr "使い方: cupsd [オプション]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "使い方: cupsfilter [ オプション ] [ -- ] ファイル名"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15363,6 +15356,55 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         PPD ファイルを指定する。"
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U username             ユーザー名を指定する。"
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d printer              指定されたプリンターを利用する。"
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            入力の MIME タイプを指定する (指定がなければ自動"
+#~ "タイプ)。"
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           フィルターファイル N を指定されたジョブから使用"
+#~ "する (デフォルトは ファイル 1)。"
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            出力の MIME タイプを指定する (指定がなければ "
+#~ "application/pdf)。"
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copies               部数を指定する。"
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o name=value           オプションを指定する。"
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filename.ppd         PPD ファイルを指定する。"
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t title                タイトルを指定する。"
+
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: エラー - \"-W\" オプションのあとには、\"completed\"、\"not-completed"
+#~ "\"、\"all\" のいずれかが必要です。"
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr ""
@@ -15382,9 +15424,18 @@ msgstr ""
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Samba へプリンターをエクスポート"
 
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP の拡張タグが 0x7FFFFFFF より大きいです。"
+
 #~ msgid "Looking for printer."
 #~ msgstr "プリンターを探しています。"
 
+#~ msgid "Set Publishing"
+#~ msgstr "公開の設定"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "printer-is-shared 属性を変更することができません"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "PPD ファイルをコピーできません。"
 
@@ -15431,6 +15482,9 @@ msgstr ""
 #~ msgid "Unable to find server credentials."
 #~ msgstr "サーバー証明書を見つけられません。"
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "使い方: cupsfilter [ オプション ] [ -- ] ファイル名"
+
 #~ msgid "cupsctl: Cannot set Listen or Port directly."
 #~ msgstr "cupsctl: Listen あるいは Port を直接設定できません。"
 
index 0aa83946ec33192baef6b68a8647fa66727de7de..92289d092b689ffd4f91fd311a3c90528f19ad45 100644 (file)
@@ -8,7 +8,6 @@
 # Licensed under Apache License v2.0.  See the file "LICENSE" for more
 # information.
 #
-
 #
 # Notes for Translators:
 #
@@ -26,7 +25,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.5b1\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -35,721 +34,574 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: systemv/lpstat.c:1897 systemv/lpstat.c:2016
 msgid "\t\t(all)"
 msgstr "\t\t(wszystkie)"
 
-#: systemv/lpstat.c:1900 systemv/lpstat.c:1903 systemv/lpstat.c:2019
-#: systemv/lpstat.c:2022
 msgid "\t\t(none)"
 msgstr "\t\t(brak)"
 
-#: berkeley/lpc.c:441
 #, c-format
 msgid "\t%d entries"
 msgstr "\t%d wpisów"
 
-#: systemv/lpstat.c:816 systemv/lpstat.c:832
 #, c-format
 msgid "\t%s"
 msgstr ""
 
-#: systemv/lpstat.c:1878 systemv/lpstat.c:1997
 msgid "\tAfter fault: continue"
 msgstr "\tPo błędzie: kontynuuj"
 
-#: systemv/lpstat.c:1511 systemv/lpstat.c:1851 systemv/lpstat.c:1971
 #, c-format
 msgid "\tAlerts: %s"
 msgstr "\tAlerty: %s"
 
-#: systemv/lpstat.c:1901 systemv/lpstat.c:2020
 msgid "\tBanner required"
 msgstr "\tSzablon wymagany"
 
-#: systemv/lpstat.c:1902 systemv/lpstat.c:2021
 msgid "\tCharset sets:"
 msgstr "\tZestawy znaków:"
 
-#: systemv/lpstat.c:1870 systemv/lpstat.c:1989
 msgid "\tConnection: direct"
 msgstr "\tPołączenie: bezpośrednie"
 
-#: systemv/lpstat.c:1861 systemv/lpstat.c:1981
 msgid "\tConnection: remote"
 msgstr "\tPołączenie: zdalne"
 
-#: systemv/lpstat.c:1827 systemv/lpstat.c:1947
 msgid "\tContent types: any"
 msgstr "\tTyp zawartości: każdy"
 
-#: systemv/lpstat.c:1905 systemv/lpstat.c:2024
 msgid "\tDefault page size:"
 msgstr "\tDomyślna wielkość strony:"
 
-#: systemv/lpstat.c:1904 systemv/lpstat.c:2023
 msgid "\tDefault pitch:"
 msgstr "\tDomyślny poziom:"
 
-#: systemv/lpstat.c:1906 systemv/lpstat.c:2025
 msgid "\tDefault port settings:"
 msgstr "\"Domyślne ustawienia portu:"
 
-#: systemv/lpstat.c:1833 systemv/lpstat.c:1953
 #, c-format
 msgid "\tDescription: %s"
 msgstr "\tOpis: %s"
 
-#: systemv/lpstat.c:1826 systemv/lpstat.c:1946
 msgid "\tForm mounted:"
 msgstr "\tForma zamontowana:"
 
-#: systemv/lpstat.c:1899 systemv/lpstat.c:2018
 msgid "\tForms allowed:"
 msgstr "\tFormy dozwolone:"
 
-#: systemv/lpstat.c:1865 systemv/lpstat.c:1985
 #, c-format
 msgid "\tInterface: %s.ppd"
 msgstr "\tInterfejs: %s.ppd"
 
-#: systemv/lpstat.c:1874 systemv/lpstat.c:1993
 #, c-format
 msgid "\tInterface: %s/ppd/%s.ppd"
 msgstr "\tInterfejs: %s/ppd/%s.ppd"
 
-#: systemv/lpstat.c:1856 systemv/lpstat.c:1976
 #, c-format
 msgid "\tLocation: %s"
 msgstr "\tLokalizacja: %s"
 
-#: systemv/lpstat.c:1877 systemv/lpstat.c:1996
 msgid "\tOn fault: no alert"
 msgstr "\tPo błędzie: brak alertów"
 
-#: systemv/lpstat.c:1828 systemv/lpstat.c:1948
 msgid "\tPrinter types: unknown"
 msgstr "\tTypy drukarki: nieznane"
 
-#: systemv/lpstat.c:1494
 #, c-format
 msgid "\tStatus: %s"
 msgstr "\tStan: %s"
 
-#: systemv/lpstat.c:1882 systemv/lpstat.c:1896 systemv/lpstat.c:2001
-#: systemv/lpstat.c:2015
 msgid "\tUsers allowed:"
 msgstr "\tUżytkownicy upoważnieni:"
 
-#: systemv/lpstat.c:1889 systemv/lpstat.c:2008
 msgid "\tUsers denied:"
 msgstr "\tUżytkownicy nieupoważnieni:"
 
-#: berkeley/lpc.c:443
 msgid "\tdaemon present"
 msgstr "\tusługa dostępna"
 
-#: berkeley/lpc.c:439
 msgid "\tno entries"
 msgstr "\tbrak wpisów"
 
-#: berkeley/lpc.c:411 berkeley/lpc.c:423
 #, c-format
 msgid "\tprinter is on device '%s' speed -1"
 msgstr "\tdrukarka jest na urządzeniu '%s' speed -1"
 
-#: berkeley/lpc.c:436
 msgid "\tprinting is disabled"
 msgstr "\tdrukowanie jest wyłączone"
 
-#: berkeley/lpc.c:434
 msgid "\tprinting is enabled"
 msgstr "\tdrukowanie jest włączone"
 
-#: systemv/lpstat.c:1514
 #, c-format
 msgid "\tqueued for %s"
 msgstr "\tSkolejkowane w %s"
 
-#: berkeley/lpc.c:431
 msgid "\tqueuing is disabled"
 msgstr "\tkolejkowanie jest wyłączone"
 
-#: berkeley/lpc.c:429
 msgid "\tqueuing is enabled"
 msgstr "\tkolejkowanie jest włączone"
 
-#: systemv/lpstat.c:1821 systemv/lpstat.c:1941
 msgid "\treason unknown"
 msgstr "\tnieznany powód"
 
-#: systemv/cupstestppd.c:430
 msgid ""
 "\n"
 "    DETAILED CONFORMANCE TEST RESULTS"
 msgstr ""
 
-#: systemv/cupstestppd.c:386 systemv/cupstestppd.c:391
 msgid "                REF: Page 15, section 3.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:381
 msgid "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:401
 msgid "                REF: Page 19, section 3.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:354
 msgid "                REF: Page 20, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:406
 msgid "                REF: Page 27, section 3.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:349
 msgid "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:396
 msgid "                REF: Pages 16-17, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:366
 msgid "                REF: Pages 42-45, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:360
 msgid "                REF: Pages 45-46, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:371
 msgid "                REF: Pages 48-49, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:376
 msgid "                REF: Pages 52-54, section 5.2."
 msgstr ""
 
-#: berkeley/lpq.c:530
 #, c-format
 msgid "        %-39.39s %.0f bytes"
 msgstr ""
 
-#: systemv/cupstestppd.c:565
 #, c-format
 msgid "        PASS    Default%s"
 msgstr ""
 
-#: systemv/cupstestppd.c:500
 msgid "        PASS    DefaultImageableArea"
 msgstr ""
 
-#: systemv/cupstestppd.c:534
 msgid "        PASS    DefaultPaperDimension"
 msgstr ""
 
-#: systemv/cupstestppd.c:607
 msgid "        PASS    FileVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:651
 msgid "        PASS    FormatVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:671
 msgid "        PASS    LanguageEncoding"
 msgstr ""
 
-#: systemv/cupstestppd.c:691
 msgid "        PASS    LanguageVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:745
 msgid "        PASS    Manufacturer"
 msgstr ""
 
-#: systemv/cupstestppd.c:785
 msgid "        PASS    ModelName"
 msgstr ""
 
-#: systemv/cupstestppd.c:805
 msgid "        PASS    NickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:865
 msgid "        PASS    PCFileName"
 msgstr ""
 
-#: systemv/cupstestppd.c:940
 msgid "        PASS    PSVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:845
 msgid "        PASS    PageRegion"
 msgstr ""
 
-#: systemv/cupstestppd.c:825
 msgid "        PASS    PageSize"
 msgstr ""
 
-#: systemv/cupstestppd.c:900
 msgid "        PASS    Product"
 msgstr ""
 
-#: systemv/cupstestppd.c:975
 msgid "        PASS    ShortNickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:1350
 #, c-format
 msgid "        WARN    %s has no corresponding options."
 msgstr ""
 
-#: systemv/cupstestppd.c:1462
 #, c-format
 msgid ""
 "        WARN    %s shares a common prefix with %s\n"
 "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1321
 #, c-format
 msgid ""
-"        WARN    Duplex option keyword %s may not work as expected and should be named Duplex.\n"
+"        WARN    Duplex option keyword %s may not work as expected and should "
+"be named Duplex.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:1720
 msgid "        WARN    File contains a mix of CR, LF, and CR LF line endings."
 msgstr ""
 
-#: systemv/cupstestppd.c:1366
 msgid ""
 "        WARN    LanguageEncoding required by PPD 4.3 spec.\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1702
 #, c-format
 msgid "        WARN    Line %d only contains whitespace."
 msgstr ""
 
-#: systemv/cupstestppd.c:1374
 msgid ""
 "        WARN    Manufacturer required by PPD 4.3 spec.\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1725
-msgid "        WARN    Non-Windows PPD files should use lines ending with only LF, not CR LF."
+msgid ""
+"        WARN    Non-Windows PPD files should use lines ending with only LF, "
+"not CR LF."
 msgstr ""
 
-#: systemv/cupstestppd.c:1358
 #, c-format
 msgid ""
 "        WARN    Obsolete PPD version %.1f.\n"
 "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1389
 msgid ""
 "        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1397
 msgid ""
 "        WARN    PCFileName should contain a unique filename.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1432
 msgid ""
 "        WARN    Protocols contains PJL but JCL attributes are not set.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1423
 msgid ""
 "        WARN    Protocols contains both PJL and BCP; expected TBCP.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1406
 msgid ""
 "        WARN    ShortNickName required by PPD 4.3 spec.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:3787
 #, c-format
 msgid ""
 "      %s  \"%s %s\" conflicts with \"%s %s\"\n"
 "                (constraint=\"%s %s %s %s\")."
 msgstr ""
 
-#: systemv/cupstestppd.c:2224
 #, c-format
 msgid "      %s  %s %s does not exist."
 msgstr ""
 
-#: systemv/cupstestppd.c:3940
 #, c-format
 msgid "      %s  %s file \"%s\" has the wrong capitalization."
 msgstr ""
 
-#: systemv/cupstestppd.c:2294
 #, c-format
 msgid ""
 "      %s  Bad %s choice %s.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3547 systemv/cupstestppd.c:3596
-#: systemv/cupstestppd.c:3635
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3501
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2365 systemv/cupstestppd.c:2387
 #, c-format
 msgid "      %s  Bad cupsFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2483 systemv/cupstestppd.c:2505
 #, c-format
 msgid "      %s  Bad cupsFilter2 value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3004
 #, c-format
 msgid "      %s  Bad cupsICCProfile %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2611
 #, c-format
 msgid "      %s  Bad cupsPreFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1798
 #, c-format
 msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3451
 #, c-format
 msgid "      %s  Bad language \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2441 systemv/cupstestppd.c:2569
-#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2713
-#: systemv/cupstestppd.c:2768 systemv/cupstestppd.c:2823
-#: systemv/cupstestppd.c:2878 systemv/cupstestppd.c:2931
-#: systemv/cupstestppd.c:3053
 #, c-format
 msgid "      %s  Bad permissions on %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2349 systemv/cupstestppd.c:2467
-#: systemv/cupstestppd.c:2595 systemv/cupstestppd.c:2682
-#: systemv/cupstestppd.c:2737 systemv/cupstestppd.c:2792
-#: systemv/cupstestppd.c:2847 systemv/cupstestppd.c:2902
 #, c-format
 msgid "      %s  Bad spelling of %s - should be %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2947
 #, c-format
 msgid "      %s  Cannot provide both APScanAppPath and APScanAppBundleID."
 msgstr ""
 
-#: systemv/cupstestppd.c:2181
 #, c-format
 msgid "      %s  Default choices conflicting."
 msgstr ""
 
-#: systemv/cupstestppd.c:1779
 #, c-format
 msgid "      %s  Empty cupsUIConstraints %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:3579 systemv/cupstestppd.c:3619
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3487
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2426 systemv/cupstestppd.c:2554
-#: systemv/cupstestppd.c:2640 systemv/cupstestppd.c:2698
-#: systemv/cupstestppd.c:2753 systemv/cupstestppd.c:2808
-#: systemv/cupstestppd.c:2863 systemv/cupstestppd.c:2915
-#: systemv/cupstestppd.c:3038
 #, c-format
 msgid "      %s  Missing %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3161
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageRegion option.\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:3146
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageSize option.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1989 systemv/cupstestppd.c:2030
 #, c-format
 msgid "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1884
 #, c-format
 msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:1816
 #, c-format
 msgid "      %s  Missing cupsUIResolver %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1975 systemv/cupstestppd.c:2016
 #, c-format
 msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1868
 #, c-format
 msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3673
 #, c-format
 msgid "      %s  No base translation \"%s\" is included in file."
 msgstr ""
 
-#: systemv/cupstestppd.c:2270
 #, c-format
 msgid ""
 "      %s  REQUIRED %s does not define choice None.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3220 systemv/cupstestppd.c:3234
 #, c-format
 msgid "      %s  Size \"%s\" defined for %s but not for %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3200
 #, c-format
 msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)."
 msgstr ""
 
-#: systemv/cupstestppd.c:3391
 #, c-format
 msgid "      %s  Size \"%s\" should be \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3340
 #, c-format
 msgid "      %s  Size \"%s\" should be the Adobe standard name \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3081
 #, c-format
 msgid "      %s  cupsICCProfile %s hash value collides with %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:1939
 #, c-format
 msgid "      %s  cupsUIResolver %s causes a loop."
 msgstr ""
 
-#: systemv/cupstestppd.c:1921
 #, c-format
-msgid "      %s  cupsUIResolver %s does not list at least two different options."
+msgid ""
+"      %s  cupsUIResolver %s does not list at least two different options."
 msgstr ""
 
-#: systemv/cupstestppd.c:1144
 #, c-format
 msgid ""
 "      **FAIL**  %s must be 1284DeviceID\n"
 "                REF: Page 72, section 5.5"
 msgstr ""
 
-#: systemv/cupstestppd.c:556
 #, c-format
 msgid ""
 "      **FAIL**  Bad Default%s %s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:490
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultImageableArea %s\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:526
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultPaperDimension %s\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:599
 #, c-format
 msgid ""
 "      **FAIL**  Bad FileVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:643
 #, c-format
 msgid ""
 "      **FAIL**  Bad FormatVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1001
 msgid ""
 "      **FAIL**  Bad JobPatchFile attribute in file\n"
 "                REF: Page 24, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:1189
 #, c-format
 msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1."
 msgstr ""
 
-#: systemv/cupstestppd.c:1203
 #, c-format
 msgid "      **FAIL**  Bad LanguageVersion %s - must be English."
 msgstr ""
 
-#: systemv/cupstestppd.c:719 systemv/cupstestppd.c:736
 #, c-format
 msgid ""
 "      **FAIL**  Bad Manufacturer (should be \"%s\")\n"
 "                REF: Page 211, table D.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:776
 #, c-format
 msgid ""
 "      **FAIL**  Bad ModelName - \"%c\" not allowed in string.\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:932
 msgid ""
 "      **FAIL**  Bad PSVersion - not \"(string) int\".\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:893
 msgid ""
 "      **FAIL**  Bad Product - not \"(string)\".\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:967
 msgid ""
 "      **FAIL**  Bad ShortNickName - longer than 31 chars.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1125
 #, c-format
 msgid ""
 "      **FAIL**  Bad option %s choice %s\n"
 "                REF: Page 84, section 5.9"
 msgstr ""
 
-#: systemv/cupstestppd.c:3814 systemv/cupstestppd.c:3836
 #, c-format
 msgid "      **FAIL**  Default option code cannot be interpreted: %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1262
 #, c-format
-msgid "      **FAIL**  Default translation string for option %s choice %s contains 8-bit characters."
+msgid ""
+"      **FAIL**  Default translation string for option %s choice %s contains "
+"8-bit characters."
 msgstr ""
 
-#: systemv/cupstestppd.c:1235
 #, c-format
-msgid "      **FAIL**  Default translation string for option %s contains 8-bit characters."
+msgid ""
+"      **FAIL**  Default translation string for option %s contains 8-bit "
+"characters."
 msgstr ""
 
-#: systemv/cupstestppd.c:2077
 #, c-format
 msgid "      **FAIL**  Group names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2122
 #, c-format
 msgid "      **FAIL**  Multiple occurrences of option %s choice name %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2139
 #, c-format
 msgid "      **FAIL**  Option %s choice names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2099
 #, c-format
 msgid "      **FAIL**  Option names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:576
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED Default%s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:475
 msgid ""
 "      **FAIL**  REQUIRED DefaultImageableArea\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:511
 msgid ""
 "      **FAIL**  REQUIRED DefaultPaperDimension\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:617
 msgid ""
 "      **FAIL**  REQUIRED FileVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:661
 msgid ""
 "      **FAIL**  REQUIRED FormatVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1052
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED ImageableArea for PageSize %s\n"
@@ -757,68 +609,57 @@ msgid ""
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:681
 msgid ""
 "      **FAIL**  REQUIRED LanguageEncoding\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:701
 msgid ""
 "      **FAIL**  REQUIRED LanguageVersion\n"
 "                REF: Pages 57-58, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:755
 msgid ""
 "      **FAIL**  REQUIRED Manufacturer\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:795
 msgid ""
 "      **FAIL**  REQUIRED ModelName\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:815
 msgid ""
 "      **FAIL**  REQUIRED NickName\n"
 "                REF: Page 60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:875
 msgid ""
 "      **FAIL**  REQUIRED PCFileName\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:950
 msgid ""
 "      **FAIL**  REQUIRED PSVersion\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:855
 msgid ""
 "      **FAIL**  REQUIRED PageRegion\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1021
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Page 41, section 5.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:835
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Pages 99-100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1074
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED PaperDimension for PageSize %s\n"
@@ -826,985 +667,779 @@ msgid ""
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:910
 msgid ""
 "      **FAIL**  REQUIRED Product\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:985
 msgid ""
 "      **FAIL**  REQUIRED ShortNickName\n"
 "                REF: Page 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:310 systemv/cupstestppd.c:329
-#: systemv/cupstestppd.c:341
 #, c-format
 msgid "      **FAIL**  Unable to open PPD file - %s on line %d."
 msgstr ""
 
-#: systemv/cupstestppd.c:1474
 #, c-format
 msgid "    %d ERRORS FOUND"
 msgstr ""
 
-#: systemv/cupstestppd.c:1476
 msgid "    NO ERRORS FOUND"
 msgstr ""
 
-#: ppdc/ppdc.cxx:443
 msgid "  --cr                    End lines with CR (Mac OS 9)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:445
 msgid "  --crlf                  End lines with CR + LF (Windows)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:447
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1538
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1539
 msgid "  -D                      Remove the input file when finished."
 msgstr ""
 
-#: ppdc/ppdc.cxx:426 ppdc/ppdhtml.cxx:173 ppdc/ppdpo.cxx:243
 msgid "  -D name=value           Set named variable to value."
 msgstr ""
 
-#: ppdc/ppdc.cxx:428 ppdc/ppdhtml.cxx:175 ppdc/ppdi.cxx:119 ppdc/ppdpo.cxx:245
 msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1540
-msgid "  -P filename.ppd         Set PPD file."
+msgid "  -P FILENAME.ppd         Set PPD file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1541
-msgid "  -U username             Specify username."
+msgid "  -U USERNAME             Specify username."
 msgstr ""
 
-#: ppdc/ppdc.cxx:430
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1542
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
-#: ppdc/ppdc.cxx:432
-msgid "  -d output-dir           Specify the output directory."
+msgid "  -d PRINTER              Use the named printer."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1543
-msgid "  -d printer              Use the named printer."
+msgid "  -d output-dir           Specify the output directory."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1544
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1545
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1546
-msgid "  -j job-id[,N]           Filter file N from the specified job (default is file 1)."
+msgid ""
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
+"file 1)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:434
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:436
 msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1547
-msgid "  -m mime/type            Set output MIME type (otherwise application/pdf)."
+msgid ""
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1548
-msgid "  -n copies               Set number of copies."
+msgid "  -n COPIES               Set number of copies."
 msgstr ""
 
-#: ppdc/ppdi.cxx:121
-msgid "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
+msgid "  -o NAME=VALUE           Set option(s)."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:356
-msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
+msgid ""
+"  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1549
-msgid "  -o name=value           Set option(s)."
+msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1550
-msgid "  -p filename.ppd         Set PPD file."
+msgid "  -p FILENAME.ppd         Set PPD file."
 msgstr ""
 
-#: ppdc/ppdc.cxx:438
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1551
-msgid "  -t title                Set title."
+msgid "  -t TITLE                Set title."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1552
 msgid "  -u                      Remove the PPD file when finished."
 msgstr ""
 
-#: ppdc/ppdc.cxx:440 ppdc/ppdpo.cxx:247
 msgid "  -v                      Be verbose."
 msgstr ""
 
-#: ppdc/ppdc.cxx:441
 msgid "  -z                      Compress PPD files using GNU zip."
 msgstr ""
 
-#: systemv/cupstestppd.c:308 systemv/cupstestppd.c:327
-#: systemv/cupstestppd.c:339 systemv/cupstestppd.c:472
-#: systemv/cupstestppd.c:487 systemv/cupstestppd.c:508
-#: systemv/cupstestppd.c:523 systemv/cupstestppd.c:553
-#: systemv/cupstestppd.c:573 systemv/cupstestppd.c:596
-#: systemv/cupstestppd.c:614 systemv/cupstestppd.c:640
-#: systemv/cupstestppd.c:658 systemv/cupstestppd.c:678
-#: systemv/cupstestppd.c:698 systemv/cupstestppd.c:716
-#: systemv/cupstestppd.c:733 systemv/cupstestppd.c:752
-#: systemv/cupstestppd.c:773 systemv/cupstestppd.c:792
-#: systemv/cupstestppd.c:812 systemv/cupstestppd.c:832
-#: systemv/cupstestppd.c:852 systemv/cupstestppd.c:872
-#: systemv/cupstestppd.c:890 systemv/cupstestppd.c:907
-#: systemv/cupstestppd.c:929 systemv/cupstestppd.c:947
-#: systemv/cupstestppd.c:964 systemv/cupstestppd.c:982
-#: systemv/cupstestppd.c:998 systemv/cupstestppd.c:1018
-#: systemv/cupstestppd.c:1049 systemv/cupstestppd.c:1071
-#: systemv/cupstestppd.c:1122 systemv/cupstestppd.c:1141
-#: systemv/cupstestppd.c:1185 systemv/cupstestppd.c:1199
-#: systemv/cupstestppd.c:1231 systemv/cupstestppd.c:1258
-#: systemv/cupstestppd.c:1776 systemv/cupstestppd.c:1795
-#: systemv/cupstestppd.c:1813 systemv/cupstestppd.c:1865
-#: systemv/cupstestppd.c:1881 systemv/cupstestppd.c:1918
-#: systemv/cupstestppd.c:1936 systemv/cupstestppd.c:1972
-#: systemv/cupstestppd.c:1986 systemv/cupstestppd.c:2013
-#: systemv/cupstestppd.c:2027 systemv/cupstestppd.c:2073
-#: systemv/cupstestppd.c:2095 systemv/cupstestppd.c:2118
-#: systemv/cupstestppd.c:2135 systemv/cupstestppd.c:2177
-#: systemv/cupstestppd.c:2220 systemv/cupstestppd.c:2267
-#: systemv/cupstestppd.c:2291 systemv/cupstestppd.c:2345
-#: systemv/cupstestppd.c:2361 systemv/cupstestppd.c:2383
-#: systemv/cupstestppd.c:2423 systemv/cupstestppd.c:2437
-#: systemv/cupstestppd.c:2463 systemv/cupstestppd.c:2479
-#: systemv/cupstestppd.c:2501 systemv/cupstestppd.c:2551
-#: systemv/cupstestppd.c:2565 systemv/cupstestppd.c:2591
-#: systemv/cupstestppd.c:2607 systemv/cupstestppd.c:2637
-#: systemv/cupstestppd.c:2651 systemv/cupstestppd.c:2678
-#: systemv/cupstestppd.c:2695 systemv/cupstestppd.c:2709
-#: systemv/cupstestppd.c:2733 systemv/cupstestppd.c:2750
-#: systemv/cupstestppd.c:2764 systemv/cupstestppd.c:2788
-#: systemv/cupstestppd.c:2805 systemv/cupstestppd.c:2819
-#: systemv/cupstestppd.c:2843 systemv/cupstestppd.c:2860
-#: systemv/cupstestppd.c:2874 systemv/cupstestppd.c:2898
-#: systemv/cupstestppd.c:2912 systemv/cupstestppd.c:2927
-#: systemv/cupstestppd.c:2944 systemv/cupstestppd.c:3000
-#: systemv/cupstestppd.c:3035 systemv/cupstestppd.c:3049
-#: systemv/cupstestppd.c:3077 systemv/cupstestppd.c:3142
-#: systemv/cupstestppd.c:3157 systemv/cupstestppd.c:3196
-#: systemv/cupstestppd.c:3216 systemv/cupstestppd.c:3230
-#: systemv/cupstestppd.c:3447 systemv/cupstestppd.c:3483
-#: systemv/cupstestppd.c:3497 systemv/cupstestppd.c:3543
-#: systemv/cupstestppd.c:3575 systemv/cupstestppd.c:3592
-#: systemv/cupstestppd.c:3615 systemv/cupstestppd.c:3631
-#: systemv/cupstestppd.c:3669 systemv/cupstestppd.c:3810
-#: systemv/cupstestppd.c:3832 systemv/cupstestppd.c:3936
 msgid " FAIL"
 msgstr ""
 
-#: systemv/cupstestppd.c:1282
 msgid " PASS"
 msgstr ""
 
-#: tools/ippfind.c:2038
 msgid "! expression            Unary NOT of expression"
 msgstr ""
 
-#: cups/ipp.c:4519
 #, c-format
 msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 8011 section 5.1.6)."
 msgstr ""
 
-#: cups/ipp.c:4525
 #, c-format
 msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 8011 section 5.1.6)."
 msgstr ""
 
-#: cups/ipp.c:4221
 #, c-format
 msgid "\"%s\": Bad attribute name - bad length %d (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4215
 #, c-format
-msgid "\"%s\": Bad attribute name - invalid character (RFC 8011 section 5.1.4)."
+msgid ""
+"\"%s\": Bad attribute name - invalid character (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4235
 #, c-format
 msgid "\"%s\": Bad boolean value %d (RFC 8011 section 5.1.21)."
 msgstr ""
 
-#: cups/ipp.c:4568
 #, c-format
-msgid "\"%s\": Bad charset value \"%s\" - bad characters (RFC 8011 section 5.1.8)."
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad characters (RFC 8011 section 5.1.8)."
 msgstr ""
 
-#: cups/ipp.c:4574
 #, c-format
-msgid "\"%s\": Bad charset value \"%s\" - bad length %d (RFC 8011 section 5.1.8)."
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 8011 section 5.1.8)."
 msgstr ""
 
-#: cups/ipp.c:4312
 #, c-format
 msgid "\"%s\": Bad dateTime UTC hours %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4318
 #, c-format
 msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4306
 #, c-format
 msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4276
 #, c-format
 msgid "\"%s\": Bad dateTime day %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4300
 #, c-format
 msgid "\"%s\": Bad dateTime deciseconds %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4282
 #, c-format
 msgid "\"%s\": Bad dateTime hours %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4288
 #, c-format
 msgid "\"%s\": Bad dateTime minutes %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4270
 #, c-format
 msgid "\"%s\": Bad dateTime month %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4294
 #, c-format
 msgid "\"%s\": Bad dateTime seconds %u (RFC 8011 section 5.1.15)."
 msgstr ""
 
-#: cups/ipp.c:4246
 #, c-format
 msgid "\"%s\": Bad enum value %d - out of range (RFC 8011 section 5.1.5)."
 msgstr ""
 
-#: cups/ipp.c:4506
 #, c-format
-msgid "\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 8011 section 5.1.4)."
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 8011 section 5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4500
 #, c-format
-msgid "\"%s\": Bad keyword value \"%s\" - invalid character (RFC 8011 section 5.1.4)."
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 8011 section "
+"5.1.4)."
 msgstr ""
 
-#: cups/ipp.c:4653
 #, c-format
-msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 8011 section 5.1.10)."
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 8011 section "
+"5.1.10)."
 msgstr ""
 
-#: cups/ipp.c:4660
 #, c-format
-msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 8011 section 5.1.10)."
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 8011 section "
+"5.1.10)."
 msgstr ""
 
-#: cups/ipp.c:4476
 #, c-format
-msgid "\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)."
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)."
 msgstr ""
 
-#: cups/ipp.c:4471
 #, c-format
-msgid "\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section 8.1)."
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section "
+"8.1)."
 msgstr ""
 
-#: cups/ipp.c:4483
 #, c-format
 msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 8011 section 5.1.3)."
 msgstr ""
 
-#: cups/ipp.c:4611
 #, c-format
-msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 8011 section 5.1.9)."
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 8011 section "
+"5.1.9)."
 msgstr ""
 
-#: cups/ipp.c:4618
 #, c-format
-msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 8011 section 5.1.9)."
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 8011 section "
+"5.1.9)."
 msgstr ""
 
-#: cups/ipp.c:4257
 #, c-format
-msgid "\"%s\": Bad octetString value - bad length %d (RFC 8011 section 5.1.20)."
+msgid ""
+"\"%s\": Bad octetString value - bad length %d (RFC 8011 section 5.1.20)."
 msgstr ""
 
-#: cups/ipp.c:4352
 #, c-format
-msgid "\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 section 5.1.14)."
+msgid ""
+"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 "
+"section 5.1.14)."
 msgstr ""
 
-#: cups/ipp.c:4341
 #, c-format
-msgid "\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 8011 section 5.1.16)."
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 8011 section "
+"5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4329
 #, c-format
-msgid "\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be positive (RFC 8011 section 5.1.16)."
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be "
+"positive (RFC 8011 section 5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4335
 #, c-format
-msgid "\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC 8011 section 5.1.16)."
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC "
+"8011 section 5.1.16)."
 msgstr ""
 
-#: cups/ipp.c:4417
 #, c-format
-msgid "\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)."
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)."
 msgstr ""
 
-#: cups/ipp.c:4412
 #, c-format
-msgid "\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section 8.3)."
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section "
+"8.3)."
 msgstr ""
 
-#: cups/ipp.c:4424
 #, c-format
 msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 8011 section 5.1.2)."
 msgstr ""
 
-#: cups/ipp.c:4545
 #, c-format
-msgid "\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 8011 section 5.1.7)."
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 8011 section 5.1.7)."
 msgstr ""
 
-#: cups/ipp.c:4551
 #, c-format
-msgid "\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 8011 section 5.1.7)."
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 8011 section 5.1.7)."
 msgstr ""
 
-#: scheduler/ipp.c:367
 msgid "\"requesting-user-name\" attribute in wrong group."
 msgstr ""
 
-#: scheduler/ipp.c:373 scheduler/ipp.c:388
 msgid "\"requesting-user-name\" attribute with wrong syntax."
 msgstr ""
 
-#: berkeley/lpq.c:535
 #, c-format
 msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
 msgstr ""
 
-#: cups/dest-localization.c:157
 #, c-format
 msgid "%d x %d mm"
 msgstr ""
 
-#: cups/dest-localization.c:149
 #, c-format
 msgid "%g x %g \""
 msgstr ""
 
-#: cups/dest-localization.c:190 cups/dest-localization.c:197
 #, c-format
 msgid "%s (%s)"
 msgstr ""
 
-#: cups/dest-localization.c:204
 #, c-format
 msgid "%s (%s, %s)"
 msgstr ""
 
-#: cups/dest-localization.c:181
 #, c-format
 msgid "%s (Borderless)"
 msgstr ""
 
-#: cups/dest-localization.c:188 cups/dest-localization.c:195
 #, c-format
 msgid "%s (Borderless, %s)"
 msgstr ""
 
-#: cups/dest-localization.c:202
 #, c-format
 msgid "%s (Borderless, %s, %s)"
 msgstr ""
 
-#: systemv/lpstat.c:810
 #, c-format
 msgid "%s accepting requests since %s"
 msgstr "%s akcetpuje zapytania od %s"
 
-#: scheduler/ipp.c:10519
 #, c-format
 msgid "%s cannot be changed."
 msgstr "%s nie możę być zmieniona."
 
-#: berkeley/lpc.c:176
 #, c-format
 msgid "%s is not implemented by the CUPS version of lpc."
 msgstr "%s nie jest zaimplementowne w wersji lpc CUPSa."
 
-#: berkeley/lpq.c:620
 #, c-format
 msgid "%s is not ready"
 msgstr "%s nie jest gotowa"
 
-#: berkeley/lpq.c:613
 #, c-format
 msgid "%s is ready"
 msgstr "%s jest gotowa"
 
-#: berkeley/lpq.c:616
 #, c-format
 msgid "%s is ready and printing"
 msgstr "%s jest gotowa i drukuje"
 
-#: filter/rastertoepson.c:996 filter/rastertohp.c:666
-#: filter/rastertolabel.c:1119
 #, c-format
 msgid "%s job-id user title copies options [file]"
 msgstr ""
 
-#: systemv/lpstat.c:814
 #, c-format
 msgid "%s not accepting requests since %s -"
 msgstr "%s nie akceptuje zapytań od %s -"
 
-#: scheduler/ipp.c:610
 #, c-format
 msgid "%s not supported."
 msgstr "%s nie wspierany."
 
-#: systemv/lpstat.c:825
 #, c-format
 msgid "%s/%s accepting requests since %s"
 msgstr "%s/%s akceptuje zapytania od %s"
 
-#: systemv/lpstat.c:830
 #, c-format
 msgid "%s/%s not accepting requests since %s -"
 msgstr "%s/%s nie akceptuje zapytań od %s -"
 
-#: berkeley/lpq.c:528
 #, c-format
 msgid "%s: %-33.33s [job %d localhost]"
 msgstr "%s: %-33.33s [zadanie %d localhost]"
 
 #. TRANSLATORS: Message is "subject: error"
-#: cups/langprintf.c:70 scheduler/cupsfilter.c:764 systemv/lpadmin.c:784
-#: systemv/lpadmin.c:833 systemv/lpadmin.c:881 systemv/lpadmin.c:934
-#: systemv/lpadmin.c:1032 systemv/lpadmin.c:1084 systemv/lpadmin.c:1125
-#: systemv/lpadmin.c:1139 systemv/lpadmin.c:1479
 #, c-format
 msgid "%s: %s"
 msgstr ""
 
-#: systemv/cancel.c:313 systemv/cancel.c:376
 #, c-format
 msgid "%s: %s failed: %s"
 msgstr "%s: %s nieudany: %s"
 
-#: tools/ippfind.c:662 tools/ipptool.c:464
 #, c-format
 msgid "%s: Bad version %s for \"-V\"."
 msgstr "%s: Zła wersja %s dla \"-V\"."
 
-#: systemv/cupsaccept.c:68
 #, c-format
 msgid "%s: Don't know what to do."
 msgstr "%s: Nie wiem co robić."
 
-#: berkeley/lpr.c:356 systemv/lp.c:588
 #, c-format
 msgid "%s: Error - %s"
 msgstr "%s: Błąd - %s"
 
-#: berkeley/lpq.c:230
 #, c-format
-msgid "%s: Error - %s environment variable names non-existent destination \"%s\"."
-msgstr "%s: Błąd - zmienna środowiskowa %s zawiera nieistiejącą destynację \"%s\"."
+msgid ""
+"%s: Error - %s environment variable names non-existent destination \"%s\"."
+msgstr ""
+"%s: Błąd - zmienna środowiskowa %s zawiera nieistiejącą destynację \"%s\"."
 
-#: berkeley/lpr.c:237 systemv/lp.c:164
 #, c-format
 msgid "%s: Error - The printer or class does not exist."
 msgstr "%s: Błąd - Drukarka lub klasa nie istnieje."
 
-#: berkeley/lpq.c:135 berkeley/lpq.c:208 berkeley/lpr.c:231 berkeley/lpr.c:347
-#: systemv/lp.c:157 systemv/lp.c:579 systemv/lp.c:680 systemv/lp.c:730
-#: systemv/lpstat.c:185 systemv/lpstat.c:230 systemv/lpstat.c:363
-#: systemv/lpstat.c:391 systemv/lpstat.c:413 systemv/lpstat.c:475
-#: systemv/lpstat.c:541 systemv/lpstat.c:602 systemv/lpstat.c:731
-#: systemv/lpstat.c:917 systemv/lpstat.c:1181 systemv/lpstat.c:1379
-#: systemv/lpstat.c:1622
 #, c-format
 msgid "%s: Error - add '/version=1.1' to server name."
 msgstr "%s: Błąd - dodaj '/version=1.1' do nazwy serwera."
 
-#: systemv/lp.c:240
 #, c-format
 msgid "%s: Error - bad job ID."
 msgstr "%s: Błąd- zły identyfikator zadania."
 
-#: systemv/lp.c:229
 #, c-format
 msgid "%s: Error - cannot print files and alter jobs simultaneously."
 msgstr "%s: Błąd - nie można drukować plików i zmieniać zadań jednocześnie."
 
-#: systemv/lp.c:516
 #, c-format
 msgid "%s: Error - cannot print from stdin if files or a job ID are provided."
-msgstr "%s: Błąd - nie można drukować ze stdin jeśli pliki lub identyfikator zadania są podane."
+msgstr ""
+"%s: Błąd - nie można drukować ze stdin jeśli pliki lub identyfikator zadania "
+"są podane."
 
-#: berkeley/lpr.c:262 systemv/lp.c:282
 #, c-format
 msgid "%s: Error - copies must be 1 or more."
 msgstr "%s: Błąd - liczba kopii musi być 1 lub większa"
 
-#: scheduler/cupsfilter.c:368
 #, c-format
 msgid "%s: Error - expected \"username\" after \"-U\" option."
 msgstr "%s: Błąd - wymagane \"username\" po opcji \"-U\"."
 
-#: scheduler/cupsfilter.c:337
 #, c-format
 msgid "%s: Error - expected PPD file after \"-%c\" option."
 msgstr "%s: Błąd - wymagany plik PPD po opcji \"-%c\"."
 
-#: systemv/lp.c:468
 #, c-format
 msgid "%s: Error - expected character set after \"-S\" option."
 msgstr "%s: Błąd - wymagany zestaw znaków po opcji \"-S\"."
 
-#: systemv/lp.c:487
 #, c-format
 msgid "%s: Error - expected content type after \"-T\" option."
 msgstr "%s: Błąd - wymagany typ treści po opcji \"-T\"."
 
-#: berkeley/lpr.c:253
 #, c-format
 msgid "%s: Error - expected copies after \"-#\" option."
 msgstr "%s: Błąd - wymagana liczba kopii po opcji \"-#\"."
 
-#: systemv/lp.c:273
 #, c-format
 msgid "%s: Error - expected copies after \"-n\" option."
 msgstr "%s: Błąd - wymagane liczba kopii po opcji \"-n\"."
 
-#: scheduler/cupsfilter.c:287
 #, c-format
 msgid "%s: Error - expected destination MIME type after \"-m\" option."
 msgstr "%s: Błąd - wymagany typ MIME destynacji po opcji \"-m\"."
 
-#: berkeley/lpr.c:209 berkeley/lprm.c:84
 #, c-format
 msgid "%s: Error - expected destination after \"-P\" option."
 msgstr "%s: Błąd - wymagana destynacja po opcji \"-P\"."
 
-#: systemv/lp.c:133
 #, c-format
 msgid "%s: Error - expected destination after \"-d\" option."
 msgstr "%s: Błąd - wymagana destynacja po opcji \"-d\"."
 
-#: scheduler/cupsfilter.c:204
 #, c-format
 msgid "%s: Error - expected filename after \"-c\" option."
 msgstr "%s: Błąd - wymagana nazwa pliku po opcji \"-c\"."
 
-#: systemv/lp.c:180
 #, c-format
 msgid "%s: Error - expected form after \"-f\" option."
 msgstr "%s: Błąd - wymagana forma po opcji \"-f\"."
 
-#: systemv/lp.c:404
 #, c-format
 msgid "%s: Error - expected hold name after \"-H\" option."
 msgstr "%s: Błąd - wymagany tryb wstrzymania po opcji \"-H\"."
 
-#: berkeley/lpr.c:106
 #, c-format
 msgid "%s: Error - expected hostname after \"-H\" option."
 msgstr "%s: Błąd - wymagana nazwa komputera po opcji \"-H\"."
 
-#: berkeley/lpq.c:169 berkeley/lprm.c:134 systemv/cancel.c:127
-#: systemv/cupsaccept.c:130 systemv/lp.c:200 systemv/lpstat.c:299
 #, c-format
 msgid "%s: Error - expected hostname after \"-h\" option."
 msgstr "%s: Błąd - wymagana nazwa komputera po opcji \"-h\"."
 
-#: scheduler/cupsfilter.c:238
 #, c-format
 msgid "%s: Error - expected input file after \"-f\" option."
 msgstr "%s: Błąd - wymagana nazwa pliku wejściowego po opcji \"-f\"."
 
-#: scheduler/cupsfilter.c:270
 #, c-format
 msgid "%s: Error - expected job-id after \"-j\" option."
 msgstr "%s: Błąd - wymagany identyfikator zadania po opcji \"-j\"."
 
-#: systemv/lp.c:384
 #, c-format
 msgid "%s: Error - expected mode list after \"-y\" option."
 msgstr "%s: Błąd - wymagana lista trybów po opcji \"-y\"."
 
-#: berkeley/lpr.c:282
 #, c-format
 msgid "%s: Error - expected name after \"-%c\" option."
 msgstr "%s: Błąd - wymagana nazwa po opcji \"-%c\"."
 
-#: scheduler/cupsfilter.c:188
 #, c-format
 msgid "%s: Error - expected name=value after \"-a\" option."
 msgstr "%s: Błąd - wymagana nazwa=wartość po opcji \"-a\"."
 
-#: scheduler/cupsfilter.c:323
 #, c-format
 msgid "%s: Error - expected name=value after \"-o\" option."
 msgstr "%s: Błąd - wymagana nazwa=wartość po opcji \"-o\"."
 
-#: scheduler/cupsfilter.c:300
 #, c-format
 msgid "%s: Error - expected number of copies after \"-n\" option."
 msgstr "%s: Błąd - wymagana liczba kopii po opcji \"-n\"."
 
-#: berkeley/lpr.c:158 systemv/lp.c:301
 #, c-format
 msgid "%s: Error - expected option=value after \"-o\" option."
 msgstr "%s: Błąd - wymagana opcja=wartość po opcji \"-o\"."
 
-#: systemv/lp.c:447
 #, c-format
 msgid "%s: Error - expected page list after \"-P\" option."
 msgstr "%s: Błąd - wymagana lista stron po opcji \"-P\"."
 
-#: scheduler/cupsfilter.c:217
 #, c-format
 msgid "%s: Error - expected printer name after \"-d\" option."
 msgstr "%s: Błąd - wymagana nazwa drukarki po opcji \"-d\"."
 
-#: systemv/lp.c:322
 #, c-format
 msgid "%s: Error - expected priority after \"-%c\" option."
 msgstr "%s: Błąd - wymagany priorytet po opcji \"-%c\"."
 
-#: systemv/cupsaccept.c:149
 #, c-format
 msgid "%s: Error - expected reason text after \"-r\" option."
 msgstr "%s: Błąd - wymagany tekst powodu po opcji \"-r\"."
 
-#: scheduler/cupsfilter.c:254
 #, c-format
 msgid "%s: Error - expected source MIME type after \"-i\" option."
 msgstr "%s: Błąd - wymagany typ MIME źródła po opcji \"-i\"."
 
-#: scheduler/cupsfilter.c:351
 #, c-format
 msgid "%s: Error - expected title after \"-%c\" option."
 msgstr "%s: Błąd - wymagany tytuł po opcji \"-%c\"."
 
-#: systemv/lp.c:365
 #, c-format
 msgid "%s: Error - expected title after \"-t\" option."
 msgstr "%s: Błąd - wymagany tytuł po opcji \"-t\"."
 
-#: berkeley/lpq.c:98 berkeley/lpr.c:86 berkeley/lprm.c:114 systemv/cancel.c:97
-#: systemv/cupsaccept.c:107 systemv/lp.c:110 systemv/lpadmin.c:435
-#: systemv/lpstat.c:124
 #, c-format
 msgid "%s: Error - expected username after \"-U\" option."
 msgstr "%s: Błąd - wymagana nazwa użytkownika po opcji \"-U\"."
 
-#: systemv/cancel.c:149
 #, c-format
 msgid "%s: Error - expected username after \"-u\" option."
 msgstr "%s: Błąd - wymagana nazwa użytkownika po opcji \"-u\"."
 
-#: berkeley/lpr.c:131
 #, c-format
 msgid "%s: Error - expected value after \"-%c\" option."
 msgstr "%s: Błąð - wymagana wartość po opcji \"-%c\"."
 
-#: systemv/lpstat.c:144 systemv/lpstat.c:153
 #, c-format
-msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option."
-msgstr "%s: Błąd - wymagane \"completed\", \"not-completed\" lub \"all\" po opcji \"-W\"."
+msgid ""
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
+msgstr ""
 
-#: berkeley/lpq.c:235
 #, c-format
 msgid "%s: Error - no default destination available."
 msgstr "%s: Błąd - brak domyślnej destynacji."
 
-#: systemv/lp.c:342
 #, c-format
 msgid "%s: Error - priority must be between 1 and 100."
 msgstr "%s: Błąd - priorytet musi zawierać się pomiędzy 1 a 100."
 
-#: berkeley/lpr.c:358 systemv/lp.c:590
 #, c-format
 msgid "%s: Error - scheduler not responding."
 msgstr "%s: Błąd - planista wydruku nie dpowiada."
 
-#: berkeley/lpr.c:323 systemv/lp.c:548
 #, c-format
 msgid "%s: Error - too many files - \"%s\"."
 msgstr "%s: Błąd - za duzo plików - \"%s\"."
 
-#: berkeley/lpr.c:305 systemv/lp.c:531
 #, c-format
 msgid "%s: Error - unable to access \"%s\" - %s"
 msgstr "%s: Błąd - nie mogę uzyskać dostępu do \"%s\" - %s"
 
-#: berkeley/lpr.c:400 systemv/lp.c:620
 #, c-format
 msgid "%s: Error - unable to queue from stdin - %s."
 msgstr "%s: Błąd - nie mogę kolejkować z stdin - %s."
 
-#: berkeley/lprm.c:96 berkeley/lprm.c:183 systemv/cancel.c:224
 #, c-format
 msgid "%s: Error - unknown destination \"%s\"."
 msgstr "%s: Błąd - nieznana destynacja \"%s\"."
 
-#: berkeley/lpq.c:137
 #, c-format
 msgid "%s: Error - unknown destination \"%s/%s\"."
 msgstr "%s: Błąd - nieznana destynacja \"%s/%s\"."
 
-#: berkeley/lpr.c:291 berkeley/lprm.c:149 systemv/cancel.c:165
-#: systemv/cupsaccept.c:158 systemv/lp.c:506 systemv/lpstat.c:485
 #, c-format
 msgid "%s: Error - unknown option \"%c\"."
 msgstr "%s: Błąd - nieznana opcja \"%c\"."
 
-#: systemv/lp.c:498
 #, c-format
 msgid "%s: Error - unknown option \"%s\"."
 msgstr "%s: Błąd - nieznana opcja \"%s\"."
 
-#: scheduler/cupsfilter.c:374
 #, c-format
 msgid "%s: Error - unknown option \"-%c\"."
 msgstr "%s: Błąd- nieznana opcja \"-%c\"."
 
-#: systemv/lp.c:220
 #, c-format
 msgid "%s: Expected job ID after \"-i\" option."
 msgstr "%s: Wymagany identyfikator zadania po opcji \"-i\"."
 
-#: systemv/lpstat.c:545 systemv/lpstat.c:585
 #, c-format
 msgid "%s: Invalid destination name in list \"%s\"."
 msgstr "%s: Nieprawidłowa nazwa destynacji w liście \"%s\"."
 
-#: scheduler/cupsfilter.c:617
 #, c-format
 msgid "%s: Invalid filter string \"%s\"."
 msgstr "%s: Nieprawidłowy ciąg znaków filtra \"%s\"."
 
-#: tools/ipptool.c:391
 #, c-format
 msgid "%s: Missing filename for \"-P\"."
 msgstr "%s: Brak nazwy pliku dla \"-P\"."
 
-#: tools/ippfind.c:634 tools/ipptool.c:426
 #, c-format
 msgid "%s: Missing timeout for \"-T\"."
 msgstr "%s: Brak limitu czasu dla \"-T\"."
 
-#: tools/ippfind.c:647 tools/ipptool.c:438
 #, c-format
 msgid "%s: Missing version for \"-V\"."
 msgstr "%s: Brak wersji dla \"-V\"."
 
-#: systemv/lp.c:424
 #, c-format
 msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"."
-msgstr "%s: Wymagany identyfikator zadania (\"-i jobid\") przed \"-H restart\"."
+msgstr ""
+"%s: Wymagany identyfikator zadania (\"-i jobid\") przed \"-H restart\"."
 
-#: scheduler/cupsfilter.c:489
 #, c-format
 msgid "%s: No filter to convert from %s/%s to %s/%s."
 msgstr "%s: Brak filtra aby przekonwertować %s/%s do %s/%s."
 
-#: systemv/cupsaccept.c:192
 #, c-format
 msgid "%s: Operation failed: %s"
 msgstr "%s: Operacja nie powiodła się: %s"
 
-#: systemv/lpstat.c:724 systemv/lpstat.c:909 systemv/lpstat.c:1173
-#: systemv/lpstat.c:1371 systemv/lpstat.c:1614
 #, c-format
 msgid "%s: Scheduler is not running."
 msgstr "%s: Planista wydruku jest wyłączony."
 
-#: berkeley/lpq.c:289 scheduler/cupsfilter.c:1336 systemv/cancel.c:247
 #, c-format
 msgid "%s: Unable to connect to server."
 msgstr "%s: Nie można połączyć się z serwerem."
 
-#: systemv/cancel.c:336
 #, c-format
 msgid "%s: Unable to contact server."
 msgstr "%s: Nie można skontaktować się z serwerem."
 
-#: scheduler/cupsfilter.c:454
 #, c-format
 msgid "%s: Unable to determine MIME type of \"%s\"."
 msgstr "%s: Nie można wykryć typu MIME \"%s\"."
 
-#: tools/ipptool.c:336 tools/ipptool.c:400 tools/ipptool.c:703
 #, c-format
 msgid "%s: Unable to open \"%s\": %s"
 msgstr "%s: Nie można otworzyć \"%s\": %s"
 
-#: ppdc/ppdmerge.cxx:85
 #, c-format
 msgid "%s: Unable to open %s: %s"
 msgstr "%s: Nie można otworzyć %s: %s"
 
-#: scheduler/cupsfilter.c:712 ppdc/ppdmerge.cxx:101
 #, c-format
 msgid "%s: Unable to open PPD file: %s on line %d."
 msgstr "%s: Nie można otworzyć pliku PPD: %s w linii %d."
 
-#: scheduler/cupsfilter.c:423
 #, c-format
 msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"."
 msgstr "%s: Nie można czytać bazy MIME z \"%s\" i \"%s\"."
 
-#: systemv/lpinfo.c:235
 #, c-format
 msgid "%s: Unknown argument \"%s\"."
 msgstr "%s: Nieznany argument \"%s\"."
 
-#: berkeley/lpq.c:139 systemv/lpstat.c:606
 #, c-format
 msgid "%s: Unknown destination \"%s\"."
 msgstr "%s: Nieznana destynacja \"%s\"."
 
-#: scheduler/cupsfilter.c:466
 #, c-format
 msgid "%s: Unknown destination MIME type %s/%s."
 msgstr "%s: Nieznany typ MIME destynacji %s/%s."
 
-#: scheduler/cupsfilter.c:1534 systemv/lpinfo.c:228 systemv/lpmove.c:90
 #, c-format
 msgid "%s: Unknown option \"%c\"."
 msgstr "%s: Nieznana opcja \"%c\"."
 
-#: tools/ippeveprinter.c:380 tools/ippeveprinter.c:566 tools/ippfind.c:542
 #, c-format
 msgid "%s: Unknown option \"%s\"."
 msgstr "%s: Nieznana opcja \"%s\"."
 
-#: tools/ippeveprinter.c:555 tools/ippfind.c:813 tools/ipptool.c:646
 #, c-format
 msgid "%s: Unknown option \"-%c\"."
 msgstr "%s: Nieznana opcja \"-%c\"."
 
-#: scheduler/cupsfilter.c:446
 #, c-format
 msgid "%s: Unknown source MIME type %s/%s."
 msgstr "%s: Nieznany typ MIME źródłą %s/%s."
 
-#: berkeley/lpr.c:144
 #, c-format
-msgid "%s: Warning - \"%c\" format modifier not supported - output may not be correct."
-msgstr "%s: Ostrzeżenie - modyfikator formatu \"%c\" nie jest obsługiwany - rezultat może być nieprawidłowy."
+msgid ""
+"%s: Warning - \"%c\" format modifier not supported - output may not be "
+"correct."
+msgstr ""
+"%s: Ostrzeżenie - modyfikator formatu \"%c\" nie jest obsługiwany - rezultat "
+"może być nieprawidłowy."
 
-#: systemv/lp.c:473
 #, c-format
 msgid "%s: Warning - character set option ignored."
 msgstr "%s: Ostrzeżenie - opcja zestawu znaków zignorowana."
 
-#: systemv/lp.c:492
 #, c-format
 msgid "%s: Warning - content type option ignored."
 msgstr "%s: Osyrzeżenie - opcja typu treści zignorowana."
 
-#: systemv/lp.c:185
 #, c-format
 msgid "%s: Warning - form option ignored."
 msgstr "%s: Ostrzeżenie - opcja formy zignorowana."
 
-#: systemv/lp.c:389
 #, c-format
 msgid "%s: Warning - mode option ignored."
 msgstr "%s: Ostrzeżenie - opcja trybu zignorowana."
 
-#: tools/ippfind.c:2037
 msgid "( expressions )         Group expressions"
 msgstr "( wyrażenia )           Wyrażenia grup"
 
-#: berkeley/lprm.c:237
 msgid "-                       Cancel all jobs"
 msgstr "-                       Anuluj wszystkie zadania"
 
-#: berkeley/lpr.c:434
 msgid "-# num-copies           Specify the number of copies to print"
 msgstr "-# num-copies           Liczba kopii do wydrukowania"
 
-#: systemv/cupsctl.c:232
 msgid "--[no-]debug-logging    Turn debug logging on/off"
 msgstr "--[no-]debug-logging    Włącz/Wyłącz zapisywanie danych debugowania"
 
-#: systemv/cupsctl.c:233
 msgid "--[no-]remote-admin     Turn remote administration on/off"
 msgstr "--[no-]remote-admin     Włącz/Wyłącz zdalną administrację"
 
-#: systemv/cupsctl.c:234
 msgid "--[no-]remote-any       Allow/prevent access from the Internet"
 msgstr "--[no-]remote-any       Zezwól/Odmów dostępu z sieci Internet"
 
-#: systemv/cupsctl.c:235
 msgid "--[no-]share-printers   Turn printer sharing on/off"
 msgstr "--[no-]share-printers   Włącz/Wyłącz udostępnianie drukarki"
 
-#: systemv/cupsctl.c:236
 msgid "--[no-]user-cancel-any  Allow/prevent users to cancel any job"
-msgstr "--[no-]user-cancel-any  Zezwól/Odmów użytkownikom na znulowanie każdego zadania"
+msgstr ""
+"--[no-]user-cancel-any  Zezwól/Odmów użytkownikom na znulowanie każdego "
+"zadania"
 
-#: systemv/lpinfo.c:500
-msgid "--device-id device-id   Show models matching the given IEEE 1284 device ID"
-msgstr "--device-id device-id   Wyświetl modele pasujące do podanego identyfikatora IEEE 1284"
+msgid ""
+"--device-id device-id   Show models matching the given IEEE 1284 device ID"
+msgstr ""
+"--device-id device-id   Wyświetl modele pasujące do podanego identyfikatora "
+"IEEE 1284"
 
-#: tools/ippfind.c:2019
 msgid "--domain regex          Match domain to regular expression"
-msgstr "--domain regex          Znajdź domenę zgodną z podanym wyrażeniem regularnym"
+msgstr ""
+"--domain regex          Znajdź domenę zgodną z podanym wyrażeniem regularnym"
 
-#: systemv/lpinfo.c:501
 msgid ""
 "--exclude-schemes scheme-list\n"
 "                        Exclude the specified URI schemes"
@@ -1812,7 +1447,6 @@ msgstr ""
 "--exclude-schemes scheme-list\n"
 "                        Pomiń wskazane schematy URI"
 
-#: tools/ippfind.c:2020
 msgid ""
 "--exec utility [argument ...] ;\n"
 "                        Execute program if true"
@@ -1820,23 +1454,19 @@ msgstr ""
 "--exec utility [argument ...] ;\n"
 "                        Uruchom program jeśli prawdziwe"
 
-#: tools/ippfind.c:2040
 msgid "--false                 Always false"
 msgstr "--false                 Zawsze nieprawda"
 
-#: tools/ippeveprinter.c:6868
 msgid "--help                  Show program help"
 msgstr "--help                  Pokaż pomoc programu"
 
-#: systemv/cupsaccept.c:246
 msgid "--hold                  Hold new jobs"
 msgstr "--hold                  Wstrzymaj nowe zadania"
 
-#: tools/ippfind.c:2022
 msgid "--host regex            Match hostname to regular expression"
-msgstr "--host regex            Znajdź nazwę komputera zgodną z wyrażeniem regularnym"
+msgstr ""
+"--host regex            Znajdź nazwę komputera zgodną z wyrażeniem regularnym"
 
-#: systemv/lpinfo.c:503
 msgid ""
 "--include-schemes scheme-list\n"
 "                        Include only the specified URI schemes"
@@ -1844,79 +1474,73 @@ msgstr ""
 "--include-schemes scheme-list\n"
 "                        Uwzględnij jedynie podane schematy URI"
 
-#: tools/ipptool.c:6448
 msgid "--ippserver filename    Produce ippserver attribute file"
 msgstr "--ippserver filename    Stwórz plik z atrybutami serwera IPP"
 
-#: systemv/lpinfo.c:505
 msgid "--language locale       Show models matching the given locale"
 msgstr "--language locale       Wyświetl modele zgodne z podaną lokalizacją"
 
-#: tools/ippfind.c:2023
 msgid "--literal-name name     Match service name to literal name value"
 msgstr "--literal-name name     Znajdź nazwę zgodną z podaną"
 
-#: tools/ippfind.c:2024
 msgid "--local                 True if service is local"
 msgstr "--local                 Prawda jeśli usługa jest lokalna"
 
-#: tools/ippfind.c:2025
 msgid "--ls                    List attributes"
 msgstr "--ls                    Wyświetl atrybuty"
 
-#: systemv/lpinfo.c:506
-msgid "--make-and-model name   Show models matching the given make and model name"
-msgstr "--make-and-model name   Wyświetl urządzenia pasujące do podanej nazwy marki lub modelu"
+msgid ""
+"--make-and-model name   Show models matching the given make and model name"
+msgstr ""
+"--make-and-model name   Wyświetl urządzenia pasujące do podanej nazwy marki "
+"lub modelu"
 
-#: tools/ippfind.c:2026
 msgid "--name regex            Match service name to regular expression"
-msgstr "--name regex            Znajdź nazwę usługi pasującą do podanego wyrażenia regularnego"
+msgstr ""
+"--name regex            Znajdź nazwę usługi pasującą do podanego wyrażenia "
+"regularnego"
 
-#: tools/ippeveprinter.c:6869
 msgid "--no-web-forms          Disable web forms for media and supplies"
-msgstr "--no-web-forms          Wyłącz formularze web dla mediów i materiałów eksploatacyjnych"
+msgstr ""
+"--no-web-forms          Wyłącz formularze web dla mediów i materiałów "
+"eksploatacyjnych"
 
-#: tools/ippfind.c:2039
 msgid "--not expression        Unary NOT of expression"
 msgstr "--not expression        Jednoargumentowy NOT wyrażenia"
 
-#: tools/ippeveprinter.c:6870
 msgid "--pam-service service   Use the named PAM service"
 msgstr "--pam-service service   Użyj podanej usługi PAM"
 
-#: tools/ippfind.c:2027
 msgid "--path regex            Match resource path to regular expression"
-msgstr "--path regex            Znajdź ścieżkę zasobu pasująca do podanego wyrażenia regularnego"
+msgstr ""
+"--path regex            Znajdź ścieżkę zasobu pasująca do podanego wyrażenia "
+"regularnego"
 
-#: tools/ippfind.c:2028
 msgid "--port number[-number]  Match port to number or range"
 msgstr "--port number[-number]  Dopasuj numer portu do liczby lub zakresu"
 
-#: tools/ippfind.c:2029
 msgid "--print                 Print URI if true"
 msgstr "--print                 Wyświetl URI jeśli prawda"
 
-#: tools/ippfind.c:2030
 msgid "--print-name            Print service name if true"
 msgstr "--print-name            Wyświetl nazwę usługi jeśli prawda"
 
-#: systemv/lpinfo.c:507
-msgid "--product name          Show models matching the given PostScript product"
-msgstr "--product name          Wyświetl modele pasujące do podanego produktu PostScript"
+msgid ""
+"--product name          Show models matching the given PostScript product"
+msgstr ""
+"--product name          Wyświetl modele pasujące do podanego produktu "
+"PostScript"
 
-#: tools/ippfind.c:2031
 msgid "--quiet                 Quietly report match via exit code"
-msgstr "--quiet                 Raportuj dopasowanie po cichu używając kodu wyjścia"
+msgstr ""
+"--quiet                 Raportuj dopasowanie po cichu używając kodu wyjścia"
 
-#: systemv/cupsaccept.c:248
 msgid "--release               Release previously held jobs"
 msgstr "--release               Zwolnij wstrzymane uprzednio zadania"
 
-#: tools/ippfind.c:2032
 msgid "--remote                True if service is remote"
 msgstr "--remote                Prawda jeśli usługa jest zdalna"
 
-#: tools/ipptool.c:6449
 msgid ""
 "--stop-after-include-error\n"
 "                        Stop tests after a failed INCLUDE"
@@ -1924,262 +1548,206 @@ msgstr ""
 "--stop-after-include-error\n"
 "                        Zatrzymaj testy po nieudanym INCLUDE"
 
-#: systemv/lpinfo.c:508
-msgid "--timeout seconds       Specify the maximum number of seconds to discover devices"
-msgstr "--timeout seconds       Ustaw maksymalny czas w sekundach na wykrycie urządzeń"
+msgid ""
+"--timeout seconds       Specify the maximum number of seconds to discover "
+"devices"
+msgstr ""
+"--timeout seconds       Ustaw maksymalny czas w sekundach na wykrycie "
+"urządzeń"
 
-#: tools/ippfind.c:2041
 msgid "--true                  Always true"
 msgstr "--true                  Zawsze prawda"
 
-#: tools/ippfind.c:2033
 msgid "--txt key               True if the TXT record contains the key"
 msgstr "--txt key               Prawda jeśli rekord TXT zawiera klucz"
 
-#: tools/ippfind.c:2034
 msgid "--txt-* regex           Match TXT record key to regular expression"
-msgstr "--txt-* regex           Znajdź klucz rekordu TXT pasujący do podanego wyrażenia regularnego"
+msgstr ""
+"--txt-* regex           Znajdź klucz rekordu TXT pasujący do podanego "
+"wyrażenia regularnego"
 
-#: tools/ippfind.c:2035
 msgid "--uri regex             Match URI to regular expression"
-msgstr "--uri regex             Znajdź URI pasujące do podanego wyrażenia regularnego"
+msgstr ""
+"--uri regex             Znajdź URI pasujące do podanego wyrażenia regularnego"
 
-#: tools/ippeveprinter.c:6871 tools/ippfind.c:2003
 msgid "--version               Show program version"
 msgstr "--version               Wyświetl wersję programu"
 
-#: tools/ipptool.c:6451
 msgid "--version               Show version"
 msgstr "--version               Wyświetl wersję"
 
-#: ppdc/sample.c:315
 msgid "-1"
 msgstr ""
 
-#: ppdc/sample.c:306
 msgid "-10"
 msgstr ""
 
-#: ppdc/sample.c:398
 msgid "-100"
 msgstr ""
 
-#: ppdc/sample.c:397
 msgid "-105"
 msgstr ""
 
-#: ppdc/sample.c:305
 msgid "-11"
 msgstr ""
 
-#: ppdc/sample.c:396
 msgid "-110"
 msgstr ""
 
-#: ppdc/sample.c:395
 msgid "-115"
 msgstr ""
 
-#: ppdc/sample.c:304
 msgid "-12"
 msgstr ""
 
-#: ppdc/sample.c:394
 msgid "-120"
 msgstr ""
 
-#: ppdc/sample.c:303
 msgid "-13"
 msgstr ""
 
-#: ppdc/sample.c:302
 msgid "-14"
 msgstr ""
 
-#: ppdc/sample.c:301
 msgid "-15"
 msgstr ""
 
-#: ppdc/sample.c:314
 msgid "-2"
 msgstr ""
 
-#: tools/ippeveprinter.c:6872
-msgid "-2                      Ustaw wsparcie dla 2-stronnego drukowania (domyślnie=1-stronne)"
+msgid "-2                      Set 2-sided printing support (default=1-sided)"
 msgstr ""
 
-#: ppdc/sample.c:414
 msgid "-20"
 msgstr ""
 
-#: ppdc/sample.c:413
 msgid "-25"
 msgstr ""
 
-#: ppdc/sample.c:313
 msgid "-3"
 msgstr ""
 
-#: ppdc/sample.c:412
 msgid "-30"
 msgstr ""
 
-#: ppdc/sample.c:411
 msgid "-35"
 msgstr ""
 
-#: ppdc/sample.c:312
 msgid "-4"
 msgstr ""
 
-#: tools/ippfind.c:1999 tools/ipptool.c:6452
 msgid "-4                      Connect using IPv4"
 msgstr "-4                      Połącz poprzez IPv4"
 
-#: ppdc/sample.c:410
 msgid "-40"
 msgstr ""
 
-#: ppdc/sample.c:409
 msgid "-45"
 msgstr ""
 
-#: ppdc/sample.c:311
 msgid "-5"
 msgstr ""
 
-#: ppdc/sample.c:408
 msgid "-50"
 msgstr ""
 
-#: ppdc/sample.c:407
 msgid "-55"
 msgstr ""
 
-#: ppdc/sample.c:310
 msgid "-6"
 msgstr ""
 
-#: tools/ippfind.c:2000 tools/ipptool.c:6453
 msgid "-6                      Connect using IPv6"
 msgstr "-6                      Połącz poprzez IPv6"
 
-#: ppdc/sample.c:406
 msgid "-60"
 msgstr ""
 
-#: ppdc/sample.c:405
 msgid "-65"
 msgstr ""
 
-#: ppdc/sample.c:309
 msgid "-7"
 msgstr ""
 
-#: ppdc/sample.c:404
 msgid "-70"
 msgstr ""
 
-#: ppdc/sample.c:403
 msgid "-75"
 msgstr ""
 
-#: ppdc/sample.c:308
 msgid "-8"
 msgstr ""
 
-#: ppdc/sample.c:402
 msgid "-80"
 msgstr ""
 
-#: ppdc/sample.c:401
 msgid "-85"
 msgstr ""
 
-#: ppdc/sample.c:307
 msgid "-9"
 msgstr ""
 
-#: ppdc/sample.c:400
 msgid "-90"
 msgstr ""
 
-#: ppdc/sample.c:399
 msgid "-95"
 msgstr ""
 
-#: tools/ippeveprinter.c:6873
 msgid "-A                      Enable authentication"
 msgstr "-A                      Włącz autoryzację"
 
-#: tools/ipptool.c:6454
 msgid "-C                      Send requests using chunking (default)"
-msgstr "-C                      Wysyłaj zapytania używając kwałkowania (domyślne)"
+msgstr ""
+"-C                      Wysyłaj zapytania używając kwałkowania (domyślne)"
 
-#: systemv/lpadmin.c:1519
 msgid "-D description          Specify the textual description of the printer"
 msgstr "-D description          Ustaw tekstowy opis drukarki"
 
-#: tools/ippeveprinter.c:6874
 msgid "-D device-uri           Set the device URI for the printer"
 msgstr "-D device-uri           Ustaw URI urządzenia dla drukarki"
 
-#: systemv/lpadmin.c:1521
-msgid "-E                      Enable and accept jobs on the printer (after -p)"
+msgid ""
+"-E                      Enable and accept jobs on the printer (after -p)"
 msgstr "-E                      Włącz i akceptuj zadania na drukarce (po -p)"
 
-#: berkeley/lpq.c:641 berkeley/lpr.c:435 berkeley/lprm.c:238
-#: systemv/cancel.c:404 systemv/cupsaccept.c:241 systemv/cupsctl.c:229
-#: systemv/lp.c:756 systemv/lpadmin.c:1520 systemv/lpinfo.c:495
-#: systemv/lpmove.c:213 systemv/lpoptions.c:540 systemv/lpstat.c:2075
 msgid "-E                      Encrypt the connection to the server"
 msgstr "-E                      Szyfruj połączenie do serwera"
 
-#: tools/ipptool.c:6455
 msgid "-E                      Test with encryption using HTTP Upgrade to TLS"
-msgstr "-E                      Testuj z szyfrowaniem przy pomocy HTTP Upgrade do TLS"
+msgstr ""
+"-E                      Testuj z szyfrowaniem przy pomocy HTTP Upgrade do TLS"
 
-#: scheduler/main.c:2084
 msgid "-F                      Run in the foreground but detach from console."
-msgstr "-F                      Uruchom w pierwszym planie ale odłącz się od konsoli"
+msgstr ""
+"-F                      Uruchom w pierwszym planie ale odłącz się od konsoli"
 
-#: tools/ippeveprinter.c:6875
 msgid "-F output-type/subtype  Set the output format for the printer"
 msgstr "-F output-type/subtype  Ustaw format wyjściowy dla drukarki"
 
-#: systemv/lpstat.c:2080
 msgid "-H                      Show the default server and port"
 msgstr "-H                      Wyświetl domyślny serwer i port"
 
-#: systemv/lp.c:758
 msgid "-H HH:MM                Hold the job until the specified UTC time"
 msgstr "-H HH:MM                Wstrzymaj zadanie do podanego czasu UTC"
 
-#: systemv/lp.c:759
 msgid "-H hold                 Hold the job until released/resumed"
 msgstr "-H hold                 Wstrzymaj zadanie dopóki się zwolni/wznowi"
 
-#: systemv/lp.c:760
 msgid "-H immediate            Print the job as soon as possible"
 msgstr "-H immediate            Wydrukuj zadanie jak szybko tylko się da"
 
-#: systemv/lp.c:761
 msgid "-H restart              Reprint the job"
 msgstr "-H restart              Wydrukuj ponownie zadanie"
 
-#: systemv/lp.c:762
 msgid "-H resume               Resume a held job"
 msgstr "-H resume               Wznów wstrzymane zadanie"
 
-#: berkeley/lpr.c:436
 msgid "-H server[:port]        Connect to the named server and port"
 msgstr "-H server[:port]        Połącz z podnym serwerem i portem"
 
-#: tools/ipptool.c:6456
 msgid "-I                      Ignore errors"
 msgstr "-I                      Ignoruj błędy"
 
-#: systemv/cupstestppd.c:3857
 msgid ""
 "-I {filename,filters,none,profiles}\n"
 "                          Ignore specific warnings"
@@ -2187,1812 +1755,1374 @@ msgstr ""
 "-I {filename,filters,none,profiles}\n"
 "                          Ignoruj podane typy ostrzeżeń"
 
-#: tools/ippeveprinter.c:6876
-msgid "-K keypath              Set location of server X.509 certificates and keys."
+msgid ""
+"-K keypath              Set location of server X.509 certificates and keys."
 msgstr ""
 
-#: tools/ipptool.c:6457
 msgid "-L                      Send requests using content-length"
 msgstr ""
 
-#: systemv/lpadmin.c:1524
 msgid "-L location             Specify the textual location of the printer"
 msgstr ""
 
-#: tools/ippeveprinter.c:6877
 msgid "-M manufacturer         Set manufacturer name (default=Test)"
 msgstr ""
 
-#: tools/ippfind.c:2010
 msgid "-N name                 Match service name to literal name value"
 msgstr ""
 
-#: berkeley/lpq.c:644
 msgid "-P destination          Show status for the specified destination"
 msgstr ""
 
-#: berkeley/lpr.c:450 berkeley/lprm.c:240
 msgid "-P destination          Specify the destination"
 msgstr ""
 
-#: tools/ipptool.c:6458
-msgid "-P filename.plist       Produce XML plist to a file and test report to standard output"
+msgid ""
+"-P filename.plist       Produce XML plist to a file and test report to "
+"standard output"
 msgstr ""
 
-#: tools/ippfind.c:2005
 msgid "-P number[-number]      Match port to number or range"
 msgstr ""
 
-#: systemv/lp.c:778
 msgid "-P page-list            Specify a list of pages to print"
 msgstr ""
 
-#: tools/ipptool.c:6459
 msgid "-R                      Repeat tests on server-error-busy"
 msgstr ""
 
-#: systemv/lpstat.c:2090
 msgid "-R                      Show the ranking of jobs"
 msgstr ""
 
-#: systemv/lpadmin.c:1544
 msgid "-R name-default         Remove the default value for the named option"
 msgstr ""
 
-#: systemv/cupstestppd.c:3859
 msgid "-R root-directory       Set alternate root"
 msgstr ""
 
-#: tools/ipptool.c:6460
 msgid "-S                      Test with encryption using HTTPS"
 msgstr ""
 
-#: tools/ippeveprinter.c:6878
 msgid "-S filename.strings     Set strings file"
 msgstr ""
 
-#: tools/ippfind.c:2001
 msgid "-T seconds              Set the browse timeout in seconds"
 msgstr ""
 
-#: tools/ipptool.c:6461
 msgid "-T seconds              Set the receive/send timeout in seconds"
 msgstr ""
 
-#: berkeley/lpr.c:453
 msgid "-T title                Specify the job title"
 msgstr ""
 
-#: berkeley/lpq.c:645 berkeley/lpr.c:454 berkeley/lprm.c:241
-#: systemv/cancel.c:407 systemv/cupsaccept.c:244 systemv/lp.c:782
-#: systemv/lpadmin.c:1548 systemv/lpmove.c:215 systemv/lpoptions.c:545
-#: systemv/lpstat.c:2078
 msgid "-U username             Specify the username to use for authentication"
 msgstr ""
 
-#: systemv/cupsctl.c:231
 msgid "-U username             Specify username to use for authentication"
 msgstr ""
 
-#: tools/ippeveprinter.c:6879 tools/ippfind.c:2002 tools/ipptool.c:6462
 msgid "-V version              Set default IPP version"
 msgstr ""
 
-#: systemv/lpstat.c:2081
 msgid "-W completed            Show completed jobs"
 msgstr ""
 
-#: systemv/lpstat.c:2082
 msgid "-W not-completed        Show pending jobs"
 msgstr ""
 
-#: systemv/cupstestppd.c:3860
 msgid ""
-"-W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}\n"
+"-W {all,none,constraints,defaults,duplex,filters,profiles,sizes,"
+"translations}\n"
 "                          Issue warnings instead of errors"
 msgstr ""
 
-#: tools/ipptool.c:6463
 msgid "-X                      Produce XML plist instead of plain text"
 msgstr ""
 
-#: systemv/cancel.c:403
 msgid "-a                      Cancel all jobs"
 msgstr ""
 
-#: berkeley/lpq.c:640
 msgid "-a                      Show jobs on all destinations"
 msgstr ""
 
-#: systemv/lpstat.c:2083
 msgid "-a [destination(s)]     Show the accepting state of destinations"
 msgstr ""
 
-#: tools/ippeveprinter.c:6880
 msgid "-a filename.conf        Load printer attributes from conf file"
 msgstr ""
 
-#: systemv/lp.c:754
 msgid "-c                      Make a copy of the print file(s)"
 msgstr ""
 
-#: tools/ipptool.c:6464
 msgid "-c                      Produce CSV output"
 msgstr ""
 
-#: systemv/lpstat.c:2084
 msgid "-c [class(es)]          Show classes and their member printers"
 msgstr ""
 
-#: systemv/lpadmin.c:1517
 msgid "-c class                Add the named destination to a class"
 msgstr ""
 
-#: tools/ippeveprinter.c:6881
 msgid "-c command              Set print command"
 msgstr ""
 
-#: scheduler/main.c:2082
 msgid "-c cupsd.conf           Set cupsd.conf file to use."
 msgstr ""
 
-#: systemv/lpstat.c:2085
 msgid "-d                      Show the default destination"
 msgstr ""
 
-#: systemv/lpoptions.c:539
 msgid "-d destination          Set default destination"
 msgstr ""
 
-#: systemv/lpadmin.c:1518
 msgid "-d destination          Set the named destination as the server default"
 msgstr ""
 
-#: systemv/lp.c:755
 msgid "-d destination          Specify the destination"
 msgstr ""
 
-#: tools/ipptool.c:6465
 msgid "-d name=value           Set named variable to value"
 msgstr ""
 
-#: tools/ippfind.c:2006
 msgid "-d regex                Match domain to regular expression"
 msgstr ""
 
-#: tools/ippeveprinter.c:6882
 msgid "-d spool-directory      Set spool directory"
 msgstr ""
 
-#: systemv/lpstat.c:2086
 msgid "-e                      Show available destinations on the network"
 msgstr ""
 
-#: scheduler/main.c:2083
 msgid "-f                      Run in the foreground."
 msgstr ""
 
-#: tools/ipptool.c:6466
 msgid "-f filename             Set default request filename"
 msgstr ""
 
-#: tools/ippeveprinter.c:6883
 msgid "-f type/subtype[,...]   Set supported file types"
 msgstr ""
 
-#: scheduler/main.c:2085
 msgid "-h                      Show this usage message."
 msgstr ""
 
-#: tools/ipptool.c:6467
 msgid "-h                      Validate HTTP response headers"
 msgstr ""
 
-#: tools/ippfind.c:2007
 msgid "-h regex                Match hostname to regular expression"
 msgstr ""
 
-#: berkeley/lpq.c:642 berkeley/lprm.c:239 systemv/cancel.c:405
-#: systemv/cupsaccept.c:242 systemv/cupsctl.c:230 systemv/lp.c:757
-#: systemv/lpadmin.c:1522 systemv/lpinfo.c:496 systemv/lpmove.c:214
-#: systemv/lpoptions.c:541 systemv/lpstat.c:2076
 msgid "-h server[:port]        Connect to the named server and port"
 msgstr ""
 
-#: tools/ippeveprinter.c:6884
 msgid "-i iconfile.png[,...]   Set icon file(s)"
 msgstr ""
 
-#: systemv/lp.c:763
 msgid "-i id                   Specify an existing job ID to modify"
 msgstr ""
 
-#: systemv/lpadmin.c:1523
 msgid "-i ppd-file             Specify a PPD file for the printer"
 msgstr ""
 
-#: tools/ipptool.c:6468
-msgid "-i seconds              Repeat the last file with the given time interval"
+msgid ""
+"-i seconds              Repeat the last file with the given time interval"
 msgstr ""
 
-#: tools/ippeveprinter.c:6885
 msgid "-k                      Keep job spool files"
 msgstr ""
 
-#: tools/ippfind.c:2008
 msgid "-l                      List attributes"
 msgstr ""
 
-#: tools/ipptool.c:6469
 msgid "-l                      Produce plain text output"
 msgstr ""
 
-#: scheduler/main.c:2087
 msgid "-l                      Run cupsd on demand."
 msgstr ""
 
-#: systemv/lpoptions.c:542
 msgid "-l                      Show supported options and values"
 msgstr ""
 
-#: berkeley/lpq.c:643 systemv/lpinfo.c:497 systemv/lpstat.c:2077
 msgid "-l                      Show verbose (long) output"
 msgstr ""
 
-#: tools/ippeveprinter.c:6886
 msgid "-l location             Set location of printer"
 msgstr ""
 
-#: berkeley/lpr.c:437 systemv/lp.c:764
-msgid "-m                      Send an email notification when the job completes"
+msgid ""
+"-m                      Send an email notification when the job completes"
 msgstr ""
 
-#: systemv/lpinfo.c:498
 msgid "-m                      Show models"
 msgstr ""
 
-#: systemv/lpadmin.c:1526
-msgid "-m everywhere           Specify the printer is compatible with IPP Everywhere"
+msgid ""
+"-m everywhere           Specify the printer is compatible with IPP Everywhere"
 msgstr ""
 
-#: tools/ippeveprinter.c:6887
 msgid "-m model                Set model name (default=Printer)"
 msgstr ""
 
-#: systemv/lpadmin.c:1525
-msgid "-m model                Specify a standard model/PPD file for the printer"
+msgid ""
+"-m model                Specify a standard model/PPD file for the printer"
 msgstr ""
 
-#: tools/ipptool.c:6470
 msgid "-n count                Repeat the last file the given number of times"
 msgstr ""
 
-#: tools/ippeveprinter.c:6888
 msgid "-n hostname             Set hostname for printer"
 msgstr ""
 
-#: systemv/lp.c:765
 msgid "-n num-copies           Specify the number of copies to print"
 msgstr ""
 
-#: tools/ippfind.c:2009
 msgid "-n regex                Match service name to regular expression"
 msgstr ""
 
-#: systemv/lpadmin.c:1528
-msgid "-o Name=Value           Specify the default value for the named PPD option "
+msgid ""
+"-o Name=Value           Specify the default value for the named PPD option "
 msgstr ""
 
-#: systemv/lpstat.c:2087
 msgid "-o [destination(s)]     Show jobs"
 msgstr ""
 
-#: systemv/lpadmin.c:1529
 msgid ""
 "-o cupsIPPSupplies=false\n"
 "                        Disable supply level reporting via IPP"
 msgstr ""
 
-#: systemv/lpadmin.c:1531
 msgid ""
 "-o cupsSNMPSupplies=false\n"
 "                        Disable supply level reporting via SNMP"
 msgstr ""
 
-#: systemv/lpadmin.c:1533
 msgid "-o job-k-limit=N        Specify the kilobyte limit for per-user quotas"
 msgstr ""
 
-#: systemv/lpadmin.c:1534
 msgid "-o job-page-limit=N     Specify the page limit for per-user quotas"
 msgstr ""
 
-#: systemv/lpadmin.c:1535
 msgid "-o job-quota-period=N   Specify the per-user quota period in seconds"
 msgstr ""
 
-#: berkeley/lpr.c:439 systemv/lp.c:767
 msgid "-o job-sheets=standard  Print a banner page with the job"
 msgstr ""
 
-#: berkeley/lpr.c:440 systemv/lp.c:768
 msgid "-o media=size           Specify the media size to use"
 msgstr ""
 
-#: systemv/lpadmin.c:1527
 msgid "-o name-default=value   Specify the default value for the named option"
 msgstr ""
 
-#: systemv/lpoptions.c:543
 msgid "-o name[=value]         Set default option and value"
 msgstr ""
 
-#: berkeley/lpr.c:441 systemv/lp.c:769
-msgid "-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)"
+msgid ""
+"-o number-up=N          Specify that input pages should be printed N-up (1, "
+"2, 4, 6, 9, and 16 are supported)"
 msgstr ""
 
-#: berkeley/lpr.c:438 systemv/lp.c:766
 msgid "-o option[=value]       Specify a printer-specific option"
 msgstr ""
 
-#: berkeley/lpr.c:442 systemv/lp.c:770
 msgid ""
 "-o orientation-requested=N\n"
 "                        Specify portrait (3) or landscape (4) orientation"
 msgstr ""
 
-#: berkeley/lpr.c:444 systemv/lp.c:772
-msgid "-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)"
+msgid ""
+"-o print-quality=N      Specify the print quality - draft (3), normal (4), "
+"or best (5)"
 msgstr ""
 
-#: systemv/lpadmin.c:1536
 msgid ""
 "-o printer-error-policy=name\n"
 "                        Specify the printer error policy"
 msgstr ""
 
-#: systemv/lpadmin.c:1538
 msgid ""
 "-o printer-is-shared=true\n"
 "                        Share the printer"
 msgstr ""
 
-#: systemv/lpadmin.c:1540
 msgid ""
 "-o printer-op-policy=name\n"
 "                        Specify the printer operation policy"
 msgstr ""
 
-#: berkeley/lpr.c:445 systemv/lp.c:773
 msgid "-o sides=one-sided      Specify 1-sided printing"
 msgstr ""
 
-#: berkeley/lpr.c:446 systemv/lp.c:774
 msgid ""
 "-o sides=two-sided-long-edge\n"
 "                        Specify 2-sided portrait printing"
 msgstr ""
 
-#: berkeley/lpr.c:448 systemv/lp.c:776
 msgid ""
 "-o sides=two-sided-short-edge\n"
 "                        Specify 2-sided landscape printing"
 msgstr ""
 
-#: tools/ippfind.c:2011
 msgid "-p                      Print URI if true"
 msgstr ""
 
-#: systemv/lpstat.c:2088
 msgid "-p [printer(s)]         Show the processing state of destinations"
 msgstr ""
 
-#: systemv/lpoptions.c:544
 msgid "-p destination          Specify a destination"
 msgstr ""
 
-#: systemv/lpadmin.c:1542
 msgid "-p destination          Specify/add the named destination"
 msgstr ""
 
-#: tools/ippeveprinter.c:6889
 msgid "-p port                 Set port number for printer"
 msgstr ""
 
-#: tools/ippfind.c:2012
 msgid "-q                      Quietly report match via exit code"
 msgstr ""
 
-#: systemv/cupstestppd.c:3862 tools/ipptool.c:6471
 msgid "-q                      Run silently"
 msgstr ""
 
-#: berkeley/lpr.c:451
 msgid "-q                      Specify the job should be held for printing"
 msgstr ""
 
-#: systemv/lp.c:779
 msgid "-q priority             Specify the priority from low (1) to high (100)"
 msgstr ""
 
-#: berkeley/lpr.c:452
 msgid "-r                      Remove the file(s) after submission"
 msgstr ""
 
-#: systemv/lpstat.c:2089
 msgid "-r                      Show whether the CUPS server is running"
 msgstr ""
 
-#: tools/ippfind.c:2013
 msgid "-r                      True if service is remote"
 msgstr ""
 
-#: systemv/cupstestppd.c:3863
 msgid "-r                      Use 'relaxed' open mode"
 msgstr ""
 
-#: systemv/lpadmin.c:1543
 msgid "-r class                Remove the named destination from a class"
 msgstr ""
 
-#: systemv/cupsaccept.c:243
 msgid "-r reason               Specify a reason message that others can see"
 msgstr ""
 
-#: tools/ippeveprinter.c:6890
 msgid "-r subtype,[subtype]    Set DNS-SD service subtype"
 msgstr ""
 
-#: systemv/lp.c:780
 msgid "-s                      Be silent"
 msgstr ""
 
-#: tools/ippfind.c:2014
 msgid "-s                      Print service name if true"
 msgstr ""
 
-#: systemv/lpstat.c:2091
 msgid "-s                      Show a status summary"
 msgstr ""
 
-#: scheduler/main.c:2089
 msgid "-s cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 
-#: tools/ippeveprinter.c:6891
 msgid "-s speed[,color-speed]  Set speed in pages per minute"
 msgstr ""
 
-#: tools/ipptool.c:6472
 msgid "-t                      Produce a test report"
 msgstr ""
 
-#: systemv/lpstat.c:2092
 msgid "-t                      Show all status information"
 msgstr ""
 
-#: scheduler/main.c:2090
 msgid "-t                      Test the configuration file."
 msgstr ""
 
-#: tools/ippfind.c:2015
 msgid "-t key                  True if the TXT record contains the key"
 msgstr ""
 
-#: systemv/lp.c:781
 msgid "-t title                Specify the job title"
 msgstr ""
 
-#: systemv/lpstat.c:2093
-msgid "-u [user(s)]            Show jobs queued by the current or specified users"
+msgid ""
+"-u [user(s)]            Show jobs queued by the current or specified users"
 msgstr ""
 
-#: systemv/lpadmin.c:1545
 msgid "-u allow:all            Allow all users to print"
 msgstr ""
 
-#: systemv/lpadmin.c:1546
-msgid "-u allow:list           Allow the list of users or groups (@name) to print"
+msgid ""
+"-u allow:list           Allow the list of users or groups (@name) to print"
 msgstr ""
 
-#: systemv/lpadmin.c:1547
-msgid "-u deny:list            Prevent the list of users or groups (@name) to print"
+msgid ""
+"-u deny:list            Prevent the list of users or groups (@name) to print"
 msgstr ""
 
-#: systemv/cancel.c:406
 msgid "-u owner                Specify the owner to use for jobs"
 msgstr ""
 
-#: tools/ippfind.c:2016
 msgid "-u regex                Match URI to regular expression"
 msgstr ""
 
-#: systemv/cupstestppd.c:3864 tools/ippeveprinter.c:6892 tools/ipptool.c:6473
 msgid "-v                      Be verbose"
 msgstr ""
 
-#: systemv/lpinfo.c:499
 msgid "-v                      Show devices"
 msgstr ""
 
-#: systemv/lpstat.c:2094
 msgid "-v [printer(s)]         Show the devices for each destination"
 msgstr ""
 
-#: systemv/lpadmin.c:1549
 msgid "-v device-uri           Specify the device URI for the printer"
 msgstr ""
 
-#: systemv/cupstestppd.c:3865
 msgid "-vv                     Be very verbose"
 msgstr ""
 
-#: systemv/cancel.c:408
 msgid "-x                      Purge jobs rather than just canceling"
 msgstr ""
 
-#: systemv/lpoptions.c:546
 msgid "-x destination          Remove default options for destination"
 msgstr ""
 
-#: systemv/lpadmin.c:1550
 msgid "-x destination          Remove the named destination"
 msgstr ""
 
-#: tools/ippfind.c:2017
 msgid ""
 "-x utility [argument ...] ;\n"
 "                        Execute program if true"
 msgstr ""
 
-#: cups/dest.c:1776
 msgid "/etc/cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
-#: ppdc/sample.c:316
 msgid "0"
 msgstr ""
 
-#: ppdc/sample.c:317
 msgid "1"
 msgstr ""
 
-#: ppdc/sample.c:389
 msgid "1 inch/sec."
 msgstr ""
 
-#: ppdc/sample.c:172
 msgid "1.25x0.25\""
 msgstr ""
 
-#: ppdc/sample.c:173
 msgid "1.25x2.25\""
 msgstr ""
 
-#: ppdc/sample.c:437
 msgid "1.5 inch/sec."
 msgstr ""
 
-#: ppdc/sample.c:174
 msgid "1.50x0.25\""
 msgstr ""
 
-#: ppdc/sample.c:175
 msgid "1.50x0.50\""
 msgstr ""
 
-#: ppdc/sample.c:176
 msgid "1.50x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:177
 msgid "1.50x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:326
 msgid "10"
 msgstr ""
 
-#: ppdc/sample.c:448
 msgid "10 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:6
 msgid "10 x 11"
 msgstr ""
 
-#: ppdc/sample.c:7
 msgid "10 x 13"
 msgstr ""
 
-#: ppdc/sample.c:8
 msgid "10 x 14"
 msgstr ""
 
-#: ppdc/sample.c:428
 msgid "100"
 msgstr ""
 
-#: ppdc/sample.c:339
 msgid "100 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:429
 msgid "105"
 msgstr ""
 
-#: ppdc/sample.c:327
 msgid "11"
 msgstr ""
 
-#: ppdc/sample.c:449
 msgid "11 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:430
 msgid "110"
 msgstr ""
 
-#: ppdc/sample.c:431
 msgid "115"
 msgstr ""
 
-#: ppdc/sample.c:328
 msgid "12"
 msgstr ""
 
-#: ppdc/sample.c:450
 msgid "12 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:9
 msgid "12 x 11"
 msgstr ""
 
-#: ppdc/sample.c:432
 msgid "120"
 msgstr ""
 
-#: ppdc/sample.c:340
 msgid "120 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:254
 msgid "120x60dpi"
 msgstr ""
 
-#: ppdc/sample.c:260
 msgid "120x72dpi"
 msgstr ""
 
-#: ppdc/sample.c:329
 msgid "13"
 msgstr ""
 
-#: ppdc/sample.c:240
 msgid "136dpi"
 msgstr ""
 
-#: ppdc/sample.c:330
 msgid "14"
 msgstr ""
 
-#: ppdc/sample.c:331
 msgid "15"
 msgstr ""
 
-#: ppdc/sample.c:333
 msgid "15 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:10
 msgid "15 x 11"
 msgstr ""
 
-#: ppdc/sample.c:341
 msgid "150 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:288
 msgid "150dpi"
 msgstr ""
 
-#: ppdc/sample.c:373
 msgid "16"
 msgstr ""
 
-#: ppdc/sample.c:374
 msgid "17"
 msgstr ""
 
-#: ppdc/sample.c:375
 msgid "18"
 msgstr ""
 
-#: ppdc/sample.c:255
 msgid "180dpi"
 msgstr ""
 
-#: ppdc/sample.c:376
 msgid "19"
 msgstr ""
 
-#: ppdc/sample.c:318
 msgid "2"
 msgstr ""
 
-#: ppdc/sample.c:390
 msgid "2 inches/sec."
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:272
 msgid "2-Sided Printing"
 msgstr ""
 
-#: ppdc/sample.c:179
 msgid "2.00x0.37\""
 msgstr ""
 
-#: ppdc/sample.c:180
 msgid "2.00x0.50\""
 msgstr ""
 
-#: ppdc/sample.c:181
 msgid "2.00x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:182
 msgid "2.00x1.25\""
 msgstr ""
 
-#: ppdc/sample.c:183
 msgid "2.00x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:184
 msgid "2.00x3.00\""
 msgstr ""
 
-#: ppdc/sample.c:185
 msgid "2.00x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:186
 msgid "2.00x5.50\""
 msgstr ""
 
-#: ppdc/sample.c:187
 msgid "2.25x0.50\""
 msgstr ""
 
-#: ppdc/sample.c:188
 msgid "2.25x1.25\""
 msgstr ""
 
-#: ppdc/sample.c:190
 msgid "2.25x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:191
 msgid "2.25x5.50\""
 msgstr ""
 
-#: ppdc/sample.c:192
 msgid "2.38x5.50\""
 msgstr ""
 
-#: ppdc/sample.c:438
 msgid "2.5 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:193
 msgid "2.50x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:194
 msgid "2.50x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:195
 msgid "2.75x1.25\""
 msgstr ""
 
-#: ppdc/sample.c:196
 msgid "2.9 x 1\""
 msgstr ""
 
-#: ppdc/sample.c:377
 msgid "20"
 msgstr ""
 
-#: ppdc/sample.c:334
 msgid "20 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:342
 msgid "200 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:241
 msgid "203dpi"
 msgstr ""
 
-#: ppdc/sample.c:378
 msgid "21"
 msgstr ""
 
-#: ppdc/sample.c:379
 msgid "22"
 msgstr ""
 
-#: ppdc/sample.c:380
 msgid "23"
 msgstr ""
 
-#: ppdc/sample.c:381
 msgid "24"
 msgstr ""
 
-#: ppdc/sample.c:252
 msgid "24-Pin Series"
 msgstr ""
 
-#: ppdc/sample.c:261
 msgid "240x72dpi"
 msgstr ""
 
-#: ppdc/sample.c:382
 msgid "25"
 msgstr ""
 
-#: ppdc/sample.c:343
 msgid "250 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:383
 msgid "26"
 msgstr ""
 
-#: ppdc/sample.c:384
 msgid "27"
 msgstr ""
 
-#: ppdc/sample.c:385
 msgid "28"
 msgstr ""
 
-#: ppdc/sample.c:386
 msgid "29"
 msgstr ""
 
-#: ppdc/sample.c:319
 msgid "3"
 msgstr ""
 
-#: ppdc/sample.c:391
 msgid "3 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:3
 msgid "3 x 5"
 msgstr ""
 
-#: ppdc/sample.c:197
 msgid "3.00x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:198
 msgid "3.00x1.25\""
 msgstr ""
 
-#: ppdc/sample.c:199
 msgid "3.00x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:200
 msgid "3.00x3.00\""
 msgstr ""
 
-#: ppdc/sample.c:201
 msgid "3.00x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:202
 msgid "3.00x5.00\""
 msgstr ""
 
-#: ppdc/sample.c:203
 msgid "3.00x6.00\""
 msgstr ""
 
-#: ppdc/sample.c:204
 msgid "3.00x8.00\""
 msgstr ""
 
-#: ppdc/sample.c:205
 msgid "3.25x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:206
 msgid "3.25x5.00\""
 msgstr ""
 
-#: ppdc/sample.c:207
 msgid "3.25x5.50\""
 msgstr ""
 
-#: ppdc/sample.c:208
 msgid "3.25x5.83\""
 msgstr ""
 
-#: ppdc/sample.c:209
 msgid "3.25x7.83\""
 msgstr ""
 
-#: ppdc/sample.c:4
 msgid "3.5 x 5"
 msgstr ""
 
-#: ppdc/sample.c:171
 msgid "3.5\" Disk"
 msgstr ""
 
-#: ppdc/sample.c:210
 msgid "3.50x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:387
 msgid "30"
 msgstr ""
 
-#: ppdc/sample.c:335
 msgid "30 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:344
 msgid "300 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:242
 msgid "300dpi"
 msgstr ""
 
-#: ppdc/sample.c:189
 msgid "30859 Paint Can Label"
 msgstr ""
 
-#: ppdc/sample.c:415
 msgid "35"
 msgstr ""
 
-#: ppdc/sample.c:257
 msgid "360dpi"
 msgstr ""
 
-#: ppdc/sample.c:256
 msgid "360x180dpi"
 msgstr ""
 
-#: ppdc/sample.c:320
 msgid "4"
 msgstr ""
 
-#: ppdc/sample.c:392
 msgid "4 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:211
 msgid "4.00x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:220
 msgid "4.00x13.00\""
 msgstr ""
 
-#: ppdc/sample.c:212
 msgid "4.00x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:213
 msgid "4.00x2.50\""
 msgstr ""
 
-#: ppdc/sample.c:214
 msgid "4.00x3.00\""
 msgstr ""
 
-#: ppdc/sample.c:215
 msgid "4.00x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:216
 msgid "4.00x5.00\""
 msgstr ""
 
-#: ppdc/sample.c:217
 msgid "4.00x6.00\""
 msgstr ""
 
-#: ppdc/sample.c:218
 msgid "4.00x6.50\""
 msgstr ""
 
-#: ppdc/sample.c:219
 msgid "4.00x8.00\""
 msgstr ""
 
-#: ppdc/sample.c:416
 msgid "40"
 msgstr ""
 
-#: ppdc/sample.c:336
 msgid "40 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:417
 msgid "45"
 msgstr ""
 
-#: ppdc/sample.c:321
 msgid "5"
 msgstr ""
 
-#: ppdc/sample.c:442
 msgid "5 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:5
 msgid "5 x 7"
 msgstr ""
 
-#: ppdc/sample.c:418
 msgid "50"
 msgstr ""
 
-#: ppdc/sample.c:419
 msgid "55"
 msgstr ""
 
-#: ppdc/sample.c:322
 msgid "6"
 msgstr ""
 
-#: ppdc/sample.c:443
 msgid "6 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:221
 msgid "6.00x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:222
 msgid "6.00x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:223
 msgid "6.00x3.00\""
 msgstr ""
 
-#: ppdc/sample.c:224
 msgid "6.00x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:225
 msgid "6.00x5.00\""
 msgstr ""
 
-#: ppdc/sample.c:226
 msgid "6.00x6.00\""
 msgstr ""
 
-#: ppdc/sample.c:227
 msgid "6.00x6.50\""
 msgstr ""
 
-#: ppdc/sample.c:228
 msgid "6.00x8.00\""
 msgstr ""
 
-#: ppdc/sample.c:420
 msgid "60"
 msgstr ""
 
-#: ppdc/sample.c:337
 msgid "60 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:264
 msgid "600dpi"
 msgstr ""
 
-#: ppdc/sample.c:253
 msgid "60dpi"
 msgstr ""
 
-#: ppdc/sample.c:259
 msgid "60x72dpi"
 msgstr ""
 
-#: ppdc/sample.c:421
 msgid "65"
 msgstr ""
 
-#: ppdc/sample.c:323
 msgid "7"
 msgstr ""
 
-#: ppdc/sample.c:445
 msgid "7 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:11
 msgid "7 x 9"
 msgstr ""
 
-#: ppdc/sample.c:422
 msgid "70"
 msgstr ""
 
-#: ppdc/sample.c:423
 msgid "75"
 msgstr ""
 
-#: ppdc/sample.c:324
 msgid "8"
 msgstr ""
 
-#: ppdc/sample.c:446
 msgid "8 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:12
 msgid "8 x 10"
 msgstr ""
 
-#: ppdc/sample.c:229
 msgid "8.00x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:230
 msgid "8.00x2.00\""
 msgstr ""
 
-#: ppdc/sample.c:231
 msgid "8.00x3.00\""
 msgstr ""
 
-#: ppdc/sample.c:232
 msgid "8.00x4.00\""
 msgstr ""
 
-#: ppdc/sample.c:233
 msgid "8.00x5.00\""
 msgstr ""
 
-#: ppdc/sample.c:234
 msgid "8.00x6.00\""
 msgstr ""
 
-#: ppdc/sample.c:235
 msgid "8.00x6.50\""
 msgstr ""
 
-#: ppdc/sample.c:236
 msgid "8.26x1.00\""
 msgstr ""
 
-#: ppdc/sample.c:424
 msgid "80"
 msgstr ""
 
-#: ppdc/sample.c:338
 msgid "80 mm/sec."
 msgstr ""
 
-#: ppdc/sample.c:178
 msgid "80x50mm"
 msgstr ""
 
-#: ppdc/sample.c:425
 msgid "85"
 msgstr ""
 
-#: ppdc/sample.c:325
 msgid "9"
 msgstr ""
 
-#: ppdc/sample.c:447
 msgid "9 inches/sec."
 msgstr ""
 
-#: ppdc/sample.c:13
 msgid "9 x 11"
 msgstr ""
 
-#: ppdc/sample.c:14
 msgid "9 x 12"
 msgstr ""
 
-#: ppdc/sample.c:258
 msgid "9-Pin Series"
 msgstr ""
 
-#: ppdc/sample.c:426
 msgid "90"
 msgstr ""
 
-#: ppdc/sample.c:427
 msgid "95"
 msgstr ""
 
-#: berkeley/lpc.c:200
 msgid "?Invalid help command unknown."
 msgstr "?Nieprawidłowa komenda pomocy."
 
-#: scheduler/ipp.c:2283
 #, c-format
 msgid "A class named \"%s\" already exists."
 msgstr "Klasa o nazwie \"%s\" już istnieje."
 
-#: scheduler/ipp.c:892
 #, c-format
 msgid "A printer named \"%s\" already exists."
 msgstr "Drukarka o nazwie \"%s\" już istnieje."
 
-#: ppdc/sample.c:15
 msgid "A0"
 msgstr ""
 
-#: ppdc/sample.c:16
 msgid "A0 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:17
 msgid "A1"
 msgstr ""
 
-#: ppdc/sample.c:18
 msgid "A1 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:37
 msgid "A10"
 msgstr ""
 
-#: ppdc/sample.c:19
 msgid "A2"
 msgstr ""
 
-#: ppdc/sample.c:20
 msgid "A2 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:21
 msgid "A3"
 msgstr ""
 
-#: ppdc/sample.c:22
 msgid "A3 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:23
 msgid "A3 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:24
 msgid "A3 Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:25
 msgid "A4"
 msgstr ""
 
-#: ppdc/sample.c:27
 msgid "A4 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:26
 msgid "A4 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:28
 msgid "A4 Small"
 msgstr ""
 
-#: ppdc/sample.c:29
 msgid "A5"
 msgstr ""
 
-#: ppdc/sample.c:31
 msgid "A5 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:30
 msgid "A5 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:32
 msgid "A6"
 msgstr ""
 
-#: ppdc/sample.c:33
 msgid "A6 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:34
 msgid "A7"
 msgstr ""
 
-#: ppdc/sample.c:35
 msgid "A8"
 msgstr ""
 
-#: ppdc/sample.c:36
 msgid "A9"
 msgstr ""
 
-#: ppdc/sample.c:38
 msgid "ANSI A"
 msgstr ""
 
-#: ppdc/sample.c:39
 msgid "ANSI B"
 msgstr ""
 
-#: ppdc/sample.c:40
 msgid "ANSI C"
 msgstr ""
 
-#: ppdc/sample.c:41
 msgid "ANSI D"
 msgstr ""
 
-#: ppdc/sample.c:42
 msgid "ANSI E"
 msgstr ""
 
-#: ppdc/sample.c:47
 msgid "ARCH C"
 msgstr ""
 
-#: ppdc/sample.c:48
 msgid "ARCH C Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:49
 msgid "ARCH D"
 msgstr ""
 
-#: ppdc/sample.c:50
 msgid "ARCH D Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:51
 msgid "ARCH E"
 msgstr ""
 
-#: ppdc/sample.c:52
 msgid "ARCH E Long Edge"
 msgstr ""
 
-#: cgi-bin/classes.c:155 cgi-bin/printers.c:158
 msgid "Accept Jobs"
 msgstr "Akceptowanie zadań"
 
-#: cups/http-support.c:1339
 msgid "Accepted"
 msgstr "Zaakceptowano"
 
-#: cgi-bin/admin.c:336
 msgid "Add Class"
 msgstr "Dodawanie klasy"
 
-#: cgi-bin/admin.c:650
 msgid "Add Printer"
 msgstr "Dodawanie drukarki"
 
-#: ppdc/sample.c:163
 msgid "Address"
 msgstr "Adres"
 
-#: cgi-bin/admin.c:172 cgi-bin/admin.c:246 cgi-bin/admin.c:2255
 msgid "Administration"
 msgstr "Administracja"
 
-#: ppdc/sample.c:434
 msgid "Always"
 msgstr "Zawsze"
 
-#: backend/socket.c:105
 msgid "AppSocket/HP JetDirect"
 msgstr ""
 
-#: ppdc/sample.c:455
 msgid "Applicator"
 msgstr ""
 
-#: scheduler/ipp.c:989
 #, c-format
 msgid "Attempt to set %s printer-state to bad value %d."
 msgstr ""
 
-#: scheduler/ipp.c:5578
 #, c-format
 msgid "Attribute \"%s\" has empty value."
 msgstr ""
 
-#: scheduler/ipp.c:5541 scheduler/ipp.c:5567
 #, c-format
 msgid "Attribute \"%s\" is in the wrong group."
 msgstr ""
 
-#: scheduler/ipp.c:5543 scheduler/ipp.c:5569
 #, c-format
 msgid "Attribute \"%s\" is the wrong value type."
 msgstr ""
 
-#: scheduler/ipp.c:229
 #, c-format
 msgid "Attribute groups are out of order (%x < %x)."
 msgstr ""
 
-#: ppdc/sample.c:126
 msgid "B0"
 msgstr ""
 
-#: ppdc/sample.c:127
 msgid "B1"
 msgstr ""
 
-#: ppdc/sample.c:137
 msgid "B10"
 msgstr ""
 
-#: ppdc/sample.c:128
 msgid "B2"
 msgstr ""
 
-#: ppdc/sample.c:129
 msgid "B3"
 msgstr ""
 
-#: ppdc/sample.c:130
 msgid "B4"
 msgstr ""
 
-#: ppdc/sample.c:131
 msgid "B5"
 msgstr ""
 
-#: ppdc/sample.c:132
 msgid "B5 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:133
 msgid "B6"
 msgstr ""
 
-#: ppdc/sample.c:134
 msgid "B7"
 msgstr ""
 
-#: ppdc/sample.c:135
 msgid "B8"
 msgstr ""
 
-#: ppdc/sample.c:136
 msgid "B9"
 msgstr ""
 
-#: scheduler/ipp.c:7688
 #, c-format
 msgid "Bad \"printer-id\" value %d."
 msgstr ""
 
-#: scheduler/ipp.c:10528
 #, c-format
 msgid "Bad '%s' value."
 msgstr ""
 
-#: scheduler/ipp.c:11467
 #, c-format
 msgid "Bad 'document-format' value \"%s\"."
 msgstr ""
 
-#: cups/ppd.c:309
 msgid "Bad CloseUI/JCLCloseUI"
 msgstr ""
 
-#: cups/dest.c:1569
 msgid "Bad NULL dests pointer"
 msgstr ""
 
-#: cups/ppd.c:292
 msgid "Bad OpenGroup"
 msgstr ""
 
-#: cups/ppd.c:294
 msgid "Bad OpenUI/JCLOpenUI"
 msgstr ""
 
-#: cups/ppd.c:296
 msgid "Bad OrderDependency"
 msgstr ""
 
-#: cups/ppd-cache.c:548 cups/ppd-cache.c:592 cups/ppd-cache.c:626
-#: cups/ppd-cache.c:632 cups/ppd-cache.c:648 cups/ppd-cache.c:664
-#: cups/ppd-cache.c:673 cups/ppd-cache.c:680 cups/ppd-cache.c:696
-#: cups/ppd-cache.c:703 cups/ppd-cache.c:718 cups/ppd-cache.c:725
-#: cups/ppd-cache.c:744 cups/ppd-cache.c:755 cups/ppd-cache.c:769
-#: cups/ppd-cache.c:780 cups/ppd-cache.c:802 cups/ppd-cache.c:809
-#: cups/ppd-cache.c:825 cups/ppd-cache.c:832 cups/ppd-cache.c:847
-#: cups/ppd-cache.c:854 cups/ppd-cache.c:870 cups/ppd-cache.c:877
-#: cups/ppd-cache.c:903 cups/ppd-cache.c:976 cups/ppd-cache.c:983
-#: cups/ppd-cache.c:990
 msgid "Bad PPD cache file."
 msgstr ""
 
-#: scheduler/ipp.c:2671
 msgid "Bad PPD file."
 msgstr ""
 
-#: cups/http-support.c:1357
 msgid "Bad Request"
 msgstr ""
 
-#: cups/snmp.c:929
 msgid "Bad SNMP version number"
 msgstr ""
 
-#: cups/ppd.c:297
 msgid "Bad UIConstraints"
 msgstr ""
 
-#: cups/dest.c:1103
 msgid "Bad URI."
 msgstr ""
 
-#: cups/hash.c:60 cups/http-support.c:1466
 msgid "Bad arguments to function"
 msgstr ""
 
-#: scheduler/ipp.c:1372
 #, c-format
 msgid "Bad copies value %d."
 msgstr ""
 
-#: cups/ppd.c:305
 msgid "Bad custom parameter"
 msgstr ""
 
-#: scheduler/ipp.c:2377
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2422
 #, c-format
 msgid "Bad device-uri scheme \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8671 scheduler/ipp.c:8689 scheduler/ipp.c:9920
 #, c-format
 msgid "Bad document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9938
 #, c-format
 msgid "Bad document-format-default \"%s\"."
 msgstr ""
 
-#: cups/tls-gnutls.c:1183 cups/tls-openssl.c:1130 cups/tls-openssl.c:1158
 msgid "Bad extKeyUsage extension in X.509 certificate request."
 msgstr ""
 
-#: cups/ppd-util.c:166
 msgid "Bad filename buffer"
 msgstr ""
 
-#: cups/http-support.c:1475
 msgid "Bad hostname/address in URI"
 msgstr ""
 
-#: scheduler/ipp.c:1554
 #, c-format
 msgid "Bad job-name value: %s"
 msgstr ""
 
-#: scheduler/ipp.c:1540
 msgid "Bad job-name value: Wrong type or count."
 msgstr ""
 
-#: scheduler/ipp.c:10566
 msgid "Bad job-priority value."
 msgstr ""
 
-#: scheduler/ipp.c:1402
 #, c-format
 msgid "Bad job-sheets value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1386
 msgid "Bad job-sheets value type."
 msgstr ""
 
-#: scheduler/ipp.c:10596
 msgid "Bad job-state value."
 msgstr ""
 
-#: scheduler/ipp.c:3044 scheduler/ipp.c:3506 scheduler/ipp.c:6436
-#: scheduler/ipp.c:6583 scheduler/ipp.c:8097 scheduler/ipp.c:8369
-#: scheduler/ipp.c:9239 scheduler/ipp.c:9463 scheduler/ipp.c:9814
-#: scheduler/ipp.c:10427
 #, c-format
 msgid "Bad job-uri \"%s\"."
 msgstr ""
 
-#: cups/tls-gnutls.c:1134 cups/tls-openssl.c:1077 cups/tls-openssl.c:1085
-#: cups/tls-openssl.c:1110 cups/tls-openssl.c:1119
 msgid "Bad keyUsage extension in X.509 certificate request."
 msgstr ""
 
-#: scheduler/ipp.c:2049 scheduler/ipp.c:5956
 #, c-format
 msgid "Bad notify-pull-method \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2014 scheduler/ipp.c:5920
 #, c-format
 msgid "Bad notify-recipient-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:6031
 #, c-format
 msgid "Bad notify-user-data \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1418
 #, c-format
 msgid "Bad number-up value %d."
 msgstr ""
 
-#: scheduler/ipp.c:1435
 #, c-format
 msgid "Bad page-ranges values %d-%d."
 msgstr ""
 
-#: cups/http-support.c:1472
 msgid "Bad port number in URI"
 msgstr ""
 
-#: scheduler/ipp.c:2468
 #, c-format
 msgid "Bad port-monitor \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2549
 #, c-format
 msgid "Bad printer-state value %d."
 msgstr ""
 
-#: cups/dest.c:588 cups/dest.c:1153
 msgid "Bad printer-uri."
 msgstr ""
 
-#: scheduler/ipp.c:203
 #, c-format
 msgid "Bad request ID %d."
 msgstr ""
 
-#: scheduler/ipp.c:193
 #, c-format
 msgid "Bad request version number %d.%d."
 msgstr ""
 
-#: cups/http-support.c:1469
 msgid "Bad resource in URI"
 msgstr ""
 
-#: cups/http-support.c:1481
 msgid "Bad scheme in URI"
 msgstr ""
 
-#: cups/tls-openssl.c:1169
 msgid "Bad subjectAltName extension in X.509 certificate request."
 msgstr ""
 
-#: cups/http-support.c:1478
 msgid "Bad username in URI"
 msgstr ""
 
-#: cups/ppd.c:307
 msgid "Bad value string"
 msgstr ""
 
-#: cups/http-support.c:1484
 msgid "Bad/empty URI"
 msgstr "Zły/pusty URI"
 
-#: cgi-bin/admin.c:2800 cgi-bin/admin.c:3049
 msgid "Banners"
 msgstr "Szablony"
 
-#: ppdc/sample.c:292
 msgid "Bond Paper"
 msgstr ""
 
-#: cups/ppd-cache.c:4733
-msgid "Booklet"
-msgstr ""
-
-#: backend/usb-darwin.c:2032
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Opcja waiteof wymaga zmiennej Boolean \"%s\"."
 
-#: filter/pstops.c:2018
 msgid "Buffer overflow detected, aborting."
 msgstr "Wykryto przepełnienie bufora, przerywam."
 
-#: ppdc/sample.c:287
 msgid "CMYK"
 msgstr ""
 
-#: ppdc/sample.c:368
 msgid "CPCL Label Printer"
 msgstr ""
 
-#: cgi-bin/classes.c:159 cgi-bin/printers.c:162
 msgid "Cancel Jobs"
 msgstr "Anulowanie zadań"
 
-#: backend/ipp.c:2351
 msgid "Canceling print job."
 msgstr "Anulowanie zadania wydruku."
 
-#: scheduler/ipp.c:965 scheduler/ipp.c:2524
 msgid "Cannot change printer-is-shared for remote queues."
 msgstr ""
 
-#: scheduler/ipp.c:2511
 msgid "Cannot share a remote Kerberized printer."
 msgstr ""
 
-#: ppdc/sample.c:281
 msgid "Cassette"
 msgstr "Kaseta"
 
-#: cgi-bin/admin.c:1363 cgi-bin/admin.c:1493 cgi-bin/admin.c:1506
-#: cgi-bin/admin.c:1519
 msgid "Change Settings"
 msgstr "Zmiana ustawień"
 
-#: scheduler/ipp.c:2061 scheduler/ipp.c:5968
 #, c-format
 msgid "Character set \"%s\" not supported."
 msgstr "Zestaw znaków \"%s\" nie jest wspierany."
 
-#: cgi-bin/classes.c:181 cgi-bin/classes.c:307
 msgid "Classes"
 msgstr "Klasy"
 
-#: cgi-bin/printers.c:168
 msgid "Clean Print Heads"
 msgstr "Czyszczenie głowic drukarki"
 
-#: scheduler/ipp.c:3958
 msgid "Close-Job doesn't support the job-uri attribute."
 msgstr ""
 
-#: cups/ppd-cache.c:4200 ppdc/sample.c:286
 msgid "Color"
 msgstr "Kolor"
 
-#: cups/ppd-cache.c:4161 ppdc/sample.c:284
 msgid "Color Mode"
 msgstr ""
 
-#: berkeley/lpc.c:191
 msgid ""
 "Commands may be abbreviated.  Commands are:\n"
 "\n"
@@ -4002,120 +3132,95 @@ msgstr ""
 "\n"
 "exit    help    quit    status  ?"
 
-#: cups/snmp.c:933
 msgid "Community name uses indefinite length"
 msgstr ""
 
-#: backend/ipp.c:855 backend/lpd.c:924 backend/socket.c:367
 msgid "Connected to printer."
 msgstr "Połączony z drukarką."
 
-#: backend/ipp.c:691 backend/lpd.c:745 backend/socket.c:287
 msgid "Connecting to printer."
 msgstr "Łączenie z drukarką."
 
-#: cups/http-support.c:1327
 msgid "Continue"
 msgstr "Kontynuuj"
 
-#: ppdc/sample.c:370
 msgid "Continuous"
 msgstr "Ciągły"
 
-#: backend/lpd.c:1073 backend/lpd.c:1205
 msgid "Control file sent successfully."
 msgstr "Plik kontrolny wysłany poprawnie."
 
-#: backend/ipp.c:1387 backend/lpd.c:438
 msgid "Copying print data."
 msgstr "Kopiowanie danych wydruku."
 
-#: cups/http-support.c:1336
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Utworzony"
 
-#: cups/tls-gnutls.c:876 cups/tls-openssl.c:849
 msgid "Credentials do not validate against site CA certificate."
 msgstr "Poświadczenia niezgodne z certyfikatem strony CA."
 
-#: cups/tls-gnutls.c:894 cups/tls-openssl.c:867
 msgid "Credentials have expired."
 msgstr "Poświadczenia wygasły."
 
-#: cups/ppd.c:1130 cups/ppd.c:1170 cups/ppd.c:1377 cups/ppd.c:1479
 msgid "Custom"
 msgstr ""
 
-#: ppdc/sample.c:364
 msgid "CustominCutInterval"
 msgstr ""
 
-#: ppdc/sample.c:362
 msgid "CustominTearInterval"
 msgstr ""
 
-#: cups/ppd-cache.c:4768 ppdc/sample.c:348
 msgid "Cut"
 msgstr ""
 
-#: ppdc/sample.c:456
 msgid "Cutter"
 msgstr ""
 
-#: ppdc/sample.c:237
 msgid "DYMO"
 msgstr ""
 
-#: ppdc/sample.c:250
 msgid "Dark"
 msgstr ""
 
-#: ppdc/sample.c:246
 msgid "Darkness"
 msgstr ""
 
-#: backend/lpd.c:1158
 msgid "Data file sent successfully."
 msgstr "Plik danych wysłany poprawnie."
 
-#: cups/ppd-cache.c:4214 cups/ppd-cache.c:4223
 msgid "Deep Color"
 msgstr ""
 
-#: cups/ppd-cache.c:4194
 msgid "Deep Gray"
 msgstr ""
 
-#: cgi-bin/admin.c:1792 cgi-bin/admin.c:1803 cgi-bin/admin.c:1848
 msgid "Delete Class"
 msgstr "Usuwanie klasy"
 
-#: cgi-bin/admin.c:1877 cgi-bin/admin.c:1888 cgi-bin/admin.c:1933
 msgid "Delete Printer"
 msgstr "Usuwanie drukarki"
 
-#: ppdc/sample.c:283
 msgid "DeskJet Series"
 msgstr ""
 
-#: scheduler/ipp.c:1301
 #, c-format
 msgid "Destination \"%s\" is not accepting jobs."
 msgstr ""
 
-#: cups/ppd-cache.c:4244 cups/ppd-cache.c:4250
 msgid "Device CMYK"
 msgstr ""
 
-#: cups/ppd-cache.c:4232 cups/ppd-cache.c:4238
 msgid "Device Gray"
 msgstr ""
 
-#: cups/ppd-cache.c:4256 cups/ppd-cache.c:4262
 msgid "Device RGB"
 msgstr ""
 
-#: systemv/lpinfo.c:270
 #, c-format
 msgid ""
 "Device: uri = %s\n"
@@ -4126,1055 +3231,783 @@ msgid ""
 "        location = %s"
 msgstr ""
 
-#: ppdc/sample.c:441
 msgid "Direct Thermal Media"
 msgstr ""
 
-#: cups/file.c:236
 #, c-format
 msgid "Directory \"%s\" contains a relative path."
 msgstr ""
 
-#: cups/file.c:208
 #, c-format
 msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: cups/file.c:225
 #, c-format
 msgid "Directory \"%s\" is a file."
 msgstr ""
 
-#: cups/file.c:196
 #, c-format
 msgid "Directory \"%s\" not available: %s"
 msgstr ""
 
-#: cups/file.c:181
 #, c-format
 msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: ppdc/sample.c:350
 msgid "Disabled"
 msgstr ""
 
-#: scheduler/ipp.c:6485
 #, c-format
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-#: cups/ppd-cache.c:3999 cups/ppd-cache.c:4004 cups/ppd-cache.c:4073
-#: cups/ppd-cache.c:4113
-msgid "Draft"
-msgstr ""
-
-#: ppdc/sample.c:277
 msgid "Duplexer"
 msgstr ""
 
-#: ppdc/sample.c:436
 msgid "EPL1 Label Printer"
 msgstr ""
 
-#: ppdc/sample.c:439
 msgid "EPL2 Label Printer"
 msgstr ""
 
-#: cgi-bin/admin.c:1547 cgi-bin/admin.c:1559 cgi-bin/admin.c:1613
-#: cgi-bin/admin.c:1620 cgi-bin/admin.c:1655 cgi-bin/admin.c:1668
-#: cgi-bin/admin.c:1692 cgi-bin/admin.c:1765
 msgid "Edit Configuration File"
 msgstr "Edycja pliku konfiguracji"
 
-#: cups/http.c:4213
 msgid "Encryption is not supported."
 msgstr ""
 
 #. TRANSLATORS: Banner/cover sheet after the print job.
-#: cgi-bin/admin.c:3074
 msgid "Ending Banner"
 msgstr "Szablon końcowy"
 
-#: ppdc/sample.c:2
 msgid "English"
 msgstr ""
 
-#: scheduler/client.c:1959
-msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket."
+msgid ""
+"Enter your username and password or the root username and password to access "
+"this page. If you are using Kerberos authentication, make sure you have a "
+"valid Kerberos ticket."
 msgstr ""
 
-#: ppdc/sample.c:73
 msgid "Envelope #10"
 msgstr ""
 
-#: ppdc/sample.c:74
 msgid "Envelope #11"
 msgstr ""
 
-#: ppdc/sample.c:75
 msgid "Envelope #12"
 msgstr ""
 
-#: ppdc/sample.c:76
 msgid "Envelope #14"
 msgstr ""
 
-#: ppdc/sample.c:77
 msgid "Envelope #9"
 msgstr ""
 
-#: ppdc/sample.c:89
 msgid "Envelope B4"
 msgstr ""
 
-#: ppdc/sample.c:90
 msgid "Envelope B5"
 msgstr ""
 
-#: ppdc/sample.c:91
 msgid "Envelope B6"
 msgstr ""
 
-#: ppdc/sample.c:78
 msgid "Envelope C0"
 msgstr ""
 
-#: ppdc/sample.c:79
 msgid "Envelope C1"
 msgstr ""
 
-#: ppdc/sample.c:80
 msgid "Envelope C2"
 msgstr ""
 
-#: ppdc/sample.c:81
 msgid "Envelope C3"
 msgstr ""
 
-#: ppdc/sample.c:67
 msgid "Envelope C4"
 msgstr ""
 
-#: ppdc/sample.c:68
 msgid "Envelope C5"
 msgstr ""
 
-#: ppdc/sample.c:69
 msgid "Envelope C6"
 msgstr ""
 
-#: ppdc/sample.c:82
 msgid "Envelope C65"
 msgstr ""
 
-#: ppdc/sample.c:83
 msgid "Envelope C7"
 msgstr ""
 
-#: ppdc/sample.c:84
 msgid "Envelope Choukei 3"
 msgstr ""
 
-#: ppdc/sample.c:85
 msgid "Envelope Choukei 3 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:86
 msgid "Envelope Choukei 4"
 msgstr ""
 
-#: ppdc/sample.c:87
 msgid "Envelope Choukei 4 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:70
 msgid "Envelope DL"
 msgstr ""
 
-#: ppdc/sample.c:271
 msgid "Envelope Feed"
 msgstr ""
 
-#: ppdc/sample.c:88
 msgid "Envelope Invite"
 msgstr ""
 
-#: ppdc/sample.c:92
 msgid "Envelope Italian"
 msgstr ""
 
-#: ppdc/sample.c:93
 msgid "Envelope Kaku2"
 msgstr ""
 
-#: ppdc/sample.c:94
 msgid "Envelope Kaku2 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:95
 msgid "Envelope Kaku3"
 msgstr ""
 
-#: ppdc/sample.c:96
 msgid "Envelope Kaku3 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:97
 msgid "Envelope Monarch"
 msgstr ""
 
-#: ppdc/sample.c:99
 msgid "Envelope PRC1"
 msgstr ""
 
-#: ppdc/sample.c:100
 msgid "Envelope PRC1 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:117
 msgid "Envelope PRC10"
 msgstr ""
 
-#: ppdc/sample.c:118
 msgid "Envelope PRC10 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:101
 msgid "Envelope PRC2"
 msgstr ""
 
-#: ppdc/sample.c:102
 msgid "Envelope PRC2 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:103
 msgid "Envelope PRC3"
 msgstr ""
 
-#: ppdc/sample.c:104
 msgid "Envelope PRC3 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:105
 msgid "Envelope PRC4"
 msgstr ""
 
-#: ppdc/sample.c:106
 msgid "Envelope PRC4 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:108
 msgid "Envelope PRC5 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:107
 msgid "Envelope PRC5PRC5"
 msgstr ""
 
-#: ppdc/sample.c:109
 msgid "Envelope PRC6"
 msgstr ""
 
-#: ppdc/sample.c:110
 msgid "Envelope PRC6 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:111
 msgid "Envelope PRC7"
 msgstr ""
 
-#: ppdc/sample.c:112
 msgid "Envelope PRC7 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:113
 msgid "Envelope PRC8"
 msgstr ""
 
-#: ppdc/sample.c:114
 msgid "Envelope PRC8 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:115
 msgid "Envelope PRC9"
 msgstr ""
 
-#: ppdc/sample.c:116
 msgid "Envelope PRC9 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:98
 msgid "Envelope Personal"
 msgstr ""
 
-#: ppdc/sample.c:119
 msgid "Envelope You4"
 msgstr ""
 
-#: ppdc/sample.c:120
 msgid "Envelope You4 Long Edge"
 msgstr ""
 
-#: tools/ippfind.c:2057
 msgid "Environment Variables:"
 msgstr ""
 
-#: ppdc/sample.c:251
 msgid "Epson"
 msgstr ""
 
-#: cgi-bin/admin.c:3117
 msgid "Error Policy"
 msgstr "Polityka błędów"
 
-#: filter/rastertopwg.c:467
 msgid "Error reading raster data."
 msgstr ""
 
-#: filter/rastertopwg.c:436 filter/rastertopwg.c:457 filter/rastertopwg.c:475
-#: filter/rastertopwg.c:486
 msgid "Error sending raster data."
 msgstr ""
 
-#: systemv/lpinfo.c:205 systemv/lpmove.c:81
 msgid "Error: need hostname after \"-h\" option."
 msgstr ""
 
-#: ppdc/sample.c:122
 msgid "European Fanfold"
 msgstr ""
 
-#: ppdc/sample.c:123
 msgid "European Fanfold Legal"
 msgstr ""
 
-#: ppdc/sample.c:360
 msgid "Every 10 Labels"
 msgstr ""
 
-#: ppdc/sample.c:352
 msgid "Every 2 Labels"
 msgstr ""
 
-#: ppdc/sample.c:353
 msgid "Every 3 Labels"
 msgstr ""
 
-#: ppdc/sample.c:354
 msgid "Every 4 Labels"
 msgstr ""
 
-#: ppdc/sample.c:355
 msgid "Every 5 Labels"
 msgstr ""
 
-#: ppdc/sample.c:356
 msgid "Every 6 Labels"
 msgstr ""
 
-#: ppdc/sample.c:357
 msgid "Every 7 Labels"
 msgstr ""
 
-#: ppdc/sample.c:358
 msgid "Every 8 Labels"
 msgstr ""
 
-#: ppdc/sample.c:359
 msgid "Every 9 Labels"
 msgstr ""
 
-#: ppdc/sample.c:351
 msgid "Every Label"
 msgstr ""
 
-#: ppdc/sample.c:121
 msgid "Executive"
 msgstr ""
 
-#: cups/http-support.c:1385
 msgid "Expectation Failed"
 msgstr ""
 
-#: tools/ippfind.c:2004
 msgid "Expressions:"
 msgstr ""
 
-#: cups/ppd-cache.c:4168
 msgid "Fast Grayscale"
 msgstr ""
 
-#: cups/file.c:240
 #, c-format
 msgid "File \"%s\" contains a relative path."
 msgstr ""
 
-#: cups/file.c:215
 #, c-format
 msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: cups/file.c:229
 #, c-format
 msgid "File \"%s\" is a directory."
 msgstr ""
 
-#: cups/file.c:201
 #, c-format
 msgid "File \"%s\" not available: %s"
 msgstr ""
 
-#: cups/file.c:187
 #, c-format
 msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: ppdc/sample.c:169
 msgid "File Folder"
 msgstr ""
 
-#: scheduler/ipp.c:2398
 #, c-format
-msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cups-files.conf\"."
+msgid ""
+"File device URIs have been disabled. To enable, see the FileDevice directive "
+"in \"%s/cups-files.conf\"."
 msgstr ""
 
-#: filter/rastertoepson.c:1122 filter/rastertohp.c:794
-#: filter/rastertolabel.c:1252
 #, c-format
 msgid "Finished page %d."
 msgstr ""
 
-#: cups/ppd-cache.c:4815
-msgid "Finishing Preset"
-msgstr ""
-
-#: cups/ppd-cache.c:4590
-msgid "Fold"
-msgstr ""
-
-#: ppdc/sample.c:125
 msgid "Folio"
 msgstr ""
 
-#: cups/http-support.c:1364
 msgid "Forbidden"
 msgstr ""
 
-#: cups/form.c:199
 msgid "Form data too large."
 msgstr ""
 
-#: cups/http-support.c:1348
 msgid "Found"
 msgstr ""
 
-#: cups/ppd.c:755 cups/ppd.c:1282
 msgid "General"
 msgstr ""
 
-#: ppdc/sample.c:262
 msgid "Generic"
 msgstr ""
 
-#: cups/snmp.c:943
 msgid "Get-Response-PDU uses indefinite length"
 msgstr ""
 
-#: ppdc/sample.c:295
 msgid "Glossy Paper"
 msgstr ""
 
-#: scheduler/ipp.c:3022 scheduler/ipp.c:3432 scheduler/ipp.c:3970
-#: scheduler/ipp.c:6414 scheduler/ipp.c:6561 scheduler/ipp.c:8074
-#: scheduler/ipp.c:9217 scheduler/ipp.c:9441 scheduler/ipp.c:9792
-#: scheduler/ipp.c:10405
 msgid "Got a printer-uri attribute but no job-id."
 msgstr ""
 
-#: cups/ppd-cache.c:4208
 msgid "GrayScale"
 msgstr ""
 
-#: cups/ppd-cache.c:4177 cups/ppd-cache.c:4188 ppdc/sample.c:285
 msgid "Grayscale"
 msgstr ""
 
-#: ppdc/sample.c:282
 msgid "HP"
 msgstr ""
 
-#: ppdc/sample.c:170
 msgid "Hanging Folder"
 msgstr ""
 
-#: cups/hash.c:315
 msgid "Hash buffer too small."
 msgstr ""
 
-#: cgi-bin/help.c:133
 msgid "Help file not in index."
 msgstr "Plik pomocy nie znajduje się w indeksie"
 
-#: cups/ppd-cache.c:4012 cups/ppd-cache.c:4085 cups/ppd-cache.c:4121
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
-#: cups/ipp.c:2781 cups/ipp.c:2797 cups/ipp.c:2811
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr ""
 
-#: scheduler/ipp.c:2711
 msgid "IPP Everywhere driver requires an IPP connection."
 msgstr ""
 
-#: cups/ipp.c:2762
 msgid "IPP attribute has no name."
 msgstr ""
 
-#: cups/ipp.c:6015
 msgid "IPP attribute is not a member of the message."
 msgstr ""
 
-#: cups/ipp.c:3104
 msgid "IPP begCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2929
 msgid "IPP boolean value not 1 byte."
 msgstr ""
 
-#: cups/ipp.c:2987
 msgid "IPP date value not 11 bytes."
 msgstr ""
 
-#: cups/ipp.c:3119
 msgid "IPP endCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2907
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2686
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr ""
-
-#: cups/ipp.c:2905
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3068
 msgid "IPP language length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3074
 msgid "IPP language length too large."
 msgstr ""
 
-#: cups/ipp.c:2831
 msgid "IPP member attribute outside of collection."
 msgstr ""
 
-#: cups/ipp.c:2825
 msgid "IPP member name is not empty."
 msgstr ""
 
-#: cups/ipp.c:3139
 msgid "IPP memberName value is empty."
 msgstr ""
 
-#: cups/ipp.c:3133
 msgid "IPP memberName with no attribute."
 msgstr ""
 
-#: cups/ipp.c:2744
 msgid "IPP name larger than 32767 bytes."
 msgstr ""
 
-#: cups/ipp.c:3043
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3163
 msgid "IPP octetString length too large."
 msgstr ""
 
-#: cups/ipp.c:3021
 msgid "IPP rangeOfInteger value not 8 bytes."
 msgstr ""
 
-#: cups/ipp.c:3002
 msgid "IPP resolution value not 9 bytes."
 msgstr ""
 
-#: cups/ipp.c:3089
 msgid "IPP string length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3041
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2893
 msgid "IPP value larger than 32767 bytes."
 msgstr ""
 
-#: tools/ippfind.c:2058
 msgid "IPPFIND_SERVICE_DOMAIN  Domain name"
 msgstr ""
 
-#: tools/ippfind.c:2059
 msgid ""
 "IPPFIND_SERVICE_HOSTNAME\n"
 "                        Fully-qualified domain name"
 msgstr ""
 
-#: tools/ippfind.c:2061
 msgid "IPPFIND_SERVICE_NAME    Service instance name"
 msgstr ""
 
-#: tools/ippfind.c:2062
 msgid "IPPFIND_SERVICE_PORT    Port number"
 msgstr ""
 
-#: tools/ippfind.c:2063
 msgid "IPPFIND_SERVICE_REGTYPE DNS-SD registration type"
 msgstr ""
 
-#: tools/ippfind.c:2064
 msgid "IPPFIND_SERVICE_SCHEME  URI scheme"
 msgstr ""
 
-#: tools/ippfind.c:2065
 msgid "IPPFIND_SERVICE_URI     URI"
 msgstr ""
 
-#: tools/ippfind.c:2066
 msgid "IPPFIND_TXT_*           Value of TXT record key"
 msgstr ""
 
-#: ppdc/sample.c:1
 msgid "ISOLatin1"
 msgstr ""
 
-#: cups/ppd.c:300
 msgid "Illegal control character"
 msgstr ""
 
-#: cups/ppd.c:301
 msgid "Illegal main keyword string"
 msgstr ""
 
-#: cups/ppd.c:302
 msgid "Illegal option keyword string"
 msgstr ""
 
-#: cups/ppd.c:303
 msgid "Illegal translation string"
 msgstr ""
 
-#: cups/ppd.c:304
 msgid "Illegal whitespace character"
 msgstr ""
 
-#: ppdc/sample.c:276
 msgid "Installable Options"
 msgstr ""
 
-#: ppdc/sample.c:279
 msgid "Installed"
 msgstr ""
 
-#: ppdc/sample.c:298
 msgid "IntelliBar Label Printer"
 msgstr ""
 
-#: ppdc/sample.c:297
 msgid "Intellitech"
 msgstr ""
 
-#: cups/http-support.c:1391
 msgid "Internal Server Error"
 msgstr ""
 
-#: cups/ppd.c:291
 msgid "Internal error"
 msgstr ""
 
-#: ppdc/sample.c:167
 msgid "Internet Postage 2-Part"
 msgstr ""
 
-#: ppdc/sample.c:168
 msgid "Internet Postage 3-Part"
 msgstr ""
 
-#: backend/ipp.c:308
 msgid "Internet Printing Protocol"
 msgstr ""
 
-#: cups/json.c:724 cups/json.c:1101
 msgid "Invalid JSON data."
 msgstr "Nieprawidłowe dane JSON."
 
-#: cups/jwt.c:726
 msgid "Invalid JSON web token."
 msgstr "Nieprawidłowy token JSON."
 
-#: cups/form.c:100
 msgid "Invalid form data."
 msgstr "Nieprawidłowe dane formularza."
 
-#: cups/ipp.c:2702 cups/ipp.c:2711
 msgid "Invalid group tag."
 msgstr "Nieprawidłowy znacznik grupy."
 
-#: cups/pwg-media.c:330 cups/pwg-media.c:349
 msgid "Invalid media name arguments."
 msgstr "Nieprawidłowe argumenty nazy medium."
 
-#: cups/dest-options.c:1492 cups/dest-options.c:1564
 msgid "Invalid media size."
 msgstr "Nieprawidłowy rozmiar medium."
 
-#: cups/ipp.c:2753
 msgid "Invalid named IPP attribute in collection."
 msgstr "Nieprawidłowo nazwany argument IPP w kolekcji."
 
-#: scheduler/ipp.c:2732 scheduler/ipp.c:7229
 msgid "Invalid ppd-name value."
 msgstr "Nieprawidłowa wartość nazwy ppd."
 
-#: filter/commandtops.c:108
 #, c-format
 msgid "Invalid printer command \"%s\"."
 msgstr "Nieprawidłowa komenda drukarki \"%s\"."
 
-#: cups/ppd.c:1399
 msgid "JCL"
 msgstr ""
 
-#: ppdc/sample.c:53
 msgid "JIS B0"
 msgstr ""
 
-#: ppdc/sample.c:55
 msgid "JIS B1"
 msgstr ""
 
-#: ppdc/sample.c:54
 msgid "JIS B10"
 msgstr ""
 
-#: ppdc/sample.c:56
 msgid "JIS B2"
 msgstr ""
 
-#: ppdc/sample.c:57
 msgid "JIS B3"
 msgstr ""
 
-#: ppdc/sample.c:58
 msgid "JIS B4"
 msgstr ""
 
-#: ppdc/sample.c:59
 msgid "JIS B4 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:60
 msgid "JIS B5"
 msgstr ""
 
-#: ppdc/sample.c:61
 msgid "JIS B5 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:62
 msgid "JIS B6"
 msgstr ""
 
-#: ppdc/sample.c:63
 msgid "JIS B6 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:64
 msgid "JIS B7"
 msgstr ""
 
-#: ppdc/sample.c:65
 msgid "JIS B8"
 msgstr ""
 
-#: ppdc/sample.c:66
 msgid "JIS B9"
 msgstr ""
 
-#: cups/json.c:665
 msgid "JSON file too large."
 msgstr ""
 
-#: scheduler/ipp.c:9513
 #, c-format
 msgid "Job #%d cannot be restarted - no files."
 msgstr ""
 
-#: scheduler/ipp.c:3062 scheduler/ipp.c:3296 scheduler/ipp.c:3355
-#: scheduler/ipp.c:3534 scheduler/ipp.c:3980 scheduler/ipp.c:6073
-#: scheduler/ipp.c:6454 scheduler/ipp.c:6601 scheduler/ipp.c:6938
-#: scheduler/ipp.c:7915 scheduler/ipp.c:7937 scheduler/ipp.c:8115
-#: scheduler/ipp.c:8343 scheduler/ipp.c:8386 scheduler/ipp.c:9257
-#: scheduler/ipp.c:9481 scheduler/ipp.c:9832 scheduler/ipp.c:10445
 #, c-format
 msgid "Job #%d does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:3566
 #, c-format
 msgid "Job #%d is already aborted - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3560
 #, c-format
 msgid "Job #%d is already canceled - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3572
 #, c-format
 msgid "Job #%d is already completed - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:8141 scheduler/ipp.c:8428 scheduler/ipp.c:10460
 #, c-format
 msgid "Job #%d is finished and cannot be altered."
 msgstr ""
 
-#: scheduler/ipp.c:9495
 #, c-format
 msgid "Job #%d is not complete."
 msgstr ""
 
-#: scheduler/ipp.c:3077
 #, c-format
 msgid "Job #%d is not held for authentication."
 msgstr ""
 
-#: scheduler/ipp.c:9271
 #, c-format
 msgid "Job #%d is not held."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1029
 msgid "Job Completed"
 msgstr "Zadanie wykonane"
 
-#: cgi-bin/ipp-var.c:1027
 msgid "Job Created"
 msgstr "Zadanie utworzone"
 
-#: cgi-bin/ipp-var.c:1033
 msgid "Job Options Changed"
 msgstr "Opcje zadania zmienione"
 
-#: cgi-bin/ipp-var.c:1031
 msgid "Job Stopped"
 msgstr "Zadanie zatrzymane"
 
-#: scheduler/ipp.c:10574
 msgid "Job is completed and cannot be changed."
 msgstr ""
 
-#: cgi-bin/jobs.c:186
 msgid "Job operation failed"
 msgstr "Zadanie nie powiodło się"
 
-#: scheduler/ipp.c:10610 scheduler/ipp.c:10627 scheduler/ipp.c:10638
 msgid "Job state cannot be changed."
 msgstr "Stan zadania nie może być zmieniony."
 
-#: scheduler/ipp.c:9361
 msgid "Job subscriptions cannot be renewed."
 msgstr "Subskrypcje zadania nie mogą być odnowione."
 
-#: cgi-bin/jobs.c:91 cgi-bin/jobs.c:102 cgi-bin/jobs.c:183
 msgid "Jobs"
 msgstr "Kolejka wydruku"
 
-#: backend/lpd.c:155
 msgid "LPD/LPR Host or Printer"
 msgstr "LPD/LPR Komputer lub Drukarka"
 
-#: cups/dest.c:1764
-msgid "LPDEST environment variable names default destination that does not exist."
-msgstr "Zmienna środowiskowa LPDEST zawiera domyślną destynację, która nie istnieje."
+msgid ""
+"LPDEST environment variable names default destination that does not exist."
+msgstr ""
+"Zmienna środowiskowa LPDEST zawiera domyślną destynację, która nie istnieje."
 
-#: ppdc/sample.c:238
 msgid "Label Printer"
 msgstr ""
 
-#: ppdc/sample.c:451
 msgid "Label Top"
 msgstr ""
 
-#: scheduler/ipp.c:2070 scheduler/ipp.c:5977
 #, c-format
 msgid "Language \"%s\" not supported."
 msgstr "Język \"%s\" nie jest wspierany."
 
-#: ppdc/sample.c:164
 msgid "Large Address"
 msgstr ""
 
-#: ppdc/sample.c:296
 msgid "LaserJet Series PCL 4/5"
 msgstr ""
 
-#: ppdc/sample.c:43
 msgid "Letter Oversize"
 msgstr ""
 
-#: ppdc/sample.c:44
 msgid "Letter Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:247
 msgid "Light"
 msgstr ""
 
-#: cups/ppd.c:299
 msgid "Line longer than the maximum allowed (255 characters)"
 msgstr "Linia dłuższa niż dopuszczalny limit (255 znaków)"
 
-#: cgi-bin/admin.c:1956
 msgid "List Available Printers"
 msgstr "Wyszukiwanie dostępnych drukarek"
 
-#: tools/ippeveprinter.c:1588
 #, c-format
 msgid "Listening on port %d."
 msgstr "Nasłuchiwanie na porcie %d."
 
-#: scheduler/ipp.c:5689
 msgid "Local printer created."
 msgstr "Lokalna drukarka utworzona."
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:274
 msgid "Long-Edge (Portrait)"
 msgstr ""
 
-#: ppdc/sample.c:244
 msgid "Main Roll"
 msgstr ""
 
-#: ppdc/sample.c:270
 msgid "Manual Feed"
 msgstr ""
 
-#: cups/ppd.c:801 cups/ppd.c:1336
 msgid "Media Size"
 msgstr ""
 
-#: cups/ppd.c:805 cups/ppd.c:1340 ppdc/sample.c:243
 msgid "Media Source"
 msgstr ""
 
-#: ppdc/sample.c:369
 msgid "Media Tracking"
 msgstr ""
 
-#: cups/ppd.c:803 cups/ppd.c:1338 ppdc/sample.c:290
 msgid "Media Type"
 msgstr ""
 
-#: ppdc/sample.c:248
 msgid "Medium"
 msgstr ""
 
-#: cups/ppd.c:288
 msgid "Memory allocation error"
 msgstr "Błąd alokacji pamięci"
 
-#: cups/ppd.c:308
 msgid "Missing CloseGroup"
 msgstr ""
 
-#: cups/ppd.c:310
 msgid "Missing CloseUI/JCLCloseUI"
 msgstr ""
 
-#: cups/ppd.c:289
 msgid "Missing PPD-Adobe-4.x header"
 msgstr ""
 
-#: cups/ppd.c:298
 msgid "Missing asterisk in column 1"
 msgstr ""
 
-#: scheduler/ipp.c:6477
 msgid "Missing document-number attribute."
 msgstr ""
 
-#: cgi-bin/admin.c:502 cgi-bin/admin.c:1804 cgi-bin/admin.c:1889
-#: cgi-bin/admin.c:2295 cgi-bin/admin.c:2549 cgi-bin/admin.c:2660
-#: cgi-bin/admin.c:3373
 msgid "Missing form variable"
 msgstr "Brak zmiennej formatu"
 
-#: scheduler/ipp.c:9886
 msgid "Missing last-document attribute in request."
 msgstr "Brak atrybutu last-document w zapytaniu."
 
-#: cups/pwg-media.c:589
 msgid "Missing media or media-col."
 msgstr "Brak media lub media-col."
 
-#: cups/pwg-media.c:508
 msgid "Missing media-size in media-col."
 msgstr "Brak media-size in media-col."
 
-#: scheduler/ipp.c:7079
 msgid "Missing notify-subscription-ids attribute."
 msgstr "Brak atrybutu notify-subsciption-ids."
 
-#: cups/ppd.c:306
 msgid "Missing option keyword"
 msgstr "Brak słowa kluczowego option"
 
-#: scheduler/ipp.c:3203 scheduler/ipp.c:3228
 msgid "Missing requesting-user-name attribute."
 msgstr "Brak atrybutu requesting-user-name."
 
-#: scheduler/ipp.c:5539 scheduler/ipp.c:5565
 #, c-format
 msgid "Missing required attribute \"%s\"."
 msgstr "Brak wymaganego atrybutu \"%s\"."
 
-#: scheduler/ipp.c:349
 msgid "Missing required attributes."
 msgstr "Brak wymaganych atrybutów."
 
-#: cups/http-support.c:1496
 msgid "Missing resource in URI"
 msgstr "Brak adresu w URI"
 
-#: cups/http-support.c:1490
 msgid "Missing scheme in URI"
 msgstr "Brak schematu w URI"
 
-#: cups/ppd.c:290
 msgid "Missing value string"
 msgstr "Brak danej tekstowej"
 
-#: cups/pwg-media.c:496
 msgid "Missing x-dimension in media-size."
 msgstr "Brak x-dimension w media-size."
 
-#: cups/pwg-media.c:502
 msgid "Missing y-dimension in media-size."
 msgstr "Brak y-dimension w media-size."
 
-#: systemv/lpinfo.c:440 systemv/lpinfo.c:464
 #, c-format
 msgid ""
 "Model:  name = %s\n"
@@ -5183,1571 +4016,1201 @@ msgid ""
 "        device-id = %s"
 msgstr ""
 
-#: tools/ippfind.c:2036
 msgid "Modifiers:"
 msgstr "Modyfikatory:"
 
-#: cgi-bin/admin.c:336
 msgid "Modify Class"
 msgstr "Modyfikowanie klasy"
 
-#: cgi-bin/admin.c:650
 msgid "Modify Printer"
 msgstr "Modyfikowanie drukarki"
 
-#: cgi-bin/ipp-var.c:404 cgi-bin/ipp-var.c:495
 msgid "Move All Jobs"
 msgstr "Przenoszenie wszystkich zadań"
 
-#: cgi-bin/ipp-var.c:343 cgi-bin/ipp-var.c:402 cgi-bin/ipp-var.c:493
 msgid "Move Job"
 msgstr "Przenoszenie zadania"
 
-#: cups/http-support.c:1345
 msgid "Moved Permanently"
 msgstr "Przeniesiono na stałe"
 
-#: cups/ppd.c:287
 msgid "NULL PPD file pointer"
 msgstr "Zerowy wskaźnik pliku PPD"
 
-#: cups/snmp.c:980
 msgid "Name OID uses indefinite length"
 msgstr "Nazwa OID ma nieskończoną długość"
 
-#: scheduler/ipp.c:1058
 msgid "Nested classes are not allowed."
 msgstr "Zagnieżdżone klasy nie są dozwolone."
 
-#: ppdc/sample.c:435
 msgid "Never"
 msgstr "Nigdy"
 
-#: cups/tls-gnutls.c:837 cups/tls-openssl.c:810
 msgid "New credentials are not valid for name."
 msgstr "Nowe poświadczenia są niepoprawne dla tej nazwy."
 
-#: cups/tls-gnutls.c:830 cups/tls-openssl.c:803
 msgid "New credentials are older than stored credentials."
 msgstr "Nowe poświadczenia są starsze niż te zachowane."
 
-#: cups/ppd.c:2023
 msgid "No"
 msgstr "Nie"
 
-#: cups/http-support.c:1342
 msgid "No Content"
 msgstr "Brak Zawartości"
 
-#: cups/ppd-cache.c:3192
 msgid "No IPP attributes."
 msgstr "Brak atrybutów IPP."
 
-#: cups/ppd-util.c:489
 msgid "No PPD name"
 msgstr "Brak nazwy PPD"
 
-#: cups/snmp.c:974
 msgid "No VarBind SEQUENCE"
 msgstr "Brak VarBind SEQUENCE"
 
-#: cups/request.c:578 cups/request.c:945
 msgid "No active connection"
 msgstr "Brak aktywnego połączenia"
 
-#: cups/request.c:359
 msgid "No active connection."
 msgstr "Brak aktywnego połączenia."
 
-#: scheduler/ipp.c:3483
 #, c-format
 msgid "No active jobs on %s."
 msgstr "Brak aktywnych zadań na %s."
 
-#: scheduler/ipp.c:209
 msgid "No attributes in request."
 msgstr "Brak atrybutów w zapytaniu."
 
-#: scheduler/ipp.c:3104
 msgid "No authentication information provided."
 msgstr "Nie podano danych autoryzacji."
 
-#: cups/snmp.c:931
 msgid "No community name"
 msgstr "Brak nazwy wspólnoty"
 
-#: cups/dest.c:1768 cups/dest.c:1780
 msgid "No default destination."
 msgstr "Brak domyślnego miejsca docelowego."
 
-#: scheduler/ipp.c:6277
 msgid "No default printer."
 msgstr "Brak domyślnej drukarki."
 
-#: cgi-bin/ipp-var.c:415 scheduler/ipp.c:7660
 msgid "No destinations added."
 msgstr "Nie dodano miejsc docelowych"
 
-#: backend/usb.c:179
 msgid "No device URI found in argv[0] or in DEVICE_URI environment variable."
 msgstr "Brak URI urządzenia w argv[0] i zmiennej środowiskowej DEVICE_URI."
 
-#: cups/snmp.c:961
 msgid "No error-index"
 msgstr "Brak error-index"
 
-#: cups/snmp.c:953
 msgid "No error-status"
 msgstr "Brak error-status"
 
-#: scheduler/ipp.c:8633 scheduler/ipp.c:9900
 msgid "No file in print request."
 msgstr "Brak pliku w zapytaniu drukowania."
 
-#: cups/ppd-util.c:159
 msgid "No modification time"
 msgstr "Brak czasu modyfikacji"
 
-#: cups/snmp.c:978
 msgid "No name OID"
 msgstr "Brak nazwy OID"
 
-#: filter/rastertoepson.c:1152 filter/rastertohp.c:824
-#: filter/rastertolabel.c:1281
 msgid "No pages were found."
 msgstr "Brak stron."
 
-#: cups/ppd-util.c:152
 msgid "No printer name"
 msgstr "Brak nazy drukarki"
 
-#: cups/ppd-util.c:657
 msgid "No printer-uri found"
 msgstr "Brak printer-uri"
 
-#: cups/ppd-util.c:641
 msgid "No printer-uri found for class"
 msgstr "Brak printer-uri dla klasy"
 
-#: scheduler/ipp.c:6684
 msgid "No printer-uri in request."
 msgstr "Brak printer-uri w zapytaniu."
 
-#: cups/http.c:2004
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "Brak adresu URI zapytania."
 
-#: cups/http.c:2021
 msgid "No request protocol version."
 msgstr "Brak wersji protokołu zapytania."
 
-#: cups/request.c:367
 msgid "No request sent."
 msgstr "Nie wysłano zapytania."
 
-#: cups/snmp.c:945
 msgid "No request-id"
 msgstr "Brak request-id"
 
-#: cups/tls-gnutls.c:854 cups/tls-openssl.c:827
 msgid "No stored credentials, not valid for name."
 msgstr "Brak zapisanych poświadczeń, nieprawidłowe dla nazwy."
 
-#: scheduler/ipp.c:5865
 msgid "No subscription attributes in request."
 msgstr "Brak atrybutów subskrypcji w zapytaniu."
 
-#: scheduler/ipp.c:8014
 msgid "No subscriptions found."
 msgstr "Nie zanaleziono subskrypcji."
 
-#: cups/snmp.c:969
 msgid "No variable-bindings SEQUENCE"
 msgstr "Brak variable-bindings SEQUENCE"
 
-#: cups/snmp.c:924
 msgid "No version number"
 msgstr "Brak numeru wersji"
 
-#: ppdc/sample.c:372
 msgid "Non-continuous (Mark sensing)"
 msgstr "Nie ciągły (Mark sensing)"
 
-#: ppdc/sample.c:371
 msgid "Non-continuous (Web sensing)"
 msgstr "Nie ciągły (Web sensing)"
 
-#: cups/ppd-cache.c:4515 cups/ppd-cache.c:4593 cups/ppd-cache.c:4681
-#: cups/ppd-cache.c:4771 cups/ppd-cache.c:4818
-msgid "None"
-msgstr "Żaden"
-
-#: cups/ppd-cache.c:4008 cups/ppd-cache.c:4079 cups/ppd-cache.c:4117
-#: ppdc/sample.c:249
 msgid "Normal"
 msgstr "Normalny"
 
-#: cups/http-support.c:1367
 msgid "Not Found"
 msgstr "Nie Znaleziono"
 
-#: cups/http-support.c:1379
 msgid "Not Implemented"
 msgstr "Niezaimplementowany"
 
-#: ppdc/sample.c:278
 msgid "Not Installed"
 msgstr "Niezainstalowany"
 
-#: cups/http-support.c:1354
 msgid "Not Modified"
 msgstr "Niezmodyfikowany"
 
-#: cups/http-support.c:1382
 msgid "Not Supported"
 msgstr "Nieobsługiwany"
 
-#: scheduler/ipp.c:1510 scheduler/ipp.c:11164
 msgid "Not allowed to print."
 msgstr "Nieuprawniony do drukowania."
 
-#: ppdc/sample.c:146
 msgid "Note"
 msgstr "Notatka"
 
-#: cups/http-support.c:1333 cups/http-support.c:1487 cups/ppd.c:285
 msgid "OK"
 msgstr "OK"
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:273
 msgid "Off (1-Sided)"
 msgstr ""
 
-#: ppdc/sample.c:366
 msgid "Oki"
 msgstr ""
 
-#: cgi-bin/help.c:81 cgi-bin/help.c:122 cgi-bin/help.c:132 cgi-bin/help.c:162
 msgid "Online Help"
 msgstr "Pomoc online"
 
-#: cups/dnssd.c:1333
 msgid "Only WGS-84 coordinates are supported."
 msgstr "Tylko koordynaty WGS-84 są wspierane."
 
-#: scheduler/ipp.c:5518
 msgid "Only local users can create a local printer."
 msgstr "Tylko lokalni użytkownicy mogą utworzyć lokalną drukarkę."
 
-#: cups/adminutil.c:203
 #, c-format
 msgid "Open of %s failed: %s"
 msgstr "Otwarcie %s nie powiodło się: %s"
 
-#: cups/ppd.c:293
 msgid "OpenGroup without a CloseGroup first"
 msgstr ""
 
-#: cups/ppd.c:295
 msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"
 msgstr ""
 
-#: cgi-bin/admin.c:3144
 msgid "Operation Policy"
 msgstr "Polityka operacyjna"
 
-#: filter/pstops.c:2166
 #, c-format
 msgid "Option \"%s\" cannot be included via %%%%IncludeFeature."
 msgstr "Opcja \"%s\" nie może być użyta przez %%%%IncludeFeature."
 
-#: cgi-bin/admin.c:2791 cgi-bin/admin.c:2875
 msgid "Options Installed"
 msgstr "Opcje zainstalowane"
 
-#: berkeley/lpq.c:639 berkeley/lpr.c:433 berkeley/lprm.c:236
-#: scheduler/cupsfilter.c:1537 scheduler/main.c:2081 systemv/cancel.c:402
-#: systemv/cupsaccept.c:240 systemv/cupsctl.c:228 systemv/cupstestppd.c:3856
-#: systemv/lp.c:753 systemv/lpadmin.c:1516 systemv/lpinfo.c:494
-#: systemv/lpmove.c:212 systemv/lpoptions.c:538 systemv/lpstat.c:2074
-#: tools/ippeveprinter.c:6867 tools/ippfind.c:1998 tools/ipptool.c:6447
-#: ppdc/ppdc.cxx:425 ppdc/ppdhtml.cxx:172 ppdc/ppdi.cxx:118
-#: ppdc/ppdmerge.cxx:355 ppdc/ppdpo.cxx:242
 msgid "Options:"
 msgstr "Opcje:"
 
-#: cups/dest-localization.c:170
 msgid "Other Media"
 msgstr "Inne Media"
 
-#: cups/dest-localization.c:168
 msgid "Other Tray"
 msgstr "Inny zasobnik"
 
-#: cups/ppd-cache.c:556
 msgid "Out of date PPD cache file."
 msgstr "Przeterminowany plik PPD w pamięci podręcznej"
 
-#: cups/ppd-cache.c:2018
 msgid "Out of memory."
 msgstr "Brak pamięci"
 
-#: cups/ppd.c:807 cups/ppd.c:1342
 msgid "Output Mode"
 msgstr "Tryb wyjściowy"
 
-#: ppdc/sample.c:263
 msgid "PCL Laser Printer"
 msgstr "Drukarka laserowa PCL"
 
-#: ppdc/sample.c:149
 msgid "PRC16K"
 msgstr ""
 
-#: ppdc/sample.c:150
 msgid "PRC16K Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:151
 msgid "PRC32K"
 msgstr ""
 
-#: ppdc/sample.c:154
 msgid "PRC32K Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:152
 msgid "PRC32K Oversize"
 msgstr ""
 
-#: ppdc/sample.c:153
 msgid "PRC32K Oversize Long Edge"
 msgstr ""
 
-#: cups/dest.c:1766
-msgid "PRINTER environment variable names default destination that does not exist."
-msgstr "Zmienna środowiskowa PRINTER zawiera domyślną destynację, która nie istnieje."
+msgid ""
+"PRINTER environment variable names default destination that does not exist."
+msgstr ""
+"Zmienna środowiskowa PRINTER zawiera domyślną destynację, która nie istnieje."
 
-#: cups/snmp.c:941
 msgid "Packet does not contain a Get-Response-PDU"
 msgstr "Pakiet nie zawiera Get-Response-PDU"
 
-#: cups/snmp.c:920
 msgid "Packet does not start with SEQUENCE"
 msgstr "Pakiet nie zaczyna się od SEQUENCE"
 
-#: ppdc/sample.c:365
 msgid "ParamCustominCutInterval"
 msgstr ""
 
-#: ppdc/sample.c:363
 msgid "ParamCustominTearInterval"
 msgstr ""
 
-#: cups/auth.c:264 cups/auth.c:420
 #, c-format
 msgid "Password for %s on %s? "
 msgstr "Hasło do %s na %s? "
 
-#: cgi-bin/classes.c:153
 msgid "Pause Class"
 msgstr "Wyłączanie klasy"
 
-#: cgi-bin/printers.c:156
 msgid "Pause Printer"
 msgstr "Wyłączanie drukarki"
 
-#: ppdc/sample.c:453
 msgid "Peel-Off"
 msgstr ""
 
-#: ppdc/sample.c:160
 msgid "Photo"
 msgstr ""
 
-#: ppdc/sample.c:161
 msgid "Photo Labels"
 msgstr ""
 
-#: ppdc/sample.c:291
 msgid "Plain Paper"
 msgstr ""
 
-#: cgi-bin/admin.c:2809 cgi-bin/admin.c:3093
 msgid "Policies"
 msgstr "Polityki"
 
-#: cgi-bin/admin.c:2816 cgi-bin/admin.c:3162 cgi-bin/admin.c:3175
 msgid "Port Monitor"
 msgstr "Monitor portów"
 
-#: ppdc/sample.c:280
 msgid "PostScript Printer"
 msgstr ""
 
-#: ppdc/sample.c:147
 msgid "Postcard"
 msgstr ""
 
-#: ppdc/sample.c:71
 msgid "Postcard Double"
 msgstr ""
 
-#: ppdc/sample.c:72
 msgid "Postcard Double Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:148
 msgid "Postcard Long Edge"
 msgstr ""
 
-#: backend/ipp.c:963 backend/ipp.c:971
 msgid "Preparing to print."
 msgstr "Przygotowanie do wydruku."
 
-#: ppdc/sample.c:300
 msgid "Print Density"
 msgstr ""
 
-#: cups/notify.c:69
 msgid "Print Job:"
 msgstr "Zadanie wydruku:"
 
-#: ppdc/sample.c:345
 msgid "Print Mode"
 msgstr "Tryb wydruku"
 
-#: cups/ppd-cache.c:3996 cups/ppd-cache.c:4068 cups/ppd-cache.c:4110
-msgid "Print Quality"
-msgstr "Jakość wydruku"
-
-#: ppdc/sample.c:388
 msgid "Print Rate"
 msgstr ""
 
-#: cgi-bin/printers.c:165
 msgid "Print Self-Test Page"
 msgstr "Drukowanie strony testowej drukarki"
 
-#: ppdc/sample.c:332
 msgid "Print Speed"
 msgstr "Szybkość wydruku"
 
-#: cgi-bin/ipp-var.c:771
 msgid "Print Test Page"
 msgstr "Drukowanie strony testowej"
 
-#: ppdc/sample.c:361
 msgid "Print and Cut"
 msgstr ""
 
-#: ppdc/sample.c:349
 msgid "Print and Tear"
 msgstr ""
 
-#: backend/socket.c:398 backend/usb-unix.c:177
 msgid "Print file sent."
 msgstr "Plik wydruku wysłany."
 
-#: backend/ipp.c:2270
 msgid "Print job canceled at printer."
 msgstr "Zadanie wydruku anulowane na drukarce."
 
-#: backend/ipp.c:2262
 msgid "Print job too large."
 msgstr "Zadanie wydruku za duże."
 
-#: backend/ipp.c:1722
 msgid "Print job was not accepted."
 msgstr "Zadanie wydruku odrzucone."
 
-#: scheduler/ipp.c:5593
 #, c-format
 msgid "Printer \"%s\" already exists."
 msgstr "Drukarka \"%s\" już isnieje,"
 
-#: cgi-bin/ipp-var.c:1021
 msgid "Printer Added"
 msgstr "Drukarka dodana"
 
-#: ppdc/sample.c:265
 msgid "Printer Default"
 msgstr "Drukarka domyślna"
 
-#: cgi-bin/ipp-var.c:1025
 msgid "Printer Deleted"
 msgstr "Drukarka usunięta"
 
-#: cgi-bin/ipp-var.c:1023
 msgid "Printer Modified"
 msgstr "Drukarka zmodyfikowana"
 
-#: cgi-bin/ipp-var.c:1019
 msgid "Printer Paused"
 msgstr "Drukarka wyłączona"
 
-#: ppdc/sample.c:299
 msgid "Printer Settings"
 msgstr "Ustawienia drukarki"
 
-#: backend/ipp.c:2265
 msgid "Printer cannot print supplied content."
 msgstr "Drukarka nie może wydrukować dostarczonej treści."
 
-#: backend/ipp.c:2268
 msgid "Printer cannot print with supplied options."
 msgstr "Drukarka nie może wydrukować z podanymi opcjami."
 
-#: cups/ppd-cache.c:5056
 msgid "Printer does not support required IPP attributes or document formats."
 msgstr "Drukarka nie obsługuje wymaganych atrybutów IPP lub formatu dokumentu."
 
-#: cups/notify.c:113
 msgid "Printer:"
 msgstr "Drukarka:"
 
-#: cgi-bin/printers.c:190 cgi-bin/printers.c:317
 msgid "Printers"
 msgstr "Drukarki"
 
-#: filter/rastertoepson.c:1098 filter/rastertohp.c:766
-#: filter/rastertolabel.c:1228
 #, c-format
 msgid "Printing page %d, %u%% complete."
 msgstr "Drukowanie strony %d, %u%% wydrukowane."
 
-#: cups/ppd-cache.c:4678
-msgid "Punch"
-msgstr ""
-
-#: ppdc/sample.c:155
 msgid "Quarto"
 msgstr ""
 
-#: scheduler/ipp.c:1505 scheduler/ipp.c:11159
 msgid "Quota limit reached."
 msgstr "Osiągnięto limit graniczny."
 
-#: berkeley/lpq.c:492
 msgid "Rank    Owner   Job     File(s)                         Total Size"
 msgstr ""
 
-#: cgi-bin/classes.c:157 cgi-bin/printers.c:160
 msgid "Reject Jobs"
 msgstr "Odmowa wykonywania zadań"
 
-#: backend/lpd.c:1069 backend/lpd.c:1201
 #, c-format
 msgid "Remote host did not accept control file (%d)."
 msgstr "Zdalny komputer odrzucił plik kontrolny (%d)."
 
-#: backend/lpd.c:1154
 #, c-format
 msgid "Remote host did not accept data file (%d)."
 msgstr "Zdalny komputer odrzucił plik danych (%d)."
 
-#: ppdc/sample.c:433
 msgid "Reprint After Error"
 msgstr "Ponów wydruk po błędzie"
 
-#: cups/http-support.c:1370
 msgid "Request Entity Too Large"
 msgstr "Jednostka zapytania za duża"
 
-#: cups/ppd.c:809 cups/ppd.c:1344 ppdc/sample.c:239
 msgid "Resolution"
 msgstr "Rozdzielczość"
 
-#: cgi-bin/classes.c:151
 msgid "Resume Class"
 msgstr "Włączanie klasy"
 
-#: cgi-bin/printers.c:153
 msgid "Resume Printer"
 msgstr "Włączanie drukarki"
 
-#: ppdc/sample.c:165
 msgid "Return Address"
 msgstr "Adres zwrotny"
 
-#: ppdc/sample.c:454
 msgid "Rewind"
 msgstr "Przewiń"
 
-#: cups/snmp.c:922
 msgid "SEQUENCE uses indefinite length"
 msgstr "SEQUENCE ma nieskończoną długość"
 
-#: cups/http-support.c:1394
 msgid "SSL/TLS Negotiation Error"
 msgstr "Błąd negocjacji SSL/TLS"
 
-#: ppdc/sample.c:245
 msgid "Second Roll (DUO/Twin Only)"
 msgstr ""
 
-#: cups/http-support.c:1351
 msgid "See Other"
 msgstr "Zobacz inne"
 
-#: scheduler/ipp.c:7283 scheduler/ipp.c:7302
 msgid "See remote printer."
 msgstr "Sprawdż zdalną drukarkę."
 
-#: cups/tls-gnutls.c:901 cups/tls-openssl.c:874
 msgid "Self-signed credentials are blocked."
 msgstr "Poświadczenia z podpisem własnym są blokowane."
 
-#: backend/usb-darwin.c:570 backend/usb-libusb.c:344
 msgid "Sending data to printer."
 msgstr "Wysyłanie danych do drukarki."
 
-#: cgi-bin/ipp-var.c:1035
 msgid "Server Restarted"
 msgstr "Serwer uruchomiony ponownie"
 
-#: cgi-bin/ipp-var.c:1041
 msgid "Server Security Auditing"
 msgstr "Audyt bezpieczeństwa serwera"
 
-#: cgi-bin/ipp-var.c:1037
 msgid "Server Started"
 msgstr "Serwer uruchomiony"
 
-#: cgi-bin/ipp-var.c:1039
 msgid "Server Stopped"
 msgstr "Serwer zatrzymany"
 
-#: cups/tls-gnutls.c:1513 cups/tls-openssl.c:1534
 msgid "Server credentials not set."
 msgstr "Poświadczenia serwera nieustanowione."
 
-#: cups/http-support.c:1388
 msgid "Service Unavailable"
 msgstr "Usługa niedostępna"
 
-#: cgi-bin/admin.c:2296 cgi-bin/admin.c:2342 cgi-bin/admin.c:2499
-#: cgi-bin/admin.c:2518
 msgid "Set Allowed Users"
 msgstr "Uprawnienia użytkowników"
 
-#: cgi-bin/admin.c:2545
 msgid "Set As Server Default"
 msgstr "Ustawienia domyślne serwera"
 
-#: cgi-bin/admin.c:2645
 msgid "Set Class Options"
 msgstr "Zmiana ustawień klasy"
 
-#: cgi-bin/admin.c:2645 cgi-bin/admin.c:2819 cgi-bin/admin.c:3204
 msgid "Set Printer Options"
 msgstr "Zmiana ustawień drukarki"
 
-#: cgi-bin/admin.c:3374 cgi-bin/admin.c:3418 cgi-bin/admin.c:3436
-msgid "Set Publishing"
-msgstr "Ustawianie rozgłaszania w sieci"
-
-#: ppdc/sample.c:166
 msgid "Shipping Address"
 msgstr ""
 
-#: cups/ppd-cache.c:4328 ppdc/sample.c:275
 msgid "Short-Edge (Landscape)"
 msgstr ""
 
-#: ppdc/sample.c:293
 msgid "Special Paper"
 msgstr ""
 
-#: backend/lpd.c:1110
 #, c-format
 msgid "Spooling job, %.0f%% complete."
 msgstr "Buforowanie zadania, %.0f%% wykonano."
 
-#: ppdc/sample.c:346
 msgid "Standard"
 msgstr ""
 
-#: cups/ppd-cache.c:4512
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
-#: cgi-bin/admin.c:3065
 msgid "Starting Banner"
 msgstr "Szablon początkowy"
 
-#: filter/rastertoepson.c:1074 filter/rastertohp.c:742
-#: filter/rastertolabel.c:1204
 #, c-format
 msgid "Starting page %d."
 msgstr "Zaczynam stronę %d."
 
-#: ppdc/sample.c:156
 msgid "Statement"
 msgstr ""
 
-#: scheduler/ipp.c:3629 scheduler/ipp.c:7095 scheduler/ipp.c:7820
-#: scheduler/ipp.c:9349
 #, c-format
 msgid "Subscription #%d does not exist."
 msgstr "Subskrypcja #%d nie istnieje."
 
-#: tools/ippfind.c:2047
 msgid "Substitutions:"
 msgstr "Subskrypcje:"
 
-#: ppdc/sample.c:157
 msgid "Super A"
 msgstr ""
 
-#: ppdc/sample.c:158
 msgid "Super B"
 msgstr ""
 
-#: ppdc/sample.c:162
 msgid "Super B/A3"
 msgstr ""
 
-#: cups/http-support.c:1330
 msgid "Switching Protocols"
 msgstr ""
 
-#: ppdc/sample.c:159
 msgid "Tabloid"
 msgstr ""
 
-#: ppdc/sample.c:45
 msgid "Tabloid Oversize"
 msgstr ""
 
-#: ppdc/sample.c:46
 msgid "Tabloid Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:347
 msgid "Tear"
 msgstr ""
 
-#: ppdc/sample.c:452
 msgid "Tear-Off"
 msgstr ""
 
-#: ppdc/sample.c:393
 msgid "Tear-Off Adjust Position"
 msgstr ""
 
-#: scheduler/ipp.c:1341
 #, c-format
 msgid "The \"%s\" attribute is required for print jobs."
 msgstr "Atrybut \"%s\" jest wymagany dla zadań wydruku."
 
-#: scheduler/ipp.c:6755 scheduler/ipp.c:6835 scheduler/ipp.c:6848
-#: scheduler/ipp.c:6860 scheduler/ipp.c:6875
 #, c-format
 msgid "The %s attribute cannot be provided with job-ids."
 msgstr "Atrybut %s nie może być podany w job-ids."
 
-#: scheduler/ipp.c:1320
 #, c-format
-msgid "The '%s' Job Status attribute cannot be supplied in a job creation request."
-msgstr "Atrybut Job Status '%s' nie może być podany w zapytaniu tworzenia zadania."
+msgid ""
+"The '%s' Job Status attribute cannot be supplied in a job creation request."
+msgstr ""
+"Atrybut Job Status '%s' nie może być podany w zapytaniu tworzenia zadania."
 
-#: scheduler/ipp.c:5252
 #, c-format
-msgid "The '%s' operation attribute cannot be supplied in a Create-Job request."
+msgid ""
+"The '%s' operation attribute cannot be supplied in a Create-Job request."
 msgstr "Atrybut operacji '%s' nie może być podany w zapytaniu Create-Job."
 
-#: scheduler/ipp.c:7325
 #, c-format
 msgid "The PPD file \"%s\" could not be found."
 msgstr "Nie znaleziono pliku PPD \"%s\"."
 
-#: scheduler/ipp.c:7314
 #, c-format
 msgid "The PPD file \"%s\" could not be opened: %s"
 msgstr "Plik PPD \"%s\" nie został odczytany: %s"
 
-#: filter/rastertoepson.c:1043 filter/rastertohp.c:713
-#: filter/rastertolabel.c:1168
 msgid "The PPD file could not be opened."
 msgstr "Otwarcie pliku PPD nie powiodło się."
 
-#: cgi-bin/admin.c:515
-msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)."
-msgstr "Nazwa klasy może zawierać do 127 znaków oprócz spacji, ukośników (/) i znaku funta (#)."
+msgid ""
+"The class name may only contain up to 127 printable characters and may not "
+"contain spaces, slashes (/), or the pound sign (#)."
+msgstr ""
+"Nazwa klasy może zawierać do 127 znaków oprócz spacji, ukośników (/) i znaku "
+"funta (#)."
 
-#: scheduler/ipp.c:2097
-msgid "The notify-lease-duration attribute cannot be used with job subscriptions."
-msgstr "Atrybut notify-lease-duration nie może być użyty w subskrypcji zadania."
+msgid ""
+"The notify-lease-duration attribute cannot be used with job subscriptions."
+msgstr ""
+"Atrybut notify-lease-duration nie może być użyty w subskrypcji zadania."
 
-#: scheduler/ipp.c:2080 scheduler/ipp.c:5987
 #, c-format
 msgid "The notify-user-data value is too large (%d > 63 octets)."
 msgstr "Wartość notify-user-data jest za duża (%d > 63 oktetów)."
 
-#: backend/ipp.c:983
 msgid "The printer configuration is incorrect or the printer no longer exists."
 msgstr "Konfiguracji drukarki jest nieprawidłowa lub drukarka nie istnieje."
 
-#: backend/lpd.c:670 backend/lpd.c:1062 backend/lpd.c:1144 backend/lpd.c:1194
 msgid "The printer did not respond."
 msgstr "Drukarka nie odpowiedziała."
 
-#: backend/ipp.c:756 backend/ipp.c:946 backend/ipp.c:1060 backend/ipp.c:1514
-#: backend/ipp.c:1694 backend/lpd.c:881 backend/socket.c:346
-#: backend/usb-unix.c:117 backend/usb-unix.c:407 backend/usb-unix.c:490
 msgid "The printer is in use."
 msgstr "Drukarka jest w użyciu."
 
-#: backend/runloop.c:228 backend/runloop.c:348
 msgid "The printer is not connected."
 msgstr "Drukarka jest niepodłączona."
 
-#: backend/ipp.c:734 backend/ipp.c:767 backend/ipp.c:942 backend/lpd.c:860
-#: backend/lpd.c:901 backend/socket.c:325 backend/socket.c:358
 msgid "The printer is not responding."
 msgstr "Drukarka nie odpowiada."
 
-#: backend/runloop.c:370
 msgid "The printer is now connected."
 msgstr "Drukarka jest teraz podłączona."
 
-#: backend/usb-darwin.c:1346
 msgid "The printer is now online."
 msgstr "Drukarka jest teraz w trybie online."
 
-#: backend/usb-darwin.c:1385
 msgid "The printer is offline."
 msgstr "Drukarka w trybie offline."
 
-#: backend/ipp.c:750 backend/lpd.c:875 backend/socket.c:340
 msgid "The printer is unreachable at this time."
 msgstr "Drukarka jest nieosiągalna w tym momencie."
 
-#: backend/ipp.c:743 backend/lpd.c:868 backend/socket.c:333
 msgid "The printer may not exist or is unavailable at this time."
 msgstr "Drukarka nie istnieje lub jest nieosiągalna w tym momencie."
 
-#: cgi-bin/admin.c:699
-msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/ \\), quotes (' \"), question mark (?), or the pound sign (#)."
-msgstr "Nazwa drukarki może zawierać do 127 znaków oprócz spacji, ukośników (/ \\), znaków cytowania (' \"), znaku zapytania (?) i znaku funta (#)."
-
-#: cups/dest.c:1759 scheduler/ipp.c:764 scheduler/ipp.c:1049
-#: scheduler/ipp.c:3268 scheduler/ipp.c:3449 scheduler/ipp.c:5235
-#: scheduler/ipp.c:5824 scheduler/ipp.c:6155 scheduler/ipp.c:6721
-#: scheduler/ipp.c:7529 scheduler/ipp.c:7585 scheduler/ipp.c:7927
-#: scheduler/ipp.c:8202 scheduler/ipp.c:8291 scheduler/ipp.c:8324
-#: scheduler/ipp.c:8648 scheduler/ipp.c:9059 scheduler/ipp.c:9141
-#: scheduler/ipp.c:10314 scheduler/ipp.c:10776 scheduler/ipp.c:11122
-#: scheduler/ipp.c:11204 scheduler/ipp.c:11538
+msgid ""
+"The printer name may only contain up to 127 printable characters and may not "
+"contain spaces, slashes (/ \\), quotes (' \"), question mark (?), or the "
+"pound sign (#)."
+msgstr ""
+"Nazwa drukarki może zawierać do 127 znaków oprócz spacji, ukośników (/ \\), "
+"znaków cytowania (' \"), znaku zapytania (?) i znaku funta (#)."
+
 msgid "The printer or class does not exist."
 msgstr "Drukarka lub klasa nie istnieje,"
 
-#: scheduler/ipp.c:1261
 msgid "The printer or class is not shared."
 msgstr "Drukarka lub klasa nie jest udostępniona."
 
-#: scheduler/ipp.c:870 scheduler/ipp.c:2261
 #, c-format
 msgid "The printer-uri \"%s\" contains invalid characters."
 msgstr "Atrybut printer-uri \"%s\" zawiera nieprawidłowe znaki."
 
-#: scheduler/ipp.c:3245
 msgid "The printer-uri attribute is required."
 msgstr "Atrybut printer-uri jest wymagany."
 
-#: scheduler/ipp.c:854
-msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
-msgstr "Atrybut printer-uri musi być w formacie \"ipp://KOMPUTER/classes/NAZWA_KLASY\"."
+msgid ""
+"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
+msgstr ""
+"Atrybut printer-uri musi być w formacie \"ipp://KOMPUTER/classes/NAZWA_KLASY"
+"\"."
 
-#: scheduler/ipp.c:2245
-msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
-msgstr "Atrybut printer-uri musi być w formacie \"ipp://KOMPUTER/classes/NAZWA_DRUKARKI\"."
+msgid ""
+"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
+msgstr ""
+"Atrybut printer-uri musi być w formacie \"ipp://KOMPUTER/classes/"
+"NAZWA_DRUKARKI\"."
 
-#: scheduler/client.c:1981
-msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it."
-msgstr "Interfejs webowy jest wyłączony. Uruchom \"cupsctl WebInterface=yes\" aby go włączyć."
+msgid ""
+"The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to "
+"enable it."
+msgstr ""
+"Interfejs webowy jest wyłączony. Uruchom \"cupsctl WebInterface=yes\" aby go "
+"włączyć."
 
-#: scheduler/ipp.c:6819
 #, c-format
 msgid "The which-jobs value \"%s\" is not supported."
 msgstr "Wartość which-jobs \"%s\" jest nie wspierana."
 
-#: scheduler/ipp.c:6084
 msgid "There are too many subscriptions."
 msgstr "Jest za dużo subskrypcji."
 
-#: backend/usb-darwin.c:402 backend/usb-darwin.c:468 backend/usb-darwin.c:532
-#: backend/usb-darwin.c:553 backend/usb-libusb.c:269 backend/usb-libusb.c:323
 msgid "There was an unrecoverable USB error."
 msgstr "Wystąpił nienaprawialny błąd USB."
 
-#: ppdc/sample.c:440
 msgid "Thermal Transfer Media"
 msgstr ""
 
-#: scheduler/ipp.c:1499
 msgid "Too many active jobs."
 msgstr "Za dużo aktywnych zadań."
 
-#: scheduler/ipp.c:1393
 #, c-format
 msgid "Too many job-sheets values (%d > 2)."
 msgstr "Za duża wartość job-sheets (%d > 2)."
 
-#: scheduler/ipp.c:2586
 #, c-format
 msgid "Too many printer-state-reasons values (%d > %d)."
 msgstr "Za duża wartość printer-state-reasons (%d > %d)."
 
-#: ppdc/sample.c:294
 msgid "Transparency"
 msgstr "Przeźroczystość"
 
-#: ppdc/sample.c:289
 msgid "Tray"
 msgstr "Zasobnik"
 
-#: ppdc/sample.c:266
 msgid "Tray 1"
 msgstr "Zasobnik 1"
 
-#: ppdc/sample.c:267
 msgid "Tray 2"
 msgstr "Zasobnik 2"
 
-#: ppdc/sample.c:268
 msgid "Tray 3"
 msgstr "Zasobnik 3"
 
-#: ppdc/sample.c:269
 msgid "Tray 4"
 msgstr "Zasobnik 4"
 
-#: cups/tls-gnutls.c:823 cups/tls-gnutls.c:882 cups/tls-openssl.c:796
-#: cups/tls-openssl.c:855
 msgid "Trust on first use is disabled."
 msgstr "Zaufane pierwsze użycie jest wyłączone."
 
-#: cups/http-support.c:1373
 msgid "URI Too Long"
 msgstr "URI za długie"
 
-#: cups/http-support.c:1463
 msgid "URI too large"
 msgstr "URI za duże"
 
-#: ppdc/sample.c:124
 msgid "US Fanfold"
 msgstr ""
 
-#: ppdc/sample.c:138
 msgid "US Ledger"
 msgstr ""
 
-#: ppdc/sample.c:139
 msgid "US Legal"
 msgstr ""
 
-#: ppdc/sample.c:140
 msgid "US Legal Oversize"
 msgstr ""
 
-#: ppdc/sample.c:141
 msgid "US Letter"
 msgstr ""
 
-#: ppdc/sample.c:142
 msgid "US Letter Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:143
 msgid "US Letter Oversize"
 msgstr ""
 
-#: ppdc/sample.c:144
 msgid "US Letter Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:145
 msgid "US Letter Small"
 msgstr ""
 
-#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1670 cgi-bin/admin.c:1694
 msgid "Unable to access cupsd.conf file"
 msgstr "Brak dostępu do pliku cupsd.conf"
 
-#: cgi-bin/help.c:123
 msgid "Unable to access help file."
 msgstr "Brak dostępu do pliku pomocy."
 
-#: cgi-bin/admin.c:580
 msgid "Unable to add class"
 msgstr "Nie można stworzyć klasy"
 
-#: backend/ipp.c:1887
 msgid "Unable to add document to print job."
 msgstr "Nie można dodać dokumentu do zadania wydruku."
 
-#: cups/tls-openssl.c:1204 cups/tls-openssl.c:1213 cups/tls-openssl.c:1222
-#: cups/tls-openssl.c:1231
 msgid "Unable to add extension to X.509 certificate."
 msgstr "Nie można dodać rozszerzenia do certyfikatu X.509."
 
-#: scheduler/ipp.c:1574
 #, c-format
 msgid "Unable to add job for destination \"%s\"."
 msgstr "Nie można dodać zadania dla destynacji \"%s\"."
 
-#: cgi-bin/admin.c:831 cgi-bin/admin.c:1199
 msgid "Unable to add printer"
 msgstr "Nie można dodać drukarki"
 
-#: scheduler/ipp.c:1179
 msgid "Unable to allocate memory for file types."
 msgstr "Nie moża zaalokować pamięci dla typów plików."
 
-#: filter/pstops.c:407
 msgid "Unable to allocate memory for page info"
 msgstr "Nie można zaalokować pamięci dla informacji o stronach"
 
-#: filter/pstops.c:401
 msgid "Unable to allocate memory for pages array"
 msgstr "Nie można zaalokować pamięci dla tablicy stron"
 
-#: tools/ippeveprinter.c:1500
 #, c-format
 msgid "Unable to allocate memory for printer: %s"
 msgstr "Nie można zaalokować pamięci dla drukarki: %s"
 
-#: backend/ipp.c:2173 backend/ipp.c:2760
 msgid "Unable to cancel print job."
 msgstr "Nie można anulować zadania wydruku."
 
-#: cgi-bin/admin.c:2500
 msgid "Unable to change printer"
 msgstr "Nie można zmodyfikować drukarki"
 
-#: cgi-bin/admin.c:3419
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Nie można zmienić atrybutu printer-is-shared"
-
-#: cgi-bin/admin.c:1365 cgi-bin/admin.c:1495
 msgid "Unable to change server settings"
 msgstr "Nie można zmienić ustawień serwera"
 
-#: scheduler/ipp.c:4754
 #, c-format
 msgid "Unable to commit PPD file: %s"
 msgstr "Nie można zainstalować pliku PPD: %s"
 
-#: cups/ipp.c:4645
 #, c-format
 msgid "Unable to compile mimeMediaType regular expression: %s."
 msgstr "Nie można skompilować wyrażenia regularnego mimeMediaType: %s."
 
-#: cups/ipp.c:4603
 #, c-format
 msgid "Unable to compile naturalLanguage regular expression: %s."
 msgstr "Nie można skompilować wyrażenia regularnego naturalLanguage: %s."
 
-#: filter/commandtops.c:401
 msgid "Unable to configure printer options."
 msgstr "Nie można skonfigurować ustawień drukarki."
 
-#: cups/tls-openssl.c:2066 cups/tls-openssl.c:2068
 msgid "Unable to configure private key context."
 msgstr "Nie można skonfigurować kontekstu klucza prywatnego."
 
-#: cups/adminutil.c:159 cups/request.c:1082
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Nie można połączyć się z komputerem."
 
-#: backend/ipp.c:713 backend/ipp.c:1265 backend/lpd.c:841 backend/socket.c:306
-#: backend/usb-unix.c:103
 msgid "Unable to contact printer, queuing on next printer in class."
-msgstr "Nie można połączyć się z drukarką, kolejkowanie na następnej drukarce w klasie."
+msgstr ""
+"Nie można połączyć się z drukarką, kolejkowanie na następnej drukarce w "
+"klasie."
 
-#: scheduler/ipp.c:2688
 #, c-format
 msgid "Unable to copy PPD file - %s"
 msgstr "Nie można skopiować pliku PPD - %s"
 
-#: cups/tls-openssl.c:528
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr "Nie można stworzyć zapytania podpisu certyfikatu X.509."
 
-#: cups/tls-openssl.c:227 cups/tls-openssl.c:1016
 msgid "Unable to create X.509 certificate."
 msgstr "Nie można stworzyć certyfikatu X.509."
 
-#: cups/ppd-util.c:572 cups/util.c:478
 msgid "Unable to create printer-uri"
 msgstr "Nie można stworzyć printer-uri"
 
-#: scheduler/ipp.c:5603
 msgid "Unable to create printer."
 msgstr "Nie można utworzyć drukarki."
 
-#: cups/tls-openssl.c:2062
 msgid "Unable to create private key context."
 msgstr "Nie można stworzyć kontekstu klucza prywatnego."
 
-#: cups/tls-openssl.c:2070
 msgid "Unable to create private key."
 msgstr "Nie można utworzyć klucza prywatnego."
 
-#: cups/tls-gnutls.c:1646 cups/tls-gnutls.c:1662 cups/tls-openssl.c:1654
 msgid "Unable to create server credentials."
 msgstr "Nie można utworzyć poświadczeń serwera."
 
-#: tools/ippeveprinter.c:597
 #, c-format
 msgid "Unable to create spool directory \"%s\": %s"
 msgstr "Nie można utworzyć katalogu buforowania \"%s\": %s"
 
-#: cgi-bin/admin.c:1548 cgi-bin/admin.c:1560 scheduler/cupsfilter.c:1351
 msgid "Unable to create temporary file"
 msgstr "Nie można utworzyć pliku tymczasowego"
 
-#: cgi-bin/admin.c:1851
 msgid "Unable to delete class"
 msgstr "Nie można usunąć klasy"
 
-#: cgi-bin/admin.c:1936
 msgid "Unable to delete printer"
 msgstr "Nie można usunąć drukarki"
 
-#: cgi-bin/classes.c:246 cgi-bin/printers.c:255
 msgid "Unable to do maintenance command"
 msgstr "Nie można wykonać komendy zarządzania"
 
-#: cgi-bin/admin.c:1672
 msgid "Unable to edit cupsd.conf files larger than 1MB"
 msgstr "Nie można edytować pliku cupsd.conf większego niż 1MB"
 
-#: tools/ippeveprinter.c:1491
 #, c-format
 msgid "Unable to execute command \"%s\": %s"
 msgstr "Nie można wykonać komendy \"%s\": %s"
 
-#: cgi-bin/ipp-var.c:344
 msgid "Unable to find destination for job"
 msgstr "Nie można odnaleźć miejsca docelowego dla zadania"
 
-#: cups/request.c:386
 msgid "Unable to finish request."
 msgstr "Nie można zakończyć zapytania."
 
-#: backend/ipp.c:3428
 msgid "Unable to get backend exit status."
 msgstr "Nie można pobrać stanu wyjścia backendu."
 
-#: cgi-bin/classes.c:426
 msgid "Unable to get class list"
 msgstr "Nie można pobrać listy klas"
 
-#: cgi-bin/classes.c:525
 msgid "Unable to get class status"
 msgstr "Nie można pobrać stanu klasy"
 
-#: cgi-bin/admin.c:1095
 msgid "Unable to get list of printer drivers"
 msgstr "Nie można pobrać listy sterowników"
 
-#: cgi-bin/admin.c:2350
 msgid "Unable to get printer attributes"
 msgstr "Nie można pobrać atrybutów drukarki"
 
-#: cgi-bin/printers.c:443
 msgid "Unable to get printer list"
 msgstr "Nie można pobrać listy drukarek"
 
-#: cgi-bin/printers.c:545
 msgid "Unable to get printer status"
 msgstr "Nie można pobrać stanu drukarki"
 
-#: backend/ipp.c:1007
 msgid "Unable to get printer status."
 msgstr "Nie można pobrać stanu drukarki."
 
-#: cups/tls-openssl.c:1001
 msgid "Unable to import X.509 certificate request."
 msgstr "Nie można zaimportować zapytania certyfikatu X.509."
 
-#: cups/tls-gnutls.c:797 cups/tls-openssl.c:768
 msgid "Unable to import credentials."
 msgstr "Nie można zaimportować poświadczeń."
 
-#: cups/tls-openssl.c:2064
 msgid "Unable to initialize private key context."
 msgstr "Nie można zainicjować kontekstu klucza prywatnego."
 
-#: cups/tls-gnutls.c:1236 cups/tls-openssl.c:281 cups/tls-openssl.c:1264
 msgid "Unable to load X.509 CA certificate and private key."
 msgstr "Nie można wczytać certyfikatu CA X.509 i klucza prywatnego."
 
-#: cgi-bin/help.c:82
 msgid "Unable to load help index."
 msgstr "Nie można wczytać indeksu pomocy"
 
-#: backend/network.c:69
 #, c-format
 msgid "Unable to locate printer \"%s\"."
 msgstr "Nie można znaleźć drukarki \"%s\"."
 
-#: backend/dnssd.c:745 backend/ipp.c:325 backend/lpd.c:174 backend/socket.c:147
 msgid "Unable to locate printer."
 msgstr "Nie można znaleźć drukarki."
 
-#: cgi-bin/admin.c:579
 msgid "Unable to modify class"
 msgstr "Nie można zmodyfikować klasy"
 
-#: cgi-bin/admin.c:830 cgi-bin/admin.c:1198
 msgid "Unable to modify printer"
 msgstr "Nie można zmodyfikować drukarki"
 
-#: cgi-bin/ipp-var.c:411 cgi-bin/ipp-var.c:500
 msgid "Unable to move job"
 msgstr "Nie można przenieść zadania"
 
-#: cgi-bin/ipp-var.c:413 cgi-bin/ipp-var.c:502
 msgid "Unable to move jobs"
 msgstr "Nie można przenieść zadań"
 
-#: cgi-bin/admin.c:2696 cups/ppd.c:286
 msgid "Unable to open PPD file"
 msgstr "Nie można otworzyć pliku PPD"
 
-#: cgi-bin/admin.c:2167
 msgid "Unable to open cupsd.conf file:"
 msgstr "Nie można otworzyć pliku cupsd.conf:"
 
-#: backend/usb-unix.c:127
 msgid "Unable to open device file"
 msgstr "Nie można otworzyć pliku urządzenia"
 
-#: scheduler/ipp.c:6498
 #, c-format
 msgid "Unable to open document #%d in job #%d."
 msgstr "Nie można otworzyć dokumentu #%d w zadaniu #%d."
 
-#: cgi-bin/help.c:356
 msgid "Unable to open help file."
 msgstr "Nie można otworzyć pliku pomocy."
 
-#: backend/ipp.c:366 backend/ipp.c:1621 backend/ipp.c:1834 backend/lpd.c:460
-#: backend/socket.c:134 backend/usb.c:216 filter/gziptoany.c:72
-#: filter/pstops.c:254
 msgid "Unable to open print file"
 msgstr "Nie można otworzyć pliku wydruku"
 
-#: filter/rastertoepson.c:1009 filter/rastertohp.c:679
-#: filter/rastertolabel.c:1132
 msgid "Unable to open raster file"
 msgstr "Nie można otworzyć pliku rastrowego"
 
-#: cgi-bin/ipp-var.c:774
 msgid "Unable to print test page"
 msgstr "Nie można wydrukować strony testowej"
 
-#: backend/runloop.c:78 backend/runloop.c:299 backend/usb-darwin.c:640
-#: backend/usb-darwin.c:684 backend/usb-libusb.c:414 backend/usb-libusb.c:449
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Nie można wczytać danych wydruku."
 
-#: cups/request.c:423
 msgid "Unable to read response."
 msgstr "Nie można odczytać odpowiedzi."
 
-#: scheduler/ipp.c:8811 scheduler/ipp.c:10057
 msgid "Unable to rename job document file."
 msgstr "Nie można zmienić nazwy pliku dokumentu w zadaniu wydruku."
 
-#: cups/dest.c:2945
 msgid "Unable to resolve printer-uri."
 msgstr "Nie można przetłumaczyć adresu printer-uri."
 
-#: scheduler/ipp.c:4524
 #, c-format
 msgid "Unable to run cups-driverd: %s"
 msgstr "Nie można uruchomić cups-driverd: %s"
 
-#: scheduler/ipp.c:4698
 #, c-format
 msgid "Unable to save PPD file: %s"
 msgstr "Nie można zapisać pliku PPD: %s"
 
-#: filter/pstops.c:519
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "Nie można zobaczyć w pliku"
 
-#: cgi-bin/ipp-var.c:577 cgi-bin/ipp-var.c:597
 msgid "Unable to send command to printer driver"
 msgstr "Nie można wysłać komendy do sterownika drukarki"
 
-#: backend/usb-darwin.c:762 backend/usb-libusb.c:525
 msgid "Unable to send data to printer."
 msgstr "Nie można wysłać danych do drukarki."
 
-#: cgi-bin/admin.c:3320
 msgid "Unable to set options"
 msgstr "Nie można ustawić opcji"
 
-#: cgi-bin/admin.c:2587
 msgid "Unable to set server default"
 msgstr "Nie można ustawić ustawień domyślnych serwera"
 
-#: backend/ipp.c:3313 backend/ipp.c:3380 backend/ipp.c:3388
 msgid "Unable to start backend process."
 msgstr "Nie można uruchomić procesu backendu."
 
-#: cgi-bin/admin.c:1610
 msgid "Unable to upload cupsd.conf file"
 msgstr "Nie można wgrać pliku cupsd.conf"
 
-#: backend/usb-darwin.c:2158 backend/usb-darwin.c:2182
 msgid "Unable to use legacy USB class driver."
 msgstr "Nie można użyć sterownika USB starego typu."
 
-#: cups/tls-openssl.c:1007
 msgid "Unable to verify X.509 certificate request."
 msgstr "Nie można zweryfikować certyfikatu X.509 zapytania."
 
-#: cups/tls-openssl.c:604
 msgid "Unable to write X.509 certificate signing request."
 msgstr "Nie można zapisać zapytania podpisywania certyfikatu X.509."
 
-#: cups/tls-openssl.c:385 cups/tls-openssl.c:1282
 msgid "Unable to write X.509 certificate."
 msgstr "Nie można zapisać certyfikatu X.509."
 
-#: backend/runloop.c:107 backend/runloop.c:354
 msgid "Unable to write print data"
 msgstr "Nie można zapisać danych drukowania"
 
-#: cups/tls-openssl.c:370 cups/tls-openssl.c:589
 msgid "Unable to write private key."
 msgstr "Nie można zapisać klucza prywatnego."
 
-#: filter/gziptoany.c:91
 #, c-format
 msgid "Unable to write uncompressed print data: %s"
 msgstr "Nie można zapisać rozpakowanych danych drukowania: %s"
 
-#: cups/http-support.c:1361
 msgid "Unauthorized"
 msgstr "Nieupoważniony"
 
-#: cgi-bin/admin.c:3016
 msgid "Units"
 msgstr "Jednostki"
 
-#: cups/http-support.c:1401 cups/http-support.c:1500 cups/ppd.c:315
 msgid "Unknown"
 msgstr "Nieznany"
 
-#: filter/pstops.c:2174
 #, c-format
 msgid "Unknown choice \"%s\" for option \"%s\"."
 msgstr "Nieznany wybór \"%s\" dla opcji \"%s\"."
 
-#: backend/ipp.c:508
 #, c-format
 msgid "Unknown encryption option value: \"%s\"."
 msgstr "Nieznana wartość opcji szyfrowania: \"%s\"."
 
-#: backend/lpd.c:320
 #, c-format
 msgid "Unknown file order: \"%s\"."
 msgstr "Nieznana kolejność pliku: \"%s\"."
 
-#: backend/lpd.c:291
 #, c-format
 msgid "Unknown format character: \"%c\"."
 msgstr "Nieznany znak formatu: \"%c\"."
 
-#: cups/hash.c:308
 msgid "Unknown hash algorithm."
 msgstr "Nieznany algorytm haszowania."
 
-#: cups/dest-options.c:1343 cups/dest-options.c:1417
 msgid "Unknown media size name."
 msgstr "Nieznana nazwa media size."
 
-#: backend/ipp.c:573
 #, c-format
 msgid "Unknown option \"%s\" with value \"%s\"."
 msgstr "Nieznana opcja \"%s\" z wartością \"%s\"."
 
-#: filter/pstops.c:2157
 #, c-format
 msgid "Unknown option \"%s\"."
 msgstr "Nieznana opcja \"%s\"."
 
-#: backend/lpd.c:306
 #, c-format
 msgid "Unknown print mode: \"%s\"."
 msgstr "Nieznany tryb wydruku: \"%s\"."
 
-#: scheduler/ipp.c:10998
 #, c-format
 msgid "Unknown printer-error-policy \"%s\"."
 msgstr "Nieznany printer-error-policy \"%s\"."
 
-#: scheduler/ipp.c:10981
 #, c-format
 msgid "Unknown printer-op-policy \"%s\"."
 msgstr "Nieznany printer-op-policy \"%s\"."
 
-#: cups/http.c:2066
 msgid "Unknown request method."
 msgstr "Nieznana metoda zapytania."
 
-#: cups/http.c:2085
 msgid "Unknown request version."
 msgstr "Nieznana wersja zapytania."
 
-#: cups/http-support.c:1493
 msgid "Unknown scheme in URI"
 msgstr "Nieznany schemat w URI."
 
-#: cups/http-addrlist.c:811
 msgid "Unknown service name."
 msgstr "Nieznana nazwa usługi."
 
-#: backend/ipp.c:537
 #, c-format
 msgid "Unknown version option value: \"%s\"."
 msgstr "Nieznana wartość opcji wersji: \"%s\"."
 
-#: scheduler/ipp.c:11448
 #, c-format
 msgid "Unsupported 'compression' value \"%s\"."
 msgstr "Nieobsługiwana wartość 'compression' \"%s\"."
 
-#: scheduler/ipp.c:11480
 #, c-format
 msgid "Unsupported 'document-format' value \"%s\"."
 msgstr "Nieobsługiwana wartość 'document-format' \"%s\"."
 
-#: scheduler/ipp.c:8154 scheduler/ipp.c:10540 scheduler/ipp.c:11499
 msgid "Unsupported 'job-hold-until' value."
 msgstr "Nieobsługiwana wartość 'job-hold-until'."
 
-#: scheduler/ipp.c:11515
 msgid "Unsupported 'job-name' value."
 msgstr "Nieobsługiwana wartość 'job-name'."
 
-#: cups/json.c:1173
 msgid "Unsupported URI scheme."
 msgstr "Nieobsługiwany schemat URI."
 
-#: scheduler/ipp.c:300
 #, c-format
 msgid "Unsupported character set \"%s\"."
 msgstr "Nieobsługiwany zestaw znaków \"%s\"."
 
-#: scheduler/ipp.c:8614 scheduler/ipp.c:9865
 #, c-format
 msgid "Unsupported compression \"%s\"."
 msgstr "Nieobsługiwana kompresja \"%s\"."
 
-#: scheduler/ipp.c:8754 scheduler/ipp.c:10022
 #, c-format
 msgid "Unsupported document-format \"%s\"."
 msgstr "Nieobsługiwany document-format \"%s\"."
 
-#: scheduler/ipp.c:10005
 #, c-format
 msgid "Unsupported document-format \"%s/%s\"."
 msgstr "Nieobsługiwny document-format \"%s/%s\"."
 
-#: scheduler/ipp.c:1359
 #, c-format
 msgid "Unsupported format \"%s\"."
 msgstr "Nieobsługiwany format \"%s\"."
 
-#: scheduler/ipp.c:1457
 msgid "Unsupported margins."
 msgstr "Nieobsługiwane marginesy."
 
-#: cups/pwg-media.c:583
 msgid "Unsupported media value."
 msgstr "Nieobsługiwane wartość media"
 
-#: filter/pstops.c:2439
 #, c-format
 msgid "Unsupported number-up value %d, using number-up=1."
 msgstr "Nieobsługiwana wartość number-up %d, ustawiam number-up=1."
 
-#: filter/pstops.c:2473
 #, c-format
 msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb."
-msgstr "Nieobsługiwana wartość number-up-layout %s, ustawiam number-up-layout=lrtb."
+msgstr ""
+"Nieobsługiwana wartość number-up-layout %s, ustawiam number-up-layout=lrtb."
 
-#: filter/pstops.c:2524
 #, c-format
 msgid "Unsupported page-border value %s, using page-border=none."
 msgstr "Nieobsługiwana wartość page-border %s, ustawiam page-border=none."
 
-#: filter/rastertopwg.c:150 filter/rastertopwg.c:157 filter/rastertopwg.c:166
-#: filter/rastertopwg.c:203
 msgid "Unsupported raster data."
 msgstr "Nieobsługiwane dane rastrowe."
 
-#: cups/snmp.c:1039
 msgid "Unsupported value type"
 msgstr "Nieobsługiwany typ wartości."
 
-#: cups/http-support.c:1376
 msgid "Upgrade Required"
 msgstr "Wymagana Aktualizacja"
 
-#: systemv/cupsaccept.c:239
 #, c-format
 msgid "Usage: %s [options] destination(s)"
 msgstr ""
 
-#: backend/dnssd.c:185 backend/ipp.c:314 backend/lpd.c:161 backend/socket.c:111
-#: backend/usb.c:162 filter/commandtops.c:57 filter/gziptoany.c:40
-#: filter/pstops.c:221 monitor/bcp.c:48 monitor/tbcp.c:47
 #, c-format
 msgid "Usage: %s job-id user title copies options [file]"
 msgstr ""
 
-#: systemv/cancel.c:399
 msgid ""
 "Usage: cancel [options] [id]\n"
 "       cancel [options] [destination]\n"
 "       cancel [options] [destination-id]"
 msgstr ""
 
-#: systemv/cupsctl.c:227
 msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgstr ""
 
-#: scheduler/main.c:2080
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-#: scheduler/cupsfilter.c:1536
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
-#: systemv/cupstestppd.c:3854
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
 "       program | cupstestppd [options] -"
 msgstr ""
 
-#: tools/ippeveprinter.c:6866
 msgid "Usage: ippeveprinter [options] \"name\""
 msgstr ""
 
-#: tools/ippfind.c:1992
 msgid ""
 "Usage: ippfind [options] regtype[,subtype][.domain.] ... [expression]\n"
 "       ippfind [options] name[.regtype[.domain.]] ... [expression]\n"
@@ -6755,17 +5218,14 @@ msgid ""
 "       ippfind --version"
 msgstr ""
 
-#: tools/ipptool.c:6446
 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]"
 msgstr ""
 
-#: systemv/lp.c:751
 msgid ""
 "Usage: lp [options] [--] [file(s)]\n"
 "       lp [options] -i id"
 msgstr ""
 
-#: systemv/lpadmin.c:1511
 msgid ""
 "Usage: lpadmin [options] -d destination\n"
 "       lpadmin [options] -p destination\n"
@@ -6774,19 +5234,16 @@ msgid ""
 "       lpadmin [options] -x destination"
 msgstr ""
 
-#: systemv/lpinfo.c:492
 msgid ""
 "Usage: lpinfo [options] -m\n"
 "       lpinfo [options] -v"
 msgstr ""
 
-#: systemv/lpmove.c:210
 msgid ""
 "Usage: lpmove [options] job destination\n"
 "       lpmove [options] source-destination destination"
 msgstr ""
 
-#: systemv/lpoptions.c:534
 msgid ""
 "Usage: lpoptions [options] -d destination\n"
 "       lpoptions [options] [-p destination] [-l]\n"
@@ -6794,3319 +5251,2659 @@ msgid ""
 "       lpoptions [options] -x destination"
 msgstr ""
 
-#: berkeley/lpq.c:638
 msgid "Usage: lpq [options] [+interval]"
 msgstr ""
 
-#: berkeley/lpr.c:432
 msgid "Usage: lpr [options] [file(s)]"
 msgstr ""
 
-#: berkeley/lprm.c:234
 msgid ""
 "Usage: lprm [options] [id]\n"
 "       lprm [options] -"
 msgstr ""
 
-#: systemv/lpstat.c:2073
 msgid "Usage: lpstat [options]"
 msgstr ""
 
-#: ppdc/ppdc.cxx:423
 msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]"
 msgstr ""
 
-#: ppdc/ppdhtml.cxx:170
 msgid "Usage: ppdhtml [options] filename.drv >filename.html"
 msgstr ""
 
-#: ppdc/ppdi.cxx:116
 msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:353
 msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdpo.cxx:240
-msgid "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]"
+msgid ""
+"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]"
 msgstr ""
 
-#: backend/snmp.c:189
 msgid "Usage: snmp [host-or-ip-address]"
 msgstr ""
 
-#: tools/ippeveprinter.c:602
 #, c-format
 msgid "Using spool directory \"%s\"."
 msgstr "Katalog buforowania w \"%s\"."
 
-#: cups/tls-gnutls.c:1107 cups/tls-openssl.c:1186
 msgid "Validation of subjectAltName in X.509 certificate request failed."
-msgstr "Walidacja subjectAltName w zapytaniu certyfikatu X.509 nie powiodła się,"
+msgstr ""
+"Walidacja subjectAltName w zapytaniu certyfikatu X.509 nie powiodła się,"
 
-#: cups/snmp.c:991
 msgid "Value uses indefinite length"
 msgstr "Value używa nieokreśloną długość"
 
-#: cups/snmp.c:976
 msgid "VarBind uses indefinite length"
 msgstr "VarBind używa nieokreśloną długość"
 
-#: cups/snmp.c:926
 msgid "Version uses indefinite length"
 msgstr "Version używa nieokreśloną długość"
 
-#: backend/ipp.c:2009
 msgid "Waiting for job to complete."
 msgstr "Oczekiwanie za zakończenia zadania."
 
-#: backend/usb-darwin.c:433 backend/usb-darwin.c:487 backend/usb-libusb.c:221
 msgid "Waiting for printer to become available."
 msgstr "Oczekiwanie na dostępność drukarki."
 
-#: backend/socket.c:409
 msgid "Waiting for printer to finish."
 msgstr "Oczekiwanie aż drukarka skończy."
 
-#: systemv/cupstestppd.c:3853
 msgid "Warning: This program will be removed in a future version of CUPS."
 msgstr "Ostrzeżenie: Ten program zostanie usunięty w nowszych wersjach CUPS."
 
-#: cups/http-support.c:1397
 msgid "Web Interface is Disabled"
 msgstr "Interfejs webowy jest wyłączony"
 
-#: cups/ppd.c:2021
 msgid "Yes"
 msgstr "Tak"
 
-#: scheduler/client.c:1969
 msgid "You cannot access this page."
 msgstr "Nie masz dostępu do tej strony."
 
-#: scheduler/client.c:1975
 #, c-format
 msgid "You must access this page using the URL https://%s:%d%s."
 msgstr "Tą stronę możesz otworzyć używając URL http://%s:%d%s."
 
-#: scheduler/client.c:1967
 msgid "Your account does not have the necessary privileges."
 msgstr "Twoje konto nie posiada odpowiednich uprawnień."
 
-#: ppdc/sample.c:444
 msgid "ZPL Label Printer"
 msgstr ""
 
-#: ppdc/sample.c:367
 msgid "Zebra"
 msgstr ""
 
-#: cups/notify.c:89
 msgid "aborted"
 msgstr "przerwano"
 
 #. TRANSLATORS: Accuracy Units
-#: locale/ipp-strings.c:2
 msgid "accuracy-units"
 msgstr ""
 
 #. TRANSLATORS: Millimeters
-#: locale/ipp-strings.c:4
 msgid "accuracy-units.mm"
 msgstr ""
 
 #. TRANSLATORS: Nanometers
-#: locale/ipp-strings.c:6
 msgid "accuracy-units.nm"
 msgstr ""
 
 #. TRANSLATORS: Micrometers
-#: locale/ipp-strings.c:8
 msgid "accuracy-units.um"
 msgstr ""
 
 #. TRANSLATORS: Bale Output
-#: locale/ipp-strings.c:10
 msgid "baling"
 msgstr ""
 
 #. TRANSLATORS: Bale Using
-#: locale/ipp-strings.c:12
 msgid "baling-type"
 msgstr ""
 
 #. TRANSLATORS: Band
-#: locale/ipp-strings.c:14
 msgid "baling-type.band"
 msgstr ""
 
 #. TRANSLATORS: Shrink Wrap
-#: locale/ipp-strings.c:16
 msgid "baling-type.shrink-wrap"
 msgstr ""
 
 #. TRANSLATORS: Wrap
-#: locale/ipp-strings.c:18
 msgid "baling-type.wrap"
 msgstr ""
 
 #. TRANSLATORS: Bale After
-#: locale/ipp-strings.c:20
 msgid "baling-when"
 msgstr ""
 
 #. TRANSLATORS: Job
-#: locale/ipp-strings.c:22
 msgid "baling-when.after-job"
 msgstr ""
 
 #. TRANSLATORS: Sets
-#: locale/ipp-strings.c:24
 msgid "baling-when.after-sets"
 msgstr ""
 
 #. TRANSLATORS: Bind Output
-#: locale/ipp-strings.c:26
 msgid "binding"
 msgstr ""
 
 #. TRANSLATORS: Bind Edge
-#: locale/ipp-strings.c:28
 msgid "binding-reference-edge"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:30
 msgid "binding-reference-edge.bottom"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:32
 msgid "binding-reference-edge.left"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:34
 msgid "binding-reference-edge.right"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:36
 msgid "binding-reference-edge.top"
 msgstr ""
 
 #. TRANSLATORS: Binder Type
-#: locale/ipp-strings.c:38
 msgid "binding-type"
 msgstr ""
 
 #. TRANSLATORS: Adhesive
-#: locale/ipp-strings.c:40
 msgid "binding-type.adhesive"
 msgstr ""
 
 #. TRANSLATORS: Comb
-#: locale/ipp-strings.c:42
 msgid "binding-type.comb"
 msgstr ""
 
 #. TRANSLATORS: Flat
-#: locale/ipp-strings.c:44
 msgid "binding-type.flat"
 msgstr ""
 
 #. TRANSLATORS: Padding
-#: locale/ipp-strings.c:46
 msgid "binding-type.padding"
 msgstr ""
 
 #. TRANSLATORS: Perfect
-#: locale/ipp-strings.c:48
 msgid "binding-type.perfect"
 msgstr ""
 
 #. TRANSLATORS: Spiral
-#: locale/ipp-strings.c:50
 msgid "binding-type.spiral"
 msgstr ""
 
 #. TRANSLATORS: Tape
-#: locale/ipp-strings.c:52
 msgid "binding-type.tape"
 msgstr ""
 
 #. TRANSLATORS: Velo
-#: locale/ipp-strings.c:54
 msgid "binding-type.velo"
 msgstr ""
 
-#: cups/notify.c:86
 msgid "canceled"
 msgstr "anulowano"
 
 #. TRANSLATORS: Chamber Humidity
-#: locale/ipp-strings.c:56
 msgid "chamber-humidity"
 msgstr ""
 
 #. TRANSLATORS: Chamber Temperature
-#: locale/ipp-strings.c:58
 msgid "chamber-temperature"
 msgstr ""
 
 #. TRANSLATORS: Print Job Cost
-#: locale/ipp-strings.c:60
 msgid "charge-info-message"
 msgstr ""
 
 #. TRANSLATORS: Coat Sheets
-#: locale/ipp-strings.c:62
 msgid "coating"
 msgstr ""
 
 #. TRANSLATORS: Add Coating To
-#: locale/ipp-strings.c:64
 msgid "coating-sides"
 msgstr ""
 
 #. TRANSLATORS: Back
-#: locale/ipp-strings.c:66
 msgid "coating-sides.back"
 msgstr ""
 
 #. TRANSLATORS: Front and Back
-#: locale/ipp-strings.c:68
 msgid "coating-sides.both"
 msgstr ""
 
 #. TRANSLATORS: Front
-#: locale/ipp-strings.c:70
 msgid "coating-sides.front"
 msgstr ""
 
 #. TRANSLATORS: Type of Coating
-#: locale/ipp-strings.c:72
 msgid "coating-type"
 msgstr ""
 
 #. TRANSLATORS: Archival
-#: locale/ipp-strings.c:74
 msgid "coating-type.archival"
 msgstr ""
 
 #. TRANSLATORS: Archival Glossy
-#: locale/ipp-strings.c:76
 msgid "coating-type.archival-glossy"
 msgstr ""
 
 #. TRANSLATORS: Archival Matte
-#: locale/ipp-strings.c:78
 msgid "coating-type.archival-matte"
 msgstr ""
 
 #. TRANSLATORS: Archival Semi Gloss
-#: locale/ipp-strings.c:80
 msgid "coating-type.archival-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Glossy
-#: locale/ipp-strings.c:82
 msgid "coating-type.glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss
-#: locale/ipp-strings.c:84
 msgid "coating-type.high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte
-#: locale/ipp-strings.c:86
 msgid "coating-type.matte"
 msgstr ""
 
 #. TRANSLATORS: Semi-gloss
-#: locale/ipp-strings.c:88
 msgid "coating-type.semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Silicone
-#: locale/ipp-strings.c:90
 msgid "coating-type.silicone"
 msgstr ""
 
 #. TRANSLATORS: Translucent
-#: locale/ipp-strings.c:92
 msgid "coating-type.translucent"
 msgstr ""
 
-#: cups/notify.c:92
 msgid "completed"
 msgstr "ukończono"
 
 #. TRANSLATORS: Print Confirmation Sheet
-#: locale/ipp-strings.c:94
 msgid "confirmation-sheet-print"
 msgstr ""
 
 #. TRANSLATORS: Copies
-#: locale/ipp-strings.c:96
 msgid "copies"
 msgstr ""
 
 #. TRANSLATORS: Back Cover
-#: locale/ipp-strings.c:98
 msgid "cover-back"
 msgstr ""
 
 #. TRANSLATORS: Front Cover
-#: locale/ipp-strings.c:100
 msgid "cover-front"
 msgstr ""
 
 #. TRANSLATORS: Cover Sheet Info
-#: locale/ipp-strings.c:102
 msgid "cover-sheet-info"
 msgstr ""
 
 #. TRANSLATORS: Date Time
-#: locale/ipp-strings.c:104
 msgid "cover-sheet-info-supported.date-time"
 msgstr ""
 
 #. TRANSLATORS: From Name
-#: locale/ipp-strings.c:106
 msgid "cover-sheet-info-supported.from-name"
 msgstr ""
 
 #. TRANSLATORS: Logo
-#: locale/ipp-strings.c:108
 msgid "cover-sheet-info-supported.logo"
 msgstr ""
 
 #. TRANSLATORS: Message
-#: locale/ipp-strings.c:110
 msgid "cover-sheet-info-supported.message"
 msgstr ""
 
 #. TRANSLATORS: Organization
-#: locale/ipp-strings.c:112
 msgid "cover-sheet-info-supported.organization"
 msgstr ""
 
 #. TRANSLATORS: Subject
-#: locale/ipp-strings.c:114
 msgid "cover-sheet-info-supported.subject"
 msgstr ""
 
 #. TRANSLATORS: To Name
-#: locale/ipp-strings.c:116
 msgid "cover-sheet-info-supported.to-name"
 msgstr ""
 
 #. TRANSLATORS: Printed Cover
-#: locale/ipp-strings.c:118
 msgid "cover-type"
 msgstr ""
 
 #. TRANSLATORS: No Cover
-#: locale/ipp-strings.c:120
 msgid "cover-type.no-cover"
 msgstr ""
 
 #. TRANSLATORS: Back Only
-#: locale/ipp-strings.c:122
 msgid "cover-type.print-back"
 msgstr ""
 
 #. TRANSLATORS: Front and Back
-#: locale/ipp-strings.c:124
 msgid "cover-type.print-both"
 msgstr ""
 
 #. TRANSLATORS: Front Only
-#: locale/ipp-strings.c:126
 msgid "cover-type.print-front"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:128
 msgid "cover-type.print-none"
 msgstr ""
 
 #. TRANSLATORS: Cover Output
-#: locale/ipp-strings.c:130
 msgid "covering"
 msgstr ""
 
 #. TRANSLATORS: Add Cover
-#: locale/ipp-strings.c:132
 msgid "covering-name"
 msgstr ""
 
 #. TRANSLATORS: Plain
-#: locale/ipp-strings.c:134
 msgid "covering-name.plain"
 msgstr ""
 
 #. TRANSLATORS: Pre-cut
-#: locale/ipp-strings.c:136
 msgid "covering-name.pre-cut"
 msgstr ""
 
 #. TRANSLATORS: Pre-printed
-#: locale/ipp-strings.c:138
 msgid "covering-name.pre-printed"
 msgstr ""
 
-#: scheduler/ipp.c:6370
 msgid "cups-deviced failed to execute."
 msgstr "uruchomienie cups-deviced nie powidło się."
 
-#: scheduler/ipp.c:7257 scheduler/ipp.c:7496
 msgid "cups-driverd failed to execute."
 msgstr "uruchomienie cups-driverd nie powiodło się."
 
-#: scheduler/ipp.c:4604
 msgid "cups-driverd failed to get PPD file - see error_log for details."
-msgstr "cups-driverd nie może pobrać pliku PPD - zobacz error_log po więcej informacji."
+msgstr ""
+"cups-driverd nie może pobrać pliku PPD - zobacz error_log po więcej "
+"informacji."
 
-#: systemv/cupsctl.c:166
 #, c-format
 msgid "cupsctl: Cannot set %s directly."
 msgstr "cupsctl: Nie można ustawić %s bezpośrednio."
 
-#: systemv/cupsctl.c:179
 #, c-format
 msgid "cupsctl: Unable to connect to server: %s"
 msgstr "cupsctl: Nie można połączyć się z serwerem: %s"
 
-#: systemv/cupsctl.c:222
 #, c-format
 msgid "cupsctl: Unknown option \"%s\""
 msgstr "cupsctl: Nieznana opcja \"%s\""
 
-#: systemv/cupsctl.c:224
 #, c-format
 msgid "cupsctl: Unknown option \"-%c\""
 msgstr "cupsctl: Nieznana opcja \"-%c\""
 
-#: scheduler/main.c:171
 msgid "cupsd: Expected config filename after \"-c\" option."
 msgstr "cupsd: Wymagana nazwa pliku konfiguracyjnego przy opcji \"-c\""
 
-#: scheduler/main.c:266
 msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
 msgstr "cupsd: Wymagana nazwa pliku cups-files.conf przy opcji \"-s\""
 
-#: scheduler/main.c:240
 msgid "cupsd: On-demand support not compiled in, running in normal mode."
-msgstr "cupsd: Wsparcie usługi na żądanie nieobsługiwane, uruchamiam w trybie normalnym."
+msgstr ""
+"cupsd: Wsparcie usługi na żądanie nieobsługiwane, uruchamiam w trybie "
+"normalnym."
 
-#: scheduler/main.c:277
 msgid "cupsd: Relative cups-files.conf filename not allowed."
 msgstr "cupsd: Relatywna nazwa pliku cups-files.conf jest niedozwolona."
 
-#: scheduler/main.c:202 scheduler/main.c:209
 msgid "cupsd: Unable to get current directory."
 msgstr "cupsd: Nie można ustalić bieżącego katalogu."
 
-#: scheduler/main.c:335 scheduler/main.c:345
 msgid "cupsd: Unable to get path to cups-files.conf file."
 msgstr "cupsd: Nie można pobrać ścieżki do pliku cups-files.conf."
 
-#: scheduler/main.c:316
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr "cupsd: Nieznany argument \"%s\" - przerywam działanie."
 
-#: scheduler/main.c:308
 #, c-format
 msgid "cupsd: Unknown option \"%c\" - aborting."
 msgstr "cupsd: Nieznana opcja \"%c\" - przerywam działanie."
 
-#: scheduler/cupsfilter.c:1324
 #, c-format
 msgid "cupsfilter: Invalid document number %d."
 msgstr "cupsfilter: Nieprawidłowy numer dokumentu %d."
 
-#: scheduler/cupsfilter.c:1318
 #, c-format
 msgid "cupsfilter: Invalid job ID %d."
 msgstr "cupsfilter: Nieprawidłowy identyfikator zadania %d."
 
-#: scheduler/cupsfilter.c:389
 msgid "cupsfilter: Only one filename can be specified."
 msgstr "cupsfilter: Może być podana tylko jedna nazwa pliku."
 
-#: scheduler/cupsfilter.c:1366
 #, c-format
 msgid "cupsfilter: Unable to get job file - %s"
 msgstr "cupsfilter: Nie można pobrać pliku zadania - %s"
 
-#: systemv/cupstestppd.c:238
 msgid "cupstestppd: The -q option is incompatible with the -v option."
 msgstr "cupstestppd: Opcja -q jest niekompatybilna z opcją -v."
 
-#: systemv/cupstestppd.c:254
 msgid "cupstestppd: The -v option is incompatible with the -q option."
 msgstr "cupstestppd: Opcja -v jest niekompatybilna z opcją -q."
 
 #. TRANSLATORS: Detailed Status Message
-#: locale/ipp-strings.c:140
 msgid "detailed-status-message"
 msgstr ""
 
-#: systemv/lpstat.c:1270 systemv/lpstat.c:1273 systemv/lpstat.c:1276
 #, c-format
 msgid "device for %s/%s: %s"
 msgstr "urządzenie dla %s/%s: %s"
 
-#: systemv/lpstat.c:1256 systemv/lpstat.c:1259 systemv/lpstat.c:1262
 #, c-format
 msgid "device for %s: %s"
 msgstr "urządzenie dla %s: %s"
 
 #. TRANSLATORS: Copies
-#: locale/ipp-strings.c:142
 msgid "document-copies"
 msgstr ""
 
 #. TRANSLATORS: Document Privacy Attributes
-#: locale/ipp-strings.c:144
 msgid "document-privacy-attributes"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:146
 msgid "document-privacy-attributes.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:148
 msgid "document-privacy-attributes.default"
 msgstr ""
 
 #. TRANSLATORS: Document Description
-#: locale/ipp-strings.c:150
 msgid "document-privacy-attributes.document-description"
 msgstr ""
 
 #. TRANSLATORS: Document Template
-#: locale/ipp-strings.c:152
 msgid "document-privacy-attributes.document-template"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:154
 msgid "document-privacy-attributes.none"
 msgstr ""
 
 #. TRANSLATORS: Document Privacy Scope
-#: locale/ipp-strings.c:156
 msgid "document-privacy-scope"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:158
 msgid "document-privacy-scope.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:160
 msgid "document-privacy-scope.default"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:162
 msgid "document-privacy-scope.none"
 msgstr ""
 
 #. TRANSLATORS: Owner
-#: locale/ipp-strings.c:164
 msgid "document-privacy-scope.owner"
 msgstr ""
 
 #. TRANSLATORS: Document State
-#: locale/ipp-strings.c:166
 msgid "document-state"
 msgstr ""
 
 #. TRANSLATORS: Detailed Document State
-#: locale/ipp-strings.c:168
 msgid "document-state-reasons"
 msgstr ""
 
 #. TRANSLATORS: Aborted By System
-#: locale/ipp-strings.c:170
 msgid "document-state-reasons.aborted-by-system"
 msgstr ""
 
 #. TRANSLATORS: Canceled At Device
-#: locale/ipp-strings.c:172
 msgid "document-state-reasons.canceled-at-device"
 msgstr ""
 
 #. TRANSLATORS: Canceled By Operator
-#: locale/ipp-strings.c:174
 msgid "document-state-reasons.canceled-by-operator"
 msgstr ""
 
 #. TRANSLATORS: Canceled By User
-#: locale/ipp-strings.c:176
 msgid "document-state-reasons.canceled-by-user"
 msgstr ""
 
 #. TRANSLATORS: Completed Successfully
-#: locale/ipp-strings.c:178
 msgid "document-state-reasons.completed-successfully"
 msgstr ""
 
 #. TRANSLATORS: Completed With Errors
-#: locale/ipp-strings.c:180
 msgid "document-state-reasons.completed-with-errors"
 msgstr ""
 
 #. TRANSLATORS: Completed With Warnings
-#: locale/ipp-strings.c:182
 msgid "document-state-reasons.completed-with-warnings"
 msgstr ""
 
 #. TRANSLATORS: Compression Error
-#: locale/ipp-strings.c:184
 msgid "document-state-reasons.compression-error"
 msgstr ""
 
 #. TRANSLATORS: Data Insufficient
-#: locale/ipp-strings.c:186
 msgid "document-state-reasons.data-insufficient"
 msgstr ""
 
 #. TRANSLATORS: Digital Signature Did Not Verify
-#: locale/ipp-strings.c:188
 msgid "document-state-reasons.digital-signature-did-not-verify"
 msgstr ""
 
 #. TRANSLATORS: Digital Signature Type Not Supported
-#: locale/ipp-strings.c:190
 msgid "document-state-reasons.digital-signature-type-not-supported"
 msgstr ""
 
 #. TRANSLATORS: Digital Signature Wait
-#: locale/ipp-strings.c:192
 msgid "document-state-reasons.digital-signature-wait"
 msgstr ""
 
 #. TRANSLATORS: Document Access Error
-#: locale/ipp-strings.c:194
 msgid "document-state-reasons.document-access-error"
 msgstr ""
 
 #. TRANSLATORS: Document Fetchable
-#: locale/ipp-strings.c:196
 msgid "document-state-reasons.document-fetchable"
 msgstr ""
 
 #. TRANSLATORS: Document Format Error
-#: locale/ipp-strings.c:198
 msgid "document-state-reasons.document-format-error"
 msgstr ""
 
 #. TRANSLATORS: Document Password Error
-#: locale/ipp-strings.c:200
 msgid "document-state-reasons.document-password-error"
 msgstr ""
 
 #. TRANSLATORS: Document Permission Error
-#: locale/ipp-strings.c:202
 msgid "document-state-reasons.document-permission-error"
 msgstr ""
 
 #. TRANSLATORS: Document Security Error
-#: locale/ipp-strings.c:204
 msgid "document-state-reasons.document-security-error"
 msgstr ""
 
 #. TRANSLATORS: Document Unprintable Error
-#: locale/ipp-strings.c:206
 msgid "document-state-reasons.document-unprintable-error"
 msgstr ""
 
 #. TRANSLATORS: Errors Detected
-#: locale/ipp-strings.c:208
 msgid "document-state-reasons.errors-detected"
 msgstr ""
 
 #. TRANSLATORS: Incoming
-#: locale/ipp-strings.c:210
 msgid "document-state-reasons.incoming"
 msgstr ""
 
 #. TRANSLATORS: Interpreting
-#: locale/ipp-strings.c:212
 msgid "document-state-reasons.interpreting"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:214
 msgid "document-state-reasons.none"
 msgstr ""
 
 #. TRANSLATORS: Outgoing
-#: locale/ipp-strings.c:216
 msgid "document-state-reasons.outgoing"
 msgstr ""
 
 #. TRANSLATORS: Printing
-#: locale/ipp-strings.c:218
 msgid "document-state-reasons.printing"
 msgstr ""
 
 #. TRANSLATORS: Processing To Stop Point
-#: locale/ipp-strings.c:220
 msgid "document-state-reasons.processing-to-stop-point"
 msgstr ""
 
 #. TRANSLATORS: Queued
-#: locale/ipp-strings.c:222
 msgid "document-state-reasons.queued"
 msgstr ""
 
 #. TRANSLATORS: Queued For Marker
-#: locale/ipp-strings.c:224
 msgid "document-state-reasons.queued-for-marker"
 msgstr ""
 
 #. TRANSLATORS: Queued In Device
-#: locale/ipp-strings.c:226
 msgid "document-state-reasons.queued-in-device"
 msgstr ""
 
 #. TRANSLATORS: Resources Are Not Ready
-#: locale/ipp-strings.c:228
 msgid "document-state-reasons.resources-are-not-ready"
 msgstr ""
 
 #. TRANSLATORS: Resources Are Not Supported
-#: locale/ipp-strings.c:230
 msgid "document-state-reasons.resources-are-not-supported"
 msgstr ""
 
 #. TRANSLATORS: Submission Interrupted
-#: locale/ipp-strings.c:232
 msgid "document-state-reasons.submission-interrupted"
 msgstr ""
 
 #. TRANSLATORS: Transforming
-#: locale/ipp-strings.c:234
 msgid "document-state-reasons.transforming"
 msgstr ""
 
 #. TRANSLATORS: Unsupported Compression
-#: locale/ipp-strings.c:236
 msgid "document-state-reasons.unsupported-compression"
 msgstr ""
 
 #. TRANSLATORS: Unsupported Document Format
-#: locale/ipp-strings.c:238
 msgid "document-state-reasons.unsupported-document-format"
 msgstr ""
 
 #. TRANSLATORS: Warnings Detected
-#: locale/ipp-strings.c:240
 msgid "document-state-reasons.warnings-detected"
 msgstr ""
 
 #. TRANSLATORS: Pending
-#: locale/ipp-strings.c:242
 msgid "document-state.3"
 msgstr ""
 
 #. TRANSLATORS: Processing
-#: locale/ipp-strings.c:244
 msgid "document-state.5"
 msgstr ""
 
 #. TRANSLATORS: Stopped
-#: locale/ipp-strings.c:246
 msgid "document-state.6"
 msgstr ""
 
 #. TRANSLATORS: Canceled
-#: locale/ipp-strings.c:248
 msgid "document-state.7"
 msgstr ""
 
 #. TRANSLATORS: Aborted
-#: locale/ipp-strings.c:250
 msgid "document-state.8"
 msgstr ""
 
 #. TRANSLATORS: Completed
-#: locale/ipp-strings.c:252
 msgid "document-state.9"
 msgstr ""
 
-#: cups/snmp.c:963
 msgid "error-index uses indefinite length"
 msgstr "error-index ma niezdefiniowaną długość"
 
-#: cups/snmp.c:955
 msgid "error-status uses indefinite length"
 msgstr "error-status ma niezdefiniowaną długość"
 
-#: tools/ippfind.c:2043
 msgid ""
 "expression --and expression\n"
 "                        Logical AND"
 msgstr ""
 
-#: tools/ippfind.c:2045
 msgid ""
 "expression --or expression\n"
 "                        Logical OR"
 msgstr ""
 
-#: tools/ippfind.c:2042
 msgid "expression expression   Logical AND"
 msgstr ""
 
 #. TRANSLATORS: Feed Orientation
-#: locale/ipp-strings.c:254
 msgid "feed-orientation"
 msgstr ""
 
 #. TRANSLATORS: Long Edge First
-#: locale/ipp-strings.c:256
 msgid "feed-orientation.long-edge-first"
 msgstr ""
 
 #. TRANSLATORS: Short Edge First
-#: locale/ipp-strings.c:258
 msgid "feed-orientation.short-edge-first"
 msgstr ""
 
 #. TRANSLATORS: Fetch Status Code
-#: locale/ipp-strings.c:260
 msgid "fetch-status-code"
 msgstr ""
 
 #. TRANSLATORS: Finishing Template
-#: locale/ipp-strings.c:262
 msgid "finishing-template"
 msgstr ""
 
 #. TRANSLATORS: Bale
-#: locale/ipp-strings.c:264
 msgid "finishing-template.bale"
 msgstr ""
 
 #. TRANSLATORS: Bind
-#: locale/ipp-strings.c:266
 msgid "finishing-template.bind"
 msgstr ""
 
 #. TRANSLATORS: Bind Bottom
-#: locale/ipp-strings.c:268
 msgid "finishing-template.bind-bottom"
 msgstr ""
 
 #. TRANSLATORS: Bind Left
-#: locale/ipp-strings.c:270
 msgid "finishing-template.bind-left"
 msgstr ""
 
 #. TRANSLATORS: Bind Right
-#: locale/ipp-strings.c:272
 msgid "finishing-template.bind-right"
 msgstr ""
 
 #. TRANSLATORS: Bind Top
-#: locale/ipp-strings.c:274
 msgid "finishing-template.bind-top"
 msgstr ""
 
 #. TRANSLATORS: Booklet Maker
-#: locale/ipp-strings.c:276
 msgid "finishing-template.booklet-maker"
 msgstr ""
 
 #. TRANSLATORS: Coat
-#: locale/ipp-strings.c:278
 msgid "finishing-template.coat"
 msgstr ""
 
 #. TRANSLATORS: Cover
-#: locale/ipp-strings.c:280
 msgid "finishing-template.cover"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch
-#: locale/ipp-strings.c:282
 msgid "finishing-template.edge-stitch"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Bottom
-#: locale/ipp-strings.c:284
 msgid "finishing-template.edge-stitch-bottom"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Left
-#: locale/ipp-strings.c:286
 msgid "finishing-template.edge-stitch-left"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Right
-#: locale/ipp-strings.c:288
 msgid "finishing-template.edge-stitch-right"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Top
-#: locale/ipp-strings.c:290
 msgid "finishing-template.edge-stitch-top"
 msgstr ""
 
 #. TRANSLATORS: Fold
-#: locale/ipp-strings.c:292
 msgid "finishing-template.fold"
 msgstr ""
 
 #. TRANSLATORS: Accordion Fold
-#: locale/ipp-strings.c:294
 msgid "finishing-template.fold-accordion"
 msgstr ""
 
 #. TRANSLATORS: Double Gate Fold
-#: locale/ipp-strings.c:296
 msgid "finishing-template.fold-double-gate"
 msgstr ""
 
 #. TRANSLATORS: Engineering Z Fold
-#: locale/ipp-strings.c:298
 msgid "finishing-template.fold-engineering-z"
 msgstr ""
 
 #. TRANSLATORS: Gate Fold
-#: locale/ipp-strings.c:300
 msgid "finishing-template.fold-gate"
 msgstr ""
 
 #. TRANSLATORS: Half Fold
-#: locale/ipp-strings.c:302
 msgid "finishing-template.fold-half"
 msgstr ""
 
 #. TRANSLATORS: Half Z Fold
-#: locale/ipp-strings.c:304
 msgid "finishing-template.fold-half-z"
 msgstr ""
 
 #. TRANSLATORS: Left Gate Fold
-#: locale/ipp-strings.c:306
 msgid "finishing-template.fold-left-gate"
 msgstr ""
 
 #. TRANSLATORS: Letter Fold
-#: locale/ipp-strings.c:308
 msgid "finishing-template.fold-letter"
 msgstr ""
 
 #. TRANSLATORS: Parallel Fold
-#: locale/ipp-strings.c:310
 msgid "finishing-template.fold-parallel"
 msgstr ""
 
 #. TRANSLATORS: Poster Fold
-#: locale/ipp-strings.c:312
 msgid "finishing-template.fold-poster"
 msgstr ""
 
 #. TRANSLATORS: Right Gate Fold
-#: locale/ipp-strings.c:314
 msgid "finishing-template.fold-right-gate"
 msgstr ""
 
 #. TRANSLATORS: Z Fold
-#: locale/ipp-strings.c:316
 msgid "finishing-template.fold-z"
 msgstr ""
 
 #. TRANSLATORS: JDF F10-1
-#: locale/ipp-strings.c:318
 msgid "finishing-template.jdf-f10-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F10-2
-#: locale/ipp-strings.c:320
 msgid "finishing-template.jdf-f10-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F10-3
-#: locale/ipp-strings.c:322
 msgid "finishing-template.jdf-f10-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-1
-#: locale/ipp-strings.c:324
 msgid "finishing-template.jdf-f12-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-10
-#: locale/ipp-strings.c:326
 msgid "finishing-template.jdf-f12-10"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-11
-#: locale/ipp-strings.c:328
 msgid "finishing-template.jdf-f12-11"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-12
-#: locale/ipp-strings.c:330
 msgid "finishing-template.jdf-f12-12"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-13
-#: locale/ipp-strings.c:332
 msgid "finishing-template.jdf-f12-13"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-14
-#: locale/ipp-strings.c:334
 msgid "finishing-template.jdf-f12-14"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-2
-#: locale/ipp-strings.c:336
 msgid "finishing-template.jdf-f12-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-3
-#: locale/ipp-strings.c:338
 msgid "finishing-template.jdf-f12-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-4
-#: locale/ipp-strings.c:340
 msgid "finishing-template.jdf-f12-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-5
-#: locale/ipp-strings.c:342
 msgid "finishing-template.jdf-f12-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-6
-#: locale/ipp-strings.c:344
 msgid "finishing-template.jdf-f12-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-7
-#: locale/ipp-strings.c:346
 msgid "finishing-template.jdf-f12-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-8
-#: locale/ipp-strings.c:348
 msgid "finishing-template.jdf-f12-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F12-9
-#: locale/ipp-strings.c:350
 msgid "finishing-template.jdf-f12-9"
 msgstr ""
 
 #. TRANSLATORS: JDF F14-1
-#: locale/ipp-strings.c:352
 msgid "finishing-template.jdf-f14-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-1
-#: locale/ipp-strings.c:354
 msgid "finishing-template.jdf-f16-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-10
-#: locale/ipp-strings.c:356
 msgid "finishing-template.jdf-f16-10"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-11
-#: locale/ipp-strings.c:358
 msgid "finishing-template.jdf-f16-11"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-12
-#: locale/ipp-strings.c:360
 msgid "finishing-template.jdf-f16-12"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-13
-#: locale/ipp-strings.c:362
 msgid "finishing-template.jdf-f16-13"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-14
-#: locale/ipp-strings.c:364
 msgid "finishing-template.jdf-f16-14"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-2
-#: locale/ipp-strings.c:366
 msgid "finishing-template.jdf-f16-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-3
-#: locale/ipp-strings.c:368
 msgid "finishing-template.jdf-f16-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-4
-#: locale/ipp-strings.c:370
 msgid "finishing-template.jdf-f16-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-5
-#: locale/ipp-strings.c:372
 msgid "finishing-template.jdf-f16-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-6
-#: locale/ipp-strings.c:374
 msgid "finishing-template.jdf-f16-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-7
-#: locale/ipp-strings.c:376
 msgid "finishing-template.jdf-f16-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-8
-#: locale/ipp-strings.c:378
 msgid "finishing-template.jdf-f16-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F16-9
-#: locale/ipp-strings.c:380
 msgid "finishing-template.jdf-f16-9"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-1
-#: locale/ipp-strings.c:382
 msgid "finishing-template.jdf-f18-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-2
-#: locale/ipp-strings.c:384
 msgid "finishing-template.jdf-f18-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-3
-#: locale/ipp-strings.c:386
 msgid "finishing-template.jdf-f18-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-4
-#: locale/ipp-strings.c:388
 msgid "finishing-template.jdf-f18-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-5
-#: locale/ipp-strings.c:390
 msgid "finishing-template.jdf-f18-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-6
-#: locale/ipp-strings.c:392
 msgid "finishing-template.jdf-f18-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-7
-#: locale/ipp-strings.c:394
 msgid "finishing-template.jdf-f18-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-8
-#: locale/ipp-strings.c:396
 msgid "finishing-template.jdf-f18-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F18-9
-#: locale/ipp-strings.c:398
 msgid "finishing-template.jdf-f18-9"
 msgstr ""
 
 #. TRANSLATORS: JDF F2-1
-#: locale/ipp-strings.c:400
 msgid "finishing-template.jdf-f2-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F20-1
-#: locale/ipp-strings.c:402
 msgid "finishing-template.jdf-f20-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F20-2
-#: locale/ipp-strings.c:404
 msgid "finishing-template.jdf-f20-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-1
-#: locale/ipp-strings.c:406
 msgid "finishing-template.jdf-f24-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-10
-#: locale/ipp-strings.c:408
 msgid "finishing-template.jdf-f24-10"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-11
-#: locale/ipp-strings.c:410
 msgid "finishing-template.jdf-f24-11"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-2
-#: locale/ipp-strings.c:412
 msgid "finishing-template.jdf-f24-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-3
-#: locale/ipp-strings.c:414
 msgid "finishing-template.jdf-f24-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-4
-#: locale/ipp-strings.c:416
 msgid "finishing-template.jdf-f24-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-5
-#: locale/ipp-strings.c:418
 msgid "finishing-template.jdf-f24-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-6
-#: locale/ipp-strings.c:420
 msgid "finishing-template.jdf-f24-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-7
-#: locale/ipp-strings.c:422
 msgid "finishing-template.jdf-f24-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-8
-#: locale/ipp-strings.c:424
 msgid "finishing-template.jdf-f24-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F24-9
-#: locale/ipp-strings.c:426
 msgid "finishing-template.jdf-f24-9"
 msgstr ""
 
 #. TRANSLATORS: JDF F28-1
-#: locale/ipp-strings.c:428
 msgid "finishing-template.jdf-f28-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-1
-#: locale/ipp-strings.c:430
 msgid "finishing-template.jdf-f32-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-2
-#: locale/ipp-strings.c:432
 msgid "finishing-template.jdf-f32-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-3
-#: locale/ipp-strings.c:434
 msgid "finishing-template.jdf-f32-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-4
-#: locale/ipp-strings.c:436
 msgid "finishing-template.jdf-f32-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-5
-#: locale/ipp-strings.c:438
 msgid "finishing-template.jdf-f32-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-6
-#: locale/ipp-strings.c:440
 msgid "finishing-template.jdf-f32-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-7
-#: locale/ipp-strings.c:442
 msgid "finishing-template.jdf-f32-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-8
-#: locale/ipp-strings.c:444
 msgid "finishing-template.jdf-f32-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F32-9
-#: locale/ipp-strings.c:446
 msgid "finishing-template.jdf-f32-9"
 msgstr ""
 
 #. TRANSLATORS: JDF F36-1
-#: locale/ipp-strings.c:448
 msgid "finishing-template.jdf-f36-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F36-2
-#: locale/ipp-strings.c:450
 msgid "finishing-template.jdf-f36-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F4-1
-#: locale/ipp-strings.c:452
 msgid "finishing-template.jdf-f4-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F4-2
-#: locale/ipp-strings.c:454
 msgid "finishing-template.jdf-f4-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F40-1
-#: locale/ipp-strings.c:456
 msgid "finishing-template.jdf-f40-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F48-1
-#: locale/ipp-strings.c:458
 msgid "finishing-template.jdf-f48-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F48-2
-#: locale/ipp-strings.c:460
 msgid "finishing-template.jdf-f48-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-1
-#: locale/ipp-strings.c:462
 msgid "finishing-template.jdf-f6-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-2
-#: locale/ipp-strings.c:464
 msgid "finishing-template.jdf-f6-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-3
-#: locale/ipp-strings.c:466
 msgid "finishing-template.jdf-f6-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-4
-#: locale/ipp-strings.c:468
 msgid "finishing-template.jdf-f6-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-5
-#: locale/ipp-strings.c:470
 msgid "finishing-template.jdf-f6-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-6
-#: locale/ipp-strings.c:472
 msgid "finishing-template.jdf-f6-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-7
-#: locale/ipp-strings.c:474
 msgid "finishing-template.jdf-f6-7"
 msgstr ""
 
 #. TRANSLATORS: JDF F6-8
-#: locale/ipp-strings.c:476
 msgid "finishing-template.jdf-f6-8"
 msgstr ""
 
 #. TRANSLATORS: JDF F64-1
-#: locale/ipp-strings.c:478
 msgid "finishing-template.jdf-f64-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F64-2
-#: locale/ipp-strings.c:480
 msgid "finishing-template.jdf-f64-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-1
-#: locale/ipp-strings.c:482
 msgid "finishing-template.jdf-f8-1"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-2
-#: locale/ipp-strings.c:484
 msgid "finishing-template.jdf-f8-2"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-3
-#: locale/ipp-strings.c:486
 msgid "finishing-template.jdf-f8-3"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-4
-#: locale/ipp-strings.c:488
 msgid "finishing-template.jdf-f8-4"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-5
-#: locale/ipp-strings.c:490
 msgid "finishing-template.jdf-f8-5"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-6
-#: locale/ipp-strings.c:492
 msgid "finishing-template.jdf-f8-6"
 msgstr ""
 
 #. TRANSLATORS: JDF F8-7
-#: locale/ipp-strings.c:494
 msgid "finishing-template.jdf-f8-7"
 msgstr ""
 
 #. TRANSLATORS: Jog Offset
-#: locale/ipp-strings.c:496
 msgid "finishing-template.jog-offset"
 msgstr ""
 
 #. TRANSLATORS: Laminate
-#: locale/ipp-strings.c:498
 msgid "finishing-template.laminate"
 msgstr ""
 
 #. TRANSLATORS: Punch
-#: locale/ipp-strings.c:500
 msgid "finishing-template.punch"
 msgstr ""
 
 #. TRANSLATORS: Punch Bottom Left
-#: locale/ipp-strings.c:502
 msgid "finishing-template.punch-bottom-left"
 msgstr ""
 
 #. TRANSLATORS: Punch Bottom Right
-#: locale/ipp-strings.c:504
 msgid "finishing-template.punch-bottom-right"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Bottom
-#: locale/ipp-strings.c:506
 msgid "finishing-template.punch-dual-bottom"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Left
-#: locale/ipp-strings.c:508
 msgid "finishing-template.punch-dual-left"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Right
-#: locale/ipp-strings.c:510
 msgid "finishing-template.punch-dual-right"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Top
-#: locale/ipp-strings.c:512
 msgid "finishing-template.punch-dual-top"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Bottom
-#: locale/ipp-strings.c:514
 msgid "finishing-template.punch-multiple-bottom"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Left
-#: locale/ipp-strings.c:516
 msgid "finishing-template.punch-multiple-left"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Right
-#: locale/ipp-strings.c:518
 msgid "finishing-template.punch-multiple-right"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Top
-#: locale/ipp-strings.c:520
 msgid "finishing-template.punch-multiple-top"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Bottom
-#: locale/ipp-strings.c:522
 msgid "finishing-template.punch-quad-bottom"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Left
-#: locale/ipp-strings.c:524
 msgid "finishing-template.punch-quad-left"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Right
-#: locale/ipp-strings.c:526
 msgid "finishing-template.punch-quad-right"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Top
-#: locale/ipp-strings.c:528
 msgid "finishing-template.punch-quad-top"
 msgstr ""
 
 #. TRANSLATORS: Punch Top Left
-#: locale/ipp-strings.c:530
 msgid "finishing-template.punch-top-left"
 msgstr ""
 
 #. TRANSLATORS: Punch Top Right
-#: locale/ipp-strings.c:532
 msgid "finishing-template.punch-top-right"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Bottom
-#: locale/ipp-strings.c:534
 msgid "finishing-template.punch-triple-bottom"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Left
-#: locale/ipp-strings.c:536
 msgid "finishing-template.punch-triple-left"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Right
-#: locale/ipp-strings.c:538
 msgid "finishing-template.punch-triple-right"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Top
-#: locale/ipp-strings.c:540
 msgid "finishing-template.punch-triple-top"
 msgstr ""
 
 #. TRANSLATORS: Saddle Stitch
-#: locale/ipp-strings.c:542
 msgid "finishing-template.saddle-stitch"
 msgstr ""
 
 #. TRANSLATORS: Staple
-#: locale/ipp-strings.c:544
 msgid "finishing-template.staple"
 msgstr ""
 
 #. TRANSLATORS: Staple Bottom Left
-#: locale/ipp-strings.c:546
 msgid "finishing-template.staple-bottom-left"
 msgstr ""
 
 #. TRANSLATORS: Staple Bottom Right
-#: locale/ipp-strings.c:548
 msgid "finishing-template.staple-bottom-right"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Bottom
-#: locale/ipp-strings.c:550
 msgid "finishing-template.staple-dual-bottom"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Left
-#: locale/ipp-strings.c:552
 msgid "finishing-template.staple-dual-left"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Right
-#: locale/ipp-strings.c:554
 msgid "finishing-template.staple-dual-right"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Top
-#: locale/ipp-strings.c:556
 msgid "finishing-template.staple-dual-top"
 msgstr ""
 
 #. TRANSLATORS: Staple Top Left
-#: locale/ipp-strings.c:558
 msgid "finishing-template.staple-top-left"
 msgstr ""
 
 #. TRANSLATORS: Staple Top Right
-#: locale/ipp-strings.c:560
 msgid "finishing-template.staple-top-right"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Bottom
-#: locale/ipp-strings.c:562
 msgid "finishing-template.staple-triple-bottom"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Left
-#: locale/ipp-strings.c:564
 msgid "finishing-template.staple-triple-left"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Right
-#: locale/ipp-strings.c:566
 msgid "finishing-template.staple-triple-right"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Top
-#: locale/ipp-strings.c:568
 msgid "finishing-template.staple-triple-top"
 msgstr ""
 
 #. TRANSLATORS: Trim
-#: locale/ipp-strings.c:570
 msgid "finishing-template.trim"
 msgstr ""
 
 #. TRANSLATORS: Trim After Every Set
-#: locale/ipp-strings.c:572
 msgid "finishing-template.trim-after-copies"
 msgstr ""
 
 #. TRANSLATORS: Trim After Every Document
-#: locale/ipp-strings.c:574
 msgid "finishing-template.trim-after-documents"
 msgstr ""
 
 #. TRANSLATORS: Trim After Job
-#: locale/ipp-strings.c:576
 msgid "finishing-template.trim-after-job"
 msgstr ""
 
 #. TRANSLATORS: Trim After Every Page
-#: locale/ipp-strings.c:578
 msgid "finishing-template.trim-after-pages"
 msgstr ""
 
 #. TRANSLATORS: Trim After Every Set
-#: locale/ipp-strings.c:580
 msgid "finishing-template.trim-after-sets"
 msgstr ""
 
 #. TRANSLATORS: Trim After Every Page
-#: locale/ipp-strings.c:582
 msgid "finishing-template.trim-after-sheets"
 msgstr ""
 
 #. TRANSLATORS: Finishings
-#: locale/ipp-strings.c:584
 msgid "finishings"
 msgstr ""
 
 #. TRANSLATORS: Finishings
-#: locale/ipp-strings.c:586
 msgid "finishings-col"
 msgstr ""
 
 #. TRANSLATORS: Fold
-#: locale/ipp-strings.c:588
 msgid "finishings.10"
 msgstr ""
 
 #. TRANSLATORS: Z Fold
-#: locale/ipp-strings.c:590
 msgid "finishings.100"
 msgstr ""
 
 #. TRANSLATORS: Engineering Z Fold
-#: locale/ipp-strings.c:592
 msgid "finishings.101"
 msgstr ""
 
 #. TRANSLATORS: Trim
-#: locale/ipp-strings.c:594
 msgid "finishings.11"
 msgstr ""
 
 #. TRANSLATORS: Bale
-#: locale/ipp-strings.c:596
 msgid "finishings.12"
 msgstr ""
 
 #. TRANSLATORS: Booklet Maker
-#: locale/ipp-strings.c:598
 msgid "finishings.13"
 msgstr ""
 
 #. TRANSLATORS: Jog Offset
-#: locale/ipp-strings.c:600
 msgid "finishings.14"
 msgstr ""
 
 #. TRANSLATORS: Coat
-#: locale/ipp-strings.c:602
 msgid "finishings.15"
 msgstr ""
 
 #. TRANSLATORS: Laminate
-#: locale/ipp-strings.c:604
 msgid "finishings.16"
 msgstr ""
 
 #. TRANSLATORS: Staple Top Left
-#: locale/ipp-strings.c:606
 msgid "finishings.20"
 msgstr ""
 
 #. TRANSLATORS: Staple Bottom Left
-#: locale/ipp-strings.c:608
 msgid "finishings.21"
 msgstr ""
 
 #. TRANSLATORS: Staple Top Right
-#: locale/ipp-strings.c:610
 msgid "finishings.22"
 msgstr ""
 
 #. TRANSLATORS: Staple Bottom Right
-#: locale/ipp-strings.c:612
 msgid "finishings.23"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Left
-#: locale/ipp-strings.c:614
 msgid "finishings.24"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Top
-#: locale/ipp-strings.c:616
 msgid "finishings.25"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Right
-#: locale/ipp-strings.c:618
 msgid "finishings.26"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch Bottom
-#: locale/ipp-strings.c:620
 msgid "finishings.27"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Left
-#: locale/ipp-strings.c:622
 msgid "finishings.28"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Top
-#: locale/ipp-strings.c:624
 msgid "finishings.29"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:626
 msgid "finishings.3"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Right
-#: locale/ipp-strings.c:628
 msgid "finishings.30"
 msgstr ""
 
 #. TRANSLATORS: 2 Staples on Bottom
-#: locale/ipp-strings.c:630
 msgid "finishings.31"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Left
-#: locale/ipp-strings.c:632
 msgid "finishings.32"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Top
-#: locale/ipp-strings.c:634
 msgid "finishings.33"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Right
-#: locale/ipp-strings.c:636
 msgid "finishings.34"
 msgstr ""
 
 #. TRANSLATORS: 3 Staples on Bottom
-#: locale/ipp-strings.c:638
 msgid "finishings.35"
 msgstr ""
 
 #. TRANSLATORS: Staple
-#: locale/ipp-strings.c:640
 msgid "finishings.4"
 msgstr ""
 
 #. TRANSLATORS: Punch
-#: locale/ipp-strings.c:642
 msgid "finishings.5"
 msgstr ""
 
 #. TRANSLATORS: Bind Left
-#: locale/ipp-strings.c:644
 msgid "finishings.50"
 msgstr ""
 
 #. TRANSLATORS: Bind Top
-#: locale/ipp-strings.c:646
 msgid "finishings.51"
 msgstr ""
 
 #. TRANSLATORS: Bind Right
-#: locale/ipp-strings.c:648
 msgid "finishings.52"
 msgstr ""
 
 #. TRANSLATORS: Bind Bottom
-#: locale/ipp-strings.c:650
 msgid "finishings.53"
 msgstr ""
 
 #. TRANSLATORS: Cover
-#: locale/ipp-strings.c:652
 msgid "finishings.6"
 msgstr ""
 
 #. TRANSLATORS: Trim Pages
-#: locale/ipp-strings.c:654
 msgid "finishings.60"
 msgstr ""
 
 #. TRANSLATORS: Trim Documents
-#: locale/ipp-strings.c:656
 msgid "finishings.61"
 msgstr ""
 
 #. TRANSLATORS: Trim Copies
-#: locale/ipp-strings.c:658
 msgid "finishings.62"
 msgstr ""
 
 #. TRANSLATORS: Trim Job
-#: locale/ipp-strings.c:660
 msgid "finishings.63"
 msgstr ""
 
 #. TRANSLATORS: Bind
-#: locale/ipp-strings.c:662
 msgid "finishings.7"
 msgstr ""
 
 #. TRANSLATORS: Punch Top Left
-#: locale/ipp-strings.c:664
 msgid "finishings.70"
 msgstr ""
 
 #. TRANSLATORS: Punch Bottom Left
-#: locale/ipp-strings.c:666
 msgid "finishings.71"
 msgstr ""
 
 #. TRANSLATORS: Punch Top Right
-#: locale/ipp-strings.c:668
 msgid "finishings.72"
 msgstr ""
 
 #. TRANSLATORS: Punch Bottom Right
-#: locale/ipp-strings.c:670
 msgid "finishings.73"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Left
-#: locale/ipp-strings.c:672
 msgid "finishings.74"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Top
-#: locale/ipp-strings.c:674
 msgid "finishings.75"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Right
-#: locale/ipp-strings.c:676
 msgid "finishings.76"
 msgstr ""
 
 #. TRANSLATORS: 2-hole Punch Bottom
-#: locale/ipp-strings.c:678
 msgid "finishings.77"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Left
-#: locale/ipp-strings.c:680
 msgid "finishings.78"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Top
-#: locale/ipp-strings.c:682
 msgid "finishings.79"
 msgstr ""
 
 #. TRANSLATORS: Saddle Stitch
-#: locale/ipp-strings.c:684
 msgid "finishings.8"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Right
-#: locale/ipp-strings.c:686
 msgid "finishings.80"
 msgstr ""
 
 #. TRANSLATORS: 3-hole Punch Bottom
-#: locale/ipp-strings.c:688
 msgid "finishings.81"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Left
-#: locale/ipp-strings.c:690
 msgid "finishings.82"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Top
-#: locale/ipp-strings.c:692
 msgid "finishings.83"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Right
-#: locale/ipp-strings.c:694
 msgid "finishings.84"
 msgstr ""
 
 #. TRANSLATORS: 4-hole Punch Bottom
-#: locale/ipp-strings.c:696
 msgid "finishings.85"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Left
-#: locale/ipp-strings.c:698
 msgid "finishings.86"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Top
-#: locale/ipp-strings.c:700
 msgid "finishings.87"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Right
-#: locale/ipp-strings.c:702
 msgid "finishings.88"
 msgstr ""
 
 #. TRANSLATORS: Multi-hole Punch Bottom
-#: locale/ipp-strings.c:704
 msgid "finishings.89"
 msgstr ""
 
 #. TRANSLATORS: Edge Stitch
-#: locale/ipp-strings.c:706
 msgid "finishings.9"
 msgstr ""
 
 #. TRANSLATORS: Accordion Fold
-#: locale/ipp-strings.c:708
 msgid "finishings.90"
 msgstr ""
 
 #. TRANSLATORS: Double Gate Fold
-#: locale/ipp-strings.c:710
 msgid "finishings.91"
 msgstr ""
 
 #. TRANSLATORS: Gate Fold
-#: locale/ipp-strings.c:712
 msgid "finishings.92"
 msgstr ""
 
 #. TRANSLATORS: Half Fold
-#: locale/ipp-strings.c:714
 msgid "finishings.93"
 msgstr ""
 
 #. TRANSLATORS: Half Z Fold
-#: locale/ipp-strings.c:716
 msgid "finishings.94"
 msgstr ""
 
 #. TRANSLATORS: Left Gate Fold
-#: locale/ipp-strings.c:718
 msgid "finishings.95"
 msgstr ""
 
 #. TRANSLATORS: Letter Fold
-#: locale/ipp-strings.c:720
 msgid "finishings.96"
 msgstr ""
 
 #. TRANSLATORS: Parallel Fold
-#: locale/ipp-strings.c:722
 msgid "finishings.97"
 msgstr ""
 
 #. TRANSLATORS: Poster Fold
-#: locale/ipp-strings.c:724
 msgid "finishings.98"
 msgstr ""
 
 #. TRANSLATORS: Right Gate Fold
-#: locale/ipp-strings.c:726
 msgid "finishings.99"
 msgstr ""
 
 #. TRANSLATORS: Fold
-#: locale/ipp-strings.c:728
 msgid "folding"
 msgstr ""
 
 #. TRANSLATORS: Fold Direction
-#: locale/ipp-strings.c:730
 msgid "folding-direction"
 msgstr ""
 
 #. TRANSLATORS: Inward
-#: locale/ipp-strings.c:732
 msgid "folding-direction.inward"
 msgstr ""
 
 #. TRANSLATORS: Outward
-#: locale/ipp-strings.c:734
 msgid "folding-direction.outward"
 msgstr ""
 
 #. TRANSLATORS: Fold Position
-#: locale/ipp-strings.c:736
 msgid "folding-offset"
 msgstr ""
 
 #. TRANSLATORS: Fold Edge
-#: locale/ipp-strings.c:738
 msgid "folding-reference-edge"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:740
 msgid "folding-reference-edge.bottom"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:742
 msgid "folding-reference-edge.left"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:744
 msgid "folding-reference-edge.right"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:746
 msgid "folding-reference-edge.top"
 msgstr ""
 
 #. TRANSLATORS: Font Name
-#: locale/ipp-strings.c:748
 msgid "font-name-requested"
 msgstr ""
 
 #. TRANSLATORS: Font Size
-#: locale/ipp-strings.c:750
 msgid "font-size-requested"
 msgstr ""
 
 #. TRANSLATORS: Force Front Side
-#: locale/ipp-strings.c:752
 msgid "force-front-side"
 msgstr ""
 
 #. TRANSLATORS: From Name
-#: locale/ipp-strings.c:754
 msgid "from-name"
 msgstr ""
 
-#: cups/notify.c:77
 msgid "held"
 msgstr "wstrzymano"
 
-#: berkeley/lpc.c:196
 msgid "help\t\tGet help on commands."
 msgstr "help\t\tPokazuje informację o komendach."
 
-#: cups/notify.c:118
 msgid "idle"
 msgstr "wolna"
 
 #. TRANSLATORS: Imposition Template
-#: locale/ipp-strings.c:756
 msgid "imposition-template"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:758
 msgid "imposition-template.none"
 msgstr ""
 
 #. TRANSLATORS: Signature
-#: locale/ipp-strings.c:760
 msgid "imposition-template.signature"
 msgstr ""
 
 #. TRANSLATORS: Insert Page Number
-#: locale/ipp-strings.c:762
 msgid "insert-after-page-number"
 msgstr ""
 
 #. TRANSLATORS: Insert Count
-#: locale/ipp-strings.c:764
 msgid "insert-count"
 msgstr ""
 
 #. TRANSLATORS: Insert Sheet
-#: locale/ipp-strings.c:766
 msgid "insert-sheet"
 msgstr ""
 
-#: tools/ippfind.c:1846
 #, c-format
 msgid "ippfind: Bad regular expression: %s"
 msgstr "ippfind: Złe wyrażenie regularne: %s"
 
-#: tools/ippfind.c:226
 msgid "ippfind: Cannot use --and after --or."
 msgstr "ippfind: Nie można użyc --and po --or."
 
-#: tools/ippfind.c:495
 #, c-format
 msgid "ippfind: Expected key name after %s."
 msgstr "ippfind: Wymagana nazwa klucza po %s."
 
-#: tools/ippfind.c:445 tools/ippfind.c:619
 #, c-format
 msgid "ippfind: Expected port range after %s."
 msgstr "ippfind: Wymagany zakres portów po %s."
 
-#: tools/ippfind.c:259
 #, c-format
 msgid "ippfind: Expected program after %s."
 msgstr "ippfind: Wymagana nazwa programu po %s."
 
-#: tools/ippfind.c:276
 #, c-format
 msgid "ippfind: Expected semi-colon after %s."
 msgstr "ippfind: Wymagany średnik po %s."
 
-#: tools/ippfind.c:1398
 msgid "ippfind: Missing close brace in substitution."
 msgstr "ippfind: Brak zamykającej klamry w podstawieniu."
 
-#: tools/ippfind.c:917
 msgid "ippfind: Missing close parenthesis."
 msgstr "ippfind: Brak zamykającego nawiasu."
 
-#: tools/ippfind.c:233
 msgid "ippfind: Missing expression before \"--and\"."
 msgstr "ippfind: Brak wyrażenia przed \"--and\"."
 
-#: tools/ippfind.c:358
 msgid "ippfind: Missing expression before \"--or\"."
 msgstr "ippfind: Brak wyrażenia przed \"--or\"."
 
-#: tools/ippfind.c:756
 #, c-format
 msgid "ippfind: Missing key name after %s."
 msgstr "ippfind: Brak nazw klucza po %s."
 
-#: tools/ippfind.c:327 tools/ippfind.c:606
 #, c-format
 msgid "ippfind: Missing name after %s."
 msgstr "ippfind: Brak nazwy po %s."
 
-#: tools/ippfind.c:891
 msgid "ippfind: Missing open parenthesis."
 msgstr "ippfind: Brak otwierającego nawiasu."
 
-#: tools/ippfind.c:786
 #, c-format
 msgid "ippfind: Missing program after %s."
 msgstr "ippfind: Brak nazwy programu po %s."
 
-#: tools/ippfind.c:245 tools/ippfind.c:299 tools/ippfind.c:340
-#: tools/ippfind.c:430 tools/ippfind.c:512 tools/ippfind.c:527
-#: tools/ippfind.c:673 tools/ippfind.c:688 tools/ippfind.c:711
-#: tools/ippfind.c:771
 #, c-format
 msgid "ippfind: Missing regular expression after %s."
 msgstr "ippfind: Brak wyrażenia regularnego po %s."
 
-#: tools/ippfind.c:804
 #, c-format
 msgid "ippfind: Missing semi-colon after %s."
 msgstr "ippfind: Brak średnika po %s."
 
-#: tools/ippfind.c:1348 tools/ippfind.c:1372
 msgid "ippfind: Out of memory."
 msgstr "ippfind: Brak pamięci."
 
-#: tools/ippfind.c:864
 msgid "ippfind: Too many parenthesis."
 msgstr "ippfind: Za dużo nawiasów."
 
-#: tools/ippfind.c:1474 tools/ippfind.c:1498
 #, c-format
 msgid "ippfind: Unable to execute \"%s\": %s"
 msgstr "ippfind: Nie mogę uruchomić \"%s\": %s"
 
-#: tools/ippfind.c:1427
 #, c-format
 msgid "ippfind: Unknown variable \"{%s}\"."
 msgstr "ippfind: Nieznana zmienna \"{%s}\"."
 
-#: tools/ipptool.c:602 tools/ipptool.c:628
-msgid "ipptool: \"-i\" and \"-n\" are incompatible with \"--ippserver\", \"-P\", and \"-X\"."
-msgstr "ipptool: \"-i\" i \"-n\" są niekompatybilne z \"-ippserver\", \"-P\" i \"-X\"."
+msgid ""
+"ipptool: \"-i\" and \"-n\" are incompatible with \"--ippserver\", \"-P\", "
+"and \"-X\"."
+msgstr ""
+"ipptool: \"-i\" i \"-n\" są niekompatybilne z \"-ippserver\", \"-P\" i \"-X"
+"\"."
 
-#: tools/ipptool.c:408 tools/ipptool.c:474
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with \"-P\" and \"-X\"."
 msgstr "ipptool: \"-i\" i \"-n\" są niekomaptybilne z \"-P\" i \"-X\"."
 
-#: tools/ipptool.c:667
 #, c-format
 msgid "ipptool: Bad URI \"%s\"."
 msgstr "ipptool: Złe URI \"%s\"."
 
-#: tools/ipptool.c:595
 msgid "ipptool: Invalid seconds for \"-i\"."
 msgstr "ipptool: Niepoprawne sekundy dla \"-i\"."
 
-#: tools/ipptool.c:657
 msgid "ipptool: May only specify a single URI."
 msgstr "ipptool: Można podać tylko jeden URI."
 
-#: tools/ipptool.c:620
 msgid "ipptool: Missing count for \"-n\"."
 msgstr "ipptool: Brak liczby powtórzeń dla \"-n\"."
 
-#: tools/ipptool.c:326
 msgid "ipptool: Missing filename for \"--ippserver\"."
 msgstr "ipptool: Brak nazwy pliku dla \"-ippserver\"."
 
-#: tools/ipptool.c:506
 msgid "ipptool: Missing filename for \"-f\"."
 msgstr "ipptool: Brak nazwy pliku dla \"-f\"."
 
-#: tools/ipptool.c:488
 msgid "ipptool: Missing name=value for \"-d\"."
 msgstr "ipptool: Brak zmienna=wartość dla \"-d\"."
 
-#: tools/ipptool.c:587
 msgid "ipptool: Missing seconds for \"-i\"."
 msgstr "ipptool: Brak sekund dla \"-i\"."
 
-#: tools/ipptool.c:680
 msgid "ipptool: URI required before test file."
 msgstr "ipptool: Wymagane URI przed plikiem testowym."
 
-#: tools/ipptool.c:793
 #, c-format
 msgid "ipptool: Unable to allocate memory: %s"
 msgstr "ipptool: Nie mogę zaalokować pamięci: %s"
 
 #. TRANSLATORS: Job Account ID
-#: locale/ipp-strings.c:768
 msgid "job-account-id"
 msgstr ""
 
 #. TRANSLATORS: Job Account Type
-#: locale/ipp-strings.c:770
 msgid "job-account-type"
 msgstr ""
 
 #. TRANSLATORS: General
-#: locale/ipp-strings.c:772
 msgid "job-account-type.general"
 msgstr ""
 
 #. TRANSLATORS: Group
-#: locale/ipp-strings.c:774
 msgid "job-account-type.group"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:776
 msgid "job-account-type.none"
 msgstr ""
 
 #. TRANSLATORS: Job Accounting Output Bin
-#: locale/ipp-strings.c:778
 msgid "job-accounting-output-bin"
 msgstr ""
 
 #. TRANSLATORS: Job Accounting Sheets
-#: locale/ipp-strings.c:780
 msgid "job-accounting-sheets"
 msgstr ""
 
 #. TRANSLATORS: Type of Job Accounting Sheets
-#: locale/ipp-strings.c:782
 msgid "job-accounting-sheets-type"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:784
 msgid "job-accounting-sheets-type.none"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:786
 msgid "job-accounting-sheets-type.standard"
 msgstr ""
 
 #. TRANSLATORS: Job Accounting User ID
-#: locale/ipp-strings.c:788
 msgid "job-accounting-user-id"
 msgstr ""
 
 #. TRANSLATORS: Job Cancel After
-#: locale/ipp-strings.c:790
 msgid "job-cancel-after"
 msgstr ""
 
 #. TRANSLATORS: Copies
-#: locale/ipp-strings.c:792
 msgid "job-copies"
 msgstr ""
 
 #. TRANSLATORS: Back Cover
-#: locale/ipp-strings.c:794
 msgid "job-cover-back"
 msgstr ""
 
 #. TRANSLATORS: Front Cover
-#: locale/ipp-strings.c:796
 msgid "job-cover-front"
 msgstr ""
 
 #. TRANSLATORS: Delay Output Until
-#: locale/ipp-strings.c:798
 msgid "job-delay-output-until"
 msgstr ""
 
 #. TRANSLATORS: Delay Output Until
-#: locale/ipp-strings.c:800
 msgid "job-delay-output-until-time"
 msgstr ""
 
 #. TRANSLATORS: Daytime
-#: locale/ipp-strings.c:802
 msgid "job-delay-output-until.day-time"
 msgstr ""
 
 #. TRANSLATORS: Evening
-#: locale/ipp-strings.c:804
 msgid "job-delay-output-until.evening"
 msgstr ""
 
 #. TRANSLATORS: Released
-#: locale/ipp-strings.c:806
 msgid "job-delay-output-until.indefinite"
 msgstr ""
 
 #. TRANSLATORS: Night
-#: locale/ipp-strings.c:808
 msgid "job-delay-output-until.night"
 msgstr ""
 
 #. TRANSLATORS: No Delay
-#: locale/ipp-strings.c:810
 msgid "job-delay-output-until.no-delay-output"
 msgstr ""
 
 #. TRANSLATORS: Second Shift
-#: locale/ipp-strings.c:812
 msgid "job-delay-output-until.second-shift"
 msgstr ""
 
 #. TRANSLATORS: Third Shift
-#: locale/ipp-strings.c:814
 msgid "job-delay-output-until.third-shift"
 msgstr ""
 
 #. TRANSLATORS: Weekend
-#: locale/ipp-strings.c:816
 msgid "job-delay-output-until.weekend"
 msgstr ""
 
 #. TRANSLATORS: On Error
-#: locale/ipp-strings.c:818
 msgid "job-error-action"
 msgstr ""
 
 #. TRANSLATORS: Abort Job
-#: locale/ipp-strings.c:820
 msgid "job-error-action.abort-job"
 msgstr ""
 
 #. TRANSLATORS: Cancel Job
-#: locale/ipp-strings.c:822
 msgid "job-error-action.cancel-job"
 msgstr ""
 
 #. TRANSLATORS: Continue Job
-#: locale/ipp-strings.c:824
 msgid "job-error-action.continue-job"
 msgstr ""
 
 #. TRANSLATORS: Suspend Job
-#: locale/ipp-strings.c:826
 msgid "job-error-action.suspend-job"
 msgstr ""
 
 #. TRANSLATORS: Print Error Sheet
-#: locale/ipp-strings.c:828
 msgid "job-error-sheet"
 msgstr ""
 
 #. TRANSLATORS: Type of Error Sheet
-#: locale/ipp-strings.c:830
 msgid "job-error-sheet-type"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:832
 msgid "job-error-sheet-type.none"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:834
 msgid "job-error-sheet-type.standard"
 msgstr ""
 
 #. TRANSLATORS: Print Error Sheet
-#: locale/ipp-strings.c:836
 msgid "job-error-sheet-when"
 msgstr ""
 
 #. TRANSLATORS: Always
-#: locale/ipp-strings.c:838
 msgid "job-error-sheet-when.always"
 msgstr ""
 
 #. TRANSLATORS: On Error
-#: locale/ipp-strings.c:840
 msgid "job-error-sheet-when.on-error"
 msgstr ""
 
 #. TRANSLATORS: Job Finishings
-#: locale/ipp-strings.c:842
 msgid "job-finishings"
 msgstr ""
 
 #. TRANSLATORS: Hold Until
-#: locale/ipp-strings.c:844
 msgid "job-hold-until"
 msgstr ""
 
 #. TRANSLATORS: Hold Until
-#: locale/ipp-strings.c:846
 msgid "job-hold-until-time"
 msgstr ""
 
 #. TRANSLATORS: Daytime
-#: locale/ipp-strings.c:848
 msgid "job-hold-until.day-time"
 msgstr ""
 
 #. TRANSLATORS: Evening
-#: locale/ipp-strings.c:850
 msgid "job-hold-until.evening"
 msgstr ""
 
 #. TRANSLATORS: Released
-#: locale/ipp-strings.c:852
 msgid "job-hold-until.indefinite"
 msgstr ""
 
 #. TRANSLATORS: Night
-#: locale/ipp-strings.c:854
 msgid "job-hold-until.night"
 msgstr ""
 
 #. TRANSLATORS: No Hold
-#: locale/ipp-strings.c:856
 msgid "job-hold-until.no-hold"
 msgstr ""
 
 #. TRANSLATORS: Second Shift
-#: locale/ipp-strings.c:858
 msgid "job-hold-until.second-shift"
 msgstr ""
 
 #. TRANSLATORS: Third Shift
-#: locale/ipp-strings.c:860
 msgid "job-hold-until.third-shift"
 msgstr ""
 
 #. TRANSLATORS: Weekend
-#: locale/ipp-strings.c:862
 msgid "job-hold-until.weekend"
 msgstr ""
 
 #. TRANSLATORS: Job Mandatory Attributes
-#: locale/ipp-strings.c:864
 msgid "job-mandatory-attributes"
 msgstr ""
 
 #. TRANSLATORS: Title
-#: locale/ipp-strings.c:866
 msgid "job-name"
 msgstr ""
 
 #. TRANSLATORS: Job Pages
-#: locale/ipp-strings.c:868
 msgid "job-pages"
 msgstr ""
 
 #. TRANSLATORS: Job Pages
-#: locale/ipp-strings.c:870
 msgid "job-pages-col"
 msgstr ""
 
 #. TRANSLATORS: Job Phone Number
-#: locale/ipp-strings.c:872
 msgid "job-phone-number"
 msgstr ""
 
-#: scheduler/ipp.c:8280
 msgid "job-printer-uri attribute missing."
 msgstr ""
 
 #. TRANSLATORS: Job Priority
-#: locale/ipp-strings.c:874
 msgid "job-priority"
 msgstr ""
 
 #. TRANSLATORS: Job Privacy Attributes
-#: locale/ipp-strings.c:876
 msgid "job-privacy-attributes"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:878
 msgid "job-privacy-attributes.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:880
 msgid "job-privacy-attributes.default"
 msgstr ""
 
 #. TRANSLATORS: Job Description
-#: locale/ipp-strings.c:882
 msgid "job-privacy-attributes.job-description"
 msgstr ""
 
 #. TRANSLATORS: Job Template
-#: locale/ipp-strings.c:884
 msgid "job-privacy-attributes.job-template"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:886
 msgid "job-privacy-attributes.none"
 msgstr ""
 
 #. TRANSLATORS: Job Privacy Scope
-#: locale/ipp-strings.c:888
 msgid "job-privacy-scope"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:890
 msgid "job-privacy-scope.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:892
 msgid "job-privacy-scope.default"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:894
 msgid "job-privacy-scope.none"
 msgstr ""
 
 #. TRANSLATORS: Owner
-#: locale/ipp-strings.c:896
 msgid "job-privacy-scope.owner"
 msgstr ""
 
 #. TRANSLATORS: Job Recipient Name
-#: locale/ipp-strings.c:898
 msgid "job-recipient-name"
 msgstr ""
 
 #. TRANSLATORS: Job Retain Until
-#: locale/ipp-strings.c:900
 msgid "job-retain-until"
 msgstr ""
 
 #. TRANSLATORS: Job Retain Until Interval
-#: locale/ipp-strings.c:902
 msgid "job-retain-until-interval"
 msgstr ""
 
 #. TRANSLATORS: Job Retain Until Time
-#: locale/ipp-strings.c:904
 msgid "job-retain-until-time"
 msgstr ""
 
 #. TRANSLATORS: End Of Day
-#: locale/ipp-strings.c:906
 msgid "job-retain-until.end-of-day"
 msgstr ""
 
 #. TRANSLATORS: End Of Month
-#: locale/ipp-strings.c:908
 msgid "job-retain-until.end-of-month"
 msgstr ""
 
 #. TRANSLATORS: End Of Week
-#: locale/ipp-strings.c:910
 msgid "job-retain-until.end-of-week"
 msgstr ""
 
 #. TRANSLATORS: Indefinite
-#: locale/ipp-strings.c:912
 msgid "job-retain-until.indefinite"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:914
 msgid "job-retain-until.none"
 msgstr ""
 
 #. TRANSLATORS: Job Save Disposition
-#: locale/ipp-strings.c:916
 msgid "job-save-disposition"
 msgstr ""
 
 #. TRANSLATORS: Job Sheet Message
-#: locale/ipp-strings.c:918
 msgid "job-sheet-message"
 msgstr ""
 
 #. TRANSLATORS: Banner Page
-#: locale/ipp-strings.c:920
 msgid "job-sheets"
 msgstr ""
 
 #. TRANSLATORS: Banner Page
-#: locale/ipp-strings.c:922
 msgid "job-sheets-col"
 msgstr ""
 
 #. TRANSLATORS: First Page in Document
-#: locale/ipp-strings.c:924
 msgid "job-sheets.first-print-stream-page"
 msgstr ""
 
 #. TRANSLATORS: Start and End Sheets
-#: locale/ipp-strings.c:926
 msgid "job-sheets.job-both-sheet"
 msgstr ""
 
 #. TRANSLATORS: End Sheet
-#: locale/ipp-strings.c:928
 msgid "job-sheets.job-end-sheet"
 msgstr ""
 
 #. TRANSLATORS: Start Sheet
-#: locale/ipp-strings.c:930
 msgid "job-sheets.job-start-sheet"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:932
 msgid "job-sheets.none"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:934
 msgid "job-sheets.standard"
 msgstr ""
 
 #. TRANSLATORS: Job State
-#: locale/ipp-strings.c:936
 msgid "job-state"
 msgstr ""
 
 #. TRANSLATORS: Job State Message
-#: locale/ipp-strings.c:938
 msgid "job-state-message"
 msgstr ""
 
 #. TRANSLATORS: Detailed Job State
-#: locale/ipp-strings.c:940
 msgid "job-state-reasons"
 msgstr ""
 
 #. TRANSLATORS: Stopping
-#: locale/ipp-strings.c:942
 msgid "job-state-reasons.aborted-by-system"
 msgstr ""
 
 #. TRANSLATORS: Account Authorization Failed
-#: locale/ipp-strings.c:944
 msgid "job-state-reasons.account-authorization-failed"
 msgstr ""
 
 #. TRANSLATORS: Account Closed
-#: locale/ipp-strings.c:946
 msgid "job-state-reasons.account-closed"
 msgstr ""
 
 #. TRANSLATORS: Account Info Needed
-#: locale/ipp-strings.c:948
 msgid "job-state-reasons.account-info-needed"
 msgstr ""
 
 #. TRANSLATORS: Account Limit Reached
-#: locale/ipp-strings.c:950
 msgid "job-state-reasons.account-limit-reached"
 msgstr ""
 
 #. TRANSLATORS: Decompression error
-#: locale/ipp-strings.c:952
 msgid "job-state-reasons.compression-error"
 msgstr ""
 
 #. TRANSLATORS: Conflicting Attributes
-#: locale/ipp-strings.c:954
 msgid "job-state-reasons.conflicting-attributes"
 msgstr ""
 
 #. TRANSLATORS: Connected To Destination
-#: locale/ipp-strings.c:956
 msgid "job-state-reasons.connected-to-destination"
 msgstr ""
 
 #. TRANSLATORS: Connecting To Destination
-#: locale/ipp-strings.c:958
 msgid "job-state-reasons.connecting-to-destination"
 msgstr ""
 
 #. TRANSLATORS: Destination Uri Failed
-#: locale/ipp-strings.c:960
 msgid "job-state-reasons.destination-uri-failed"
 msgstr ""
 
 #. TRANSLATORS: Digital Signature Did Not Verify
-#: locale/ipp-strings.c:962
 msgid "job-state-reasons.digital-signature-did-not-verify"
 msgstr ""
 
 #. TRANSLATORS: Digital Signature Type Not Supported
-#: locale/ipp-strings.c:964
 msgid "job-state-reasons.digital-signature-type-not-supported"
 msgstr ""
 
 #. TRANSLATORS: Document Access Error
-#: locale/ipp-strings.c:966
 msgid "job-state-reasons.document-access-error"
 msgstr ""
 
 #. TRANSLATORS: Document Format Error
-#: locale/ipp-strings.c:968
 msgid "job-state-reasons.document-format-error"
 msgstr ""
 
 #. TRANSLATORS: Document Password Error
-#: locale/ipp-strings.c:970
 msgid "job-state-reasons.document-password-error"
 msgstr ""
 
 #. TRANSLATORS: Document Permission Error
-#: locale/ipp-strings.c:972
 msgid "job-state-reasons.document-permission-error"
 msgstr ""
 
 #. TRANSLATORS: Document Security Error
-#: locale/ipp-strings.c:974
 msgid "job-state-reasons.document-security-error"
 msgstr ""
 
 #. TRANSLATORS: Document Unprintable Error
-#: locale/ipp-strings.c:976
 msgid "job-state-reasons.document-unprintable-error"
 msgstr ""
 
 #. TRANSLATORS: Errors Detected
-#: locale/ipp-strings.c:978
 msgid "job-state-reasons.errors-detected"
 msgstr ""
 
 #. TRANSLATORS: Canceled at printer
-#: locale/ipp-strings.c:980
 msgid "job-state-reasons.job-canceled-at-device"
 msgstr ""
 
 #. TRANSLATORS: Canceled by operator
-#: locale/ipp-strings.c:982
 msgid "job-state-reasons.job-canceled-by-operator"
 msgstr ""
 
 #. TRANSLATORS: Canceled by user
-#: locale/ipp-strings.c:984
 msgid "job-state-reasons.job-canceled-by-user"
 msgstr ""
 
 #. TRANSLATORS:
-#: locale/ipp-strings.c:986
 msgid "job-state-reasons.job-completed-successfully"
 msgstr ""
 
 #. TRANSLATORS: Completed with errors
-#: locale/ipp-strings.c:988
 msgid "job-state-reasons.job-completed-with-errors"
 msgstr ""
 
 #. TRANSLATORS: Completed with warnings
-#: locale/ipp-strings.c:990
 msgid "job-state-reasons.job-completed-with-warnings"
 msgstr ""
 
 #. TRANSLATORS: Insufficient data
-#: locale/ipp-strings.c:992
 msgid "job-state-reasons.job-data-insufficient"
 msgstr ""
 
 #. TRANSLATORS: Job Delay Output Until Specified
-#: locale/ipp-strings.c:994
 msgid "job-state-reasons.job-delay-output-until-specified"
 msgstr ""
 
 #. TRANSLATORS: Job Digital Signature Wait
-#: locale/ipp-strings.c:996
 msgid "job-state-reasons.job-digital-signature-wait"
 msgstr ""
 
 #. TRANSLATORS: Job Fetchable
-#: locale/ipp-strings.c:998
 msgid "job-state-reasons.job-fetchable"
 msgstr ""
 
 #. TRANSLATORS: Job Held For Review
-#: locale/ipp-strings.c:1000
 msgid "job-state-reasons.job-held-for-review"
 msgstr ""
 
 #. TRANSLATORS: Job held
-#: locale/ipp-strings.c:1002
 msgid "job-state-reasons.job-hold-until-specified"
 msgstr ""
 
 #. TRANSLATORS: Incoming
-#: locale/ipp-strings.c:1004
 msgid "job-state-reasons.job-incoming"
 msgstr ""
 
 #. TRANSLATORS: Interpreting
-#: locale/ipp-strings.c:1006
 msgid "job-state-reasons.job-interpreting"
 msgstr ""
 
 #. TRANSLATORS: Outgoing
-#: locale/ipp-strings.c:1008
 msgid "job-state-reasons.job-outgoing"
 msgstr ""
 
 #. TRANSLATORS: Job Password Wait
-#: locale/ipp-strings.c:1010
 msgid "job-state-reasons.job-password-wait"
 msgstr ""
 
 #. TRANSLATORS: Job Printed Successfully
-#: locale/ipp-strings.c:1012
 msgid "job-state-reasons.job-printed-successfully"
 msgstr ""
 
 #. TRANSLATORS: Job Printed With Errors
-#: locale/ipp-strings.c:1014
 msgid "job-state-reasons.job-printed-with-errors"
 msgstr ""
 
 #. TRANSLATORS: Job Printed With Warnings
-#: locale/ipp-strings.c:1016
 msgid "job-state-reasons.job-printed-with-warnings"
 msgstr ""
 
 #. TRANSLATORS: Printing
-#: locale/ipp-strings.c:1018
 msgid "job-state-reasons.job-printing"
 msgstr ""
 
 #. TRANSLATORS: Preparing to print
-#: locale/ipp-strings.c:1020
 msgid "job-state-reasons.job-queued"
 msgstr ""
 
 #. TRANSLATORS: Processing document
-#: locale/ipp-strings.c:1022
 msgid "job-state-reasons.job-queued-for-marker"
 msgstr ""
 
 #. TRANSLATORS: Job Release Wait
-#: locale/ipp-strings.c:1024
 msgid "job-state-reasons.job-release-wait"
 msgstr ""
 
 #. TRANSLATORS: Restartable
-#: locale/ipp-strings.c:1026
 msgid "job-state-reasons.job-restartable"
 msgstr ""
 
 #. TRANSLATORS: Job Resuming
-#: locale/ipp-strings.c:1028
 msgid "job-state-reasons.job-resuming"
 msgstr ""
 
 #. TRANSLATORS: Job Saved Successfully
-#: locale/ipp-strings.c:1030
 msgid "job-state-reasons.job-saved-successfully"
 msgstr ""
 
 #. TRANSLATORS: Job Saved With Errors
-#: locale/ipp-strings.c:1032
 msgid "job-state-reasons.job-saved-with-errors"
 msgstr ""
 
 #. TRANSLATORS: Job Saved With Warnings
-#: locale/ipp-strings.c:1034
 msgid "job-state-reasons.job-saved-with-warnings"
 msgstr ""
 
 #. TRANSLATORS: Job Saving
-#: locale/ipp-strings.c:1036
 msgid "job-state-reasons.job-saving"
 msgstr ""
 
 #. TRANSLATORS: Job Spooling
-#: locale/ipp-strings.c:1038
 msgid "job-state-reasons.job-spooling"
 msgstr ""
 
 #. TRANSLATORS: Job Streaming
-#: locale/ipp-strings.c:1040
 msgid "job-state-reasons.job-streaming"
 msgstr ""
 
 #. TRANSLATORS: Suspended
-#: locale/ipp-strings.c:1042
 msgid "job-state-reasons.job-suspended"
 msgstr ""
 
 #. TRANSLATORS: Job Suspended By Operator
-#: locale/ipp-strings.c:1044
 msgid "job-state-reasons.job-suspended-by-operator"
 msgstr ""
 
 #. TRANSLATORS: Job Suspended By System
-#: locale/ipp-strings.c:1046
 msgid "job-state-reasons.job-suspended-by-system"
 msgstr ""
 
 #. TRANSLATORS: Job Suspended By User
-#: locale/ipp-strings.c:1048
 msgid "job-state-reasons.job-suspended-by-user"
 msgstr ""
 
 #. TRANSLATORS: Job Suspending
-#: locale/ipp-strings.c:1050
 msgid "job-state-reasons.job-suspending"
 msgstr ""
 
 #. TRANSLATORS: Job Transferring
-#: locale/ipp-strings.c:1052
 msgid "job-state-reasons.job-transferring"
 msgstr ""
 
 #. TRANSLATORS: Transforming
-#: locale/ipp-strings.c:1054
 msgid "job-state-reasons.job-transforming"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:1056
 msgid "job-state-reasons.none"
 msgstr ""
 
 #. TRANSLATORS: Printer offline
-#: locale/ipp-strings.c:1058
 msgid "job-state-reasons.printer-stopped"
 msgstr ""
 
 #. TRANSLATORS: Printer partially stopped
-#: locale/ipp-strings.c:1060
 msgid "job-state-reasons.printer-stopped-partly"
 msgstr ""
 
 #. TRANSLATORS: Stopping
-#: locale/ipp-strings.c:1062
 msgid "job-state-reasons.processing-to-stop-point"
 msgstr ""
 
 #. TRANSLATORS: Ready
-#: locale/ipp-strings.c:1064
 msgid "job-state-reasons.queued-in-device"
 msgstr ""
 
 #. TRANSLATORS: Resources Are Not Ready
-#: locale/ipp-strings.c:1066
 msgid "job-state-reasons.resources-are-not-ready"
 msgstr ""
 
 #. TRANSLATORS: Resources Are Not Supported
-#: locale/ipp-strings.c:1068
 msgid "job-state-reasons.resources-are-not-supported"
 msgstr ""
 
 #. TRANSLATORS: Service offline
-#: locale/ipp-strings.c:1070
 msgid "job-state-reasons.service-off-line"
 msgstr ""
 
 #. TRANSLATORS: Submission Interrupted
-#: locale/ipp-strings.c:1072
 msgid "job-state-reasons.submission-interrupted"
 msgstr ""
 
 #. TRANSLATORS: Unsupported Attributes Or Values
-#: locale/ipp-strings.c:1074
 msgid "job-state-reasons.unsupported-attributes-or-values"
 msgstr ""
 
 #. TRANSLATORS: Unsupported Compression
-#: locale/ipp-strings.c:1076
 msgid "job-state-reasons.unsupported-compression"
 msgstr ""
 
 #. TRANSLATORS: Unsupported Document Format
-#: locale/ipp-strings.c:1078
 msgid "job-state-reasons.unsupported-document-format"
 msgstr ""
 
 #. TRANSLATORS: Waiting For User Action
-#: locale/ipp-strings.c:1080
 msgid "job-state-reasons.waiting-for-user-action"
 msgstr ""
 
 #. TRANSLATORS: Warnings Detected
-#: locale/ipp-strings.c:1082
 msgid "job-state-reasons.warnings-detected"
 msgstr ""
 
 #. TRANSLATORS: Pending
-#: locale/ipp-strings.c:1084
 msgid "job-state.3"
 msgstr ""
 
 #. TRANSLATORS: Held
-#: locale/ipp-strings.c:1086
 msgid "job-state.4"
 msgstr ""
 
 #. TRANSLATORS: Processing
-#: locale/ipp-strings.c:1088
 msgid "job-state.5"
 msgstr ""
 
 #. TRANSLATORS: Stopped
-#: locale/ipp-strings.c:1090
 msgid "job-state.6"
 msgstr ""
 
 #. TRANSLATORS: Canceled
-#: locale/ipp-strings.c:1092
 msgid "job-state.7"
 msgstr ""
 
 #. TRANSLATORS: Aborted
-#: locale/ipp-strings.c:1094
 msgid "job-state.8"
 msgstr ""
 
 #. TRANSLATORS: Completed
-#: locale/ipp-strings.c:1096
 msgid "job-state.9"
 msgstr ""
 
 #. TRANSLATORS: Laminate Pages
-#: locale/ipp-strings.c:1098
 msgid "laminating"
 msgstr ""
 
 #. TRANSLATORS: Laminate
-#: locale/ipp-strings.c:1100
 msgid "laminating-sides"
 msgstr ""
 
 #. TRANSLATORS: Back Only
-#: locale/ipp-strings.c:1102
 msgid "laminating-sides.back"
 msgstr ""
 
 #. TRANSLATORS: Front and Back
-#: locale/ipp-strings.c:1104
 msgid "laminating-sides.both"
 msgstr ""
 
 #. TRANSLATORS: Front Only
-#: locale/ipp-strings.c:1106
 msgid "laminating-sides.front"
 msgstr ""
 
 #. TRANSLATORS: Type of Lamination
-#: locale/ipp-strings.c:1108
 msgid "laminating-type"
 msgstr ""
 
 #. TRANSLATORS: Archival
-#: locale/ipp-strings.c:1110
 msgid "laminating-type.archival"
 msgstr ""
 
 #. TRANSLATORS: Glossy
-#: locale/ipp-strings.c:1112
 msgid "laminating-type.glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss
-#: locale/ipp-strings.c:1114
 msgid "laminating-type.high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte
-#: locale/ipp-strings.c:1116
 msgid "laminating-type.matte"
 msgstr ""
 
 #. TRANSLATORS: Semi-gloss
-#: locale/ipp-strings.c:1118
 msgid "laminating-type.semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Translucent
-#: locale/ipp-strings.c:1120
 msgid "laminating-type.translucent"
 msgstr ""
 
 #. TRANSLATORS: Logo
-#: locale/ipp-strings.c:1122
 msgid "logo"
 msgstr ""
 
-#: systemv/lpadmin.c:123 systemv/lpadmin.c:374
 msgid "lpadmin: Class name can only contain printable characters."
 msgstr "lpadmin: Nazwa klasy może zawierać tylko drukowalne znaki."
 
-#: systemv/lpadmin.c:213
 #, c-format
 msgid "lpadmin: Expected PPD after \"-%c\" option."
 msgstr "lpadmin: Wymagane PPD po opcji \"-%c\"."
 
-#: systemv/lpadmin.c:455
 msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option."
 msgstr "lpadmin: Wymagane allow/deny:userlist po opcji \"-u\"."
 
-#: systemv/lpadmin.c:365
 msgid "lpadmin: Expected class after \"-r\" option."
 msgstr "lpadmin: Wymagana klasa po opcji \"-r\"."
 
-#: systemv/lpadmin.c:113
 msgid "lpadmin: Expected class name after \"-c\" option."
 msgstr "lpadmin: Wymagana nazwa klasy po opcji \"-c\"."
 
-#: systemv/lpadmin.c:549
 msgid "lpadmin: Expected description after \"-D\" option."
 msgstr "lpadmin: Wymagany opis po opcji \"-D\"."
 
-#: systemv/lpadmin.c:485
 msgid "lpadmin: Expected device URI after \"-v\" option."
 msgstr "lpadmin: Wymagany URI urządzenia po opcji \"-v\"."
 
-#: systemv/lpadmin.c:562
 msgid "lpadmin: Expected file type(s) after \"-I\" option."
 msgstr "lpadmin: Wymagany typ pliku(ów) po opcji \"-I\"."
 
-#: systemv/lpadmin.c:192
 msgid "lpadmin: Expected hostname after \"-h\" option."
 msgstr "lpadmin: Wymagana nazwa komputera po opcji \"-h\"."
 
-#: systemv/lpadmin.c:581
 msgid "lpadmin: Expected location after \"-L\" option."
 msgstr "lpadmin: Wymagana lokalizacja po opcji \"-L\"."
 
-#: systemv/lpadmin.c:278
 msgid "lpadmin: Expected model after \"-m\" option."
 msgstr "lpadmin: Wymagany model po opcji \"-m\"."
 
-#: systemv/lpadmin.c:413
 msgid "lpadmin: Expected name after \"-R\" option."
 msgstr "lpadmin: Wymagana nazwa po opcji \"-R\"."
 
-#: systemv/lpadmin.c:298
 msgid "lpadmin: Expected name=value after \"-o\" option."
 msgstr "lpadmin: Wymagana zmienna=wartość po opcji \"-o\"."
 
-#: systemv/lpadmin.c:318
 msgid "lpadmin: Expected printer after \"-p\" option."
 msgstr "lpadmin: Wymagana drukarka po opcji \"-p\"."
 
-#: systemv/lpadmin.c:155
 msgid "lpadmin: Expected printer name after \"-d\" option."
 msgstr "lpadmin: Wymagana nazwa drukarki po opcji \"-d\"."
 
-#: systemv/lpadmin.c:518
 msgid "lpadmin: Expected printer or class after \"-x\" option."
 msgstr "lpadmin: Wymagana drukarka lub klasa po opcji \"-x\"."
 
-#: systemv/lpadmin.c:947
 msgid "lpadmin: No member names were seen."
 msgstr "lpadmin: Brak nazw członków."
 
-#: systemv/lpadmin.c:741
 #, c-format
 msgid "lpadmin: Printer %s is already a member of class %s."
 msgstr "lpadmin: Drukarka %s jużjest członkiem klasy %s."
 
-#: systemv/lpadmin.c:961
 #, c-format
 msgid "lpadmin: Printer %s is not a member of class %s."
 msgstr "lpadmin: Drukarka %s nie jest członkiem klasy %s."
 
-#: systemv/lpadmin.c:626
-msgid "lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS."
-msgstr "lpadmin: Sterowniki drukarek są przestarzałę i przestaną być wspierane w nowszych wersjach CUPS."
+msgid ""
+"lpadmin: Printer drivers are deprecated and will stop working in a future "
+"version of CUPS."
+msgstr ""
+"lpadmin: Sterowniki drukarek są przestarzałę i przestaną być wspierane w "
+"nowszych wersjach CUPS."
 
-#: systemv/lpadmin.c:164 systemv/lpadmin.c:327 systemv/lpadmin.c:527
 msgid "lpadmin: Printer name can only contain printable characters."
 msgstr "lpadmin: Nazwa drukarki musi zawierać tylko drukowalne znaki."
 
-#: systemv/lpadmin.c:614
-msgid "lpadmin: Raw queues are deprecated and will stop working in a future version of CUPS."
-msgstr "lpadmin: Raw queues są przestarzałe i przestaną być wspierane w nowszych wersjach CUPS."
+msgid ""
+"lpadmin: Raw queues are deprecated and will stop working in a future version "
+"of CUPS."
+msgstr ""
+"lpadmin: Raw queues są przestarzałe i przestaną być wspierane w nowszych "
+"wersjach CUPS."
 
-#: systemv/lpadmin.c:612
 msgid "lpadmin: Raw queues are no longer supported on macOS."
 msgstr "lpadmin: Raw queues nie są wspierane na macOS."
 
-#: systemv/lpadmin.c:231
-msgid "lpadmin: System V interface scripts are no longer supported for security reasons."
-msgstr "lpadmin: Skrypty interfejsu System V nie są wspierane ze względów bezpieczeństwa."
+msgid ""
+"lpadmin: System V interface scripts are no longer supported for security "
+"reasons."
+msgstr ""
+"lpadmin: Skrypty interfejsu System V nie są wspierane ze względów "
+"bezpieczeństwa."
 
-#: systemv/lpadmin.c:97
 msgid ""
 "lpadmin: Unable to add a printer to the class:\n"
 "         You must specify a printer name first."
@@ -10114,18 +7911,13 @@ msgstr ""
 "lpadmin: Nie można dodać drukarki do klasy:\n"
 "         Trzeba podać najpierw nazwę drukarki."
 
-#: systemv/lpadmin.c:89 systemv/lpadmin.c:139 systemv/lpadmin.c:257
-#: systemv/lpadmin.c:340 systemv/lpadmin.c:389 systemv/lpadmin.c:501
-#: systemv/lpadmin.c:645
 #, c-format
 msgid "lpadmin: Unable to connect to server: %s"
 msgstr "lpadmin: Nie mogę połączyć się z serwerem: %s"
 
-#: systemv/lpadmin.c:1332
 msgid "lpadmin: Unable to create temporary file"
 msgstr "lpadmin: Nie mogę utworzyć pliku tymczasowego"
 
-#: systemv/lpadmin.c:397
 msgid ""
 "lpadmin: Unable to delete option:\n"
 "         You must specify a printer name first."
@@ -10133,17 +7925,14 @@ msgstr ""
 "lpadmin: Nie można usunąć opcji:\n"
 "         Trzeba najpierw podać nazwę drukarki."
 
-#: systemv/lpadmin.c:1338
 #, c-format
 msgid "lpadmin: Unable to open PPD \"%s\": %s"
 msgstr "lpadmin: Nie mogę otworzyć PPD \"%s\": %s"
 
-#: systemv/lpadmin.c:1323
 #, c-format
 msgid "lpadmin: Unable to open PPD \"%s\": %s on line %d."
 msgstr "lpadmin: Nie mogę otworzyć PPD \"%s\": %s w linii %d."
 
-#: systemv/lpadmin.c:349
 msgid ""
 "lpadmin: Unable to remove a printer from the class:\n"
 "         You must specify a printer name first."
@@ -10151,7 +7940,6 @@ msgstr ""
 "lpadmin: Nie można usunąć drukarki z klasy:\n"
 "         Trzeba najpierw podać nazwę drukarki."
 
-#: systemv/lpadmin.c:634
 msgid ""
 "lpadmin: Unable to set the printer options:\n"
 "         You must specify a printer name first."
@@ -10159,9065 +7947,7281 @@ msgstr ""
 "lpadmin: Nie można ustawić opcji drukarki:\n"
 "         Trzeba najpierw podać nazwę drukarki."
 
-#: systemv/lpadmin.c:468
 #, c-format
 msgid "lpadmin: Unknown allow/deny option \"%s\"."
 msgstr "lpadmin: Nieznana opcja allow/deny \"%s\"."
 
-#: systemv/lpadmin.c:597
 #, c-format
 msgid "lpadmin: Unknown argument \"%s\"."
 msgstr "lpadmin: Nieznany argument \"%s\"."
 
-#: systemv/lpadmin.c:590
 #, c-format
 msgid "lpadmin: Unknown option \"%c\"."
 msgstr "lpadmin: Nieznana opcja \"%c\"."
 
-#: systemv/lpadmin.c:618
 msgid "lpadmin: Use the 'everywhere' model for shared printers."
 msgstr "lpadmin: Użyj modelu 'everywhere' dla udostępnionych drukarek."
 
-#: systemv/lpadmin.c:566
 msgid "lpadmin: Warning - content type list ignored."
 msgstr "lpadmin: Ostrzeżenie - lista typów zawartości zignorowana."
 
-#: berkeley/lpc.c:63 berkeley/lpc.c:91 berkeley/lpc.c:127
 msgid "lpc> "
 msgstr ""
 
-#: systemv/lpinfo.c:81
 msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"."
 msgstr "lpinfo: Wymagany identyfikator urządzenia 1284 po \"--device-id\"."
 
-#: systemv/lpinfo.c:130
 msgid "lpinfo: Expected language after \"--language\"."
 msgstr "lpinfo: Wymagana nazwa języka po \"--language\"."
 
-#: systemv/lpinfo.c:145
 msgid "lpinfo: Expected make and model after \"--make-and-model\"."
 msgstr "lpinfo: Wymagany nazwa modelu po \"--make-and-model\"."
 
-#: systemv/lpinfo.c:160
 msgid "lpinfo: Expected product string after \"--product\"."
 msgstr "lpinfo: Wymagana nazwa produktu po \"--product\"."
 
-#: systemv/lpinfo.c:97
 msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"."
 msgstr "lpinfo: Wymagana lista schematów po \"--exclude-schemes\"."
 
-#: systemv/lpinfo.c:115
 msgid "lpinfo: Expected scheme list after \"--include-schemes\"."
 msgstr "lpinfo: Wymagana lista schematów po \"--include-schemes\"."
 
-#: systemv/lpinfo.c:175
 msgid "lpinfo: Expected timeout after \"--timeout\"."
 msgstr "lpinfo: Wymagany limit czasu po \"--timeout\"."
 
-#: systemv/lpmove.c:125
 #, c-format
 msgid "lpmove: Unable to connect to server: %s"
 msgstr "lpmove: Nie mogę połączyć się z serwerem: %s"
 
-#: systemv/lpmove.c:113
 #, c-format
 msgid "lpmove: Unknown argument \"%s\"."
 msgstr "lpmove: Nieznany argument: \"%s\"."
 
-#: systemv/lpoptions.c:149 systemv/lpoptions.c:167 systemv/lpoptions.c:246
 msgid "lpoptions: No printers."
 msgstr "lpoptions: Brak drukarek."
 
-#: systemv/lpoptions.c:223
 #, c-format
 msgid "lpoptions: Unable to add printer or instance: %s"
 msgstr "lpoptions: Nie mogę dodać drukarki lub instancji: %s"
 
-#: systemv/lpoptions.c:492 systemv/lpoptions.c:501
 #, c-format
 msgid "lpoptions: Unable to get PPD file for %s: %s"
 msgstr "lpoptions: Nie mogę pobrać pliku PPD dla %s: %s"
 
-#: systemv/lpoptions.c:511
 #, c-format
 msgid "lpoptions: Unable to open PPD file for %s."
 msgstr "lpoptions: Nie mogę otworzyć pliku PPD dla %s."
 
-#: systemv/lpoptions.c:95
 msgid "lpoptions: Unknown printer or class."
 msgstr "lpoptions: Nieznana drukarka lub klasa."
 
-#: systemv/lpstat.c:1110
 #, c-format
-msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"."
-msgstr "lpstat: błąd - zmienna środowiskowa %s wskazuje niestniejącą destynację \"%s\"."
+msgid ""
+"lpstat: error - %s environment variable names non-existent destination \"%s"
+"\"."
+msgstr ""
+"lpstat: błąd - zmienna środowiskowa %s wskazuje niestniejącą destynację \"%s"
+"\"."
 
 #. TRANSLATORS: Amount of Material
-#: locale/ipp-strings.c:1124
 msgid "material-amount"
 msgstr ""
 
 #. TRANSLATORS: Amount Units
-#: locale/ipp-strings.c:1126
 msgid "material-amount-units"
 msgstr ""
 
 #. TRANSLATORS: Grams
-#: locale/ipp-strings.c:1128
 msgid "material-amount-units.g"
 msgstr ""
 
 #. TRANSLATORS: Kilograms
-#: locale/ipp-strings.c:1130
 msgid "material-amount-units.kg"
 msgstr ""
 
 #. TRANSLATORS: Liters
-#: locale/ipp-strings.c:1132
 msgid "material-amount-units.l"
 msgstr ""
 
 #. TRANSLATORS: Meters
-#: locale/ipp-strings.c:1134
 msgid "material-amount-units.m"
 msgstr ""
 
 #. TRANSLATORS: Milliliters
-#: locale/ipp-strings.c:1136
 msgid "material-amount-units.ml"
 msgstr ""
 
 #. TRANSLATORS: Millimeters
-#: locale/ipp-strings.c:1138
 msgid "material-amount-units.mm"
 msgstr ""
 
 #. TRANSLATORS: Material Color
-#: locale/ipp-strings.c:1140
 msgid "material-color"
 msgstr ""
 
 #. TRANSLATORS: Material Diameter
-#: locale/ipp-strings.c:1142
 msgid "material-diameter"
 msgstr ""
 
 #. TRANSLATORS: Material Diameter Tolerance
-#: locale/ipp-strings.c:1144
 msgid "material-diameter-tolerance"
 msgstr ""
 
 #. TRANSLATORS: Material Fill Density
-#: locale/ipp-strings.c:1146
 msgid "material-fill-density"
 msgstr ""
 
 #. TRANSLATORS: Material Name
-#: locale/ipp-strings.c:1148
 msgid "material-name"
 msgstr ""
 
 #. TRANSLATORS: Material Nozzle Diameter
-#: locale/ipp-strings.c:1150
 msgid "material-nozzle-diameter"
 msgstr ""
 
 #. TRANSLATORS: Use Material For
-#: locale/ipp-strings.c:1152
 msgid "material-purpose"
 msgstr ""
 
 #. TRANSLATORS: Everything
-#: locale/ipp-strings.c:1154
 msgid "material-purpose.all"
 msgstr ""
 
 #. TRANSLATORS: Base
-#: locale/ipp-strings.c:1156
 msgid "material-purpose.base"
 msgstr ""
 
 #. TRANSLATORS: In-fill
-#: locale/ipp-strings.c:1158
 msgid "material-purpose.in-fill"
 msgstr ""
 
 #. TRANSLATORS: Shell
-#: locale/ipp-strings.c:1160
 msgid "material-purpose.shell"
 msgstr ""
 
 #. TRANSLATORS: Supports
-#: locale/ipp-strings.c:1162
 msgid "material-purpose.support"
 msgstr ""
 
 #. TRANSLATORS: Feed Rate
-#: locale/ipp-strings.c:1164
 msgid "material-rate"
 msgstr ""
 
 #. TRANSLATORS: Feed Rate Units
-#: locale/ipp-strings.c:1166
 msgid "material-rate-units"
 msgstr ""
 
 #. TRANSLATORS: Milligrams per second
-#: locale/ipp-strings.c:1168
 msgid "material-rate-units.mg_second"
 msgstr ""
 
 #. TRANSLATORS: Milliliters per second
-#: locale/ipp-strings.c:1170
 msgid "material-rate-units.ml_second"
 msgstr ""
 
 #. TRANSLATORS: Millimeters per second
-#: locale/ipp-strings.c:1172
 msgid "material-rate-units.mm_second"
 msgstr ""
 
 #. TRANSLATORS: Material Retraction
-#: locale/ipp-strings.c:1174
 msgid "material-retraction"
 msgstr ""
 
 #. TRANSLATORS: Material Shell Thickness
-#: locale/ipp-strings.c:1176
 msgid "material-shell-thickness"
 msgstr ""
 
 #. TRANSLATORS: Material Temperature
-#: locale/ipp-strings.c:1178
 msgid "material-temperature"
 msgstr ""
 
 #. TRANSLATORS: Material Type
-#: locale/ipp-strings.c:1180
 msgid "material-type"
 msgstr ""
 
 #. TRANSLATORS: ABS
-#: locale/ipp-strings.c:1182
 msgid "material-type.abs"
 msgstr ""
 
 #. TRANSLATORS: Carbon Fiber ABS
-#: locale/ipp-strings.c:1184
 msgid "material-type.abs-carbon-fiber"
 msgstr ""
 
 #. TRANSLATORS: Carbon Nanotube ABS
-#: locale/ipp-strings.c:1186
 msgid "material-type.abs-carbon-nanotube"
 msgstr ""
 
 #. TRANSLATORS: Chocolate
-#: locale/ipp-strings.c:1188
 msgid "material-type.chocolate"
 msgstr ""
 
 #. TRANSLATORS: Gold
-#: locale/ipp-strings.c:1190
 msgid "material-type.gold"
 msgstr ""
 
 #. TRANSLATORS: Nylon
-#: locale/ipp-strings.c:1192
 msgid "material-type.nylon"
 msgstr ""
 
 #. TRANSLATORS: Pet
-#: locale/ipp-strings.c:1194
 msgid "material-type.pet"
 msgstr ""
 
 #. TRANSLATORS: Photopolymer
-#: locale/ipp-strings.c:1196
 msgid "material-type.photopolymer"
 msgstr ""
 
 #. TRANSLATORS: PLA
-#: locale/ipp-strings.c:1198
 msgid "material-type.pla"
 msgstr ""
 
 #. TRANSLATORS: Conductive PLA
-#: locale/ipp-strings.c:1200
 msgid "material-type.pla-conductive"
 msgstr ""
 
 #. TRANSLATORS: Pla Dissolvable
-#: locale/ipp-strings.c:1202
 msgid "material-type.pla-dissolvable"
 msgstr ""
 
 #. TRANSLATORS: Flexible PLA
-#: locale/ipp-strings.c:1204
 msgid "material-type.pla-flexible"
 msgstr ""
 
 #. TRANSLATORS: Magnetic PLA
-#: locale/ipp-strings.c:1206
 msgid "material-type.pla-magnetic"
 msgstr ""
 
 #. TRANSLATORS: Steel PLA
-#: locale/ipp-strings.c:1208
 msgid "material-type.pla-steel"
 msgstr ""
 
 #. TRANSLATORS: Stone PLA
-#: locale/ipp-strings.c:1210
 msgid "material-type.pla-stone"
 msgstr ""
 
 #. TRANSLATORS: Wood PLA
-#: locale/ipp-strings.c:1212
 msgid "material-type.pla-wood"
 msgstr ""
 
 #. TRANSLATORS: Polycarbonate
-#: locale/ipp-strings.c:1214
 msgid "material-type.polycarbonate"
 msgstr ""
 
 #. TRANSLATORS: Dissolvable PVA
-#: locale/ipp-strings.c:1216
 msgid "material-type.pva-dissolvable"
 msgstr ""
 
 #. TRANSLATORS: Silver
-#: locale/ipp-strings.c:1218
 msgid "material-type.silver"
 msgstr ""
 
 #. TRANSLATORS: Titanium
-#: locale/ipp-strings.c:1220
 msgid "material-type.titanium"
 msgstr ""
 
 #. TRANSLATORS: Wax
-#: locale/ipp-strings.c:1222
 msgid "material-type.wax"
 msgstr ""
 
 #. TRANSLATORS: Materials
-#: locale/ipp-strings.c:1224
 msgid "materials-col"
 msgstr ""
 
 #. TRANSLATORS: Media
-#: locale/ipp-strings.c:1226
 msgid "media"
 msgstr ""
 
 #. TRANSLATORS: Back Coating of Media
-#: locale/ipp-strings.c:1228
 msgid "media-back-coating"
 msgstr ""
 
 #. TRANSLATORS: Glossy
-#: locale/ipp-strings.c:1230
 msgid "media-back-coating.glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss
-#: locale/ipp-strings.c:1232
 msgid "media-back-coating.high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte
-#: locale/ipp-strings.c:1234
 msgid "media-back-coating.matte"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:1236
 msgid "media-back-coating.none"
 msgstr ""
 
 #. TRANSLATORS: Satin
-#: locale/ipp-strings.c:1238
 msgid "media-back-coating.satin"
 msgstr ""
 
 #. TRANSLATORS: Semi-gloss
-#: locale/ipp-strings.c:1240
 msgid "media-back-coating.semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Media Bottom Margin
-#: locale/ipp-strings.c:1242
 msgid "media-bottom-margin"
 msgstr ""
 
 #. TRANSLATORS: Media
-#: locale/ipp-strings.c:1244
 msgid "media-col"
 msgstr ""
 
 #. TRANSLATORS: Media Color
-#: locale/ipp-strings.c:1246
 msgid "media-color"
 msgstr ""
 
 #. TRANSLATORS: Black
-#: locale/ipp-strings.c:1248
 msgid "media-color.black"
 msgstr ""
 
 #. TRANSLATORS: Blue
-#: locale/ipp-strings.c:1250
 msgid "media-color.blue"
 msgstr ""
 
 #. TRANSLATORS: Brown
-#: locale/ipp-strings.c:1252
 msgid "media-color.brown"
 msgstr ""
 
 #. TRANSLATORS: Buff
-#: locale/ipp-strings.c:1254
 msgid "media-color.buff"
 msgstr ""
 
 #. TRANSLATORS: Clear Black
-#: locale/ipp-strings.c:1256
 msgid "media-color.clear-black"
 msgstr ""
 
 #. TRANSLATORS: Clear Blue
-#: locale/ipp-strings.c:1258
 msgid "media-color.clear-blue"
 msgstr ""
 
 #. TRANSLATORS: Clear Brown
-#: locale/ipp-strings.c:1260
 msgid "media-color.clear-brown"
 msgstr ""
 
 #. TRANSLATORS: Clear Buff
-#: locale/ipp-strings.c:1262
 msgid "media-color.clear-buff"
 msgstr ""
 
 #. TRANSLATORS: Clear Cyan
-#: locale/ipp-strings.c:1264
 msgid "media-color.clear-cyan"
 msgstr ""
 
 #. TRANSLATORS: Clear Gold
-#: locale/ipp-strings.c:1266
 msgid "media-color.clear-gold"
 msgstr ""
 
 #. TRANSLATORS: Clear Goldenrod
-#: locale/ipp-strings.c:1268
 msgid "media-color.clear-goldenrod"
 msgstr ""
 
 #. TRANSLATORS: Clear Gray
-#: locale/ipp-strings.c:1270
 msgid "media-color.clear-gray"
 msgstr ""
 
 #. TRANSLATORS: Clear Green
-#: locale/ipp-strings.c:1272
 msgid "media-color.clear-green"
 msgstr ""
 
 #. TRANSLATORS: Clear Ivory
-#: locale/ipp-strings.c:1274
 msgid "media-color.clear-ivory"
 msgstr ""
 
 #. TRANSLATORS: Clear Magenta
-#: locale/ipp-strings.c:1276
 msgid "media-color.clear-magenta"
 msgstr ""
 
 #. TRANSLATORS: Clear Multi Color
-#: locale/ipp-strings.c:1278
 msgid "media-color.clear-multi-color"
 msgstr ""
 
 #. TRANSLATORS: Clear Mustard
-#: locale/ipp-strings.c:1280
 msgid "media-color.clear-mustard"
 msgstr ""
 
 #. TRANSLATORS: Clear Orange
-#: locale/ipp-strings.c:1282
 msgid "media-color.clear-orange"
 msgstr ""
 
 #. TRANSLATORS: Clear Pink
-#: locale/ipp-strings.c:1284
 msgid "media-color.clear-pink"
 msgstr ""
 
 #. TRANSLATORS: Clear Red
-#: locale/ipp-strings.c:1286
 msgid "media-color.clear-red"
 msgstr ""
 
 #. TRANSLATORS: Clear Silver
-#: locale/ipp-strings.c:1288
 msgid "media-color.clear-silver"
 msgstr ""
 
 #. TRANSLATORS: Clear Turquoise
-#: locale/ipp-strings.c:1290
 msgid "media-color.clear-turquoise"
 msgstr ""
 
 #. TRANSLATORS: Clear Violet
-#: locale/ipp-strings.c:1292
 msgid "media-color.clear-violet"
 msgstr ""
 
 #. TRANSLATORS: Clear White
-#: locale/ipp-strings.c:1294
 msgid "media-color.clear-white"
 msgstr ""
 
 #. TRANSLATORS: Clear Yellow
-#: locale/ipp-strings.c:1296
 msgid "media-color.clear-yellow"
 msgstr ""
 
 #. TRANSLATORS: Cyan
-#: locale/ipp-strings.c:1298
 msgid "media-color.cyan"
 msgstr ""
 
 #. TRANSLATORS: Dark Blue
-#: locale/ipp-strings.c:1300
 msgid "media-color.dark-blue"
 msgstr ""
 
 #. TRANSLATORS: Dark Brown
-#: locale/ipp-strings.c:1302
 msgid "media-color.dark-brown"
 msgstr ""
 
 #. TRANSLATORS: Dark Buff
-#: locale/ipp-strings.c:1304
 msgid "media-color.dark-buff"
 msgstr ""
 
 #. TRANSLATORS: Dark Cyan
-#: locale/ipp-strings.c:1306
 msgid "media-color.dark-cyan"
 msgstr ""
 
 #. TRANSLATORS: Dark Gold
-#: locale/ipp-strings.c:1308
 msgid "media-color.dark-gold"
 msgstr ""
 
 #. TRANSLATORS: Dark Goldenrod
-#: locale/ipp-strings.c:1310
 msgid "media-color.dark-goldenrod"
 msgstr ""
 
 #. TRANSLATORS: Dark Gray
-#: locale/ipp-strings.c:1312
 msgid "media-color.dark-gray"
 msgstr ""
 
 #. TRANSLATORS: Dark Green
-#: locale/ipp-strings.c:1314
 msgid "media-color.dark-green"
 msgstr ""
 
 #. TRANSLATORS: Dark Ivory
-#: locale/ipp-strings.c:1316
 msgid "media-color.dark-ivory"
 msgstr ""
 
 #. TRANSLATORS: Dark Magenta
-#: locale/ipp-strings.c:1318
 msgid "media-color.dark-magenta"
 msgstr ""
 
 #. TRANSLATORS: Dark Mustard
-#: locale/ipp-strings.c:1320
 msgid "media-color.dark-mustard"
 msgstr ""
 
 #. TRANSLATORS: Dark Orange
-#: locale/ipp-strings.c:1322
 msgid "media-color.dark-orange"
 msgstr ""
 
 #. TRANSLATORS: Dark Pink
-#: locale/ipp-strings.c:1324
 msgid "media-color.dark-pink"
 msgstr ""
 
 #. TRANSLATORS: Dark Red
-#: locale/ipp-strings.c:1326
 msgid "media-color.dark-red"
 msgstr ""
 
 #. TRANSLATORS: Dark Silver
-#: locale/ipp-strings.c:1328
 msgid "media-color.dark-silver"
 msgstr ""
 
 #. TRANSLATORS: Dark Turquoise
-#: locale/ipp-strings.c:1330
 msgid "media-color.dark-turquoise"
 msgstr ""
 
 #. TRANSLATORS: Dark Violet
-#: locale/ipp-strings.c:1332
 msgid "media-color.dark-violet"
 msgstr ""
 
 #. TRANSLATORS: Dark Yellow
-#: locale/ipp-strings.c:1334
 msgid "media-color.dark-yellow"
 msgstr ""
 
 #. TRANSLATORS: Gold
-#: locale/ipp-strings.c:1336
 msgid "media-color.gold"
 msgstr ""
 
 #. TRANSLATORS: Goldenrod
-#: locale/ipp-strings.c:1338
 msgid "media-color.goldenrod"
 msgstr ""
 
 #. TRANSLATORS: Gray
-#: locale/ipp-strings.c:1340
 msgid "media-color.gray"
 msgstr ""
 
 #. TRANSLATORS: Green
-#: locale/ipp-strings.c:1342
 msgid "media-color.green"
 msgstr ""
 
 #. TRANSLATORS: Ivory
-#: locale/ipp-strings.c:1344
 msgid "media-color.ivory"
 msgstr ""
 
 #. TRANSLATORS: Light Black
-#: locale/ipp-strings.c:1346
 msgid "media-color.light-black"
 msgstr ""
 
 #. TRANSLATORS: Light Blue
-#: locale/ipp-strings.c:1348
 msgid "media-color.light-blue"
 msgstr ""
 
 #. TRANSLATORS: Light Brown
-#: locale/ipp-strings.c:1350
 msgid "media-color.light-brown"
 msgstr ""
 
 #. TRANSLATORS: Light Buff
-#: locale/ipp-strings.c:1352
 msgid "media-color.light-buff"
 msgstr ""
 
 #. TRANSLATORS: Light Cyan
-#: locale/ipp-strings.c:1354
 msgid "media-color.light-cyan"
 msgstr ""
 
 #. TRANSLATORS: Light Gold
-#: locale/ipp-strings.c:1356
 msgid "media-color.light-gold"
 msgstr ""
 
 #. TRANSLATORS: Light Goldenrod
-#: locale/ipp-strings.c:1358
 msgid "media-color.light-goldenrod"
 msgstr ""
 
 #. TRANSLATORS: Light Gray
-#: locale/ipp-strings.c:1360
 msgid "media-color.light-gray"
 msgstr ""
 
 #. TRANSLATORS: Light Green
-#: locale/ipp-strings.c:1362
 msgid "media-color.light-green"
 msgstr ""
 
 #. TRANSLATORS: Light Ivory
-#: locale/ipp-strings.c:1364
 msgid "media-color.light-ivory"
 msgstr ""
 
 #. TRANSLATORS: Light Magenta
-#: locale/ipp-strings.c:1366
 msgid "media-color.light-magenta"
 msgstr ""
 
 #. TRANSLATORS: Light Mustard
-#: locale/ipp-strings.c:1368
 msgid "media-color.light-mustard"
 msgstr ""
 
 #. TRANSLATORS: Light Orange
-#: locale/ipp-strings.c:1370
 msgid "media-color.light-orange"
 msgstr ""
 
 #. TRANSLATORS: Light Pink
-#: locale/ipp-strings.c:1372
 msgid "media-color.light-pink"
 msgstr ""
 
 #. TRANSLATORS: Light Red
-#: locale/ipp-strings.c:1374
 msgid "media-color.light-red"
 msgstr ""
 
 #. TRANSLATORS: Light Silver
-#: locale/ipp-strings.c:1376
 msgid "media-color.light-silver"
 msgstr ""
 
 #. TRANSLATORS: Light Turquoise
-#: locale/ipp-strings.c:1378
 msgid "media-color.light-turquoise"
 msgstr ""
 
 #. TRANSLATORS: Light Violet
-#: locale/ipp-strings.c:1380
 msgid "media-color.light-violet"
 msgstr ""
 
 #. TRANSLATORS: Light Yellow
-#: locale/ipp-strings.c:1382
 msgid "media-color.light-yellow"
 msgstr ""
 
 #. TRANSLATORS: Magenta
-#: locale/ipp-strings.c:1384
 msgid "media-color.magenta"
 msgstr ""
 
 #. TRANSLATORS: Multi-color
-#: locale/ipp-strings.c:1386
 msgid "media-color.multi-color"
 msgstr ""
 
 #. TRANSLATORS: Mustard
-#: locale/ipp-strings.c:1388
 msgid "media-color.mustard"
 msgstr ""
 
 #. TRANSLATORS: No Color
-#: locale/ipp-strings.c:1390
 msgid "media-color.no-color"
 msgstr ""
 
 #. TRANSLATORS: Orange
-#: locale/ipp-strings.c:1392
 msgid "media-color.orange"
 msgstr ""
 
 #. TRANSLATORS: Pink
-#: locale/ipp-strings.c:1394
 msgid "media-color.pink"
 msgstr ""
 
 #. TRANSLATORS: Red
-#: locale/ipp-strings.c:1396
 msgid "media-color.red"
 msgstr ""
 
 #. TRANSLATORS: Silver
-#: locale/ipp-strings.c:1398
 msgid "media-color.silver"
 msgstr ""
 
 #. TRANSLATORS: Turquoise
-#: locale/ipp-strings.c:1400
 msgid "media-color.turquoise"
 msgstr ""
 
 #. TRANSLATORS: Violet
-#: locale/ipp-strings.c:1402
 msgid "media-color.violet"
 msgstr ""
 
 #. TRANSLATORS: White
-#: locale/ipp-strings.c:1404
 msgid "media-color.white"
 msgstr ""
 
 #. TRANSLATORS: Yellow
-#: locale/ipp-strings.c:1406
 msgid "media-color.yellow"
 msgstr ""
 
 #. TRANSLATORS: Front Coating of Media
-#: locale/ipp-strings.c:1408
 msgid "media-front-coating"
 msgstr ""
 
 #. TRANSLATORS: Media Grain
-#: locale/ipp-strings.c:1410
 msgid "media-grain"
 msgstr ""
 
 #. TRANSLATORS: Cross-Feed Direction
-#: locale/ipp-strings.c:1412
 msgid "media-grain.x-direction"
 msgstr ""
 
 #. TRANSLATORS: Feed Direction
-#: locale/ipp-strings.c:1414
 msgid "media-grain.y-direction"
 msgstr ""
 
 #. TRANSLATORS: Media Hole Count
-#: locale/ipp-strings.c:1416
 msgid "media-hole-count"
 msgstr ""
 
 #. TRANSLATORS: Media Info
-#: locale/ipp-strings.c:1418
 msgid "media-info"
 msgstr ""
 
 #. TRANSLATORS: Force Media
-#: locale/ipp-strings.c:1420
 msgid "media-input-tray-check"
 msgstr ""
 
 #. TRANSLATORS: Media Left Margin
-#: locale/ipp-strings.c:1422
 msgid "media-left-margin"
 msgstr ""
 
 #. TRANSLATORS: Pre-printed Media
-#: locale/ipp-strings.c:1424
 msgid "media-pre-printed"
 msgstr ""
 
 #. TRANSLATORS: Blank
-#: locale/ipp-strings.c:1426
 msgid "media-pre-printed.blank"
 msgstr ""
 
 #. TRANSLATORS: Letterhead
-#: locale/ipp-strings.c:1428
 msgid "media-pre-printed.letter-head"
 msgstr ""
 
 #. TRANSLATORS: Pre-printed
-#: locale/ipp-strings.c:1430
 msgid "media-pre-printed.pre-printed"
 msgstr ""
 
 #. TRANSLATORS: Recycled Media
-#: locale/ipp-strings.c:1432
 msgid "media-recycled"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:1434
 msgid "media-recycled.none"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:1436
 msgid "media-recycled.standard"
 msgstr ""
 
 #. TRANSLATORS: Media Right Margin
-#: locale/ipp-strings.c:1438
 msgid "media-right-margin"
 msgstr ""
 
 #. TRANSLATORS: Media Dimensions
-#: locale/ipp-strings.c:1440
 msgid "media-size"
 msgstr ""
 
 #. TRANSLATORS: Media Name
-#: locale/ipp-strings.c:1442
 msgid "media-size-name"
 msgstr ""
 
 #. TRANSLATORS: Media Source
-#: locale/ipp-strings.c:1444
 msgid "media-source"
 msgstr ""
 
 #. TRANSLATORS: Alternate
-#: locale/ipp-strings.c:1446
 msgid "media-source.alternate"
 msgstr ""
 
 #. TRANSLATORS: Alternate Roll
-#: locale/ipp-strings.c:1448
 msgid "media-source.alternate-roll"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:1450
 msgid "media-source.auto"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:1452
 msgid "media-source.bottom"
 msgstr ""
 
 #. TRANSLATORS: By-pass Tray
-#: locale/ipp-strings.c:1454
 msgid "media-source.by-pass-tray"
 msgstr ""
 
 #. TRANSLATORS: Center
-#: locale/ipp-strings.c:1456
 msgid "media-source.center"
 msgstr ""
 
 #. TRANSLATORS: Disc
-#: locale/ipp-strings.c:1458
 msgid "media-source.disc"
 msgstr ""
 
 #. TRANSLATORS: Envelope
-#: locale/ipp-strings.c:1460
 msgid "media-source.envelope"
 msgstr ""
 
 #. TRANSLATORS: Hagaki
-#: locale/ipp-strings.c:1462
 msgid "media-source.hagaki"
 msgstr ""
 
 #. TRANSLATORS: Large Capacity
-#: locale/ipp-strings.c:1464
 msgid "media-source.large-capacity"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:1466
 msgid "media-source.left"
 msgstr ""
 
 #. TRANSLATORS: Main
-#: locale/ipp-strings.c:1468
 msgid "media-source.main"
 msgstr ""
 
 #. TRANSLATORS: Main Roll
-#: locale/ipp-strings.c:1470
 msgid "media-source.main-roll"
 msgstr ""
 
 #. TRANSLATORS: Manual
-#: locale/ipp-strings.c:1472
 msgid "media-source.manual"
 msgstr ""
 
 #. TRANSLATORS: Middle
-#: locale/ipp-strings.c:1474
 msgid "media-source.middle"
 msgstr ""
 
 #. TRANSLATORS: Photo
-#: locale/ipp-strings.c:1476
 msgid "media-source.photo"
 msgstr ""
 
 #. TRANSLATORS: Rear
-#: locale/ipp-strings.c:1478
 msgid "media-source.rear"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:1480
 msgid "media-source.right"
 msgstr ""
 
 #. TRANSLATORS: Roll 1
-#: locale/ipp-strings.c:1482
 msgid "media-source.roll-1"
 msgstr ""
 
 #. TRANSLATORS: Roll 10
-#: locale/ipp-strings.c:1484
 msgid "media-source.roll-10"
 msgstr ""
 
 #. TRANSLATORS: Roll 2
-#: locale/ipp-strings.c:1486
 msgid "media-source.roll-2"
 msgstr ""
 
 #. TRANSLATORS: Roll 3
-#: locale/ipp-strings.c:1488
 msgid "media-source.roll-3"
 msgstr ""
 
 #. TRANSLATORS: Roll 4
-#: locale/ipp-strings.c:1490
 msgid "media-source.roll-4"
 msgstr ""
 
 #. TRANSLATORS: Roll 5
-#: locale/ipp-strings.c:1492
 msgid "media-source.roll-5"
 msgstr ""
 
 #. TRANSLATORS: Roll 6
-#: locale/ipp-strings.c:1494
 msgid "media-source.roll-6"
 msgstr ""
 
 #. TRANSLATORS: Roll 7
-#: locale/ipp-strings.c:1496
 msgid "media-source.roll-7"
 msgstr ""
 
 #. TRANSLATORS: Roll 8
-#: locale/ipp-strings.c:1498
 msgid "media-source.roll-8"
 msgstr ""
 
 #. TRANSLATORS: Roll 9
-#: locale/ipp-strings.c:1500
 msgid "media-source.roll-9"
 msgstr ""
 
 #. TRANSLATORS: Side
-#: locale/ipp-strings.c:1502
 msgid "media-source.side"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:1504
 msgid "media-source.top"
 msgstr ""
 
 #. TRANSLATORS: Tray 1
-#: locale/ipp-strings.c:1506
 msgid "media-source.tray-1"
 msgstr ""
 
 #. TRANSLATORS: Tray 10
-#: locale/ipp-strings.c:1508
 msgid "media-source.tray-10"
 msgstr ""
 
 #. TRANSLATORS: Tray 11
-#: locale/ipp-strings.c:1510
 msgid "media-source.tray-11"
 msgstr ""
 
 #. TRANSLATORS: Tray 12
-#: locale/ipp-strings.c:1512
 msgid "media-source.tray-12"
 msgstr ""
 
 #. TRANSLATORS: Tray 13
-#: locale/ipp-strings.c:1514
 msgid "media-source.tray-13"
 msgstr ""
 
 #. TRANSLATORS: Tray 14
-#: locale/ipp-strings.c:1516
 msgid "media-source.tray-14"
 msgstr ""
 
 #. TRANSLATORS: Tray 15
-#: locale/ipp-strings.c:1518
 msgid "media-source.tray-15"
 msgstr ""
 
 #. TRANSLATORS: Tray 16
-#: locale/ipp-strings.c:1520
 msgid "media-source.tray-16"
 msgstr ""
 
 #. TRANSLATORS: Tray 17
-#: locale/ipp-strings.c:1522
 msgid "media-source.tray-17"
 msgstr ""
 
 #. TRANSLATORS: Tray 18
-#: locale/ipp-strings.c:1524
 msgid "media-source.tray-18"
 msgstr ""
 
 #. TRANSLATORS: Tray 19
-#: locale/ipp-strings.c:1526
 msgid "media-source.tray-19"
 msgstr ""
 
 #. TRANSLATORS: Tray 2
-#: locale/ipp-strings.c:1528
 msgid "media-source.tray-2"
 msgstr ""
 
 #. TRANSLATORS: Tray 20
-#: locale/ipp-strings.c:1530
 msgid "media-source.tray-20"
 msgstr ""
 
 #. TRANSLATORS: Tray 3
-#: locale/ipp-strings.c:1532
 msgid "media-source.tray-3"
 msgstr ""
 
 #. TRANSLATORS: Tray 4
-#: locale/ipp-strings.c:1534
 msgid "media-source.tray-4"
 msgstr ""
 
 #. TRANSLATORS: Tray 5
-#: locale/ipp-strings.c:1536
 msgid "media-source.tray-5"
 msgstr ""
 
 #. TRANSLATORS: Tray 6
-#: locale/ipp-strings.c:1538
 msgid "media-source.tray-6"
 msgstr ""
 
 #. TRANSLATORS: Tray 7
-#: locale/ipp-strings.c:1540
 msgid "media-source.tray-7"
 msgstr ""
 
 #. TRANSLATORS: Tray 8
-#: locale/ipp-strings.c:1542
 msgid "media-source.tray-8"
 msgstr ""
 
 #. TRANSLATORS: Tray 9
-#: locale/ipp-strings.c:1544
 msgid "media-source.tray-9"
 msgstr ""
 
 #. TRANSLATORS: Media Thickness
-#: locale/ipp-strings.c:1546
 msgid "media-thickness"
 msgstr ""
 
 #. TRANSLATORS: Media Tooth (Texture)
-#: locale/ipp-strings.c:1548
 msgid "media-tooth"
 msgstr ""
 
 #. TRANSLATORS: Antique
-#: locale/ipp-strings.c:1550
 msgid "media-tooth.antique"
 msgstr ""
 
 #. TRANSLATORS: Extra Smooth
-#: locale/ipp-strings.c:1552
 msgid "media-tooth.calendared"
 msgstr ""
 
 #. TRANSLATORS: Coarse
-#: locale/ipp-strings.c:1554
 msgid "media-tooth.coarse"
 msgstr ""
 
 #. TRANSLATORS: Fine
-#: locale/ipp-strings.c:1556
 msgid "media-tooth.fine"
 msgstr ""
 
 #. TRANSLATORS: Linen
-#: locale/ipp-strings.c:1558
 msgid "media-tooth.linen"
 msgstr ""
 
 #. TRANSLATORS: Medium
-#: locale/ipp-strings.c:1560
 msgid "media-tooth.medium"
 msgstr ""
 
 #. TRANSLATORS: Smooth
-#: locale/ipp-strings.c:1562
 msgid "media-tooth.smooth"
 msgstr ""
 
 #. TRANSLATORS: Stipple
-#: locale/ipp-strings.c:1564
 msgid "media-tooth.stipple"
 msgstr ""
 
 #. TRANSLATORS: Rough
-#: locale/ipp-strings.c:1566
 msgid "media-tooth.uncalendared"
 msgstr ""
 
 #. TRANSLATORS: Vellum
-#: locale/ipp-strings.c:1568
 msgid "media-tooth.vellum"
 msgstr ""
 
 #. TRANSLATORS: Media Top Margin
-#: locale/ipp-strings.c:1570
 msgid "media-top-margin"
 msgstr ""
 
 #. TRANSLATORS: Media Type
-#: locale/ipp-strings.c:1572
 msgid "media-type"
 msgstr ""
 
 #. TRANSLATORS: Aluminum
-#: locale/ipp-strings.c:1574
 msgid "media-type.aluminum"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:1576
 msgid "media-type.auto"
 msgstr ""
 
 #. TRANSLATORS: Back Print Film
-#: locale/ipp-strings.c:1578
 msgid "media-type.back-print-film"
 msgstr ""
 
 #. TRANSLATORS: Cardboard
-#: locale/ipp-strings.c:1580
 msgid "media-type.cardboard"
 msgstr ""
 
 #. TRANSLATORS: Cardstock
-#: locale/ipp-strings.c:1582
 msgid "media-type.cardstock"
 msgstr ""
 
 #. TRANSLATORS: CD
-#: locale/ipp-strings.c:1584
 msgid "media-type.cd"
 msgstr ""
 
 #. TRANSLATORS: Photo Advanced Paper
-#: locale/ipp-strings.c:1586
 msgid "media-type.com.hp.advanced-photo"
 msgstr ""
 
 #. TRANSLATORS: Brochure Glossy Paper
-#: locale/ipp-strings.c:1588
 msgid "media-type.com.hp.brochure-glossy"
 msgstr ""
 
 #. TRANSLATORS: Brochure Matte Paper
-#: locale/ipp-strings.c:1590
 msgid "media-type.com.hp.brochure-matte"
 msgstr ""
 
 #. TRANSLATORS: Matte Coverstock
-#: locale/ipp-strings.c:1592
 msgid "media-type.com.hp.cover-matte"
 msgstr ""
 
 #. TRANSLATORS: EcoSMART Lite Paper
-#: locale/ipp-strings.c:1594
 msgid "media-type.com.hp.ecosmart-lite"
 msgstr ""
 
 #. TRANSLATORS: Everyday Glossy Paper
-#: locale/ipp-strings.c:1596
 msgid "media-type.com.hp.everyday-glossy"
 msgstr ""
 
 #. TRANSLATORS: Everyday Matte Paper
-#: locale/ipp-strings.c:1598
 msgid "media-type.com.hp.everyday-matte"
 msgstr ""
 
 #. TRANSLATORS: Extra Heavyweight Paper
-#: locale/ipp-strings.c:1600
 msgid "media-type.com.hp.extra-heavy"
 msgstr ""
 
 #. TRANSLATORS: Intermediate Paper
-#: locale/ipp-strings.c:1602
 msgid "media-type.com.hp.intermediate"
 msgstr ""
 
 #. TRANSLATORS: Mid-Weight Paper
-#: locale/ipp-strings.c:1604
 msgid "media-type.com.hp.mid-weight"
 msgstr ""
 
 #. TRANSLATORS: Inkjet Premium Paper
-#: locale/ipp-strings.c:1606
 msgid "media-type.com.hp.premium-inkjet"
 msgstr ""
 
 #. TRANSLATORS: Photo Premium Paper
-#: locale/ipp-strings.c:1608
 msgid "media-type.com.hp.premium-photo"
 msgstr ""
 
 #. TRANSLATORS: Premium Matte Presentation Paper
-#: locale/ipp-strings.c:1610
 msgid "media-type.com.hp.premium-presentation-matte"
 msgstr ""
 
 #. TRANSLATORS: Continuous
-#: locale/ipp-strings.c:1612
 msgid "media-type.continuous"
 msgstr ""
 
 #. TRANSLATORS: Continuous Long
-#: locale/ipp-strings.c:1614
 msgid "media-type.continuous-long"
 msgstr ""
 
 #. TRANSLATORS: Continuous Short
-#: locale/ipp-strings.c:1616
 msgid "media-type.continuous-short"
 msgstr ""
 
 #. TRANSLATORS: Corrugated Board
-#: locale/ipp-strings.c:1618
 msgid "media-type.corrugated-board"
 msgstr ""
 
 #. TRANSLATORS: Optical Disc
-#: locale/ipp-strings.c:1620
 msgid "media-type.disc"
 msgstr ""
 
 #. TRANSLATORS: Glossy Optical Disc
-#: locale/ipp-strings.c:1622
 msgid "media-type.disc-glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss Optical Disc
-#: locale/ipp-strings.c:1624
 msgid "media-type.disc-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte Optical Disc
-#: locale/ipp-strings.c:1626
 msgid "media-type.disc-matte"
 msgstr ""
 
 #. TRANSLATORS: Satin Optical Disc
-#: locale/ipp-strings.c:1628
 msgid "media-type.disc-satin"
 msgstr ""
 
 #. TRANSLATORS: Semi-Gloss Optical Disc
-#: locale/ipp-strings.c:1630
 msgid "media-type.disc-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Double Wall
-#: locale/ipp-strings.c:1632
 msgid "media-type.double-wall"
 msgstr ""
 
 #. TRANSLATORS: Dry Film
-#: locale/ipp-strings.c:1634
 msgid "media-type.dry-film"
 msgstr ""
 
 #. TRANSLATORS: DVD
-#: locale/ipp-strings.c:1636
 msgid "media-type.dvd"
 msgstr ""
 
 #. TRANSLATORS: Embossing Foil
-#: locale/ipp-strings.c:1638
 msgid "media-type.embossing-foil"
 msgstr ""
 
 #. TRANSLATORS: End Board
-#: locale/ipp-strings.c:1640
 msgid "media-type.end-board"
 msgstr ""
 
 #. TRANSLATORS: Envelope
-#: locale/ipp-strings.c:1642
 msgid "media-type.envelope"
 msgstr ""
 
 #. TRANSLATORS: Archival Envelope
-#: locale/ipp-strings.c:1644
 msgid "media-type.envelope-archival"
 msgstr ""
 
 #. TRANSLATORS: Bond Envelope
-#: locale/ipp-strings.c:1646
 msgid "media-type.envelope-bond"
 msgstr ""
 
 #. TRANSLATORS: Coated Envelope
-#: locale/ipp-strings.c:1648
 msgid "media-type.envelope-coated"
 msgstr ""
 
 #. TRANSLATORS: Cotton Envelope
-#: locale/ipp-strings.c:1650
 msgid "media-type.envelope-cotton"
 msgstr ""
 
 #. TRANSLATORS: Fine Envelope
-#: locale/ipp-strings.c:1652
 msgid "media-type.envelope-fine"
 msgstr ""
 
 #. TRANSLATORS: Heavyweight Envelope
-#: locale/ipp-strings.c:1654
 msgid "media-type.envelope-heavyweight"
 msgstr ""
 
 #. TRANSLATORS: Inkjet Envelope
-#: locale/ipp-strings.c:1656
 msgid "media-type.envelope-inkjet"
 msgstr ""
 
 #. TRANSLATORS: Lightweight Envelope
-#: locale/ipp-strings.c:1658
 msgid "media-type.envelope-lightweight"
 msgstr ""
 
 #. TRANSLATORS: Plain Envelope
-#: locale/ipp-strings.c:1660
 msgid "media-type.envelope-plain"
 msgstr ""
 
 #. TRANSLATORS: Preprinted Envelope
-#: locale/ipp-strings.c:1662
 msgid "media-type.envelope-preprinted"
 msgstr ""
 
 #. TRANSLATORS: Windowed Envelope
-#: locale/ipp-strings.c:1664
 msgid "media-type.envelope-window"
 msgstr ""
 
 #. TRANSLATORS: Fabric
-#: locale/ipp-strings.c:1666
 msgid "media-type.fabric"
 msgstr ""
 
 #. TRANSLATORS: Archival Fabric
-#: locale/ipp-strings.c:1668
 msgid "media-type.fabric-archival"
 msgstr ""
 
 #. TRANSLATORS: Glossy Fabric
-#: locale/ipp-strings.c:1670
 msgid "media-type.fabric-glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss Fabric
-#: locale/ipp-strings.c:1672
 msgid "media-type.fabric-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte Fabric
-#: locale/ipp-strings.c:1674
 msgid "media-type.fabric-matte"
 msgstr ""
 
 #. TRANSLATORS: Semi-Gloss Fabric
-#: locale/ipp-strings.c:1676
 msgid "media-type.fabric-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Waterproof Fabric
-#: locale/ipp-strings.c:1678
 msgid "media-type.fabric-waterproof"
 msgstr ""
 
 #. TRANSLATORS: Film
-#: locale/ipp-strings.c:1680
 msgid "media-type.film"
 msgstr ""
 
 #. TRANSLATORS: Flexo Base
-#: locale/ipp-strings.c:1682
 msgid "media-type.flexo-base"
 msgstr ""
 
 #. TRANSLATORS: Flexo Photo Polymer
-#: locale/ipp-strings.c:1684
 msgid "media-type.flexo-photo-polymer"
 msgstr ""
 
 #. TRANSLATORS: Flute
-#: locale/ipp-strings.c:1686
 msgid "media-type.flute"
 msgstr ""
 
 #. TRANSLATORS: Foil
-#: locale/ipp-strings.c:1688
 msgid "media-type.foil"
 msgstr ""
 
 #. TRANSLATORS: Full Cut Tabs
-#: locale/ipp-strings.c:1690
 msgid "media-type.full-cut-tabs"
 msgstr ""
 
 #. TRANSLATORS: Glass
-#: locale/ipp-strings.c:1692
 msgid "media-type.glass"
 msgstr ""
 
 #. TRANSLATORS: Glass Colored
-#: locale/ipp-strings.c:1694
 msgid "media-type.glass-colored"
 msgstr ""
 
 #. TRANSLATORS: Glass Opaque
-#: locale/ipp-strings.c:1696
 msgid "media-type.glass-opaque"
 msgstr ""
 
 #. TRANSLATORS: Glass Surfaced
-#: locale/ipp-strings.c:1698
 msgid "media-type.glass-surfaced"
 msgstr ""
 
 #. TRANSLATORS: Glass Textured
-#: locale/ipp-strings.c:1700
 msgid "media-type.glass-textured"
 msgstr ""
 
 #. TRANSLATORS: Gravure Cylinder
-#: locale/ipp-strings.c:1702
 msgid "media-type.gravure-cylinder"
 msgstr ""
 
 #. TRANSLATORS: Image Setter Paper
-#: locale/ipp-strings.c:1704
 msgid "media-type.image-setter-paper"
 msgstr ""
 
 #. TRANSLATORS: Imaging Cylinder
-#: locale/ipp-strings.c:1706
 msgid "media-type.imaging-cylinder"
 msgstr ""
 
 #. TRANSLATORS: Photo Paper Plus Glossy II
-#: locale/ipp-strings.c:1708
 msgid "media-type.jp.co.canon-photo-paper-plus-glossy-ii"
 msgstr ""
 
 #. TRANSLATORS: Photo Paper Pro Platinum
-#: locale/ipp-strings.c:1710
 msgid "media-type.jp.co.canon-photo-paper-pro-platinum"
 msgstr ""
 
 #. TRANSLATORS: Photo Paper Plus Glossy II
-#: locale/ipp-strings.c:1712
 msgid "media-type.jp.co.canon_photo-paper-plus-glossy-ii"
 msgstr ""
 
 #. TRANSLATORS: Photo Paper Pro Platinum
-#: locale/ipp-strings.c:1714
 msgid "media-type.jp.co.canon_photo-paper-pro-platinum"
 msgstr ""
 
 #. TRANSLATORS: Labels
-#: locale/ipp-strings.c:1716
 msgid "media-type.labels"
 msgstr ""
 
 #. TRANSLATORS: Colored Labels
-#: locale/ipp-strings.c:1718
 msgid "media-type.labels-colored"
 msgstr ""
 
 #. TRANSLATORS: Glossy Labels
-#: locale/ipp-strings.c:1720
 msgid "media-type.labels-glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss Labels
-#: locale/ipp-strings.c:1722
 msgid "media-type.labels-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Inkjet Labels
-#: locale/ipp-strings.c:1724
 msgid "media-type.labels-inkjet"
 msgstr ""
 
 #. TRANSLATORS: Matte Labels
-#: locale/ipp-strings.c:1726
 msgid "media-type.labels-matte"
 msgstr ""
 
 #. TRANSLATORS: Permanent Labels
-#: locale/ipp-strings.c:1728
 msgid "media-type.labels-permanent"
 msgstr ""
 
 #. TRANSLATORS: Satin Labels
-#: locale/ipp-strings.c:1730
 msgid "media-type.labels-satin"
 msgstr ""
 
 #. TRANSLATORS: Security Labels
-#: locale/ipp-strings.c:1732
 msgid "media-type.labels-security"
 msgstr ""
 
 #. TRANSLATORS: Semi-Gloss Labels
-#: locale/ipp-strings.c:1734
 msgid "media-type.labels-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Laminating Foil
-#: locale/ipp-strings.c:1736
 msgid "media-type.laminating-foil"
 msgstr ""
 
 #. TRANSLATORS: Letterhead
-#: locale/ipp-strings.c:1738
 msgid "media-type.letterhead"
 msgstr ""
 
 #. TRANSLATORS: Metal
-#: locale/ipp-strings.c:1740
 msgid "media-type.metal"
 msgstr ""
 
 #. TRANSLATORS: Metal Glossy
-#: locale/ipp-strings.c:1742
 msgid "media-type.metal-glossy"
 msgstr ""
 
 #. TRANSLATORS: Metal High Gloss
-#: locale/ipp-strings.c:1744
 msgid "media-type.metal-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Metal Matte
-#: locale/ipp-strings.c:1746
 msgid "media-type.metal-matte"
 msgstr ""
 
 #. TRANSLATORS: Metal Satin
-#: locale/ipp-strings.c:1748
 msgid "media-type.metal-satin"
 msgstr ""
 
 #. TRANSLATORS: Metal Semi Gloss
-#: locale/ipp-strings.c:1750
 msgid "media-type.metal-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Mounting Tape
-#: locale/ipp-strings.c:1752
 msgid "media-type.mounting-tape"
 msgstr ""
 
 #. TRANSLATORS: Multi Layer
-#: locale/ipp-strings.c:1754
 msgid "media-type.multi-layer"
 msgstr ""
 
 #. TRANSLATORS: Multi Part Form
-#: locale/ipp-strings.c:1756
 msgid "media-type.multi-part-form"
 msgstr ""
 
 #. TRANSLATORS: Other
-#: locale/ipp-strings.c:1758
 msgid "media-type.other"
 msgstr ""
 
 #. TRANSLATORS: Paper
-#: locale/ipp-strings.c:1760
 msgid "media-type.paper"
 msgstr ""
 
 #. TRANSLATORS: Photo Paper
-#: locale/ipp-strings.c:1762
 msgid "media-type.photographic"
 msgstr ""
 
 #. TRANSLATORS: Photographic Archival
-#: locale/ipp-strings.c:1764
 msgid "media-type.photographic-archival"
 msgstr ""
 
 #. TRANSLATORS: Photo Film
-#: locale/ipp-strings.c:1766
 msgid "media-type.photographic-film"
 msgstr ""
 
 #. TRANSLATORS: Glossy Photo Paper
-#: locale/ipp-strings.c:1768
 msgid "media-type.photographic-glossy"
 msgstr ""
 
 #. TRANSLATORS: High Gloss Photo Paper
-#: locale/ipp-strings.c:1770
 msgid "media-type.photographic-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Matte Photo Paper
-#: locale/ipp-strings.c:1772
 msgid "media-type.photographic-matte"
 msgstr ""
 
 #. TRANSLATORS: Satin Photo Paper
-#: locale/ipp-strings.c:1774
 msgid "media-type.photographic-satin"
 msgstr ""
 
 #. TRANSLATORS: Semi-Gloss Photo Paper
-#: locale/ipp-strings.c:1776
 msgid "media-type.photographic-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Plastic
-#: locale/ipp-strings.c:1778
 msgid "media-type.plastic"
 msgstr ""
 
 #. TRANSLATORS: Plastic Archival
-#: locale/ipp-strings.c:1780
 msgid "media-type.plastic-archival"
 msgstr ""
 
 #. TRANSLATORS: Plastic Colored
-#: locale/ipp-strings.c:1782
 msgid "media-type.plastic-colored"
 msgstr ""
 
 #. TRANSLATORS: Plastic Glossy
-#: locale/ipp-strings.c:1784
 msgid "media-type.plastic-glossy"
 msgstr ""
 
 #. TRANSLATORS: Plastic High Gloss
-#: locale/ipp-strings.c:1786
 msgid "media-type.plastic-high-gloss"
 msgstr ""
 
 #. TRANSLATORS: Plastic Matte
-#: locale/ipp-strings.c:1788
 msgid "media-type.plastic-matte"
 msgstr ""
 
 #. TRANSLATORS: Plastic Satin
-#: locale/ipp-strings.c:1790
 msgid "media-type.plastic-satin"
 msgstr ""
 
 #. TRANSLATORS: Plastic Semi Gloss
-#: locale/ipp-strings.c:1792
 msgid "media-type.plastic-semi-gloss"
 msgstr ""
 
 #. TRANSLATORS: Plate
-#: locale/ipp-strings.c:1794
 msgid "media-type.plate"
 msgstr ""
 
 #. TRANSLATORS: Polyester
-#: locale/ipp-strings.c:1796
 msgid "media-type.polyester"
 msgstr ""
 
 #. TRANSLATORS: Pre Cut Tabs
-#: locale/ipp-strings.c:1798
 msgid "media-type.pre-cut-tabs"
 msgstr ""
 
 #. TRANSLATORS: Roll
-#: locale/ipp-strings.c:1800
 msgid "media-type.roll"
 msgstr ""
 
 #. TRANSLATORS: Screen
-#: locale/ipp-strings.c:1802
 msgid "media-type.screen"
 msgstr ""
 
 #. TRANSLATORS: Screen Paged
-#: locale/ipp-strings.c:1804
 msgid "media-type.screen-paged"
 msgstr ""
 
 #. TRANSLATORS: Self Adhesive
-#: locale/ipp-strings.c:1806
 msgid "media-type.self-adhesive"
 msgstr ""
 
 #. TRANSLATORS: Self Adhesive Film
-#: locale/ipp-strings.c:1808
 msgid "media-type.self-adhesive-film"
 msgstr ""
 
 #. TRANSLATORS: Shrink Foil
-#: locale/ipp-strings.c:1810
 msgid "media-type.shrink-foil"
 msgstr ""
 
 #. TRANSLATORS: Single Face
-#: locale/ipp-strings.c:1812
 msgid "media-type.single-face"
 msgstr ""
 
 #. TRANSLATORS: Single Wall
-#: locale/ipp-strings.c:1814
 msgid "media-type.single-wall"
 msgstr ""
 
 #. TRANSLATORS: Sleeve
-#: locale/ipp-strings.c:1816
 msgid "media-type.sleeve"
 msgstr ""
 
 #. TRANSLATORS: Stationery
-#: locale/ipp-strings.c:1818
 msgid "media-type.stationery"
 msgstr ""
 
 #. TRANSLATORS: Stationery Archival
-#: locale/ipp-strings.c:1820
 msgid "media-type.stationery-archival"
 msgstr ""
 
 #. TRANSLATORS: Coated Paper
-#: locale/ipp-strings.c:1822
 msgid "media-type.stationery-coated"
 msgstr ""
 
 #. TRANSLATORS: Stationery Cotton
-#: locale/ipp-strings.c:1824
 msgid "media-type.stationery-cotton"
 msgstr ""
 
 #. TRANSLATORS: Vellum Paper
-#: locale/ipp-strings.c:1826
 msgid "media-type.stationery-fine"
 msgstr ""
 
 #. TRANSLATORS: Heavyweight Paper
-#: locale/ipp-strings.c:1828
 msgid "media-type.stationery-heavyweight"
 msgstr ""
 
 #. TRANSLATORS: Stationery Heavyweight Coated
-#: locale/ipp-strings.c:1830
 msgid "media-type.stationery-heavyweight-coated"
 msgstr ""
 
 #. TRANSLATORS: Stationery Inkjet Paper
-#: locale/ipp-strings.c:1832
 msgid "media-type.stationery-inkjet"
 msgstr ""
 
 #. TRANSLATORS: Letterhead
-#: locale/ipp-strings.c:1834
 msgid "media-type.stationery-letterhead"
 msgstr ""
 
 #. TRANSLATORS: Lightweight Paper
-#: locale/ipp-strings.c:1836
 msgid "media-type.stationery-lightweight"
 msgstr ""
 
 #. TRANSLATORS: Preprinted Paper
-#: locale/ipp-strings.c:1838
 msgid "media-type.stationery-preprinted"
 msgstr ""
 
 #. TRANSLATORS: Punched Paper
-#: locale/ipp-strings.c:1840
 msgid "media-type.stationery-prepunched"
 msgstr ""
 
 #. TRANSLATORS: Tab Stock
-#: locale/ipp-strings.c:1842
 msgid "media-type.tab-stock"
 msgstr ""
 
 #. TRANSLATORS: Tractor
-#: locale/ipp-strings.c:1844
 msgid "media-type.tractor"
 msgstr ""
 
 #. TRANSLATORS: Transfer
-#: locale/ipp-strings.c:1846
 msgid "media-type.transfer"
 msgstr ""
 
 #. TRANSLATORS: Transparency
-#: locale/ipp-strings.c:1848
 msgid "media-type.transparency"
 msgstr ""
 
 #. TRANSLATORS: Triple Wall
-#: locale/ipp-strings.c:1850
 msgid "media-type.triple-wall"
 msgstr ""
 
 #. TRANSLATORS: Wet Film
-#: locale/ipp-strings.c:1852
 msgid "media-type.wet-film"
 msgstr ""
 
 #. TRANSLATORS: Media Weight (grams per m²)
-#: locale/ipp-strings.c:1854
 msgid "media-weight-metric"
 msgstr ""
 
 #. TRANSLATORS: 28 x 40″
-#: locale/ipp-strings.c:1856
 msgid "media.asme_f_28x40in"
 msgstr ""
 
 #. TRANSLATORS: A4 or US Letter
-#: locale/ipp-strings.c:1858
 msgid "media.choice_iso_a4_210x297mm_na_letter_8.5x11in"
 msgstr ""
 
 #. TRANSLATORS: 2a0
-#: locale/ipp-strings.c:1860
 msgid "media.iso_2a0_1189x1682mm"
 msgstr ""
 
 #. TRANSLATORS: A0
-#: locale/ipp-strings.c:1862
 msgid "media.iso_a0_841x1189mm"
 msgstr ""
 
 #. TRANSLATORS: A0x3
-#: locale/ipp-strings.c:1864
 msgid "media.iso_a0x3_1189x2523mm"
 msgstr ""
 
 #. TRANSLATORS: A10
-#: locale/ipp-strings.c:1866
 msgid "media.iso_a10_26x37mm"
 msgstr ""
 
 #. TRANSLATORS: A1
-#: locale/ipp-strings.c:1868
 msgid "media.iso_a1_594x841mm"
 msgstr ""
 
 #. TRANSLATORS: A1x3
-#: locale/ipp-strings.c:1870
 msgid "media.iso_a1x3_841x1783mm"
 msgstr ""
 
 #. TRANSLATORS: A1x4
-#: locale/ipp-strings.c:1872
 msgid "media.iso_a1x4_841x2378mm"
 msgstr ""
 
 #. TRANSLATORS: A2
-#: locale/ipp-strings.c:1874
 msgid "media.iso_a2_420x594mm"
 msgstr ""
 
 #. TRANSLATORS: A2x3
-#: locale/ipp-strings.c:1876
 msgid "media.iso_a2x3_594x1261mm"
 msgstr ""
 
 #. TRANSLATORS: A2x4
-#: locale/ipp-strings.c:1878
 msgid "media.iso_a2x4_594x1682mm"
 msgstr ""
 
 #. TRANSLATORS: A2x5
-#: locale/ipp-strings.c:1880
 msgid "media.iso_a2x5_594x2102mm"
 msgstr ""
 
 #. TRANSLATORS: A3 (Extra)
-#: locale/ipp-strings.c:1882
 msgid "media.iso_a3-extra_322x445mm"
 msgstr ""
 
 #. TRANSLATORS: A3
-#: locale/ipp-strings.c:1884
 msgid "media.iso_a3_297x420mm"
 msgstr ""
 
 #. TRANSLATORS: A3x3
-#: locale/ipp-strings.c:1886
 msgid "media.iso_a3x3_420x891mm"
 msgstr ""
 
 #. TRANSLATORS: A3x4
-#: locale/ipp-strings.c:1888
 msgid "media.iso_a3x4_420x1189mm"
 msgstr ""
 
 #. TRANSLATORS: A3x5
-#: locale/ipp-strings.c:1890
 msgid "media.iso_a3x5_420x1486mm"
 msgstr ""
 
 #. TRANSLATORS: A3x6
-#: locale/ipp-strings.c:1892
 msgid "media.iso_a3x6_420x1783mm"
 msgstr ""
 
 #. TRANSLATORS: A3x7
-#: locale/ipp-strings.c:1894
 msgid "media.iso_a3x7_420x2080mm"
 msgstr ""
 
 #. TRANSLATORS: A4 (Extra)
-#: locale/ipp-strings.c:1896
 msgid "media.iso_a4-extra_235.5x322.3mm"
 msgstr ""
 
 #. TRANSLATORS: A4 (Tab)
-#: locale/ipp-strings.c:1898
 msgid "media.iso_a4-tab_225x297mm"
 msgstr ""
 
 #. TRANSLATORS: A4
-#: locale/ipp-strings.c:1900
 msgid "media.iso_a4_210x297mm"
 msgstr ""
 
 #. TRANSLATORS: A4x3
-#: locale/ipp-strings.c:1902
 msgid "media.iso_a4x3_297x630mm"
 msgstr ""
 
 #. TRANSLATORS: A4x4
-#: locale/ipp-strings.c:1904
 msgid "media.iso_a4x4_297x841mm"
 msgstr ""
 
 #. TRANSLATORS: A4x5
-#: locale/ipp-strings.c:1906
 msgid "media.iso_a4x5_297x1051mm"
 msgstr ""
 
 #. TRANSLATORS: A4x6
-#: locale/ipp-strings.c:1908
 msgid "media.iso_a4x6_297x1261mm"
 msgstr ""
 
 #. TRANSLATORS: A4x7
-#: locale/ipp-strings.c:1910
 msgid "media.iso_a4x7_297x1471mm"
 msgstr ""
 
 #. TRANSLATORS: A4x8
-#: locale/ipp-strings.c:1912
 msgid "media.iso_a4x8_297x1682mm"
 msgstr ""
 
 #. TRANSLATORS: A4x9
-#: locale/ipp-strings.c:1914
 msgid "media.iso_a4x9_297x1892mm"
 msgstr ""
 
 #. TRANSLATORS: A5 (Extra)
-#: locale/ipp-strings.c:1916
 msgid "media.iso_a5-extra_174x235mm"
 msgstr ""
 
 #. TRANSLATORS: A5
-#: locale/ipp-strings.c:1918
 msgid "media.iso_a5_148x210mm"
 msgstr ""
 
 #. TRANSLATORS: A6
-#: locale/ipp-strings.c:1920
 msgid "media.iso_a6_105x148mm"
 msgstr ""
 
 #. TRANSLATORS: A7
-#: locale/ipp-strings.c:1922
 msgid "media.iso_a7_74x105mm"
 msgstr ""
 
 #. TRANSLATORS: A8
-#: locale/ipp-strings.c:1924
 msgid "media.iso_a8_52x74mm"
 msgstr ""
 
 #. TRANSLATORS: A9
-#: locale/ipp-strings.c:1926
 msgid "media.iso_a9_37x52mm"
 msgstr ""
 
 #. TRANSLATORS: B0
-#: locale/ipp-strings.c:1928
 msgid "media.iso_b0_1000x1414mm"
 msgstr ""
 
 #. TRANSLATORS: B10
-#: locale/ipp-strings.c:1930
 msgid "media.iso_b10_31x44mm"
 msgstr ""
 
 #. TRANSLATORS: B1
-#: locale/ipp-strings.c:1932
 msgid "media.iso_b1_707x1000mm"
 msgstr ""
 
 #. TRANSLATORS: B2
-#: locale/ipp-strings.c:1934
 msgid "media.iso_b2_500x707mm"
 msgstr ""
 
 #. TRANSLATORS: B3
-#: locale/ipp-strings.c:1936
 msgid "media.iso_b3_353x500mm"
 msgstr ""
 
 #. TRANSLATORS: B4
-#: locale/ipp-strings.c:1938
 msgid "media.iso_b4_250x353mm"
 msgstr ""
 
 #. TRANSLATORS: B5 (Extra)
-#: locale/ipp-strings.c:1940
 msgid "media.iso_b5-extra_201x276mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope B5
-#: locale/ipp-strings.c:1942
 msgid "media.iso_b5_176x250mm"
 msgstr ""
 
 #. TRANSLATORS: B6
-#: locale/ipp-strings.c:1944
 msgid "media.iso_b6_125x176mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope B6/C4
-#: locale/ipp-strings.c:1946
 msgid "media.iso_b6c4_125x324mm"
 msgstr ""
 
 #. TRANSLATORS: B7
-#: locale/ipp-strings.c:1948
 msgid "media.iso_b7_88x125mm"
 msgstr ""
 
 #. TRANSLATORS: B8
-#: locale/ipp-strings.c:1950
 msgid "media.iso_b8_62x88mm"
 msgstr ""
 
 #. TRANSLATORS: B9
-#: locale/ipp-strings.c:1952
 msgid "media.iso_b9_44x62mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 0
-#: locale/ipp-strings.c:1954
 msgid "media.iso_c0_917x1297mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 10
-#: locale/ipp-strings.c:1956
 msgid "media.iso_c10_28x40mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 1
-#: locale/ipp-strings.c:1958
 msgid "media.iso_c1_648x917mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 2
-#: locale/ipp-strings.c:1960
 msgid "media.iso_c2_458x648mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 3
-#: locale/ipp-strings.c:1962
 msgid "media.iso_c3_324x458mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 4
-#: locale/ipp-strings.c:1964
 msgid "media.iso_c4_229x324mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 5
-#: locale/ipp-strings.c:1966
 msgid "media.iso_c5_162x229mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 6
-#: locale/ipp-strings.c:1968
 msgid "media.iso_c6_114x162mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 6c5
-#: locale/ipp-strings.c:1970
 msgid "media.iso_c6c5_114x229mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 7
-#: locale/ipp-strings.c:1972
 msgid "media.iso_c7_81x114mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 7c6
-#: locale/ipp-strings.c:1974
 msgid "media.iso_c7c6_81x162mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 8
-#: locale/ipp-strings.c:1976
 msgid "media.iso_c8_57x81mm"
 msgstr ""
 
 #. TRANSLATORS: CEnvelope 9
-#: locale/ipp-strings.c:1978
 msgid "media.iso_c9_40x57mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope DL
-#: locale/ipp-strings.c:1980
 msgid "media.iso_dl_110x220mm"
 msgstr ""
 
 #. TRANSLATORS: Id-1
-#: locale/ipp-strings.c:1982
 msgid "media.iso_id-1_53.98x85.6mm"
 msgstr ""
 
 #. TRANSLATORS: Id-3
-#: locale/ipp-strings.c:1984
 msgid "media.iso_id-3_88x125mm"
 msgstr ""
 
 #. TRANSLATORS: ISO RA0
-#: locale/ipp-strings.c:1986
 msgid "media.iso_ra0_860x1220mm"
 msgstr ""
 
 #. TRANSLATORS: ISO RA1
-#: locale/ipp-strings.c:1988
 msgid "media.iso_ra1_610x860mm"
 msgstr ""
 
 #. TRANSLATORS: ISO RA2
-#: locale/ipp-strings.c:1990
 msgid "media.iso_ra2_430x610mm"
 msgstr ""
 
 #. TRANSLATORS: ISO RA3
-#: locale/ipp-strings.c:1992
 msgid "media.iso_ra3_305x430mm"
 msgstr ""
 
 #. TRANSLATORS: ISO RA4
-#: locale/ipp-strings.c:1994
 msgid "media.iso_ra4_215x305mm"
 msgstr ""
 
 #. TRANSLATORS: ISO SRA0
-#: locale/ipp-strings.c:1996
 msgid "media.iso_sra0_900x1280mm"
 msgstr ""
 
 #. TRANSLATORS: ISO SRA1
-#: locale/ipp-strings.c:1998
 msgid "media.iso_sra1_640x900mm"
 msgstr ""
 
 #. TRANSLATORS: ISO SRA2
-#: locale/ipp-strings.c:2000
 msgid "media.iso_sra2_450x640mm"
 msgstr ""
 
 #. TRANSLATORS: ISO SRA3
-#: locale/ipp-strings.c:2002
 msgid "media.iso_sra3_320x450mm"
 msgstr ""
 
 #. TRANSLATORS: ISO SRA4
-#: locale/ipp-strings.c:2004
 msgid "media.iso_sra4_225x320mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B0
-#: locale/ipp-strings.c:2006
 msgid "media.jis_b0_1030x1456mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B10
-#: locale/ipp-strings.c:2008
 msgid "media.jis_b10_32x45mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B1
-#: locale/ipp-strings.c:2010
 msgid "media.jis_b1_728x1030mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B2
-#: locale/ipp-strings.c:2012
 msgid "media.jis_b2_515x728mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B3
-#: locale/ipp-strings.c:2014
 msgid "media.jis_b3_364x515mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B4
-#: locale/ipp-strings.c:2016
 msgid "media.jis_b4_257x364mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B5
-#: locale/ipp-strings.c:2018
 msgid "media.jis_b5_182x257mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B6
-#: locale/ipp-strings.c:2020
 msgid "media.jis_b6_128x182mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B7
-#: locale/ipp-strings.c:2022
 msgid "media.jis_b7_91x128mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B8
-#: locale/ipp-strings.c:2024
 msgid "media.jis_b8_64x91mm"
 msgstr ""
 
 #. TRANSLATORS: JIS B9
-#: locale/ipp-strings.c:2026
 msgid "media.jis_b9_45x64mm"
 msgstr ""
 
 #. TRANSLATORS: JIS Executive
-#: locale/ipp-strings.c:2028
 msgid "media.jis_exec_216x330mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chou 2
-#: locale/ipp-strings.c:2030
 msgid "media.jpn_chou2_111.1x146mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chou 3
-#: locale/ipp-strings.c:2032
 msgid "media.jpn_chou3_120x235mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chou 40
-#: locale/ipp-strings.c:2034
 msgid "media.jpn_chou40_90x225mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chou 4
-#: locale/ipp-strings.c:2036
 msgid "media.jpn_chou4_90x205mm"
 msgstr ""
 
 #. TRANSLATORS: Hagaki
-#: locale/ipp-strings.c:2038
 msgid "media.jpn_hagaki_100x148mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Kahu
-#: locale/ipp-strings.c:2040
 msgid "media.jpn_kahu_240x322.1mm"
 msgstr ""
 
 #. TRANSLATORS: 270 x 382mm
-#: locale/ipp-strings.c:2042
 msgid "media.jpn_kaku1_270x382mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Kahu 2
-#: locale/ipp-strings.c:2044
 msgid "media.jpn_kaku2_240x332mm"
 msgstr ""
 
 #. TRANSLATORS: 216 x 277mm
-#: locale/ipp-strings.c:2046
 msgid "media.jpn_kaku3_216x277mm"
 msgstr ""
 
 #. TRANSLATORS: 197 x 267mm
-#: locale/ipp-strings.c:2048
 msgid "media.jpn_kaku4_197x267mm"
 msgstr ""
 
 #. TRANSLATORS: 190 x 240mm
-#: locale/ipp-strings.c:2050
 msgid "media.jpn_kaku5_190x240mm"
 msgstr ""
 
 #. TRANSLATORS: 142 x 205mm
-#: locale/ipp-strings.c:2052
 msgid "media.jpn_kaku7_142x205mm"
 msgstr ""
 
 #. TRANSLATORS: 119 x 197mm
-#: locale/ipp-strings.c:2054
 msgid "media.jpn_kaku8_119x197mm"
 msgstr ""
 
 #. TRANSLATORS: Oufuku Reply Postcard
-#: locale/ipp-strings.c:2056
 msgid "media.jpn_oufuku_148x200mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope You 4
-#: locale/ipp-strings.c:2058
 msgid "media.jpn_you4_105x235mm"
 msgstr ""
 
 #. TRANSLATORS: 10 x 11″
-#: locale/ipp-strings.c:2060
 msgid "media.na_10x11_10x11in"
 msgstr ""
 
 #. TRANSLATORS: 10 x 13″
-#: locale/ipp-strings.c:2062
 msgid "media.na_10x13_10x13in"
 msgstr ""
 
 #. TRANSLATORS: 10 x 14″
-#: locale/ipp-strings.c:2064
 msgid "media.na_10x14_10x14in"
 msgstr ""
 
 #. TRANSLATORS: 10 x 15″
-#: locale/ipp-strings.c:2066
 msgid "media.na_10x15_10x15in"
 msgstr ""
 
 #. TRANSLATORS: 11 x 12″
-#: locale/ipp-strings.c:2068
 msgid "media.na_11x12_11x12in"
 msgstr ""
 
 #. TRANSLATORS: 11 x 15″
-#: locale/ipp-strings.c:2070
 msgid "media.na_11x15_11x15in"
 msgstr ""
 
 #. TRANSLATORS: 12 x 19″
-#: locale/ipp-strings.c:2072
 msgid "media.na_12x19_12x19in"
 msgstr ""
 
 #. TRANSLATORS: 5 x 7″
-#: locale/ipp-strings.c:2074
 msgid "media.na_5x7_5x7in"
 msgstr ""
 
 #. TRANSLATORS: 6 x 9″
-#: locale/ipp-strings.c:2076
 msgid "media.na_6x9_6x9in"
 msgstr ""
 
 #. TRANSLATORS: 7 x 9″
-#: locale/ipp-strings.c:2078
 msgid "media.na_7x9_7x9in"
 msgstr ""
 
 #. TRANSLATORS: 9 x 11″
-#: locale/ipp-strings.c:2080
 msgid "media.na_9x11_9x11in"
 msgstr ""
 
 #. TRANSLATORS: Envelope A2
-#: locale/ipp-strings.c:2082
 msgid "media.na_a2_4.375x5.75in"
 msgstr ""
 
 #. TRANSLATORS: 9 x 12″
-#: locale/ipp-strings.c:2084
 msgid "media.na_arch-a_9x12in"
 msgstr ""
 
 #. TRANSLATORS: 12 x 18″
-#: locale/ipp-strings.c:2086
 msgid "media.na_arch-b_12x18in"
 msgstr ""
 
 #. TRANSLATORS: 18 x 24″
-#: locale/ipp-strings.c:2088
 msgid "media.na_arch-c_18x24in"
 msgstr ""
 
 #. TRANSLATORS: 24 x 36″
-#: locale/ipp-strings.c:2090
 msgid "media.na_arch-d_24x36in"
 msgstr ""
 
 #. TRANSLATORS: 26 x 38″
-#: locale/ipp-strings.c:2092
 msgid "media.na_arch-e2_26x38in"
 msgstr ""
 
 #. TRANSLATORS: 27 x 39″
-#: locale/ipp-strings.c:2094
 msgid "media.na_arch-e3_27x39in"
 msgstr ""
 
 #. TRANSLATORS: 36 x 48″
-#: locale/ipp-strings.c:2096
 msgid "media.na_arch-e_36x48in"
 msgstr ""
 
 #. TRANSLATORS: 12 x 19.17″
-#: locale/ipp-strings.c:2098
 msgid "media.na_b-plus_12x19.17in"
 msgstr ""
 
 #. TRANSLATORS: Envelope C5
-#: locale/ipp-strings.c:2100
 msgid "media.na_c5_6.5x9.5in"
 msgstr ""
 
 #. TRANSLATORS: 17 x 22″
-#: locale/ipp-strings.c:2102
 msgid "media.na_c_17x22in"
 msgstr ""
 
 #. TRANSLATORS: 22 x 34″
-#: locale/ipp-strings.c:2104
 msgid "media.na_d_22x34in"
 msgstr ""
 
 #. TRANSLATORS: 34 x 44″
-#: locale/ipp-strings.c:2106
 msgid "media.na_e_34x44in"
 msgstr ""
 
 #. TRANSLATORS: 11 x 14″
-#: locale/ipp-strings.c:2108
 msgid "media.na_edp_11x14in"
 msgstr ""
 
 #. TRANSLATORS: 12 x 14″
-#: locale/ipp-strings.c:2110
 msgid "media.na_eur-edp_12x14in"
 msgstr ""
 
 #. TRANSLATORS: Executive
-#: locale/ipp-strings.c:2112
 msgid "media.na_executive_7.25x10.5in"
 msgstr ""
 
 #. TRANSLATORS: 44 x 68″
-#: locale/ipp-strings.c:2114
 msgid "media.na_f_44x68in"
 msgstr ""
 
 #. TRANSLATORS: European Fanfold
-#: locale/ipp-strings.c:2116
 msgid "media.na_fanfold-eur_8.5x12in"
 msgstr ""
 
 #. TRANSLATORS: US Fanfold
-#: locale/ipp-strings.c:2118
 msgid "media.na_fanfold-us_11x14.875in"
 msgstr ""
 
 #. TRANSLATORS: Foolscap
-#: locale/ipp-strings.c:2120
 msgid "media.na_foolscap_8.5x13in"
 msgstr ""
 
 #. TRANSLATORS: 8 x 13″
-#: locale/ipp-strings.c:2122
 msgid "media.na_govt-legal_8x13in"
 msgstr ""
 
 #. TRANSLATORS: 8 x 10″
-#: locale/ipp-strings.c:2124
 msgid "media.na_govt-letter_8x10in"
 msgstr ""
 
 #. TRANSLATORS: 3 x 5″
-#: locale/ipp-strings.c:2126
 msgid "media.na_index-3x5_3x5in"
 msgstr ""
 
 #. TRANSLATORS: 6 x 8″
-#: locale/ipp-strings.c:2128
 msgid "media.na_index-4x6-ext_6x8in"
 msgstr ""
 
 #. TRANSLATORS: 4 x 6″
-#: locale/ipp-strings.c:2130
 msgid "media.na_index-4x6_4x6in"
 msgstr ""
 
 #. TRANSLATORS: 5 x 8″
-#: locale/ipp-strings.c:2132
 msgid "media.na_index-5x8_5x8in"
 msgstr ""
 
 #. TRANSLATORS: Statement
-#: locale/ipp-strings.c:2134
 msgid "media.na_invoice_5.5x8.5in"
 msgstr ""
 
 #. TRANSLATORS: 11 x 17″
-#: locale/ipp-strings.c:2136
 msgid "media.na_ledger_11x17in"
 msgstr ""
 
 #. TRANSLATORS: US Legal (Extra)
-#: locale/ipp-strings.c:2138
 msgid "media.na_legal-extra_9.5x15in"
 msgstr ""
 
 #. TRANSLATORS: US Legal
-#: locale/ipp-strings.c:2140
 msgid "media.na_legal_8.5x14in"
 msgstr ""
 
 #. TRANSLATORS: US Letter (Extra)
-#: locale/ipp-strings.c:2142
 msgid "media.na_letter-extra_9.5x12in"
 msgstr ""
 
 #. TRANSLATORS: US Letter (Plus)
-#: locale/ipp-strings.c:2144
 msgid "media.na_letter-plus_8.5x12.69in"
 msgstr ""
 
 #. TRANSLATORS: US Letter
-#: locale/ipp-strings.c:2146
 msgid "media.na_letter_8.5x11in"
 msgstr ""
 
 #. TRANSLATORS: Envelope Monarch
-#: locale/ipp-strings.c:2148
 msgid "media.na_monarch_3.875x7.5in"
 msgstr ""
 
 #. TRANSLATORS: Envelope #10
-#: locale/ipp-strings.c:2150
 msgid "media.na_number-10_4.125x9.5in"
 msgstr ""
 
 #. TRANSLATORS: Envelope #11
-#: locale/ipp-strings.c:2152
 msgid "media.na_number-11_4.5x10.375in"
 msgstr ""
 
 #. TRANSLATORS: Envelope #12
-#: locale/ipp-strings.c:2154
 msgid "media.na_number-12_4.75x11in"
 msgstr ""
 
 #. TRANSLATORS: Envelope #14
-#: locale/ipp-strings.c:2156
 msgid "media.na_number-14_5x11.5in"
 msgstr ""
 
 #. TRANSLATORS: Envelope #9
-#: locale/ipp-strings.c:2158
 msgid "media.na_number-9_3.875x8.875in"
 msgstr ""
 
 #. TRANSLATORS: 8.5 x 13.4″
-#: locale/ipp-strings.c:2160
 msgid "media.na_oficio_8.5x13.4in"
 msgstr ""
 
 #. TRANSLATORS: Envelope Personal
-#: locale/ipp-strings.c:2162
 msgid "media.na_personal_3.625x6.5in"
 msgstr ""
 
 #. TRANSLATORS: Quarto
-#: locale/ipp-strings.c:2164
 msgid "media.na_quarto_8.5x10.83in"
 msgstr ""
 
 #. TRANSLATORS: 8.94 x 14″
-#: locale/ipp-strings.c:2166
 msgid "media.na_super-a_8.94x14in"
 msgstr ""
 
 #. TRANSLATORS: 13 x 19″
-#: locale/ipp-strings.c:2168
 msgid "media.na_super-b_13x19in"
 msgstr ""
 
 #. TRANSLATORS: 30 x 42″
-#: locale/ipp-strings.c:2170
 msgid "media.na_wide-format_30x42in"
 msgstr ""
 
 #. TRANSLATORS: 12 x 16″
-#: locale/ipp-strings.c:2172
 msgid "media.oe_12x16_12x16in"
 msgstr ""
 
 #. TRANSLATORS: 14 x 17″
-#: locale/ipp-strings.c:2174
 msgid "media.oe_14x17_14x17in"
 msgstr ""
 
 #. TRANSLATORS: 18 x 22″
-#: locale/ipp-strings.c:2176
 msgid "media.oe_18x22_18x22in"
 msgstr ""
 
 #. TRANSLATORS: 17 x 24″
-#: locale/ipp-strings.c:2178
 msgid "media.oe_a2plus_17x24in"
 msgstr ""
 
 #. TRANSLATORS: 2 x 3.5″
-#: locale/ipp-strings.c:2180
 msgid "media.oe_business-card_2x3.5in"
 msgstr ""
 
 #. TRANSLATORS: 10 x 12″
-#: locale/ipp-strings.c:2182
 msgid "media.oe_photo-10r_10x12in"
 msgstr ""
 
 #. TRANSLATORS: 20 x 24″
-#: locale/ipp-strings.c:2184
 msgid "media.oe_photo-20r_20x24in"
 msgstr ""
 
 #. TRANSLATORS: 3.5 x 5″
-#: locale/ipp-strings.c:2186
 msgid "media.oe_photo-l_3.5x5in"
 msgstr ""
 
 #. TRANSLATORS: 10 x 15″
-#: locale/ipp-strings.c:2188
 msgid "media.oe_photo-s10r_10x15in"
 msgstr ""
 
 #. TRANSLATORS: 4 x 4″
-#: locale/ipp-strings.c:2190
 msgid "media.oe_square-photo_4x4in"
 msgstr ""
 
 #. TRANSLATORS: 5 x 5″
-#: locale/ipp-strings.c:2192
 msgid "media.oe_square-photo_5x5in"
 msgstr ""
 
 #. TRANSLATORS: 184 x 260mm
-#: locale/ipp-strings.c:2194
 msgid "media.om_16k_184x260mm"
 msgstr ""
 
 #. TRANSLATORS: 195 x 270mm
-#: locale/ipp-strings.c:2196
 msgid "media.om_16k_195x270mm"
 msgstr ""
 
 #. TRANSLATORS: 55 x 85mm
-#: locale/ipp-strings.c:2198
 msgid "media.om_business-card_55x85mm"
 msgstr ""
 
 #. TRANSLATORS: 55 x 91mm
-#: locale/ipp-strings.c:2200
 msgid "media.om_business-card_55x91mm"
 msgstr ""
 
 #. TRANSLATORS: 54 x 86mm
-#: locale/ipp-strings.c:2202
 msgid "media.om_card_54x86mm"
 msgstr ""
 
 #. TRANSLATORS: 275 x 395mm
-#: locale/ipp-strings.c:2204
 msgid "media.om_dai-pa-kai_275x395mm"
 msgstr ""
 
 #. TRANSLATORS: 89 x 119mm
-#: locale/ipp-strings.c:2206
 msgid "media.om_dsc-photo_89x119mm"
 msgstr ""
 
 #. TRANSLATORS: Folio
-#: locale/ipp-strings.c:2208
 msgid "media.om_folio-sp_215x315mm"
 msgstr ""
 
 #. TRANSLATORS: Folio (Special)
-#: locale/ipp-strings.c:2210
 msgid "media.om_folio_210x330mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Invitation
-#: locale/ipp-strings.c:2212
 msgid "media.om_invite_220x220mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Italian
-#: locale/ipp-strings.c:2214
 msgid "media.om_italian_110x230mm"
 msgstr ""
 
 #. TRANSLATORS: 198 x 275mm
-#: locale/ipp-strings.c:2216
 msgid "media.om_juuro-ku-kai_198x275mm"
 msgstr ""
 
 #. TRANSLATORS: 200 x 300
-#: locale/ipp-strings.c:2218
 msgid "media.om_large-photo_200x300"
 msgstr ""
 
 #. TRANSLATORS: 130 x 180mm
-#: locale/ipp-strings.c:2220
 msgid "media.om_medium-photo_130x180mm"
 msgstr ""
 
 #. TRANSLATORS: 267 x 389mm
-#: locale/ipp-strings.c:2222
 msgid "media.om_pa-kai_267x389mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Postfix
-#: locale/ipp-strings.c:2224
 msgid "media.om_postfix_114x229mm"
 msgstr ""
 
 #. TRANSLATORS: 100 x 150mm
-#: locale/ipp-strings.c:2226
 msgid "media.om_small-photo_100x150mm"
 msgstr ""
 
 #. TRANSLATORS: 89 x 89mm
-#: locale/ipp-strings.c:2228
 msgid "media.om_square-photo_89x89mm"
 msgstr ""
 
 #. TRANSLATORS: 100 x 200mm
-#: locale/ipp-strings.c:2230
 msgid "media.om_wide-photo_100x200mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #10
-#: locale/ipp-strings.c:2232
 msgid "media.prc_10_324x458mm"
 msgstr ""
 
 #. TRANSLATORS: Chinese 16k
-#: locale/ipp-strings.c:2234
 msgid "media.prc_16k_146x215mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #1
-#: locale/ipp-strings.c:2236
 msgid "media.prc_1_102x165mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #2
-#: locale/ipp-strings.c:2238
 msgid "media.prc_2_102x176mm"
 msgstr ""
 
 #. TRANSLATORS: Chinese 32k
-#: locale/ipp-strings.c:2240
 msgid "media.prc_32k_97x151mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #3
-#: locale/ipp-strings.c:2242
 msgid "media.prc_3_125x176mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #4
-#: locale/ipp-strings.c:2244
 msgid "media.prc_4_110x208mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #5
-#: locale/ipp-strings.c:2246
 msgid "media.prc_5_110x220mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #6
-#: locale/ipp-strings.c:2248
 msgid "media.prc_6_120x320mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #7
-#: locale/ipp-strings.c:2250
 msgid "media.prc_7_160x230mm"
 msgstr ""
 
 #. TRANSLATORS: Envelope Chinese #8
-#: locale/ipp-strings.c:2252
 msgid "media.prc_8_120x309mm"
 msgstr ""
 
 #. TRANSLATORS: ROC 16k
-#: locale/ipp-strings.c:2254
 msgid "media.roc_16k_7.75x10.75in"
 msgstr ""
 
 #. TRANSLATORS: ROC 8k
-#: locale/ipp-strings.c:2256
 msgid "media.roc_8k_10.75x15.5in"
 msgstr ""
 
-#: systemv/lpstat.c:1046
 #, c-format
 msgid "members of class %s:"
 msgstr "członkowie klasy %s:"
 
 #. TRANSLATORS: Multiple Document Handling
-#: locale/ipp-strings.c:2258
 msgid "multiple-document-handling"
 msgstr ""
 
 #. TRANSLATORS: Separate Documents Collated Copies
-#: locale/ipp-strings.c:2260
 msgid "multiple-document-handling.separate-documents-collated-copies"
 msgstr ""
 
 #. TRANSLATORS: Separate Documents Uncollated Copies
-#: locale/ipp-strings.c:2262
 msgid "multiple-document-handling.separate-documents-uncollated-copies"
 msgstr ""
 
 #. TRANSLATORS: Single Document
-#: locale/ipp-strings.c:2264
 msgid "multiple-document-handling.single-document"
 msgstr ""
 
 #. TRANSLATORS: Single Document New Sheet
-#: locale/ipp-strings.c:2266
 msgid "multiple-document-handling.single-document-new-sheet"
 msgstr ""
 
 #. TRANSLATORS: Multiple Object Handling
-#: locale/ipp-strings.c:2268
 msgid "multiple-object-handling"
 msgstr ""
 
 #. TRANSLATORS: Multiple Object Handling Actual
-#: locale/ipp-strings.c:2270
 msgid "multiple-object-handling-actual"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2272
 msgid "multiple-object-handling.auto"
 msgstr ""
 
 #. TRANSLATORS: Best Fit
-#: locale/ipp-strings.c:2274
 msgid "multiple-object-handling.best-fit"
 msgstr ""
 
 #. TRANSLATORS: Best Quality
-#: locale/ipp-strings.c:2276
 msgid "multiple-object-handling.best-quality"
 msgstr ""
 
 #. TRANSLATORS: Best Speed
-#: locale/ipp-strings.c:2278
 msgid "multiple-object-handling.best-speed"
 msgstr ""
 
 #. TRANSLATORS: One At A Time
-#: locale/ipp-strings.c:2280
 msgid "multiple-object-handling.one-at-a-time"
 msgstr ""
 
 #. TRANSLATORS: On Timeout
-#: locale/ipp-strings.c:2282
 msgid "multiple-operation-time-out-action"
 msgstr ""
 
 #. TRANSLATORS: Abort Job
-#: locale/ipp-strings.c:2284
 msgid "multiple-operation-time-out-action.abort-job"
 msgstr ""
 
 #. TRANSLATORS: Hold Job
-#: locale/ipp-strings.c:2286
 msgid "multiple-operation-time-out-action.hold-job"
 msgstr ""
 
 #. TRANSLATORS: Process Job
-#: locale/ipp-strings.c:2288
 msgid "multiple-operation-time-out-action.process-job"
 msgstr ""
 
-#: berkeley/lpq.c:551
 msgid "no entries"
 msgstr "brak wpisów"
 
-#: systemv/lpstat.c:1114
 msgid "no system default destination"
 msgstr "brak domyślnej destynacji"
 
 #. TRANSLATORS: Noise Removal
-#: locale/ipp-strings.c:2290
 msgid "noise-removal"
 msgstr ""
 
 #. TRANSLATORS: Notify Attributes
-#: locale/ipp-strings.c:2292
 msgid "notify-attributes"
 msgstr ""
 
 #. TRANSLATORS: Notify Charset
-#: locale/ipp-strings.c:2294
 msgid "notify-charset"
 msgstr ""
 
 #. TRANSLATORS: Notify Events
-#: locale/ipp-strings.c:2296
 msgid "notify-events"
 msgstr ""
 
-#: scheduler/ipp.c:6055
 msgid "notify-events not specified."
 msgstr ""
 
 #. TRANSLATORS: Document Completed
-#: locale/ipp-strings.c:2298
 msgid "notify-events.document-completed"
 msgstr ""
 
 #. TRANSLATORS: Document Config Changed
-#: locale/ipp-strings.c:2300
 msgid "notify-events.document-config-changed"
 msgstr ""
 
 #. TRANSLATORS: Document Created
-#: locale/ipp-strings.c:2302
 msgid "notify-events.document-created"
 msgstr ""
 
 #. TRANSLATORS: Document Fetchable
-#: locale/ipp-strings.c:2304
 msgid "notify-events.document-fetchable"
 msgstr ""
 
 #. TRANSLATORS: Document State Changed
-#: locale/ipp-strings.c:2306
 msgid "notify-events.document-state-changed"
 msgstr ""
 
 #. TRANSLATORS: Document Stopped
-#: locale/ipp-strings.c:2308
 msgid "notify-events.document-stopped"
 msgstr ""
 
 #. TRANSLATORS: Job Completed
-#: locale/ipp-strings.c:2310
 msgid "notify-events.job-completed"
 msgstr ""
 
 #. TRANSLATORS: Job Config Changed
-#: locale/ipp-strings.c:2312
 msgid "notify-events.job-config-changed"
 msgstr ""
 
 #. TRANSLATORS: Job Created
-#: locale/ipp-strings.c:2314
 msgid "notify-events.job-created"
 msgstr ""
 
 #. TRANSLATORS: Job Fetchable
-#: locale/ipp-strings.c:2316
 msgid "notify-events.job-fetchable"
 msgstr ""
 
 #. TRANSLATORS: Job Progress
-#: locale/ipp-strings.c:2318
 msgid "notify-events.job-progress"
 msgstr ""
 
 #. TRANSLATORS: Job State Changed
-#: locale/ipp-strings.c:2320
 msgid "notify-events.job-state-changed"
 msgstr ""
 
 #. TRANSLATORS: Job Stopped
-#: locale/ipp-strings.c:2322
 msgid "notify-events.job-stopped"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:2324
 msgid "notify-events.none"
 msgstr ""
 
 #. TRANSLATORS: Printer Config Changed
-#: locale/ipp-strings.c:2326
 msgid "notify-events.printer-config-changed"
 msgstr ""
 
 #. TRANSLATORS: Printer Finishings Changed
-#: locale/ipp-strings.c:2328
 msgid "notify-events.printer-finishings-changed"
 msgstr ""
 
 #. TRANSLATORS: Printer Media Changed
-#: locale/ipp-strings.c:2330
 msgid "notify-events.printer-media-changed"
 msgstr ""
 
 #. TRANSLATORS: Printer Queue Order Changed
-#: locale/ipp-strings.c:2332
 msgid "notify-events.printer-queue-order-changed"
 msgstr ""
 
 #. TRANSLATORS: Printer Restarted
-#: locale/ipp-strings.c:2334
 msgid "notify-events.printer-restarted"
 msgstr ""
 
 #. TRANSLATORS: Printer Shutdown
-#: locale/ipp-strings.c:2336
 msgid "notify-events.printer-shutdown"
 msgstr ""
 
 #. TRANSLATORS: Printer State Changed
-#: locale/ipp-strings.c:2338
 msgid "notify-events.printer-state-changed"
 msgstr ""
 
 #. TRANSLATORS: Printer Stopped
-#: locale/ipp-strings.c:2340
 msgid "notify-events.printer-stopped"
 msgstr ""
 
 #. TRANSLATORS: Notify Get Interval
-#: locale/ipp-strings.c:2342
 msgid "notify-get-interval"
 msgstr ""
 
 #. TRANSLATORS: Notify Lease Duration
-#: locale/ipp-strings.c:2344
 msgid "notify-lease-duration"
 msgstr ""
 
 #. TRANSLATORS: Notify Natural Language
-#: locale/ipp-strings.c:2346
 msgid "notify-natural-language"
 msgstr ""
 
 #. TRANSLATORS: Notify Pull Method
-#: locale/ipp-strings.c:2348
 msgid "notify-pull-method"
 msgstr ""
 
 #. TRANSLATORS: Notify Recipient
-#: locale/ipp-strings.c:2350
 msgid "notify-recipient-uri"
 msgstr ""
 
-#: scheduler/ipp.c:2034 scheduler/ipp.c:5941
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" is already used."
 msgstr "notify-recipient-uri URI \"%s\" już jest w użyciu."
 
-#: scheduler/ipp.c:2024 scheduler/ipp.c:5931
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" uses unknown scheme."
 msgstr "notify-recipient-uri URI \"%s\" używa nieznanego schematu."
 
 #. TRANSLATORS: Notify Sequence Numbers
-#: locale/ipp-strings.c:2352
 msgid "notify-sequence-numbers"
 msgstr ""
 
 #. TRANSLATORS: Notify Subscription Ids
-#: locale/ipp-strings.c:2354
 msgid "notify-subscription-ids"
 msgstr ""
 
 #. TRANSLATORS: Notify Time Interval
-#: locale/ipp-strings.c:2356
 msgid "notify-time-interval"
 msgstr ""
 
 #. TRANSLATORS: Notify User Data
-#: locale/ipp-strings.c:2358
 msgid "notify-user-data"
 msgstr ""
 
 #. TRANSLATORS: Notify Wait
-#: locale/ipp-strings.c:2360
 msgid "notify-wait"
 msgstr ""
 
 #. TRANSLATORS: Number Of Retries
-#: locale/ipp-strings.c:2362
 msgid "number-of-retries"
 msgstr ""
 
 #. TRANSLATORS: Number-Up
-#: locale/ipp-strings.c:2364
 msgid "number-up"
 msgstr ""
 
 #. TRANSLATORS: Object Offset
-#: locale/ipp-strings.c:2366
 msgid "object-offset"
 msgstr ""
 
 #. TRANSLATORS: Object Size
-#: locale/ipp-strings.c:2368
 msgid "object-size"
 msgstr ""
 
 #. TRANSLATORS: Organization Name
-#: locale/ipp-strings.c:2370
 msgid "organization-name"
 msgstr ""
 
 #. TRANSLATORS: Orientation
-#: locale/ipp-strings.c:2372
 msgid "orientation-requested"
 msgstr ""
 
 #. TRANSLATORS: Portrait
-#: locale/ipp-strings.c:2374
 msgid "orientation-requested.3"
 msgstr ""
 
 #. TRANSLATORS: Landscape
-#: locale/ipp-strings.c:2376
 msgid "orientation-requested.4"
 msgstr ""
 
 #. TRANSLATORS: Reverse Landscape
-#: locale/ipp-strings.c:2378
 msgid "orientation-requested.5"
 msgstr ""
 
 #. TRANSLATORS: Reverse Portrait
-#: locale/ipp-strings.c:2380
 msgid "orientation-requested.6"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:2382
 msgid "orientation-requested.7"
 msgstr ""
 
 #. TRANSLATORS: Scanned Image Options
-#: locale/ipp-strings.c:2384
 msgid "output-attributes"
 msgstr ""
 
 #. TRANSLATORS: Output Tray
-#: locale/ipp-strings.c:2386
 msgid "output-bin"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2388
 msgid "output-bin.auto"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:2390
 msgid "output-bin.bottom"
 msgstr ""
 
 #. TRANSLATORS: Center
-#: locale/ipp-strings.c:2392
 msgid "output-bin.center"
 msgstr ""
 
 #. TRANSLATORS: Face Down
-#: locale/ipp-strings.c:2394
 msgid "output-bin.face-down"
 msgstr ""
 
 #. TRANSLATORS: Face Up
-#: locale/ipp-strings.c:2396
 msgid "output-bin.face-up"
 msgstr ""
 
 #. TRANSLATORS: Large Capacity
-#: locale/ipp-strings.c:2398
 msgid "output-bin.large-capacity"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:2400
 msgid "output-bin.left"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 1
-#: locale/ipp-strings.c:2402
 msgid "output-bin.mailbox-1"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 10
-#: locale/ipp-strings.c:2404
 msgid "output-bin.mailbox-10"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 2
-#: locale/ipp-strings.c:2406
 msgid "output-bin.mailbox-2"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 3
-#: locale/ipp-strings.c:2408
 msgid "output-bin.mailbox-3"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 4
-#: locale/ipp-strings.c:2410
 msgid "output-bin.mailbox-4"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 5
-#: locale/ipp-strings.c:2412
 msgid "output-bin.mailbox-5"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 6
-#: locale/ipp-strings.c:2414
 msgid "output-bin.mailbox-6"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 7
-#: locale/ipp-strings.c:2416
 msgid "output-bin.mailbox-7"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 8
-#: locale/ipp-strings.c:2418
 msgid "output-bin.mailbox-8"
 msgstr ""
 
 #. TRANSLATORS: Mailbox 9
-#: locale/ipp-strings.c:2420
 msgid "output-bin.mailbox-9"
 msgstr ""
 
 #. TRANSLATORS: Middle
-#: locale/ipp-strings.c:2422
 msgid "output-bin.middle"
 msgstr ""
 
 #. TRANSLATORS: My Mailbox
-#: locale/ipp-strings.c:2424
 msgid "output-bin.my-mailbox"
 msgstr ""
 
 #. TRANSLATORS: Rear
-#: locale/ipp-strings.c:2426
 msgid "output-bin.rear"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:2428
 msgid "output-bin.right"
 msgstr ""
 
 #. TRANSLATORS: Side
-#: locale/ipp-strings.c:2430
 msgid "output-bin.side"
 msgstr ""
 
 #. TRANSLATORS: Stacker 1
-#: locale/ipp-strings.c:2432
 msgid "output-bin.stacker-1"
 msgstr ""
 
 #. TRANSLATORS: Stacker 10
-#: locale/ipp-strings.c:2434
 msgid "output-bin.stacker-10"
 msgstr ""
 
 #. TRANSLATORS: Stacker 2
-#: locale/ipp-strings.c:2436
 msgid "output-bin.stacker-2"
 msgstr ""
 
 #. TRANSLATORS: Stacker 3
-#: locale/ipp-strings.c:2438
 msgid "output-bin.stacker-3"
 msgstr ""
 
 #. TRANSLATORS: Stacker 4
-#: locale/ipp-strings.c:2440
 msgid "output-bin.stacker-4"
 msgstr ""
 
 #. TRANSLATORS: Stacker 5
-#: locale/ipp-strings.c:2442
 msgid "output-bin.stacker-5"
 msgstr ""
 
 #. TRANSLATORS: Stacker 6
-#: locale/ipp-strings.c:2444
 msgid "output-bin.stacker-6"
 msgstr ""
 
 #. TRANSLATORS: Stacker 7
-#: locale/ipp-strings.c:2446
 msgid "output-bin.stacker-7"
 msgstr ""
 
 #. TRANSLATORS: Stacker 8
-#: locale/ipp-strings.c:2448
 msgid "output-bin.stacker-8"
 msgstr ""
 
 #. TRANSLATORS: Stacker 9
-#: locale/ipp-strings.c:2450
 msgid "output-bin.stacker-9"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:2452
 msgid "output-bin.top"
 msgstr ""
 
 #. TRANSLATORS: Tray 1
-#: locale/ipp-strings.c:2454
 msgid "output-bin.tray-1"
 msgstr ""
 
 #. TRANSLATORS: Tray 10
-#: locale/ipp-strings.c:2456
 msgid "output-bin.tray-10"
 msgstr ""
 
 #. TRANSLATORS: Tray 2
-#: locale/ipp-strings.c:2458
 msgid "output-bin.tray-2"
 msgstr ""
 
 #. TRANSLATORS: Tray 3
-#: locale/ipp-strings.c:2460
 msgid "output-bin.tray-3"
 msgstr ""
 
 #. TRANSLATORS: Tray 4
-#: locale/ipp-strings.c:2462
 msgid "output-bin.tray-4"
 msgstr ""
 
 #. TRANSLATORS: Tray 5
-#: locale/ipp-strings.c:2464
 msgid "output-bin.tray-5"
 msgstr ""
 
 #. TRANSLATORS: Tray 6
-#: locale/ipp-strings.c:2466
 msgid "output-bin.tray-6"
 msgstr ""
 
 #. TRANSLATORS: Tray 7
-#: locale/ipp-strings.c:2468
 msgid "output-bin.tray-7"
 msgstr ""
 
 #. TRANSLATORS: Tray 8
-#: locale/ipp-strings.c:2470
 msgid "output-bin.tray-8"
 msgstr ""
 
 #. TRANSLATORS: Tray 9
-#: locale/ipp-strings.c:2472
 msgid "output-bin.tray-9"
 msgstr ""
 
 #. TRANSLATORS: Scanned Image Quality
-#: locale/ipp-strings.c:2474
 msgid "output-compression-quality-factor"
 msgstr ""
 
 #. TRANSLATORS: Page Delivery
-#: locale/ipp-strings.c:2476
 msgid "page-delivery"
 msgstr ""
 
 #. TRANSLATORS: Reverse Order Face-down
-#: locale/ipp-strings.c:2478
 msgid "page-delivery.reverse-order-face-down"
 msgstr ""
 
 #. TRANSLATORS: Reverse Order Face-up
-#: locale/ipp-strings.c:2480
 msgid "page-delivery.reverse-order-face-up"
 msgstr ""
 
 #. TRANSLATORS: Same Order Face-down
-#: locale/ipp-strings.c:2482
 msgid "page-delivery.same-order-face-down"
 msgstr ""
 
 #. TRANSLATORS: Same Order Face-up
-#: locale/ipp-strings.c:2484
 msgid "page-delivery.same-order-face-up"
 msgstr ""
 
 #. TRANSLATORS: System Specified
-#: locale/ipp-strings.c:2486
 msgid "page-delivery.system-specified"
 msgstr ""
 
 #. TRANSLATORS: Page Order Received
-#: locale/ipp-strings.c:2488
 msgid "page-order-received"
 msgstr ""
 
 #. TRANSLATORS: 1 To N
-#: locale/ipp-strings.c:2490
 msgid "page-order-received.1-to-n-order"
 msgstr ""
 
 #. TRANSLATORS: N To 1
-#: locale/ipp-strings.c:2492
 msgid "page-order-received.n-to-1-order"
 msgstr ""
 
 #. TRANSLATORS: Page Ranges
-#: locale/ipp-strings.c:2494
 msgid "page-ranges"
 msgstr ""
 
 #. TRANSLATORS: Pages
-#: locale/ipp-strings.c:2496
 msgid "pages"
 msgstr ""
 
 #. TRANSLATORS: Pages Per Subset
-#: locale/ipp-strings.c:2498
 msgid "pages-per-subset"
 msgstr ""
 
 #. TRANSLATORS: Pclm Raster Back Side
-#: locale/ipp-strings.c:2500
 msgid "pclm-raster-back-side"
 msgstr ""
 
 #. TRANSLATORS: Flipped
-#: locale/ipp-strings.c:2502
 msgid "pclm-raster-back-side.flipped"
 msgstr ""
 
 #. TRANSLATORS: Normal
-#: locale/ipp-strings.c:2504
 msgid "pclm-raster-back-side.normal"
 msgstr ""
 
 #. TRANSLATORS: Rotated
-#: locale/ipp-strings.c:2506
 msgid "pclm-raster-back-side.rotated"
 msgstr ""
 
 #. TRANSLATORS: Pclm Source Resolution
-#: locale/ipp-strings.c:2508
 msgid "pclm-source-resolution"
 msgstr ""
 
-#: cups/notify.c:74
 msgid "pending"
 msgstr "oczekuje"
 
 #. TRANSLATORS: Platform Shape
-#: locale/ipp-strings.c:2510
 msgid "platform-shape"
 msgstr ""
 
 #. TRANSLATORS: Round
-#: locale/ipp-strings.c:2512
 msgid "platform-shape.ellipse"
 msgstr ""
 
 #. TRANSLATORS: Rectangle
-#: locale/ipp-strings.c:2514
 msgid "platform-shape.rectangle"
 msgstr ""
 
 #. TRANSLATORS: Platform Temperature
-#: locale/ipp-strings.c:2516
 msgid "platform-temperature"
 msgstr ""
 
 #. TRANSLATORS: Post-dial String
-#: locale/ipp-strings.c:2518
 msgid "post-dial-string"
 msgstr ""
 
-#: ppdc/ppdc.cxx:102 ppdc/ppdpo.cxx:81
 #, c-format
 msgid "ppdc: Adding include directory \"%s\"."
 msgstr "ppdc: Dodaję katalog include \"%s\"."
 
-#: ppdc/ppdpo.cxx:123
 #, c-format
 msgid "ppdc: Adding/updating UI text from %s."
 msgstr "ppdc: Dodaję/uaktualniam tekst UI z %s."
 
-#: ppdc/ppdc-source.cxx:362
 #, c-format
 msgid "ppdc: Bad boolean value (%s) on line %d of %s."
 msgstr "ppdc: Zła wartość boolean (%s) w linii %d w %s."
 
-#: ppdc/ppdc-import.cxx:257
 #, c-format
 msgid "ppdc: Bad font attribute: %s"
 msgstr "ppdc: Zły atrybut czcionki: %s"
 
-#: ppdc/ppdc-source.cxx:1753
 #, c-format
 msgid "ppdc: Bad resolution name \"%s\" on line %d of %s."
 msgstr "ppdc: Zła nazwa \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1065
 #, c-format
 msgid "ppdc: Bad status keyword %s on line %d of %s."
 msgstr "ppdc: Złe słowo kluczowe stanu %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1987
 #, c-format
 msgid "ppdc: Bad variable substitution ($%c) on line %d of %s."
 msgstr "ppdc: Złe podstawienie zmiennej ($%c) w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2673
 #, c-format
 msgid "ppdc: Choice found on line %d of %s with no Option."
 msgstr "ppdc: Znaleziono Choice w linii %d w %s bez Option."
 
-#: ppdc/ppdc-source.cxx:1650
 #, c-format
 msgid "ppdc: Duplicate #po for locale %s on line %d of %s."
 msgstr "ppdc: Duplikat #po dla lokalizacji %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:884
 #, c-format
 msgid "ppdc: Expected a filter definition on line %d of %s."
 msgstr "ppdc: Wymagana definicja filtra w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:907
 #, c-format
 msgid "ppdc: Expected a program name on line %d of %s."
 msgstr "ppdc: Wymagana nazwa programu w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:346
 #, c-format
 msgid "ppdc: Expected boolean value on line %d of %s."
 msgstr "ppdc: Wymagana wartość boolean w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1045
 #, c-format
 msgid "ppdc: Expected charset after Font on line %d of %s."
 msgstr "ppdc: Wymagany znak po Font w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:399
 #, c-format
 msgid "ppdc: Expected choice code on line %d of %s."
 msgstr "ppdc: Wymagany kod wyboru w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:387
 #, c-format
 msgid "ppdc: Expected choice name/text on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/tekst wyboru w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:455
 #, c-format
 msgid "ppdc: Expected color order for ColorModel on line %d of %s."
 msgstr "ppdc: Wymagana kolejność kolorów dla ColorModel w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:444
 #, c-format
 msgid "ppdc: Expected colorspace for ColorModel on line %d of %s."
 msgstr "ppdc Wymagane colorspace dla ColorModel w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:466
 #, c-format
 msgid "ppdc: Expected compression for ColorModel on line %d of %s."
 msgstr "ppdc: Wymagana kompresja dla ColorModel w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:647
 #, c-format
 msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s."
-msgstr "ppdc: Wymagany łańcuch znaków ograniczeń dla UIConstraints w linii %d w %s."
+msgstr ""
+"ppdc: Wymagany łańcuch znaków ograniczeń dla UIConstraints w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2858
 #, c-format
-msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s."
-msgstr "ppdc: Wymagane słowo kluczowe typu sterownika po DriverType w linii %d w %s."
+msgid ""
+"ppdc: Expected driver type keyword following DriverType on line %d of %s."
+msgstr ""
+"ppdc: Wymagane słowo kluczowe typu sterownika po DriverType w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:778
 #, c-format
 msgid "ppdc: Expected duplex type after Duplex on line %d of %s."
 msgstr "ppdc: Wymagany typ dupleksu po Duplex w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1029
 #, c-format
 msgid "ppdc: Expected encoding after Font on line %d of %s."
 msgstr "ppdc: Wymagane kodowanie po Font w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1641
 #, c-format
 msgid "ppdc: Expected filename after #po %s on line %d of %s."
 msgstr "ppdc: Wymagana nazwa pliku po #po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1157
 #, c-format
 msgid "ppdc: Expected group name/text on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/tekst grupy w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2572
 #, c-format
 msgid "ppdc: Expected include filename on line %d of %s."
 msgstr "ppdc: Wymagana nazwa pliku include w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1454
 #, c-format
 msgid "ppdc: Expected integer on line %d of %s."
 msgstr "ppdc: Wymagana liczba w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1633
 #, c-format
 msgid "ppdc: Expected locale after #po on line %d of %s."
 msgstr "ppdc: Wymagana nazwa tłumaczenia po #po w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:305
 #, c-format
 msgid "ppdc: Expected name after %s on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3230
 #, c-format
 msgid "ppdc: Expected name after FileName on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po FileName w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1010
 #, c-format
 msgid "ppdc: Expected name after Font on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po Font w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3061
 #, c-format
 msgid "ppdc: Expected name after Manufacturer on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po Manufacturer w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3094
 #, c-format
 msgid "ppdc: Expected name after MediaSize on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po MediaSize w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3184
 #, c-format
 msgid "ppdc: Expected name after ModelName on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po ModelName w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3247
 #, c-format
 msgid "ppdc: Expected name after PCFileName on line %d of %s."
 msgstr "ppdc: Wymagana nazwa po PCFileName w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1108
 #, c-format
 msgid "ppdc: Expected name/text after %s on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/tekst po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1197
 #, c-format
 msgid "ppdc: Expected name/text after Installable on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/tekst po Installable w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1734
 #, c-format
 msgid "ppdc: Expected name/text after Resolution on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/test po Resolution w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:431
 #, c-format
 msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s."
 msgstr "ppdc: Wymagana kombinacja nazwa/tekst dla ColorModel w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1526
 #, c-format
 msgid "ppdc: Expected option name/text on line %d of %s."
 msgstr "ppdc: Wymagana nazwa/tekst opcji w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1560
 #, c-format
 msgid "ppdc: Expected option section on line %d of %s."
 msgstr "ppdc: Wymagana sekcji opcji w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1538
 #, c-format
 msgid "ppdc: Expected option type on line %d of %s."
 msgstr "ppdc: Wymagany typ opcji w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1717
 #, c-format
 msgid "ppdc: Expected override field after Resolution on line %d of %s."
 msgstr "ppdc: Wymagane pole zastępcze po Resolution w linii %d w %s."
 
-#: ppdc/ppdc-catalog.cxx:319 ppdc/ppdc-catalog.cxx:331
 #, c-format
 msgid "ppdc: Expected quoted string on line %d of %s."
 msgstr "ppdc: Wymagany zacytowany łańcuch znaków w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:956
 #, c-format
 msgid "ppdc: Expected real number on line %d of %s."
 msgstr "ppdc: Wymagana liczba rzeczywista w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:524
 #, c-format
-msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
-msgstr "ppdc: Wymagana rozdzielczość/typ medium po ColorProfile w linii %d w %s."
+msgid ""
+"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
+msgstr ""
+"ppdc: Wymagana rozdzielczość/typ medium po ColorProfile w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1817
 #, c-format
-msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s."
-msgstr "ppdc: Wymagana rozdzielczość/typ medium po SimpleColorProfile w linii %d w %s."
+msgid ""
+"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d "
+"of %s."
+msgstr ""
+"ppdc: Wymagana rozdzielczość/typ medium po SimpleColorProfile w linii %d w "
+"%s."
 
-#: ppdc/ppdc-source.cxx:313
 #, c-format
 msgid "ppdc: Expected selector after %s on line %d of %s."
 msgstr "ppdc: Wymaganay selektor po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1053
 #, c-format
 msgid "ppdc: Expected status after Font on line %d of %s."
 msgstr "ppdc: Wymagany stan po Font w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2748
 #, c-format
 msgid "ppdc: Expected string after Copyright on line %d of %s."
 msgstr "ppdc: Wymagany łańcuch znaków po Copyright w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3350
 #, c-format
 msgid "ppdc: Expected string after Version on line %d of %s."
 msgstr "ppdc: Wymagany łańcuch znaków po Version w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:680
 #, c-format
 msgid "ppdc: Expected two option names on line %d of %s."
 msgstr "ppdc: Wymagane dwie nazwy opcji w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:324
 #, c-format
 msgid "ppdc: Expected value after %s on line %d of %s."
 msgstr "ppdc: Wymagana wartość po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1037
 #, c-format
 msgid "ppdc: Expected version after Font on line %d of %s."
 msgstr "ppdc: Wymagana wersja po Font w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:179
 #, c-format
 msgid "ppdc: Invalid #include/#po filename \"%s\"."
 msgstr "ppdc: Nieprawidłowe nazwa pliku #include/#po \"%s\"."
 
-#: ppdc/ppdc-source.cxx:924
 #, c-format
 msgid "ppdc: Invalid cost for filter on line %d of %s."
 msgstr "ppdc: Nieprawidłowy koszt filtra w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:916
 #, c-format
 msgid "ppdc: Invalid empty MIME type for filter on line %d of %s."
 msgstr "ppdc: Nieprawidłowy pusty typ MIME dla filtra w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:932
 #, c-format
 msgid "ppdc: Invalid empty program name for filter on line %d of %s."
 msgstr "ppdc: Nieprawidłowa pusta nazwa programu dla filtra w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1580
 #, c-format
 msgid "ppdc: Invalid option section \"%s\" on line %d of %s."
 msgstr "ppdc: Nieprawidłowa sekcja opcji \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1552
 #, c-format
 msgid "ppdc: Invalid option type \"%s\" on line %d of %s."
 msgstr "ppdc: Nieprawidłowy typ opcji \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc.cxx:239 ppdc/ppdpo.cxx:110
 #, c-format
 msgid "ppdc: Loading driver information file \"%s\"."
 msgstr "ppdc: Wczytuję plik informacji sterownika \"%s\"."
 
-#: ppdc/ppdc.cxx:176
 #, c-format
 msgid "ppdc: Loading messages for locale \"%s\"."
 msgstr "ppdc: Wczytuję tłumaczenia dla lokalizacji \"%s\"."
 
-#: ppdc/ppdc.cxx:115
 #, c-format
 msgid "ppdc: Loading messages from \"%s\"."
 msgstr "ppdc: Wczytuję tłumaczenia z \"%s\"."
 
-#: ppdc/ppdc-source.cxx:2365 ppdc/ppdc-source.cxx:2597
 #, c-format
 msgid "ppdc: Missing #endif at end of \"%s\"."
 msgstr "ppdc: Brak #endif na końcu \"%s\"."
 
-#: ppdc/ppdc-source.cxx:2466 ppdc/ppdc-source.cxx:2501
-#: ppdc/ppdc-source.cxx:2531
 #, c-format
 msgid "ppdc: Missing #if on line %d of %s."
 msgstr "ppdc: Brak #if w linii %d w %s."
 
-#: ppdc/ppdc-catalog.cxx:396
 #, c-format
-msgid "ppdc: Need a msgid line before any translation strings on line %d of %s."
+msgid ""
+"ppdc: Need a msgid line before any translation strings on line %d of %s."
 msgstr "ppdc: Wymagana linia msgid przed tłumaczeniami w linii %d w %s."
 
-#: ppdc/ppdc-driver.cxx:707
 #, c-format
 msgid "ppdc: No message catalog provided for locale %s."
 msgstr "ppdc: Brak katalogu tłumaczeń dla lokalizacji %s."
 
-#: ppdc/ppdc-source.cxx:1603 ppdc/ppdc-source.cxx:2835
-#: ppdc/ppdc-source.cxx:2921 ppdc/ppdc-source.cxx:3014
-#: ppdc/ppdc-source.cxx:3147 ppdc/ppdc-source.cxx:3280
 #, c-format
 msgid "ppdc: Option %s defined in two different groups on line %d of %s."
 msgstr "ppdc: Opcja %s zdefiniowana w dwóch różnych grupach w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:1596
 #, c-format
 msgid "ppdc: Option %s redefined with a different type on line %d of %s."
 msgstr "ppdc: Opcja %s zdefiniowana ponownie z innym typem w linii %d z %s."
 
-#: ppdc/ppdc-source.cxx:657
 #, c-format
 msgid "ppdc: Option constraint must *name on line %d of %s."
 msgstr "ppdc: Ograniczenie opcji musi *name w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2448
 #, c-format
 msgid "ppdc: Too many nested #if's on line %d of %s."
 msgstr "ppdc: Za dużo zagnieżdżonych #if w linii %d w %s."
 
-#: ppdc/ppdc.cxx:362
 #, c-format
 msgid "ppdc: Unable to create PPD file \"%s\" - %s."
 msgstr "ppdc: Nie mogę stworzyć pliku PPD \"%s\" - %s."
 
-#: ppdc/ppdc.cxx:254
 #, c-format
 msgid "ppdc: Unable to create output directory %s: %s"
 msgstr "ppdc: Nie mogę stworzyć katalogu wyjściowego %s: %s"
 
-#: ppdc/ppdc.cxx:275
 #, c-format
 msgid "ppdc: Unable to create output pipes: %s"
 msgstr "ppdc: Nie mogę stworzyć potoków wyjściowych: %s"
 
-#: ppdc/ppdc.cxx:291 ppdc/ppdc.cxx:297
 #, c-format
 msgid "ppdc: Unable to execute cupstestppd: %s"
 msgstr "ppdc: Nie mogę uruchomić cupstestppd: %s"
 
-#: ppdc/ppdc-source.cxx:1682
 #, c-format
 msgid "ppdc: Unable to find #po file %s on line %d of %s."
 msgstr "ppdc: Nie mogę znaleźć pliku #po %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2604
 #, c-format
 msgid "ppdc: Unable to find include file \"%s\" on line %d of %s."
 msgstr "ppdc: Nie mogę znaleźć pliku include \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc.cxx:187
 #, c-format
 msgid "ppdc: Unable to find localization for \"%s\" - %s"
 msgstr "ppdc: Nie mogę znaleźć tłumaczenia dla \"%s\" - %s"
 
-#: ppdc/ppdc.cxx:124
 #, c-format
 msgid "ppdc: Unable to load localization file \"%s\" - %s"
 msgstr "ppdc: Nie mogę wczytać pliku tłumaczeń \"%s\" - %s"
 
-#: ppdc/ppdc-file.cxx:37
 #, c-format
 msgid "ppdc: Unable to open %s: %s"
 msgstr "ppdc: Nie mogę otworzyć %s: %s"
 
-#: ppdc/ppdc-source.cxx:2008
 #, c-format
 msgid "ppdc: Undefined variable (%s) on line %d of %s."
 msgstr "ppdc: Niezadeklarowna zmienna (%s) w linii %d w %s."
 
-#: ppdc/ppdc-catalog.cxx:413
 #, c-format
 msgid "ppdc: Unexpected text on line %d of %s."
 msgstr "ppdc: Niespodziewany tekst w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:2877
 #, c-format
 msgid "ppdc: Unknown driver type %s on line %d of %s."
 msgstr "ppdc: Nieznany typ sterownika %s w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:858
 #, c-format
 msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s."
 msgstr "ppdc: Nieznany typ dupleksu \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:3107
 #, c-format
 msgid "ppdc: Unknown media size \"%s\" on line %d of %s."
 msgstr "ppdc: Nieznana wielkość medium \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc-catalog.cxx:441
 #, c-format
 msgid "ppdc: Unknown message catalog format for \"%s\"."
 msgstr "ppdc: Nieznany format katalogu tłumaczeń dla \"%s\""
 
-#: ppdc/ppdc-source.cxx:3361
 #, c-format
 msgid "ppdc: Unknown token \"%s\" seen on line %d of %s."
 msgstr "ppdc: Nieznany token \"%s\" w linii %d w %s."
 
-#: ppdc/ppdc-source.cxx:966
 #, c-format
-msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
-msgstr "ppdc: Nieprawidłowe znaki na końcu liczby rzeczywistej \"%s\" w linii %d w %s."
+msgid ""
+"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
+msgstr ""
+"ppdc: Nieprawidłowe znaki na końcu liczby rzeczywistej \"%s\" w linii %d w "
+"%s."
 
-#: ppdc/ppdc-source.cxx:2118
 #, c-format
 msgid "ppdc: Unterminated string starting with %c on line %d of %s."
-msgstr "ppdc: Niezakończony łańcuch znaków rozpoczynający się od %c w linii %d w %s."
+msgstr ""
+"ppdc: Niezakończony łańcuch znaków rozpoczynający się od %c w linii %d w %s."
 
-#: ppdc/ppdc.cxx:353
 #, c-format
 msgid "ppdc: Warning - overlapping filename \"%s\"."
 msgstr "ppdc: Ostrzeżenie - nakładająca się nazwa pliku \"%s\"."
 
-#: ppdc/ppdc.cxx:368
 #, c-format
 msgid "ppdc: Writing %s."
 msgstr "ppdc: Zapisuję %s."
 
-#: ppdc/ppdc.cxx:137
 #, c-format
 msgid "ppdc: Writing PPD files to directory \"%s\"."
 msgstr "ppdc: Zapisuję pliki PPD do katalogu \"%s\"."
 
-#: ppdc/ppdmerge.cxx:125
 #, c-format
 msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s."
 msgstr "ppdmerge: Zły LanguageVersion \"%s\" w %s."
 
-#: ppdc/ppdmerge.cxx:162
 #, c-format
 msgid "ppdmerge: Ignoring PPD file %s."
 msgstr "ppdmerge: Ignoruję plik PPD %s."
 
-#: ppdc/ppdmerge.cxx:146
 #, c-format
 msgid "ppdmerge: Unable to backup %s to %s - %s"
 msgstr "ppdmerge: Nieudana kopia bezpieczeństwa %s do %s - %s"
 
 #. TRANSLATORS: Pre-dial String
-#: locale/ipp-strings.c:2520
 msgid "pre-dial-string"
 msgstr ""
 
 #. TRANSLATORS: Number-Up Layout
-#: locale/ipp-strings.c:2522
 msgid "presentation-direction-number-up"
 msgstr ""
 
 #. TRANSLATORS: Top-bottom, Right-left
-#: locale/ipp-strings.c:2524
 msgid "presentation-direction-number-up.tobottom-toleft"
 msgstr ""
 
 #. TRANSLATORS: Top-bottom, Left-right
-#: locale/ipp-strings.c:2526
 msgid "presentation-direction-number-up.tobottom-toright"
 msgstr ""
 
 #. TRANSLATORS: Right-left, Top-bottom
-#: locale/ipp-strings.c:2528
 msgid "presentation-direction-number-up.toleft-tobottom"
 msgstr ""
 
 #. TRANSLATORS: Right-left, Bottom-top
-#: locale/ipp-strings.c:2530
 msgid "presentation-direction-number-up.toleft-totop"
 msgstr ""
 
 #. TRANSLATORS: Left-right, Top-bottom
-#: locale/ipp-strings.c:2532
 msgid "presentation-direction-number-up.toright-tobottom"
 msgstr ""
 
 #. TRANSLATORS: Left-right, Bottom-top
-#: locale/ipp-strings.c:2534
 msgid "presentation-direction-number-up.toright-totop"
 msgstr ""
 
 #. TRANSLATORS: Bottom-top, Right-left
-#: locale/ipp-strings.c:2536
 msgid "presentation-direction-number-up.totop-toleft"
 msgstr ""
 
 #. TRANSLATORS: Bottom-top, Left-right
-#: locale/ipp-strings.c:2538
 msgid "presentation-direction-number-up.totop-toright"
 msgstr ""
 
 #. TRANSLATORS: Print Accuracy
-#: locale/ipp-strings.c:2540
 msgid "print-accuracy"
 msgstr ""
 
 #. TRANSLATORS: Print Base
-#: locale/ipp-strings.c:2542
 msgid "print-base"
 msgstr ""
 
 #. TRANSLATORS: Print Base Actual
-#: locale/ipp-strings.c:2544
 msgid "print-base-actual"
 msgstr ""
 
 #. TRANSLATORS: Brim
-#: locale/ipp-strings.c:2546
 msgid "print-base.brim"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:2548
 msgid "print-base.none"
 msgstr ""
 
 #. TRANSLATORS: Raft
-#: locale/ipp-strings.c:2550
 msgid "print-base.raft"
 msgstr ""
 
 #. TRANSLATORS: Skirt
-#: locale/ipp-strings.c:2552
 msgid "print-base.skirt"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:2554
 msgid "print-base.standard"
 msgstr ""
 
 #. TRANSLATORS: Print Color Mode
-#: locale/ipp-strings.c:2556
 msgid "print-color-mode"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2558
 msgid "print-color-mode.auto"
 msgstr ""
 
 #. TRANSLATORS: Auto Monochrome
-#: locale/ipp-strings.c:2560
 msgid "print-color-mode.auto-monochrome"
 msgstr ""
 
 #. TRANSLATORS: Text
-#: locale/ipp-strings.c:2562
 msgid "print-color-mode.bi-level"
 msgstr ""
 
 #. TRANSLATORS: Color
-#: locale/ipp-strings.c:2564
 msgid "print-color-mode.color"
 msgstr ""
 
 #. TRANSLATORS: Highlight
-#: locale/ipp-strings.c:2566
 msgid "print-color-mode.highlight"
 msgstr ""
 
 #. TRANSLATORS: Monochrome
-#: locale/ipp-strings.c:2568
 msgid "print-color-mode.monochrome"
 msgstr ""
 
 #. TRANSLATORS: Process Text
-#: locale/ipp-strings.c:2570
 msgid "print-color-mode.process-bi-level"
 msgstr ""
 
 #. TRANSLATORS: Process Monochrome
-#: locale/ipp-strings.c:2572
 msgid "print-color-mode.process-monochrome"
 msgstr ""
 
 #. TRANSLATORS: Print Optimization
-#: locale/ipp-strings.c:2574
 msgid "print-content-optimize"
 msgstr ""
 
 #. TRANSLATORS: Print Content Optimize Actual
-#: locale/ipp-strings.c:2576
 msgid "print-content-optimize-actual"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2578
 msgid "print-content-optimize.auto"
 msgstr ""
 
 #. TRANSLATORS: Graphics
-#: locale/ipp-strings.c:2580
 msgid "print-content-optimize.graphic"
 msgstr ""
 
 #. TRANSLATORS: Graphics
-#: locale/ipp-strings.c:2582
 msgid "print-content-optimize.graphics"
 msgstr ""
 
 #. TRANSLATORS: Photo
-#: locale/ipp-strings.c:2584
 msgid "print-content-optimize.photo"
 msgstr ""
 
 #. TRANSLATORS: Text
-#: locale/ipp-strings.c:2586
 msgid "print-content-optimize.text"
 msgstr ""
 
 #. TRANSLATORS: Text and Graphics
-#: locale/ipp-strings.c:2588
 msgid "print-content-optimize.text-and-graphic"
 msgstr ""
 
 #. TRANSLATORS: Text And Graphics
-#: locale/ipp-strings.c:2590
 msgid "print-content-optimize.text-and-graphics"
 msgstr ""
 
 #. TRANSLATORS: Print Objects
-#: locale/ipp-strings.c:2592
 msgid "print-objects"
 msgstr ""
 
 #. TRANSLATORS: Print Quality
-#: locale/ipp-strings.c:2594
 msgid "print-quality"
 msgstr ""
 
 #. TRANSLATORS: Draft
-#: locale/ipp-strings.c:2596
 msgid "print-quality.3"
 msgstr ""
 
 #. TRANSLATORS: Normal
-#: locale/ipp-strings.c:2598
 msgid "print-quality.4"
 msgstr ""
 
 #. TRANSLATORS: High
-#: locale/ipp-strings.c:2600
 msgid "print-quality.5"
 msgstr ""
 
 #. TRANSLATORS: Print Rendering Intent
-#: locale/ipp-strings.c:2602
 msgid "print-rendering-intent"
 msgstr ""
 
 #. TRANSLATORS: Absolute
-#: locale/ipp-strings.c:2604
 msgid "print-rendering-intent.absolute"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2606
 msgid "print-rendering-intent.auto"
 msgstr ""
 
 #. TRANSLATORS: Perceptual
-#: locale/ipp-strings.c:2608
 msgid "print-rendering-intent.perceptual"
 msgstr ""
 
 #. TRANSLATORS: Relative
-#: locale/ipp-strings.c:2610
 msgid "print-rendering-intent.relative"
 msgstr ""
 
 #. TRANSLATORS: Relative w/Black Point Compensation
-#: locale/ipp-strings.c:2612
 msgid "print-rendering-intent.relative-bpc"
 msgstr ""
 
 #. TRANSLATORS: Saturation
-#: locale/ipp-strings.c:2614
 msgid "print-rendering-intent.saturation"
 msgstr ""
 
 #. TRANSLATORS: Print Scaling
-#: locale/ipp-strings.c:2616
 msgid "print-scaling"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:2618
 msgid "print-scaling.auto"
 msgstr ""
 
 #. TRANSLATORS: Auto-fit
-#: locale/ipp-strings.c:2620
 msgid "print-scaling.auto-fit"
 msgstr ""
 
 #. TRANSLATORS: Fill
-#: locale/ipp-strings.c:2622
 msgid "print-scaling.fill"
 msgstr ""
 
 #. TRANSLATORS: Fit
-#: locale/ipp-strings.c:2624
 msgid "print-scaling.fit"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:2626
 msgid "print-scaling.none"
 msgstr ""
 
 #. TRANSLATORS: Print Supports
-#: locale/ipp-strings.c:2628
 msgid "print-supports"
 msgstr ""
 
 #. TRANSLATORS: Print Supports Actual
-#: locale/ipp-strings.c:2630
 msgid "print-supports-actual"
 msgstr ""
 
 #. TRANSLATORS: With Specified Material
-#: locale/ipp-strings.c:2632
 msgid "print-supports.material"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:2634
 msgid "print-supports.none"
 msgstr ""
 
 #. TRANSLATORS: Standard
-#: locale/ipp-strings.c:2636
 msgid "print-supports.standard"
 msgstr ""
 
-#: systemv/lpstat.c:1812
 #, c-format
 msgid "printer %s disabled since %s -"
 msgstr "drukarka %s jest wyłączona od %s -"
 
-#: systemv/lpstat.c:1804
 #, c-format
 msgid "printer %s is holding new jobs.  enabled since %s"
 msgstr "drukarka %s wstrzymuje nowe zadania.  włączona od %s"
 
-#: systemv/lpstat.c:1806
 #, c-format
 msgid "printer %s is idle.  enabled since %s"
 msgstr "drukarka %s jest wolna.  włączona od %s"
 
-#: systemv/lpstat.c:1809
 #, c-format
 msgid "printer %s now printing %s-%d.  enabled since %s"
 msgstr "drukarka %s drukuje %s-%d.  włączona od %s"
 
-#: systemv/lpstat.c:1930
 #, c-format
 msgid "printer %s/%s disabled since %s -"
 msgstr "drukarka %s/%s wyłączona od %s -"
 
-#: systemv/lpstat.c:1916
 #, c-format
 msgid "printer %s/%s is idle.  enabled since %s"
 msgstr "drukarka %s/%s jest wolna.  włączona od %s"
 
-#: systemv/lpstat.c:1923
 #, c-format
 msgid "printer %s/%s now printing %s-%d.  enabled since %s"
 msgstr "drukarka %s/%s drukuje %s-%d.  włączona od %s"
 
 #. TRANSLATORS: Printer Kind
-#: locale/ipp-strings.c:2638
 msgid "printer-kind"
 msgstr ""
 
 #. TRANSLATORS: Disc
-#: locale/ipp-strings.c:2640
 msgid "printer-kind.disc"
 msgstr ""
 
 #. TRANSLATORS: Document
-#: locale/ipp-strings.c:2642
 msgid "printer-kind.document"
 msgstr ""
 
 #. TRANSLATORS: Envelope
-#: locale/ipp-strings.c:2644
 msgid "printer-kind.envelope"
 msgstr ""
 
 #. TRANSLATORS: Label
-#: locale/ipp-strings.c:2646
 msgid "printer-kind.label"
 msgstr ""
 
 #. TRANSLATORS: Large Format
-#: locale/ipp-strings.c:2648
 msgid "printer-kind.large-format"
 msgstr ""
 
 #. TRANSLATORS: Photo
-#: locale/ipp-strings.c:2650
 msgid "printer-kind.photo"
 msgstr ""
 
 #. TRANSLATORS: Postcard
-#: locale/ipp-strings.c:2652
 msgid "printer-kind.postcard"
 msgstr ""
 
 #. TRANSLATORS: Receipt
-#: locale/ipp-strings.c:2654
 msgid "printer-kind.receipt"
 msgstr ""
 
 #. TRANSLATORS: Roll
-#: locale/ipp-strings.c:2656
 msgid "printer-kind.roll"
 msgstr ""
 
 #. TRANSLATORS: Message From Operator
-#: locale/ipp-strings.c:2658
 msgid "printer-message-from-operator"
 msgstr ""
 
 #. TRANSLATORS: Print Resolution
-#: locale/ipp-strings.c:2660
 msgid "printer-resolution"
 msgstr ""
 
 #. TRANSLATORS: Printer State
-#: locale/ipp-strings.c:2662
 msgid "printer-state"
 msgstr ""
 
 #. TRANSLATORS: Detailed Printer State
-#: locale/ipp-strings.c:2664
 msgid "printer-state-reasons"
 msgstr ""
 
 #. TRANSLATORS: Old Alerts Have Been Removed
-#: locale/ipp-strings.c:2666
 msgid "printer-state-reasons.alert-removal-of-binary-change-entry"
 msgstr ""
 
 #. TRANSLATORS: Bander Added
-#: locale/ipp-strings.c:2668
 msgid "printer-state-reasons.bander-added"
 msgstr ""
 
 #. TRANSLATORS: Bander Almost Empty
-#: locale/ipp-strings.c:2670
 msgid "printer-state-reasons.bander-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Bander Almost Full
-#: locale/ipp-strings.c:2672
 msgid "printer-state-reasons.bander-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Bander At Limit
-#: locale/ipp-strings.c:2674
 msgid "printer-state-reasons.bander-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Bander Closed
-#: locale/ipp-strings.c:2676
 msgid "printer-state-reasons.bander-closed"
 msgstr ""
 
 #. TRANSLATORS: Bander Configuration Change
-#: locale/ipp-strings.c:2678
 msgid "printer-state-reasons.bander-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Bander Cover Closed
-#: locale/ipp-strings.c:2680
 msgid "printer-state-reasons.bander-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Bander Cover Open
-#: locale/ipp-strings.c:2682
 msgid "printer-state-reasons.bander-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Bander Empty
-#: locale/ipp-strings.c:2684
 msgid "printer-state-reasons.bander-empty"
 msgstr ""
 
 #. TRANSLATORS: Bander Full
-#: locale/ipp-strings.c:2686
 msgid "printer-state-reasons.bander-full"
 msgstr ""
 
 #. TRANSLATORS: Bander Interlock Closed
-#: locale/ipp-strings.c:2688
 msgid "printer-state-reasons.bander-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Bander Interlock Open
-#: locale/ipp-strings.c:2690
 msgid "printer-state-reasons.bander-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Bander Jam
-#: locale/ipp-strings.c:2692
 msgid "printer-state-reasons.bander-jam"
 msgstr ""
 
 #. TRANSLATORS: Bander Life Almost Over
-#: locale/ipp-strings.c:2694
 msgid "printer-state-reasons.bander-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Bander Life Over
-#: locale/ipp-strings.c:2696
 msgid "printer-state-reasons.bander-life-over"
 msgstr ""
 
 #. TRANSLATORS: Bander Memory Exhausted
-#: locale/ipp-strings.c:2698
 msgid "printer-state-reasons.bander-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Bander Missing
-#: locale/ipp-strings.c:2700
 msgid "printer-state-reasons.bander-missing"
 msgstr ""
 
 #. TRANSLATORS: Bander Motor Failure
-#: locale/ipp-strings.c:2702
 msgid "printer-state-reasons.bander-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Bander Near Limit
-#: locale/ipp-strings.c:2704
 msgid "printer-state-reasons.bander-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Bander Offline
-#: locale/ipp-strings.c:2706
 msgid "printer-state-reasons.bander-offline"
 msgstr ""
 
 #. TRANSLATORS: Bander Opened
-#: locale/ipp-strings.c:2708
 msgid "printer-state-reasons.bander-opened"
 msgstr ""
 
 #. TRANSLATORS: Bander Over Temperature
-#: locale/ipp-strings.c:2710
 msgid "printer-state-reasons.bander-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Bander Power Saver
-#: locale/ipp-strings.c:2712
 msgid "printer-state-reasons.bander-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Bander Recoverable Failure
-#: locale/ipp-strings.c:2714
 msgid "printer-state-reasons.bander-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Bander Recoverable Storage
-#: locale/ipp-strings.c:2716
 msgid "printer-state-reasons.bander-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Bander Removed
-#: locale/ipp-strings.c:2718
 msgid "printer-state-reasons.bander-removed"
 msgstr ""
 
 #. TRANSLATORS: Bander Resource Added
-#: locale/ipp-strings.c:2720
 msgid "printer-state-reasons.bander-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Bander Resource Removed
-#: locale/ipp-strings.c:2722
 msgid "printer-state-reasons.bander-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Bander Thermistor Failure
-#: locale/ipp-strings.c:2724
 msgid "printer-state-reasons.bander-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Bander Timing Failure
-#: locale/ipp-strings.c:2726
 msgid "printer-state-reasons.bander-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Bander Turned Off
-#: locale/ipp-strings.c:2728
 msgid "printer-state-reasons.bander-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Bander Turned On
-#: locale/ipp-strings.c:2730
 msgid "printer-state-reasons.bander-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Bander Under Temperature
-#: locale/ipp-strings.c:2732
 msgid "printer-state-reasons.bander-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Bander Unrecoverable Failure
-#: locale/ipp-strings.c:2734
 msgid "printer-state-reasons.bander-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Bander Unrecoverable Storage Error
-#: locale/ipp-strings.c:2736
 msgid "printer-state-reasons.bander-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Bander Warming Up
-#: locale/ipp-strings.c:2738
 msgid "printer-state-reasons.bander-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Binder Added
-#: locale/ipp-strings.c:2740
 msgid "printer-state-reasons.binder-added"
 msgstr ""
 
 #. TRANSLATORS: Binder Almost Empty
-#: locale/ipp-strings.c:2742
 msgid "printer-state-reasons.binder-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Binder Almost Full
-#: locale/ipp-strings.c:2744
 msgid "printer-state-reasons.binder-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Binder At Limit
-#: locale/ipp-strings.c:2746
 msgid "printer-state-reasons.binder-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Binder Closed
-#: locale/ipp-strings.c:2748
 msgid "printer-state-reasons.binder-closed"
 msgstr ""
 
 #. TRANSLATORS: Binder Configuration Change
-#: locale/ipp-strings.c:2750
 msgid "printer-state-reasons.binder-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Binder Cover Closed
-#: locale/ipp-strings.c:2752
 msgid "printer-state-reasons.binder-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Binder Cover Open
-#: locale/ipp-strings.c:2754
 msgid "printer-state-reasons.binder-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Binder Empty
-#: locale/ipp-strings.c:2756
 msgid "printer-state-reasons.binder-empty"
 msgstr ""
 
 #. TRANSLATORS: Binder Full
-#: locale/ipp-strings.c:2758
 msgid "printer-state-reasons.binder-full"
 msgstr ""
 
 #. TRANSLATORS: Binder Interlock Closed
-#: locale/ipp-strings.c:2760
 msgid "printer-state-reasons.binder-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Binder Interlock Open
-#: locale/ipp-strings.c:2762
 msgid "printer-state-reasons.binder-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Binder Jam
-#: locale/ipp-strings.c:2764
 msgid "printer-state-reasons.binder-jam"
 msgstr ""
 
 #. TRANSLATORS: Binder Life Almost Over
-#: locale/ipp-strings.c:2766
 msgid "printer-state-reasons.binder-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Binder Life Over
-#: locale/ipp-strings.c:2768
 msgid "printer-state-reasons.binder-life-over"
 msgstr ""
 
 #. TRANSLATORS: Binder Memory Exhausted
-#: locale/ipp-strings.c:2770
 msgid "printer-state-reasons.binder-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Binder Missing
-#: locale/ipp-strings.c:2772
 msgid "printer-state-reasons.binder-missing"
 msgstr ""
 
 #. TRANSLATORS: Binder Motor Failure
-#: locale/ipp-strings.c:2774
 msgid "printer-state-reasons.binder-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Binder Near Limit
-#: locale/ipp-strings.c:2776
 msgid "printer-state-reasons.binder-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Binder Offline
-#: locale/ipp-strings.c:2778
 msgid "printer-state-reasons.binder-offline"
 msgstr ""
 
 #. TRANSLATORS: Binder Opened
-#: locale/ipp-strings.c:2780
 msgid "printer-state-reasons.binder-opened"
 msgstr ""
 
 #. TRANSLATORS: Binder Over Temperature
-#: locale/ipp-strings.c:2782
 msgid "printer-state-reasons.binder-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Binder Power Saver
-#: locale/ipp-strings.c:2784
 msgid "printer-state-reasons.binder-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Binder Recoverable Failure
-#: locale/ipp-strings.c:2786
 msgid "printer-state-reasons.binder-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Binder Recoverable Storage
-#: locale/ipp-strings.c:2788
 msgid "printer-state-reasons.binder-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Binder Removed
-#: locale/ipp-strings.c:2790
 msgid "printer-state-reasons.binder-removed"
 msgstr ""
 
 #. TRANSLATORS: Binder Resource Added
-#: locale/ipp-strings.c:2792
 msgid "printer-state-reasons.binder-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Binder Resource Removed
-#: locale/ipp-strings.c:2794
 msgid "printer-state-reasons.binder-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Binder Thermistor Failure
-#: locale/ipp-strings.c:2796
 msgid "printer-state-reasons.binder-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Binder Timing Failure
-#: locale/ipp-strings.c:2798
 msgid "printer-state-reasons.binder-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Binder Turned Off
-#: locale/ipp-strings.c:2800
 msgid "printer-state-reasons.binder-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Binder Turned On
-#: locale/ipp-strings.c:2802
 msgid "printer-state-reasons.binder-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Binder Under Temperature
-#: locale/ipp-strings.c:2804
 msgid "printer-state-reasons.binder-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Binder Unrecoverable Failure
-#: locale/ipp-strings.c:2806
 msgid "printer-state-reasons.binder-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Binder Unrecoverable Storage Error
-#: locale/ipp-strings.c:2808
 msgid "printer-state-reasons.binder-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Binder Warming Up
-#: locale/ipp-strings.c:2810
 msgid "printer-state-reasons.binder-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Camera Failure
-#: locale/ipp-strings.c:2812
 msgid "printer-state-reasons.camera-failure"
 msgstr ""
 
 #. TRANSLATORS: Chamber Cooling
-#: locale/ipp-strings.c:2814
 msgid "printer-state-reasons.chamber-cooling"
 msgstr ""
 
 #. TRANSLATORS: Chamber Failure
-#: locale/ipp-strings.c:2816
 msgid "printer-state-reasons.chamber-failure"
 msgstr ""
 
 #. TRANSLATORS: Chamber Heating
-#: locale/ipp-strings.c:2818
 msgid "printer-state-reasons.chamber-heating"
 msgstr ""
 
 #. TRANSLATORS: Chamber Temperature High
-#: locale/ipp-strings.c:2820
 msgid "printer-state-reasons.chamber-temperature-high"
 msgstr ""
 
 #. TRANSLATORS: Chamber Temperature Low
-#: locale/ipp-strings.c:2822
 msgid "printer-state-reasons.chamber-temperature-low"
 msgstr ""
 
 #. TRANSLATORS: Cleaner Life Almost Over
-#: locale/ipp-strings.c:2824
 msgid "printer-state-reasons.cleaner-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Cleaner Life Over
-#: locale/ipp-strings.c:2826
 msgid "printer-state-reasons.cleaner-life-over"
 msgstr ""
 
 #. TRANSLATORS: Configuration Change
-#: locale/ipp-strings.c:2828
 msgid "printer-state-reasons.configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Connecting To Device
-#: locale/ipp-strings.c:2830
 msgid "printer-state-reasons.connecting-to-device"
 msgstr ""
 
 #. TRANSLATORS: Cover Open
-#: locale/ipp-strings.c:2832
 msgid "printer-state-reasons.cover-open"
 msgstr ""
 
 #. TRANSLATORS: Deactivated
-#: locale/ipp-strings.c:2834
 msgid "printer-state-reasons.deactivated"
 msgstr ""
 
 #. TRANSLATORS: Developer Empty
-#: locale/ipp-strings.c:2836
 msgid "printer-state-reasons.developer-empty"
 msgstr ""
 
 #. TRANSLATORS: Developer Low
-#: locale/ipp-strings.c:2838
 msgid "printer-state-reasons.developer-low"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Added
-#: locale/ipp-strings.c:2840
 msgid "printer-state-reasons.die-cutter-added"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Almost Empty
-#: locale/ipp-strings.c:2842
 msgid "printer-state-reasons.die-cutter-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Almost Full
-#: locale/ipp-strings.c:2844
 msgid "printer-state-reasons.die-cutter-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter At Limit
-#: locale/ipp-strings.c:2846
 msgid "printer-state-reasons.die-cutter-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Closed
-#: locale/ipp-strings.c:2848
 msgid "printer-state-reasons.die-cutter-closed"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Configuration Change
-#: locale/ipp-strings.c:2850
 msgid "printer-state-reasons.die-cutter-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Cover Closed
-#: locale/ipp-strings.c:2852
 msgid "printer-state-reasons.die-cutter-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Cover Open
-#: locale/ipp-strings.c:2854
 msgid "printer-state-reasons.die-cutter-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Empty
-#: locale/ipp-strings.c:2856
 msgid "printer-state-reasons.die-cutter-empty"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Full
-#: locale/ipp-strings.c:2858
 msgid "printer-state-reasons.die-cutter-full"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Interlock Closed
-#: locale/ipp-strings.c:2860
 msgid "printer-state-reasons.die-cutter-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Interlock Open
-#: locale/ipp-strings.c:2862
 msgid "printer-state-reasons.die-cutter-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Jam
-#: locale/ipp-strings.c:2864
 msgid "printer-state-reasons.die-cutter-jam"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Life Almost Over
-#: locale/ipp-strings.c:2866
 msgid "printer-state-reasons.die-cutter-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Life Over
-#: locale/ipp-strings.c:2868
 msgid "printer-state-reasons.die-cutter-life-over"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Memory Exhausted
-#: locale/ipp-strings.c:2870
 msgid "printer-state-reasons.die-cutter-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Missing
-#: locale/ipp-strings.c:2872
 msgid "printer-state-reasons.die-cutter-missing"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Motor Failure
-#: locale/ipp-strings.c:2874
 msgid "printer-state-reasons.die-cutter-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Near Limit
-#: locale/ipp-strings.c:2876
 msgid "printer-state-reasons.die-cutter-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Offline
-#: locale/ipp-strings.c:2878
 msgid "printer-state-reasons.die-cutter-offline"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Opened
-#: locale/ipp-strings.c:2880
 msgid "printer-state-reasons.die-cutter-opened"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Over Temperature
-#: locale/ipp-strings.c:2882
 msgid "printer-state-reasons.die-cutter-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Power Saver
-#: locale/ipp-strings.c:2884
 msgid "printer-state-reasons.die-cutter-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Recoverable Failure
-#: locale/ipp-strings.c:2886
 msgid "printer-state-reasons.die-cutter-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Recoverable Storage
-#: locale/ipp-strings.c:2888
 msgid "printer-state-reasons.die-cutter-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Removed
-#: locale/ipp-strings.c:2890
 msgid "printer-state-reasons.die-cutter-removed"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Resource Added
-#: locale/ipp-strings.c:2892
 msgid "printer-state-reasons.die-cutter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Resource Removed
-#: locale/ipp-strings.c:2894
 msgid "printer-state-reasons.die-cutter-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Thermistor Failure
-#: locale/ipp-strings.c:2896
 msgid "printer-state-reasons.die-cutter-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Timing Failure
-#: locale/ipp-strings.c:2898
 msgid "printer-state-reasons.die-cutter-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Turned Off
-#: locale/ipp-strings.c:2900
 msgid "printer-state-reasons.die-cutter-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Turned On
-#: locale/ipp-strings.c:2902
 msgid "printer-state-reasons.die-cutter-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Under Temperature
-#: locale/ipp-strings.c:2904
 msgid "printer-state-reasons.die-cutter-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Unrecoverable Failure
-#: locale/ipp-strings.c:2906
 msgid "printer-state-reasons.die-cutter-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Unrecoverable Storage Error
-#: locale/ipp-strings.c:2908
 msgid "printer-state-reasons.die-cutter-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Die Cutter Warming Up
-#: locale/ipp-strings.c:2910
 msgid "printer-state-reasons.die-cutter-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Door Open
-#: locale/ipp-strings.c:2912
 msgid "printer-state-reasons.door-open"
 msgstr ""
 
 #. TRANSLATORS: Extruder Cooling
-#: locale/ipp-strings.c:2914
 msgid "printer-state-reasons.extruder-cooling"
 msgstr ""
 
 #. TRANSLATORS: Extruder Failure
-#: locale/ipp-strings.c:2916
 msgid "printer-state-reasons.extruder-failure"
 msgstr ""
 
 #. TRANSLATORS: Extruder Heating
-#: locale/ipp-strings.c:2918
 msgid "printer-state-reasons.extruder-heating"
 msgstr ""
 
 #. TRANSLATORS: Extruder Jam
-#: locale/ipp-strings.c:2920
 msgid "printer-state-reasons.extruder-jam"
 msgstr ""
 
 #. TRANSLATORS: Extruder Temperature High
-#: locale/ipp-strings.c:2922
 msgid "printer-state-reasons.extruder-temperature-high"
 msgstr ""
 
 #. TRANSLATORS: Extruder Temperature Low
-#: locale/ipp-strings.c:2924
 msgid "printer-state-reasons.extruder-temperature-low"
 msgstr ""
 
 #. TRANSLATORS: Fan Failure
-#: locale/ipp-strings.c:2926
 msgid "printer-state-reasons.fan-failure"
 msgstr ""
 
 #. TRANSLATORS: Fax Modem Life Almost Over
-#: locale/ipp-strings.c:2928
 msgid "printer-state-reasons.fax-modem-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Fax Modem Life Over
-#: locale/ipp-strings.c:2930
 msgid "printer-state-reasons.fax-modem-life-over"
 msgstr ""
 
 #. TRANSLATORS: Fax Modem Missing
-#: locale/ipp-strings.c:2932
 msgid "printer-state-reasons.fax-modem-missing"
 msgstr ""
 
 #. TRANSLATORS: Fax Modem Turned Off
-#: locale/ipp-strings.c:2934
 msgid "printer-state-reasons.fax-modem-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Fax Modem Turned On
-#: locale/ipp-strings.c:2936
 msgid "printer-state-reasons.fax-modem-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Folder Added
-#: locale/ipp-strings.c:2938
 msgid "printer-state-reasons.folder-added"
 msgstr ""
 
 #. TRANSLATORS: Folder Almost Empty
-#: locale/ipp-strings.c:2940
 msgid "printer-state-reasons.folder-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Folder Almost Full
-#: locale/ipp-strings.c:2942
 msgid "printer-state-reasons.folder-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Folder At Limit
-#: locale/ipp-strings.c:2944
 msgid "printer-state-reasons.folder-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Folder Closed
-#: locale/ipp-strings.c:2946
 msgid "printer-state-reasons.folder-closed"
 msgstr ""
 
 #. TRANSLATORS: Folder Configuration Change
-#: locale/ipp-strings.c:2948
 msgid "printer-state-reasons.folder-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Folder Cover Closed
-#: locale/ipp-strings.c:2950
 msgid "printer-state-reasons.folder-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Folder Cover Open
-#: locale/ipp-strings.c:2952
 msgid "printer-state-reasons.folder-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Folder Empty
-#: locale/ipp-strings.c:2954
 msgid "printer-state-reasons.folder-empty"
 msgstr ""
 
 #. TRANSLATORS: Folder Full
-#: locale/ipp-strings.c:2956
 msgid "printer-state-reasons.folder-full"
 msgstr ""
 
 #. TRANSLATORS: Folder Interlock Closed
-#: locale/ipp-strings.c:2958
 msgid "printer-state-reasons.folder-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Folder Interlock Open
-#: locale/ipp-strings.c:2960
 msgid "printer-state-reasons.folder-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Folder Jam
-#: locale/ipp-strings.c:2962
 msgid "printer-state-reasons.folder-jam"
 msgstr ""
 
 #. TRANSLATORS: Folder Life Almost Over
-#: locale/ipp-strings.c:2964
 msgid "printer-state-reasons.folder-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Folder Life Over
-#: locale/ipp-strings.c:2966
 msgid "printer-state-reasons.folder-life-over"
 msgstr ""
 
 #. TRANSLATORS: Folder Memory Exhausted
-#: locale/ipp-strings.c:2968
 msgid "printer-state-reasons.folder-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Folder Missing
-#: locale/ipp-strings.c:2970
 msgid "printer-state-reasons.folder-missing"
 msgstr ""
 
 #. TRANSLATORS: Folder Motor Failure
-#: locale/ipp-strings.c:2972
 msgid "printer-state-reasons.folder-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Folder Near Limit
-#: locale/ipp-strings.c:2974
 msgid "printer-state-reasons.folder-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Folder Offline
-#: locale/ipp-strings.c:2976
 msgid "printer-state-reasons.folder-offline"
 msgstr ""
 
 #. TRANSLATORS: Folder Opened
-#: locale/ipp-strings.c:2978
 msgid "printer-state-reasons.folder-opened"
 msgstr ""
 
 #. TRANSLATORS: Folder Over Temperature
-#: locale/ipp-strings.c:2980
 msgid "printer-state-reasons.folder-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Folder Power Saver
-#: locale/ipp-strings.c:2982
 msgid "printer-state-reasons.folder-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Folder Recoverable Failure
-#: locale/ipp-strings.c:2984
 msgid "printer-state-reasons.folder-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Folder Recoverable Storage
-#: locale/ipp-strings.c:2986
 msgid "printer-state-reasons.folder-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Folder Removed
-#: locale/ipp-strings.c:2988
 msgid "printer-state-reasons.folder-removed"
 msgstr ""
 
 #. TRANSLATORS: Folder Resource Added
-#: locale/ipp-strings.c:2990
 msgid "printer-state-reasons.folder-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Folder Resource Removed
-#: locale/ipp-strings.c:2992
 msgid "printer-state-reasons.folder-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Folder Thermistor Failure
-#: locale/ipp-strings.c:2994
 msgid "printer-state-reasons.folder-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Folder Timing Failure
-#: locale/ipp-strings.c:2996
 msgid "printer-state-reasons.folder-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Folder Turned Off
-#: locale/ipp-strings.c:2998
 msgid "printer-state-reasons.folder-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Folder Turned On
-#: locale/ipp-strings.c:3000
 msgid "printer-state-reasons.folder-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Folder Under Temperature
-#: locale/ipp-strings.c:3002
 msgid "printer-state-reasons.folder-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Folder Unrecoverable Failure
-#: locale/ipp-strings.c:3004
 msgid "printer-state-reasons.folder-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Folder Unrecoverable Storage Error
-#: locale/ipp-strings.c:3006
 msgid "printer-state-reasons.folder-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Folder Warming Up
-#: locale/ipp-strings.c:3008
 msgid "printer-state-reasons.folder-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Fuser temperature high
-#: locale/ipp-strings.c:3010
 msgid "printer-state-reasons.fuser-over-temp"
 msgstr ""
 
 #. TRANSLATORS: Fuser temperature low
-#: locale/ipp-strings.c:3012
 msgid "printer-state-reasons.fuser-under-temp"
 msgstr ""
 
 #. TRANSLATORS: Hold New Jobs
-#: locale/ipp-strings.c:3014
 msgid "printer-state-reasons.hold-new-jobs"
 msgstr ""
 
 #. TRANSLATORS: Identify Printer
-#: locale/ipp-strings.c:3016
 msgid "printer-state-reasons.identify-printer-requested"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Added
-#: locale/ipp-strings.c:3018
 msgid "printer-state-reasons.imprinter-added"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Almost Empty
-#: locale/ipp-strings.c:3020
 msgid "printer-state-reasons.imprinter-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Almost Full
-#: locale/ipp-strings.c:3022
 msgid "printer-state-reasons.imprinter-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Imprinter At Limit
-#: locale/ipp-strings.c:3024
 msgid "printer-state-reasons.imprinter-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Closed
-#: locale/ipp-strings.c:3026
 msgid "printer-state-reasons.imprinter-closed"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Configuration Change
-#: locale/ipp-strings.c:3028
 msgid "printer-state-reasons.imprinter-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Cover Closed
-#: locale/ipp-strings.c:3030
 msgid "printer-state-reasons.imprinter-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Cover Open
-#: locale/ipp-strings.c:3032
 msgid "printer-state-reasons.imprinter-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Empty
-#: locale/ipp-strings.c:3034
 msgid "printer-state-reasons.imprinter-empty"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Full
-#: locale/ipp-strings.c:3036
 msgid "printer-state-reasons.imprinter-full"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Interlock Closed
-#: locale/ipp-strings.c:3038
 msgid "printer-state-reasons.imprinter-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Interlock Open
-#: locale/ipp-strings.c:3040
 msgid "printer-state-reasons.imprinter-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Jam
-#: locale/ipp-strings.c:3042
 msgid "printer-state-reasons.imprinter-jam"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Life Almost Over
-#: locale/ipp-strings.c:3044
 msgid "printer-state-reasons.imprinter-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Life Over
-#: locale/ipp-strings.c:3046
 msgid "printer-state-reasons.imprinter-life-over"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Memory Exhausted
-#: locale/ipp-strings.c:3048
 msgid "printer-state-reasons.imprinter-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Missing
-#: locale/ipp-strings.c:3050
 msgid "printer-state-reasons.imprinter-missing"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Motor Failure
-#: locale/ipp-strings.c:3052
 msgid "printer-state-reasons.imprinter-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Near Limit
-#: locale/ipp-strings.c:3054
 msgid "printer-state-reasons.imprinter-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Offline
-#: locale/ipp-strings.c:3056
 msgid "printer-state-reasons.imprinter-offline"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Opened
-#: locale/ipp-strings.c:3058
 msgid "printer-state-reasons.imprinter-opened"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Over Temperature
-#: locale/ipp-strings.c:3060
 msgid "printer-state-reasons.imprinter-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Power Saver
-#: locale/ipp-strings.c:3062
 msgid "printer-state-reasons.imprinter-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Recoverable Failure
-#: locale/ipp-strings.c:3064
 msgid "printer-state-reasons.imprinter-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Recoverable Storage
-#: locale/ipp-strings.c:3066
 msgid "printer-state-reasons.imprinter-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Removed
-#: locale/ipp-strings.c:3068
 msgid "printer-state-reasons.imprinter-removed"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Resource Added
-#: locale/ipp-strings.c:3070
 msgid "printer-state-reasons.imprinter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Resource Removed
-#: locale/ipp-strings.c:3072
 msgid "printer-state-reasons.imprinter-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Thermistor Failure
-#: locale/ipp-strings.c:3074
 msgid "printer-state-reasons.imprinter-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Timing Failure
-#: locale/ipp-strings.c:3076
 msgid "printer-state-reasons.imprinter-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Turned Off
-#: locale/ipp-strings.c:3078
 msgid "printer-state-reasons.imprinter-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Turned On
-#: locale/ipp-strings.c:3080
 msgid "printer-state-reasons.imprinter-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Under Temperature
-#: locale/ipp-strings.c:3082
 msgid "printer-state-reasons.imprinter-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Unrecoverable Failure
-#: locale/ipp-strings.c:3084
 msgid "printer-state-reasons.imprinter-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Unrecoverable Storage Error
-#: locale/ipp-strings.c:3086
 msgid "printer-state-reasons.imprinter-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Imprinter Warming Up
-#: locale/ipp-strings.c:3088
 msgid "printer-state-reasons.imprinter-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Input Cannot Feed Size Selected
-#: locale/ipp-strings.c:3090
 msgid "printer-state-reasons.input-cannot-feed-size-selected"
 msgstr ""
 
 #. TRANSLATORS: Input Manual Input Request
-#: locale/ipp-strings.c:3092
 msgid "printer-state-reasons.input-manual-input-request"
 msgstr ""
 
 #. TRANSLATORS: Input Media Color Change
-#: locale/ipp-strings.c:3094
 msgid "printer-state-reasons.input-media-color-change"
 msgstr ""
 
 #. TRANSLATORS: Input Media Form Parts Change
-#: locale/ipp-strings.c:3096
 msgid "printer-state-reasons.input-media-form-parts-change"
 msgstr ""
 
 #. TRANSLATORS: Input Media Size Change
-#: locale/ipp-strings.c:3098
 msgid "printer-state-reasons.input-media-size-change"
 msgstr ""
 
 #. TRANSLATORS: Input Media Tray Failure
-#: locale/ipp-strings.c:3100
 msgid "printer-state-reasons.input-media-tray-failure"
 msgstr ""
 
 #. TRANSLATORS: Input Media Tray Feed Error
-#: locale/ipp-strings.c:3102
 msgid "printer-state-reasons.input-media-tray-feed-error"
 msgstr ""
 
 #. TRANSLATORS: Input Media Tray Jam
-#: locale/ipp-strings.c:3104
 msgid "printer-state-reasons.input-media-tray-jam"
 msgstr ""
 
 #. TRANSLATORS: Input Media Type Change
-#: locale/ipp-strings.c:3106
 msgid "printer-state-reasons.input-media-type-change"
 msgstr ""
 
 #. TRANSLATORS: Input Media Weight Change
-#: locale/ipp-strings.c:3108
 msgid "printer-state-reasons.input-media-weight-change"
 msgstr ""
 
 #. TRANSLATORS: Input Pick Roller Failure
-#: locale/ipp-strings.c:3110
 msgid "printer-state-reasons.input-pick-roller-failure"
 msgstr ""
 
 #. TRANSLATORS: Input Pick Roller Life Over
-#: locale/ipp-strings.c:3112
 msgid "printer-state-reasons.input-pick-roller-life-over"
 msgstr ""
 
 #. TRANSLATORS: Input Pick Roller Life Warn
-#: locale/ipp-strings.c:3114
 msgid "printer-state-reasons.input-pick-roller-life-warn"
 msgstr ""
 
 #. TRANSLATORS: Input Pick Roller Missing
-#: locale/ipp-strings.c:3116
 msgid "printer-state-reasons.input-pick-roller-missing"
 msgstr ""
 
 #. TRANSLATORS: Input Tray Elevation Failure
-#: locale/ipp-strings.c:3118
 msgid "printer-state-reasons.input-tray-elevation-failure"
 msgstr ""
 
 #. TRANSLATORS: Paper tray is missing
-#: locale/ipp-strings.c:3120
 msgid "printer-state-reasons.input-tray-missing"
 msgstr ""
 
 #. TRANSLATORS: Input Tray Position Failure
-#: locale/ipp-strings.c:3122
 msgid "printer-state-reasons.input-tray-position-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Added
-#: locale/ipp-strings.c:3124
 msgid "printer-state-reasons.inserter-added"
 msgstr ""
 
 #. TRANSLATORS: Inserter Almost Empty
-#: locale/ipp-strings.c:3126
 msgid "printer-state-reasons.inserter-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Inserter Almost Full
-#: locale/ipp-strings.c:3128
 msgid "printer-state-reasons.inserter-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Inserter At Limit
-#: locale/ipp-strings.c:3130
 msgid "printer-state-reasons.inserter-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Inserter Closed
-#: locale/ipp-strings.c:3132
 msgid "printer-state-reasons.inserter-closed"
 msgstr ""
 
 #. TRANSLATORS: Inserter Configuration Change
-#: locale/ipp-strings.c:3134
 msgid "printer-state-reasons.inserter-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Inserter Cover Closed
-#: locale/ipp-strings.c:3136
 msgid "printer-state-reasons.inserter-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Inserter Cover Open
-#: locale/ipp-strings.c:3138
 msgid "printer-state-reasons.inserter-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Inserter Empty
-#: locale/ipp-strings.c:3140
 msgid "printer-state-reasons.inserter-empty"
 msgstr ""
 
 #. TRANSLATORS: Inserter Full
-#: locale/ipp-strings.c:3142
 msgid "printer-state-reasons.inserter-full"
 msgstr ""
 
 #. TRANSLATORS: Inserter Interlock Closed
-#: locale/ipp-strings.c:3144
 msgid "printer-state-reasons.inserter-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Inserter Interlock Open
-#: locale/ipp-strings.c:3146
 msgid "printer-state-reasons.inserter-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Inserter Jam
-#: locale/ipp-strings.c:3148
 msgid "printer-state-reasons.inserter-jam"
 msgstr ""
 
 #. TRANSLATORS: Inserter Life Almost Over
-#: locale/ipp-strings.c:3150
 msgid "printer-state-reasons.inserter-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Inserter Life Over
-#: locale/ipp-strings.c:3152
 msgid "printer-state-reasons.inserter-life-over"
 msgstr ""
 
 #. TRANSLATORS: Inserter Memory Exhausted
-#: locale/ipp-strings.c:3154
 msgid "printer-state-reasons.inserter-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Inserter Missing
-#: locale/ipp-strings.c:3156
 msgid "printer-state-reasons.inserter-missing"
 msgstr ""
 
 #. TRANSLATORS: Inserter Motor Failure
-#: locale/ipp-strings.c:3158
 msgid "printer-state-reasons.inserter-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Near Limit
-#: locale/ipp-strings.c:3160
 msgid "printer-state-reasons.inserter-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Inserter Offline
-#: locale/ipp-strings.c:3162
 msgid "printer-state-reasons.inserter-offline"
 msgstr ""
 
 #. TRANSLATORS: Inserter Opened
-#: locale/ipp-strings.c:3164
 msgid "printer-state-reasons.inserter-opened"
 msgstr ""
 
 #. TRANSLATORS: Inserter Over Temperature
-#: locale/ipp-strings.c:3166
 msgid "printer-state-reasons.inserter-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Inserter Power Saver
-#: locale/ipp-strings.c:3168
 msgid "printer-state-reasons.inserter-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Inserter Recoverable Failure
-#: locale/ipp-strings.c:3170
 msgid "printer-state-reasons.inserter-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Recoverable Storage
-#: locale/ipp-strings.c:3172
 msgid "printer-state-reasons.inserter-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Inserter Removed
-#: locale/ipp-strings.c:3174
 msgid "printer-state-reasons.inserter-removed"
 msgstr ""
 
 #. TRANSLATORS: Inserter Resource Added
-#: locale/ipp-strings.c:3176
 msgid "printer-state-reasons.inserter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Inserter Resource Removed
-#: locale/ipp-strings.c:3178
 msgid "printer-state-reasons.inserter-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Inserter Thermistor Failure
-#: locale/ipp-strings.c:3180
 msgid "printer-state-reasons.inserter-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Timing Failure
-#: locale/ipp-strings.c:3182
 msgid "printer-state-reasons.inserter-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Turned Off
-#: locale/ipp-strings.c:3184
 msgid "printer-state-reasons.inserter-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Inserter Turned On
-#: locale/ipp-strings.c:3186
 msgid "printer-state-reasons.inserter-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Inserter Under Temperature
-#: locale/ipp-strings.c:3188
 msgid "printer-state-reasons.inserter-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Inserter Unrecoverable Failure
-#: locale/ipp-strings.c:3190
 msgid "printer-state-reasons.inserter-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Inserter Unrecoverable Storage Error
-#: locale/ipp-strings.c:3192
 msgid "printer-state-reasons.inserter-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Inserter Warming Up
-#: locale/ipp-strings.c:3194
 msgid "printer-state-reasons.inserter-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Interlock Closed
-#: locale/ipp-strings.c:3196
 msgid "printer-state-reasons.interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Interlock Open
-#: locale/ipp-strings.c:3198
 msgid "printer-state-reasons.interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Cartridge Added
-#: locale/ipp-strings.c:3200
 msgid "printer-state-reasons.interpreter-cartridge-added"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Cartridge Removed
-#: locale/ipp-strings.c:3202
 msgid "printer-state-reasons.interpreter-cartridge-deleted"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Complex Page Encountered
-#: locale/ipp-strings.c:3204
 msgid "printer-state-reasons.interpreter-complex-page-encountered"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Memory Decrease
-#: locale/ipp-strings.c:3206
 msgid "printer-state-reasons.interpreter-memory-decrease"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Memory Increase
-#: locale/ipp-strings.c:3208
 msgid "printer-state-reasons.interpreter-memory-increase"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Resource Added
-#: locale/ipp-strings.c:3210
 msgid "printer-state-reasons.interpreter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Interpreter Resource Deleted
-#: locale/ipp-strings.c:3212
 msgid "printer-state-reasons.interpreter-resource-deleted"
 msgstr ""
 
 #. TRANSLATORS: Printer resource unavailable
-#: locale/ipp-strings.c:3214
 msgid "printer-state-reasons.interpreter-resource-unavailable"
 msgstr ""
 
 #. TRANSLATORS: Lamp At End of Life
-#: locale/ipp-strings.c:3216
 msgid "printer-state-reasons.lamp-at-eol"
 msgstr ""
 
 #. TRANSLATORS: Lamp Failure
-#: locale/ipp-strings.c:3218
 msgid "printer-state-reasons.lamp-failure"
 msgstr ""
 
 #. TRANSLATORS: Lamp Near End of Life
-#: locale/ipp-strings.c:3220
 msgid "printer-state-reasons.lamp-near-eol"
 msgstr ""
 
 #. TRANSLATORS: Laser At End of Life
-#: locale/ipp-strings.c:3222
 msgid "printer-state-reasons.laser-at-eol"
 msgstr ""
 
 #. TRANSLATORS: Laser Failure
-#: locale/ipp-strings.c:3224
 msgid "printer-state-reasons.laser-failure"
 msgstr ""
 
 #. TRANSLATORS: Laser Near End of Life
-#: locale/ipp-strings.c:3226
 msgid "printer-state-reasons.laser-near-eol"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Added
-#: locale/ipp-strings.c:3228
 msgid "printer-state-reasons.make-envelope-added"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Almost Empty
-#: locale/ipp-strings.c:3230
 msgid "printer-state-reasons.make-envelope-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Almost Full
-#: locale/ipp-strings.c:3232
 msgid "printer-state-reasons.make-envelope-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker At Limit
-#: locale/ipp-strings.c:3234
 msgid "printer-state-reasons.make-envelope-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Closed
-#: locale/ipp-strings.c:3236
 msgid "printer-state-reasons.make-envelope-closed"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Configuration Change
-#: locale/ipp-strings.c:3238
 msgid "printer-state-reasons.make-envelope-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Cover Closed
-#: locale/ipp-strings.c:3240
 msgid "printer-state-reasons.make-envelope-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Cover Open
-#: locale/ipp-strings.c:3242
 msgid "printer-state-reasons.make-envelope-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Empty
-#: locale/ipp-strings.c:3244
 msgid "printer-state-reasons.make-envelope-empty"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Full
-#: locale/ipp-strings.c:3246
 msgid "printer-state-reasons.make-envelope-full"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Interlock Closed
-#: locale/ipp-strings.c:3248
 msgid "printer-state-reasons.make-envelope-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Interlock Open
-#: locale/ipp-strings.c:3250
 msgid "printer-state-reasons.make-envelope-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Jam
-#: locale/ipp-strings.c:3252
 msgid "printer-state-reasons.make-envelope-jam"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Life Almost Over
-#: locale/ipp-strings.c:3254
 msgid "printer-state-reasons.make-envelope-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Life Over
-#: locale/ipp-strings.c:3256
 msgid "printer-state-reasons.make-envelope-life-over"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Memory Exhausted
-#: locale/ipp-strings.c:3258
 msgid "printer-state-reasons.make-envelope-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Missing
-#: locale/ipp-strings.c:3260
 msgid "printer-state-reasons.make-envelope-missing"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Motor Failure
-#: locale/ipp-strings.c:3262
 msgid "printer-state-reasons.make-envelope-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Near Limit
-#: locale/ipp-strings.c:3264
 msgid "printer-state-reasons.make-envelope-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Offline
-#: locale/ipp-strings.c:3266
 msgid "printer-state-reasons.make-envelope-offline"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Opened
-#: locale/ipp-strings.c:3268
 msgid "printer-state-reasons.make-envelope-opened"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Over Temperature
-#: locale/ipp-strings.c:3270
 msgid "printer-state-reasons.make-envelope-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Power Saver
-#: locale/ipp-strings.c:3272
 msgid "printer-state-reasons.make-envelope-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Recoverable Failure
-#: locale/ipp-strings.c:3274
 msgid "printer-state-reasons.make-envelope-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Recoverable Storage
-#: locale/ipp-strings.c:3276
 msgid "printer-state-reasons.make-envelope-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Removed
-#: locale/ipp-strings.c:3278
 msgid "printer-state-reasons.make-envelope-removed"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Resource Added
-#: locale/ipp-strings.c:3280
 msgid "printer-state-reasons.make-envelope-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Resource Removed
-#: locale/ipp-strings.c:3282
 msgid "printer-state-reasons.make-envelope-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Thermistor Failure
-#: locale/ipp-strings.c:3284
 msgid "printer-state-reasons.make-envelope-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Timing Failure
-#: locale/ipp-strings.c:3286
 msgid "printer-state-reasons.make-envelope-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Turned Off
-#: locale/ipp-strings.c:3288
 msgid "printer-state-reasons.make-envelope-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Turned On
-#: locale/ipp-strings.c:3290
 msgid "printer-state-reasons.make-envelope-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Under Temperature
-#: locale/ipp-strings.c:3292
 msgid "printer-state-reasons.make-envelope-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Unrecoverable Failure
-#: locale/ipp-strings.c:3294
 msgid "printer-state-reasons.make-envelope-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Unrecoverable Storage Error
-#: locale/ipp-strings.c:3296
 msgid "printer-state-reasons.make-envelope-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Envelope Maker Warming Up
-#: locale/ipp-strings.c:3298
 msgid "printer-state-reasons.make-envelope-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Marker Adjusting Print Quality
-#: locale/ipp-strings.c:3300
 msgid "printer-state-reasons.marker-adjusting-print-quality"
 msgstr ""
 
 #. TRANSLATORS: Marker Cleaner Missing
-#: locale/ipp-strings.c:3302
 msgid "printer-state-reasons.marker-cleaner-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Developer Almost Empty
-#: locale/ipp-strings.c:3304
 msgid "printer-state-reasons.marker-developer-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Developer Empty
-#: locale/ipp-strings.c:3306
 msgid "printer-state-reasons.marker-developer-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Developer Missing
-#: locale/ipp-strings.c:3308
 msgid "printer-state-reasons.marker-developer-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Fuser Missing
-#: locale/ipp-strings.c:3310
 msgid "printer-state-reasons.marker-fuser-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Fuser Thermistor Failure
-#: locale/ipp-strings.c:3312
 msgid "printer-state-reasons.marker-fuser-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Marker Fuser Timing Failure
-#: locale/ipp-strings.c:3314
 msgid "printer-state-reasons.marker-fuser-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Marker Ink Almost Empty
-#: locale/ipp-strings.c:3316
 msgid "printer-state-reasons.marker-ink-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Ink Empty
-#: locale/ipp-strings.c:3318
 msgid "printer-state-reasons.marker-ink-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Ink Missing
-#: locale/ipp-strings.c:3320
 msgid "printer-state-reasons.marker-ink-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Opc Missing
-#: locale/ipp-strings.c:3322
 msgid "printer-state-reasons.marker-opc-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Print Ribbon Almost Empty
-#: locale/ipp-strings.c:3324
 msgid "printer-state-reasons.marker-print-ribbon-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Print Ribbon Empty
-#: locale/ipp-strings.c:3326
 msgid "printer-state-reasons.marker-print-ribbon-empty"
 msgstr ""
 
 #. TRANSLATORS: Marker Print Ribbon Missing
-#: locale/ipp-strings.c:3328
 msgid "printer-state-reasons.marker-print-ribbon-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Supply Almost Empty
-#: locale/ipp-strings.c:3330
 msgid "printer-state-reasons.marker-supply-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Ink/toner empty
-#: locale/ipp-strings.c:3332
 msgid "printer-state-reasons.marker-supply-empty"
 msgstr ""
 
 #. TRANSLATORS: Ink/toner low
-#: locale/ipp-strings.c:3334
 msgid "printer-state-reasons.marker-supply-low"
 msgstr ""
 
 #. TRANSLATORS: Marker Supply Missing
-#: locale/ipp-strings.c:3336
 msgid "printer-state-reasons.marker-supply-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Toner Cartridge Missing
-#: locale/ipp-strings.c:3338
 msgid "printer-state-reasons.marker-toner-cartridge-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Toner Missing
-#: locale/ipp-strings.c:3340
 msgid "printer-state-reasons.marker-toner-missing"
 msgstr ""
 
 #. TRANSLATORS: Ink/toner waste bin almost full
-#: locale/ipp-strings.c:3342
 msgid "printer-state-reasons.marker-waste-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Ink/toner waste bin full
-#: locale/ipp-strings.c:3344
 msgid "printer-state-reasons.marker-waste-full"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Ink Receptacle Almost Full
-#: locale/ipp-strings.c:3346
 msgid "printer-state-reasons.marker-waste-ink-receptacle-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Ink Receptacle Full
-#: locale/ipp-strings.c:3348
 msgid "printer-state-reasons.marker-waste-ink-receptacle-full"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Ink Receptacle Missing
-#: locale/ipp-strings.c:3350
 msgid "printer-state-reasons.marker-waste-ink-receptacle-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Missing
-#: locale/ipp-strings.c:3352
 msgid "printer-state-reasons.marker-waste-missing"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Toner Receptacle Almost Full
-#: locale/ipp-strings.c:3354
 msgid "printer-state-reasons.marker-waste-toner-receptacle-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Toner Receptacle Full
-#: locale/ipp-strings.c:3356
 msgid "printer-state-reasons.marker-waste-toner-receptacle-full"
 msgstr ""
 
 #. TRANSLATORS: Marker Waste Toner Receptacle Missing
-#: locale/ipp-strings.c:3358
 msgid "printer-state-reasons.marker-waste-toner-receptacle-missing"
 msgstr ""
 
 #. TRANSLATORS: Material Empty
-#: locale/ipp-strings.c:3360
 msgid "printer-state-reasons.material-empty"
 msgstr ""
 
 #. TRANSLATORS: Material Low
-#: locale/ipp-strings.c:3362
 msgid "printer-state-reasons.material-low"
 msgstr ""
 
 #. TRANSLATORS: Material Needed
-#: locale/ipp-strings.c:3364
 msgid "printer-state-reasons.material-needed"
 msgstr ""
 
 #. TRANSLATORS: Media Drying
-#: locale/ipp-strings.c:3366
 msgid "printer-state-reasons.media-drying"
 msgstr ""
 
 #. TRANSLATORS: Paper tray is empty
-#: locale/ipp-strings.c:3368
 msgid "printer-state-reasons.media-empty"
 msgstr ""
 
 #. TRANSLATORS: Paper jam
-#: locale/ipp-strings.c:3370
 msgid "printer-state-reasons.media-jam"
 msgstr ""
 
 #. TRANSLATORS: Paper tray is almost empty
-#: locale/ipp-strings.c:3372
 msgid "printer-state-reasons.media-low"
 msgstr ""
 
 #. TRANSLATORS: Load paper
-#: locale/ipp-strings.c:3374
 msgid "printer-state-reasons.media-needed"
 msgstr ""
 
 #. TRANSLATORS: Media Path Cannot Do 2-Sided Printing
-#: locale/ipp-strings.c:3376
 msgid "printer-state-reasons.media-path-cannot-duplex-media-selected"
 msgstr ""
 
 #. TRANSLATORS: Media Path Failure
-#: locale/ipp-strings.c:3378
 msgid "printer-state-reasons.media-path-failure"
 msgstr ""
 
 #. TRANSLATORS: Media Path Input Empty
-#: locale/ipp-strings.c:3380
 msgid "printer-state-reasons.media-path-input-empty"
 msgstr ""
 
 #. TRANSLATORS: Media Path Input Feed Error
-#: locale/ipp-strings.c:3382
 msgid "printer-state-reasons.media-path-input-feed-error"
 msgstr ""
 
 #. TRANSLATORS: Media Path Input Jam
-#: locale/ipp-strings.c:3384
 msgid "printer-state-reasons.media-path-input-jam"
 msgstr ""
 
 #. TRANSLATORS: Media Path Input Request
-#: locale/ipp-strings.c:3386
 msgid "printer-state-reasons.media-path-input-request"
 msgstr ""
 
 #. TRANSLATORS: Media Path Jam
-#: locale/ipp-strings.c:3388
 msgid "printer-state-reasons.media-path-jam"
 msgstr ""
 
 #. TRANSLATORS: Media Path Media Tray Almost Full
-#: locale/ipp-strings.c:3390
 msgid "printer-state-reasons.media-path-media-tray-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Media Path Media Tray Full
-#: locale/ipp-strings.c:3392
 msgid "printer-state-reasons.media-path-media-tray-full"
 msgstr ""
 
 #. TRANSLATORS: Media Path Media Tray Missing
-#: locale/ipp-strings.c:3394
 msgid "printer-state-reasons.media-path-media-tray-missing"
 msgstr ""
 
 #. TRANSLATORS: Media Path Output Feed Error
-#: locale/ipp-strings.c:3396
 msgid "printer-state-reasons.media-path-output-feed-error"
 msgstr ""
 
 #. TRANSLATORS: Media Path Output Full
-#: locale/ipp-strings.c:3398
 msgid "printer-state-reasons.media-path-output-full"
 msgstr ""
 
 #. TRANSLATORS: Media Path Output Jam
-#: locale/ipp-strings.c:3400
 msgid "printer-state-reasons.media-path-output-jam"
 msgstr ""
 
 #. TRANSLATORS: Media Path Pick Roller Failure
-#: locale/ipp-strings.c:3402
 msgid "printer-state-reasons.media-path-pick-roller-failure"
 msgstr ""
 
 #. TRANSLATORS: Media Path Pick Roller Life Over
-#: locale/ipp-strings.c:3404
 msgid "printer-state-reasons.media-path-pick-roller-life-over"
 msgstr ""
 
 #. TRANSLATORS: Media Path Pick Roller Life Warn
-#: locale/ipp-strings.c:3406
 msgid "printer-state-reasons.media-path-pick-roller-life-warn"
 msgstr ""
 
 #. TRANSLATORS: Media Path Pick Roller Missing
-#: locale/ipp-strings.c:3408
 msgid "printer-state-reasons.media-path-pick-roller-missing"
 msgstr ""
 
 #. TRANSLATORS: Motor Failure
-#: locale/ipp-strings.c:3410
 msgid "printer-state-reasons.motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Printer going offline
-#: locale/ipp-strings.c:3412
 msgid "printer-state-reasons.moving-to-paused"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:3414
 msgid "printer-state-reasons.none"
 msgstr ""
 
 #. TRANSLATORS: Optical Photoconductor Life Over
-#: locale/ipp-strings.c:3416
 msgid "printer-state-reasons.opc-life-over"
 msgstr ""
 
 #. TRANSLATORS: OPC almost at end-of-life
-#: locale/ipp-strings.c:3418
 msgid "printer-state-reasons.opc-near-eol"
 msgstr ""
 
 #. TRANSLATORS: Check the printer for errors
-#: locale/ipp-strings.c:3420
 msgid "printer-state-reasons.other"
 msgstr ""
 
 #. TRANSLATORS: Output bin is almost full
-#: locale/ipp-strings.c:3422
 msgid "printer-state-reasons.output-area-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Output bin is full
-#: locale/ipp-strings.c:3424
 msgid "printer-state-reasons.output-area-full"
 msgstr ""
 
 #. TRANSLATORS: Output Mailbox Select Failure
-#: locale/ipp-strings.c:3426
 msgid "printer-state-reasons.output-mailbox-select-failure"
 msgstr ""
 
 #. TRANSLATORS: Output Media Tray Failure
-#: locale/ipp-strings.c:3428
 msgid "printer-state-reasons.output-media-tray-failure"
 msgstr ""
 
 #. TRANSLATORS: Output Media Tray Feed Error
-#: locale/ipp-strings.c:3430
 msgid "printer-state-reasons.output-media-tray-feed-error"
 msgstr ""
 
 #. TRANSLATORS: Output Media Tray Jam
-#: locale/ipp-strings.c:3432
 msgid "printer-state-reasons.output-media-tray-jam"
 msgstr ""
 
 #. TRANSLATORS: Output tray is missing
-#: locale/ipp-strings.c:3434
 msgid "printer-state-reasons.output-tray-missing"
 msgstr ""
 
 #. TRANSLATORS: Paused
-#: locale/ipp-strings.c:3436
 msgid "printer-state-reasons.paused"
 msgstr ""
 
 #. TRANSLATORS: Perforater Added
-#: locale/ipp-strings.c:3438
 msgid "printer-state-reasons.perforater-added"
 msgstr ""
 
 #. TRANSLATORS: Perforater Almost Empty
-#: locale/ipp-strings.c:3440
 msgid "printer-state-reasons.perforater-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Perforater Almost Full
-#: locale/ipp-strings.c:3442
 msgid "printer-state-reasons.perforater-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Perforater At Limit
-#: locale/ipp-strings.c:3444
 msgid "printer-state-reasons.perforater-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Perforater Closed
-#: locale/ipp-strings.c:3446
 msgid "printer-state-reasons.perforater-closed"
 msgstr ""
 
 #. TRANSLATORS: Perforater Configuration Change
-#: locale/ipp-strings.c:3448
 msgid "printer-state-reasons.perforater-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Perforater Cover Closed
-#: locale/ipp-strings.c:3450
 msgid "printer-state-reasons.perforater-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Perforater Cover Open
-#: locale/ipp-strings.c:3452
 msgid "printer-state-reasons.perforater-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Perforater Empty
-#: locale/ipp-strings.c:3454
 msgid "printer-state-reasons.perforater-empty"
 msgstr ""
 
 #. TRANSLATORS: Perforater Full
-#: locale/ipp-strings.c:3456
 msgid "printer-state-reasons.perforater-full"
 msgstr ""
 
 #. TRANSLATORS: Perforater Interlock Closed
-#: locale/ipp-strings.c:3458
 msgid "printer-state-reasons.perforater-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Perforater Interlock Open
-#: locale/ipp-strings.c:3460
 msgid "printer-state-reasons.perforater-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Perforater Jam
-#: locale/ipp-strings.c:3462
 msgid "printer-state-reasons.perforater-jam"
 msgstr ""
 
 #. TRANSLATORS: Perforater Life Almost Over
-#: locale/ipp-strings.c:3464
 msgid "printer-state-reasons.perforater-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Perforater Life Over
-#: locale/ipp-strings.c:3466
 msgid "printer-state-reasons.perforater-life-over"
 msgstr ""
 
 #. TRANSLATORS: Perforater Memory Exhausted
-#: locale/ipp-strings.c:3468
 msgid "printer-state-reasons.perforater-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Perforater Missing
-#: locale/ipp-strings.c:3470
 msgid "printer-state-reasons.perforater-missing"
 msgstr ""
 
 #. TRANSLATORS: Perforater Motor Failure
-#: locale/ipp-strings.c:3472
 msgid "printer-state-reasons.perforater-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Perforater Near Limit
-#: locale/ipp-strings.c:3474
 msgid "printer-state-reasons.perforater-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Perforater Offline
-#: locale/ipp-strings.c:3476
 msgid "printer-state-reasons.perforater-offline"
 msgstr ""
 
 #. TRANSLATORS: Perforater Opened
-#: locale/ipp-strings.c:3478
 msgid "printer-state-reasons.perforater-opened"
 msgstr ""
 
 #. TRANSLATORS: Perforater Over Temperature
-#: locale/ipp-strings.c:3480
 msgid "printer-state-reasons.perforater-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Perforater Power Saver
-#: locale/ipp-strings.c:3482
 msgid "printer-state-reasons.perforater-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Perforater Recoverable Failure
-#: locale/ipp-strings.c:3484
 msgid "printer-state-reasons.perforater-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Perforater Recoverable Storage
-#: locale/ipp-strings.c:3486
 msgid "printer-state-reasons.perforater-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Perforater Removed
-#: locale/ipp-strings.c:3488
 msgid "printer-state-reasons.perforater-removed"
 msgstr ""
 
 #. TRANSLATORS: Perforater Resource Added
-#: locale/ipp-strings.c:3490
 msgid "printer-state-reasons.perforater-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Perforater Resource Removed
-#: locale/ipp-strings.c:3492
 msgid "printer-state-reasons.perforater-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Perforater Thermistor Failure
-#: locale/ipp-strings.c:3494
 msgid "printer-state-reasons.perforater-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Perforater Timing Failure
-#: locale/ipp-strings.c:3496
 msgid "printer-state-reasons.perforater-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Perforater Turned Off
-#: locale/ipp-strings.c:3498
 msgid "printer-state-reasons.perforater-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Perforater Turned On
-#: locale/ipp-strings.c:3500
 msgid "printer-state-reasons.perforater-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Perforater Under Temperature
-#: locale/ipp-strings.c:3502
 msgid "printer-state-reasons.perforater-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Perforater Unrecoverable Failure
-#: locale/ipp-strings.c:3504
 msgid "printer-state-reasons.perforater-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Perforater Unrecoverable Storage Error
-#: locale/ipp-strings.c:3506
 msgid "printer-state-reasons.perforater-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Perforater Warming Up
-#: locale/ipp-strings.c:3508
 msgid "printer-state-reasons.perforater-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Platform Cooling
-#: locale/ipp-strings.c:3510
 msgid "printer-state-reasons.platform-cooling"
 msgstr ""
 
 #. TRANSLATORS: Platform Failure
-#: locale/ipp-strings.c:3512
 msgid "printer-state-reasons.platform-failure"
 msgstr ""
 
 #. TRANSLATORS: Platform Heating
-#: locale/ipp-strings.c:3514
 msgid "printer-state-reasons.platform-heating"
 msgstr ""
 
 #. TRANSLATORS: Platform Temperature High
-#: locale/ipp-strings.c:3516
 msgid "printer-state-reasons.platform-temperature-high"
 msgstr ""
 
 #. TRANSLATORS: Platform Temperature Low
-#: locale/ipp-strings.c:3518
 msgid "printer-state-reasons.platform-temperature-low"
 msgstr ""
 
 #. TRANSLATORS: Power Down
-#: locale/ipp-strings.c:3520
 msgid "printer-state-reasons.power-down"
 msgstr ""
 
 #. TRANSLATORS: Power Up
-#: locale/ipp-strings.c:3522
 msgid "printer-state-reasons.power-up"
 msgstr ""
 
 #. TRANSLATORS: Printer Reset Manually
-#: locale/ipp-strings.c:3524
 msgid "printer-state-reasons.printer-manual-reset"
 msgstr ""
 
 #. TRANSLATORS: Printer Reset Remotely
-#: locale/ipp-strings.c:3526
 msgid "printer-state-reasons.printer-nms-reset"
 msgstr ""
 
 #. TRANSLATORS: Printer Ready To Print
-#: locale/ipp-strings.c:3528
 msgid "printer-state-reasons.printer-ready-to-print"
 msgstr ""
 
 #. TRANSLATORS: Puncher Added
-#: locale/ipp-strings.c:3530
 msgid "printer-state-reasons.puncher-added"
 msgstr ""
 
 #. TRANSLATORS: Puncher Almost Empty
-#: locale/ipp-strings.c:3532
 msgid "printer-state-reasons.puncher-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Puncher Almost Full
-#: locale/ipp-strings.c:3534
 msgid "printer-state-reasons.puncher-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Puncher At Limit
-#: locale/ipp-strings.c:3536
 msgid "printer-state-reasons.puncher-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Puncher Closed
-#: locale/ipp-strings.c:3538
 msgid "printer-state-reasons.puncher-closed"
 msgstr ""
 
 #. TRANSLATORS: Puncher Configuration Change
-#: locale/ipp-strings.c:3540
 msgid "printer-state-reasons.puncher-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Puncher Cover Closed
-#: locale/ipp-strings.c:3542
 msgid "printer-state-reasons.puncher-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Puncher Cover Open
-#: locale/ipp-strings.c:3544
 msgid "printer-state-reasons.puncher-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Puncher Empty
-#: locale/ipp-strings.c:3546
 msgid "printer-state-reasons.puncher-empty"
 msgstr ""
 
 #. TRANSLATORS: Puncher Full
-#: locale/ipp-strings.c:3548
 msgid "printer-state-reasons.puncher-full"
 msgstr ""
 
 #. TRANSLATORS: Puncher Interlock Closed
-#: locale/ipp-strings.c:3550
 msgid "printer-state-reasons.puncher-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Puncher Interlock Open
-#: locale/ipp-strings.c:3552
 msgid "printer-state-reasons.puncher-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Puncher Jam
-#: locale/ipp-strings.c:3554
 msgid "printer-state-reasons.puncher-jam"
 msgstr ""
 
 #. TRANSLATORS: Puncher Life Almost Over
-#: locale/ipp-strings.c:3556
 msgid "printer-state-reasons.puncher-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Puncher Life Over
-#: locale/ipp-strings.c:3558
 msgid "printer-state-reasons.puncher-life-over"
 msgstr ""
 
 #. TRANSLATORS: Puncher Memory Exhausted
-#: locale/ipp-strings.c:3560
 msgid "printer-state-reasons.puncher-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Puncher Missing
-#: locale/ipp-strings.c:3562
 msgid "printer-state-reasons.puncher-missing"
 msgstr ""
 
 #. TRANSLATORS: Puncher Motor Failure
-#: locale/ipp-strings.c:3564
 msgid "printer-state-reasons.puncher-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Puncher Near Limit
-#: locale/ipp-strings.c:3566
 msgid "printer-state-reasons.puncher-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Puncher Offline
-#: locale/ipp-strings.c:3568
 msgid "printer-state-reasons.puncher-offline"
 msgstr ""
 
 #. TRANSLATORS: Puncher Opened
-#: locale/ipp-strings.c:3570
 msgid "printer-state-reasons.puncher-opened"
 msgstr ""
 
 #. TRANSLATORS: Puncher Over Temperature
-#: locale/ipp-strings.c:3572
 msgid "printer-state-reasons.puncher-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Puncher Power Saver
-#: locale/ipp-strings.c:3574
 msgid "printer-state-reasons.puncher-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Puncher Recoverable Failure
-#: locale/ipp-strings.c:3576
 msgid "printer-state-reasons.puncher-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Puncher Recoverable Storage
-#: locale/ipp-strings.c:3578
 msgid "printer-state-reasons.puncher-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Puncher Removed
-#: locale/ipp-strings.c:3580
 msgid "printer-state-reasons.puncher-removed"
 msgstr ""
 
 #. TRANSLATORS: Puncher Resource Added
-#: locale/ipp-strings.c:3582
 msgid "printer-state-reasons.puncher-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Puncher Resource Removed
-#: locale/ipp-strings.c:3584
 msgid "printer-state-reasons.puncher-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Puncher Thermistor Failure
-#: locale/ipp-strings.c:3586
 msgid "printer-state-reasons.puncher-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Puncher Timing Failure
-#: locale/ipp-strings.c:3588
 msgid "printer-state-reasons.puncher-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Puncher Turned Off
-#: locale/ipp-strings.c:3590
 msgid "printer-state-reasons.puncher-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Puncher Turned On
-#: locale/ipp-strings.c:3592
 msgid "printer-state-reasons.puncher-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Puncher Under Temperature
-#: locale/ipp-strings.c:3594
 msgid "printer-state-reasons.puncher-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Puncher Unrecoverable Failure
-#: locale/ipp-strings.c:3596
 msgid "printer-state-reasons.puncher-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Puncher Unrecoverable Storage Error
-#: locale/ipp-strings.c:3598
 msgid "printer-state-reasons.puncher-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Puncher Warming Up
-#: locale/ipp-strings.c:3600
 msgid "printer-state-reasons.puncher-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Added
-#: locale/ipp-strings.c:3602
 msgid "printer-state-reasons.separation-cutter-added"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Almost Empty
-#: locale/ipp-strings.c:3604
 msgid "printer-state-reasons.separation-cutter-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Almost Full
-#: locale/ipp-strings.c:3606
 msgid "printer-state-reasons.separation-cutter-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter At Limit
-#: locale/ipp-strings.c:3608
 msgid "printer-state-reasons.separation-cutter-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Closed
-#: locale/ipp-strings.c:3610
 msgid "printer-state-reasons.separation-cutter-closed"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Configuration Change
-#: locale/ipp-strings.c:3612
 msgid "printer-state-reasons.separation-cutter-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Cover Closed
-#: locale/ipp-strings.c:3614
 msgid "printer-state-reasons.separation-cutter-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Cover Open
-#: locale/ipp-strings.c:3616
 msgid "printer-state-reasons.separation-cutter-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Empty
-#: locale/ipp-strings.c:3618
 msgid "printer-state-reasons.separation-cutter-empty"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Full
-#: locale/ipp-strings.c:3620
 msgid "printer-state-reasons.separation-cutter-full"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Interlock Closed
-#: locale/ipp-strings.c:3622
 msgid "printer-state-reasons.separation-cutter-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Interlock Open
-#: locale/ipp-strings.c:3624
 msgid "printer-state-reasons.separation-cutter-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Jam
-#: locale/ipp-strings.c:3626
 msgid "printer-state-reasons.separation-cutter-jam"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Life Almost Over
-#: locale/ipp-strings.c:3628
 msgid "printer-state-reasons.separation-cutter-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Life Over
-#: locale/ipp-strings.c:3630
 msgid "printer-state-reasons.separation-cutter-life-over"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Memory Exhausted
-#: locale/ipp-strings.c:3632
 msgid "printer-state-reasons.separation-cutter-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Missing
-#: locale/ipp-strings.c:3634
 msgid "printer-state-reasons.separation-cutter-missing"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Motor Failure
-#: locale/ipp-strings.c:3636
 msgid "printer-state-reasons.separation-cutter-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Near Limit
-#: locale/ipp-strings.c:3638
 msgid "printer-state-reasons.separation-cutter-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Offline
-#: locale/ipp-strings.c:3640
 msgid "printer-state-reasons.separation-cutter-offline"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Opened
-#: locale/ipp-strings.c:3642
 msgid "printer-state-reasons.separation-cutter-opened"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Over Temperature
-#: locale/ipp-strings.c:3644
 msgid "printer-state-reasons.separation-cutter-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Power Saver
-#: locale/ipp-strings.c:3646
 msgid "printer-state-reasons.separation-cutter-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Recoverable Failure
-#: locale/ipp-strings.c:3648
 msgid "printer-state-reasons.separation-cutter-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Recoverable Storage
-#: locale/ipp-strings.c:3650
 msgid "printer-state-reasons.separation-cutter-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Removed
-#: locale/ipp-strings.c:3652
 msgid "printer-state-reasons.separation-cutter-removed"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Resource Added
-#: locale/ipp-strings.c:3654
 msgid "printer-state-reasons.separation-cutter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Resource Removed
-#: locale/ipp-strings.c:3656
 msgid "printer-state-reasons.separation-cutter-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Thermistor Failure
-#: locale/ipp-strings.c:3658
 msgid "printer-state-reasons.separation-cutter-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Timing Failure
-#: locale/ipp-strings.c:3660
 msgid "printer-state-reasons.separation-cutter-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Turned Off
-#: locale/ipp-strings.c:3662
 msgid "printer-state-reasons.separation-cutter-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Turned On
-#: locale/ipp-strings.c:3664
 msgid "printer-state-reasons.separation-cutter-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Under Temperature
-#: locale/ipp-strings.c:3666
 msgid "printer-state-reasons.separation-cutter-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Unrecoverable Failure
-#: locale/ipp-strings.c:3668
 msgid "printer-state-reasons.separation-cutter-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Unrecoverable Storage Error
-#: locale/ipp-strings.c:3670
 msgid "printer-state-reasons.separation-cutter-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Separation Cutter Warming Up
-#: locale/ipp-strings.c:3672
 msgid "printer-state-reasons.separation-cutter-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Added
-#: locale/ipp-strings.c:3674
 msgid "printer-state-reasons.sheet-rotator-added"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Almost Empty
-#: locale/ipp-strings.c:3676
 msgid "printer-state-reasons.sheet-rotator-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Almost Full
-#: locale/ipp-strings.c:3678
 msgid "printer-state-reasons.sheet-rotator-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator At Limit
-#: locale/ipp-strings.c:3680
 msgid "printer-state-reasons.sheet-rotator-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Closed
-#: locale/ipp-strings.c:3682
 msgid "printer-state-reasons.sheet-rotator-closed"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Configuration Change
-#: locale/ipp-strings.c:3684
 msgid "printer-state-reasons.sheet-rotator-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Cover Closed
-#: locale/ipp-strings.c:3686
 msgid "printer-state-reasons.sheet-rotator-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Cover Open
-#: locale/ipp-strings.c:3688
 msgid "printer-state-reasons.sheet-rotator-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Empty
-#: locale/ipp-strings.c:3690
 msgid "printer-state-reasons.sheet-rotator-empty"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Full
-#: locale/ipp-strings.c:3692
 msgid "printer-state-reasons.sheet-rotator-full"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Interlock Closed
-#: locale/ipp-strings.c:3694
 msgid "printer-state-reasons.sheet-rotator-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Interlock Open
-#: locale/ipp-strings.c:3696
 msgid "printer-state-reasons.sheet-rotator-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Jam
-#: locale/ipp-strings.c:3698
 msgid "printer-state-reasons.sheet-rotator-jam"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Life Almost Over
-#: locale/ipp-strings.c:3700
 msgid "printer-state-reasons.sheet-rotator-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Life Over
-#: locale/ipp-strings.c:3702
 msgid "printer-state-reasons.sheet-rotator-life-over"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Memory Exhausted
-#: locale/ipp-strings.c:3704
 msgid "printer-state-reasons.sheet-rotator-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Missing
-#: locale/ipp-strings.c:3706
 msgid "printer-state-reasons.sheet-rotator-missing"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Motor Failure
-#: locale/ipp-strings.c:3708
 msgid "printer-state-reasons.sheet-rotator-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Near Limit
-#: locale/ipp-strings.c:3710
 msgid "printer-state-reasons.sheet-rotator-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Offline
-#: locale/ipp-strings.c:3712
 msgid "printer-state-reasons.sheet-rotator-offline"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Opened
-#: locale/ipp-strings.c:3714
 msgid "printer-state-reasons.sheet-rotator-opened"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Over Temperature
-#: locale/ipp-strings.c:3716
 msgid "printer-state-reasons.sheet-rotator-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Power Saver
-#: locale/ipp-strings.c:3718
 msgid "printer-state-reasons.sheet-rotator-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Recoverable Failure
-#: locale/ipp-strings.c:3720
 msgid "printer-state-reasons.sheet-rotator-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Recoverable Storage
-#: locale/ipp-strings.c:3722
 msgid "printer-state-reasons.sheet-rotator-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Removed
-#: locale/ipp-strings.c:3724
 msgid "printer-state-reasons.sheet-rotator-removed"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Resource Added
-#: locale/ipp-strings.c:3726
 msgid "printer-state-reasons.sheet-rotator-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Resource Removed
-#: locale/ipp-strings.c:3728
 msgid "printer-state-reasons.sheet-rotator-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Thermistor Failure
-#: locale/ipp-strings.c:3730
 msgid "printer-state-reasons.sheet-rotator-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Timing Failure
-#: locale/ipp-strings.c:3732
 msgid "printer-state-reasons.sheet-rotator-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Turned Off
-#: locale/ipp-strings.c:3734
 msgid "printer-state-reasons.sheet-rotator-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Turned On
-#: locale/ipp-strings.c:3736
 msgid "printer-state-reasons.sheet-rotator-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Under Temperature
-#: locale/ipp-strings.c:3738
 msgid "printer-state-reasons.sheet-rotator-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Unrecoverable Failure
-#: locale/ipp-strings.c:3740
 msgid "printer-state-reasons.sheet-rotator-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Unrecoverable Storage Error
-#: locale/ipp-strings.c:3742
 msgid "printer-state-reasons.sheet-rotator-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Sheet Rotator Warming Up
-#: locale/ipp-strings.c:3744
 msgid "printer-state-reasons.sheet-rotator-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Printer offline
-#: locale/ipp-strings.c:3746
 msgid "printer-state-reasons.shutdown"
 msgstr ""
 
 #. TRANSLATORS: Slitter Added
-#: locale/ipp-strings.c:3748
 msgid "printer-state-reasons.slitter-added"
 msgstr ""
 
 #. TRANSLATORS: Slitter Almost Empty
-#: locale/ipp-strings.c:3750
 msgid "printer-state-reasons.slitter-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Slitter Almost Full
-#: locale/ipp-strings.c:3752
 msgid "printer-state-reasons.slitter-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Slitter At Limit
-#: locale/ipp-strings.c:3754
 msgid "printer-state-reasons.slitter-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Slitter Closed
-#: locale/ipp-strings.c:3756
 msgid "printer-state-reasons.slitter-closed"
 msgstr ""
 
 #. TRANSLATORS: Slitter Configuration Change
-#: locale/ipp-strings.c:3758
 msgid "printer-state-reasons.slitter-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Slitter Cover Closed
-#: locale/ipp-strings.c:3760
 msgid "printer-state-reasons.slitter-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Slitter Cover Open
-#: locale/ipp-strings.c:3762
 msgid "printer-state-reasons.slitter-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Slitter Empty
-#: locale/ipp-strings.c:3764
 msgid "printer-state-reasons.slitter-empty"
 msgstr ""
 
 #. TRANSLATORS: Slitter Full
-#: locale/ipp-strings.c:3766
 msgid "printer-state-reasons.slitter-full"
 msgstr ""
 
 #. TRANSLATORS: Slitter Interlock Closed
-#: locale/ipp-strings.c:3768
 msgid "printer-state-reasons.slitter-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Slitter Interlock Open
-#: locale/ipp-strings.c:3770
 msgid "printer-state-reasons.slitter-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Slitter Jam
-#: locale/ipp-strings.c:3772
 msgid "printer-state-reasons.slitter-jam"
 msgstr ""
 
 #. TRANSLATORS: Slitter Life Almost Over
-#: locale/ipp-strings.c:3774
 msgid "printer-state-reasons.slitter-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Slitter Life Over
-#: locale/ipp-strings.c:3776
 msgid "printer-state-reasons.slitter-life-over"
 msgstr ""
 
 #. TRANSLATORS: Slitter Memory Exhausted
-#: locale/ipp-strings.c:3778
 msgid "printer-state-reasons.slitter-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Slitter Missing
-#: locale/ipp-strings.c:3780
 msgid "printer-state-reasons.slitter-missing"
 msgstr ""
 
 #. TRANSLATORS: Slitter Motor Failure
-#: locale/ipp-strings.c:3782
 msgid "printer-state-reasons.slitter-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Slitter Near Limit
-#: locale/ipp-strings.c:3784
 msgid "printer-state-reasons.slitter-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Slitter Offline
-#: locale/ipp-strings.c:3786
 msgid "printer-state-reasons.slitter-offline"
 msgstr ""
 
 #. TRANSLATORS: Slitter Opened
-#: locale/ipp-strings.c:3788
 msgid "printer-state-reasons.slitter-opened"
 msgstr ""
 
 #. TRANSLATORS: Slitter Over Temperature
-#: locale/ipp-strings.c:3790
 msgid "printer-state-reasons.slitter-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Slitter Power Saver
-#: locale/ipp-strings.c:3792
 msgid "printer-state-reasons.slitter-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Slitter Recoverable Failure
-#: locale/ipp-strings.c:3794
 msgid "printer-state-reasons.slitter-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Slitter Recoverable Storage
-#: locale/ipp-strings.c:3796
 msgid "printer-state-reasons.slitter-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Slitter Removed
-#: locale/ipp-strings.c:3798
 msgid "printer-state-reasons.slitter-removed"
 msgstr ""
 
 #. TRANSLATORS: Slitter Resource Added
-#: locale/ipp-strings.c:3800
 msgid "printer-state-reasons.slitter-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Slitter Resource Removed
-#: locale/ipp-strings.c:3802
 msgid "printer-state-reasons.slitter-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Slitter Thermistor Failure
-#: locale/ipp-strings.c:3804
 msgid "printer-state-reasons.slitter-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Slitter Timing Failure
-#: locale/ipp-strings.c:3806
 msgid "printer-state-reasons.slitter-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Slitter Turned Off
-#: locale/ipp-strings.c:3808
 msgid "printer-state-reasons.slitter-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Slitter Turned On
-#: locale/ipp-strings.c:3810
 msgid "printer-state-reasons.slitter-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Slitter Under Temperature
-#: locale/ipp-strings.c:3812
 msgid "printer-state-reasons.slitter-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Slitter Unrecoverable Failure
-#: locale/ipp-strings.c:3814
 msgid "printer-state-reasons.slitter-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Slitter Unrecoverable Storage Error
-#: locale/ipp-strings.c:3816
 msgid "printer-state-reasons.slitter-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Slitter Warming Up
-#: locale/ipp-strings.c:3818
 msgid "printer-state-reasons.slitter-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Spool Area Full
-#: locale/ipp-strings.c:3820
 msgid "printer-state-reasons.spool-area-full"
 msgstr ""
 
 #. TRANSLATORS: Stacker Added
-#: locale/ipp-strings.c:3822
 msgid "printer-state-reasons.stacker-added"
 msgstr ""
 
 #. TRANSLATORS: Stacker Almost Empty
-#: locale/ipp-strings.c:3824
 msgid "printer-state-reasons.stacker-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Stacker Almost Full
-#: locale/ipp-strings.c:3826
 msgid "printer-state-reasons.stacker-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Stacker At Limit
-#: locale/ipp-strings.c:3828
 msgid "printer-state-reasons.stacker-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Stacker Closed
-#: locale/ipp-strings.c:3830
 msgid "printer-state-reasons.stacker-closed"
 msgstr ""
 
 #. TRANSLATORS: Stacker Configuration Change
-#: locale/ipp-strings.c:3832
 msgid "printer-state-reasons.stacker-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Stacker Cover Closed
-#: locale/ipp-strings.c:3834
 msgid "printer-state-reasons.stacker-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Stacker Cover Open
-#: locale/ipp-strings.c:3836
 msgid "printer-state-reasons.stacker-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Stacker Empty
-#: locale/ipp-strings.c:3838
 msgid "printer-state-reasons.stacker-empty"
 msgstr ""
 
 #. TRANSLATORS: Stacker Full
-#: locale/ipp-strings.c:3840
 msgid "printer-state-reasons.stacker-full"
 msgstr ""
 
 #. TRANSLATORS: Stacker Interlock Closed
-#: locale/ipp-strings.c:3842
 msgid "printer-state-reasons.stacker-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Stacker Interlock Open
-#: locale/ipp-strings.c:3844
 msgid "printer-state-reasons.stacker-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Stacker Jam
-#: locale/ipp-strings.c:3846
 msgid "printer-state-reasons.stacker-jam"
 msgstr ""
 
 #. TRANSLATORS: Stacker Life Almost Over
-#: locale/ipp-strings.c:3848
 msgid "printer-state-reasons.stacker-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Stacker Life Over
-#: locale/ipp-strings.c:3850
 msgid "printer-state-reasons.stacker-life-over"
 msgstr ""
 
 #. TRANSLATORS: Stacker Memory Exhausted
-#: locale/ipp-strings.c:3852
 msgid "printer-state-reasons.stacker-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Stacker Missing
-#: locale/ipp-strings.c:3854
 msgid "printer-state-reasons.stacker-missing"
 msgstr ""
 
 #. TRANSLATORS: Stacker Motor Failure
-#: locale/ipp-strings.c:3856
 msgid "printer-state-reasons.stacker-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stacker Near Limit
-#: locale/ipp-strings.c:3858
 msgid "printer-state-reasons.stacker-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Stacker Offline
-#: locale/ipp-strings.c:3860
 msgid "printer-state-reasons.stacker-offline"
 msgstr ""
 
 #. TRANSLATORS: Stacker Opened
-#: locale/ipp-strings.c:3862
 msgid "printer-state-reasons.stacker-opened"
 msgstr ""
 
 #. TRANSLATORS: Stacker Over Temperature
-#: locale/ipp-strings.c:3864
 msgid "printer-state-reasons.stacker-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stacker Power Saver
-#: locale/ipp-strings.c:3866
 msgid "printer-state-reasons.stacker-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Stacker Recoverable Failure
-#: locale/ipp-strings.c:3868
 msgid "printer-state-reasons.stacker-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stacker Recoverable Storage
-#: locale/ipp-strings.c:3870
 msgid "printer-state-reasons.stacker-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Stacker Removed
-#: locale/ipp-strings.c:3872
 msgid "printer-state-reasons.stacker-removed"
 msgstr ""
 
 #. TRANSLATORS: Stacker Resource Added
-#: locale/ipp-strings.c:3874
 msgid "printer-state-reasons.stacker-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Stacker Resource Removed
-#: locale/ipp-strings.c:3876
 msgid "printer-state-reasons.stacker-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Stacker Thermistor Failure
-#: locale/ipp-strings.c:3878
 msgid "printer-state-reasons.stacker-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stacker Timing Failure
-#: locale/ipp-strings.c:3880
 msgid "printer-state-reasons.stacker-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Stacker Turned Off
-#: locale/ipp-strings.c:3882
 msgid "printer-state-reasons.stacker-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Stacker Turned On
-#: locale/ipp-strings.c:3884
 msgid "printer-state-reasons.stacker-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Stacker Under Temperature
-#: locale/ipp-strings.c:3886
 msgid "printer-state-reasons.stacker-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stacker Unrecoverable Failure
-#: locale/ipp-strings.c:3888
 msgid "printer-state-reasons.stacker-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stacker Unrecoverable Storage Error
-#: locale/ipp-strings.c:3890
 msgid "printer-state-reasons.stacker-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Stacker Warming Up
-#: locale/ipp-strings.c:3892
 msgid "printer-state-reasons.stacker-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Stapler Added
-#: locale/ipp-strings.c:3894
 msgid "printer-state-reasons.stapler-added"
 msgstr ""
 
 #. TRANSLATORS: Stapler Almost Empty
-#: locale/ipp-strings.c:3896
 msgid "printer-state-reasons.stapler-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Stapler Almost Full
-#: locale/ipp-strings.c:3898
 msgid "printer-state-reasons.stapler-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Stapler At Limit
-#: locale/ipp-strings.c:3900
 msgid "printer-state-reasons.stapler-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Stapler Closed
-#: locale/ipp-strings.c:3902
 msgid "printer-state-reasons.stapler-closed"
 msgstr ""
 
 #. TRANSLATORS: Stapler Configuration Change
-#: locale/ipp-strings.c:3904
 msgid "printer-state-reasons.stapler-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Stapler Cover Closed
-#: locale/ipp-strings.c:3906
 msgid "printer-state-reasons.stapler-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Stapler Cover Open
-#: locale/ipp-strings.c:3908
 msgid "printer-state-reasons.stapler-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Stapler Empty
-#: locale/ipp-strings.c:3910
 msgid "printer-state-reasons.stapler-empty"
 msgstr ""
 
 #. TRANSLATORS: Stapler Full
-#: locale/ipp-strings.c:3912
 msgid "printer-state-reasons.stapler-full"
 msgstr ""
 
 #. TRANSLATORS: Stapler Interlock Closed
-#: locale/ipp-strings.c:3914
 msgid "printer-state-reasons.stapler-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Stapler Interlock Open
-#: locale/ipp-strings.c:3916
 msgid "printer-state-reasons.stapler-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Stapler Jam
-#: locale/ipp-strings.c:3918
 msgid "printer-state-reasons.stapler-jam"
 msgstr ""
 
 #. TRANSLATORS: Stapler Life Almost Over
-#: locale/ipp-strings.c:3920
 msgid "printer-state-reasons.stapler-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Stapler Life Over
-#: locale/ipp-strings.c:3922
 msgid "printer-state-reasons.stapler-life-over"
 msgstr ""
 
 #. TRANSLATORS: Stapler Memory Exhausted
-#: locale/ipp-strings.c:3924
 msgid "printer-state-reasons.stapler-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Stapler Missing
-#: locale/ipp-strings.c:3926
 msgid "printer-state-reasons.stapler-missing"
 msgstr ""
 
 #. TRANSLATORS: Stapler Motor Failure
-#: locale/ipp-strings.c:3928
 msgid "printer-state-reasons.stapler-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stapler Near Limit
-#: locale/ipp-strings.c:3930
 msgid "printer-state-reasons.stapler-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Stapler Offline
-#: locale/ipp-strings.c:3932
 msgid "printer-state-reasons.stapler-offline"
 msgstr ""
 
 #. TRANSLATORS: Stapler Opened
-#: locale/ipp-strings.c:3934
 msgid "printer-state-reasons.stapler-opened"
 msgstr ""
 
 #. TRANSLATORS: Stapler Over Temperature
-#: locale/ipp-strings.c:3936
 msgid "printer-state-reasons.stapler-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stapler Power Saver
-#: locale/ipp-strings.c:3938
 msgid "printer-state-reasons.stapler-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Stapler Recoverable Failure
-#: locale/ipp-strings.c:3940
 msgid "printer-state-reasons.stapler-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stapler Recoverable Storage
-#: locale/ipp-strings.c:3942
 msgid "printer-state-reasons.stapler-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Stapler Removed
-#: locale/ipp-strings.c:3944
 msgid "printer-state-reasons.stapler-removed"
 msgstr ""
 
 #. TRANSLATORS: Stapler Resource Added
-#: locale/ipp-strings.c:3946
 msgid "printer-state-reasons.stapler-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Stapler Resource Removed
-#: locale/ipp-strings.c:3948
 msgid "printer-state-reasons.stapler-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Stapler Thermistor Failure
-#: locale/ipp-strings.c:3950
 msgid "printer-state-reasons.stapler-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stapler Timing Failure
-#: locale/ipp-strings.c:3952
 msgid "printer-state-reasons.stapler-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Stapler Turned Off
-#: locale/ipp-strings.c:3954
 msgid "printer-state-reasons.stapler-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Stapler Turned On
-#: locale/ipp-strings.c:3956
 msgid "printer-state-reasons.stapler-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Stapler Under Temperature
-#: locale/ipp-strings.c:3958
 msgid "printer-state-reasons.stapler-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stapler Unrecoverable Failure
-#: locale/ipp-strings.c:3960
 msgid "printer-state-reasons.stapler-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stapler Unrecoverable Storage Error
-#: locale/ipp-strings.c:3962
 msgid "printer-state-reasons.stapler-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Stapler Warming Up
-#: locale/ipp-strings.c:3964
 msgid "printer-state-reasons.stapler-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Added
-#: locale/ipp-strings.c:3966
 msgid "printer-state-reasons.stitcher-added"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Almost Empty
-#: locale/ipp-strings.c:3968
 msgid "printer-state-reasons.stitcher-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Almost Full
-#: locale/ipp-strings.c:3970
 msgid "printer-state-reasons.stitcher-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Stitcher At Limit
-#: locale/ipp-strings.c:3972
 msgid "printer-state-reasons.stitcher-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Closed
-#: locale/ipp-strings.c:3974
 msgid "printer-state-reasons.stitcher-closed"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Configuration Change
-#: locale/ipp-strings.c:3976
 msgid "printer-state-reasons.stitcher-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Cover Closed
-#: locale/ipp-strings.c:3978
 msgid "printer-state-reasons.stitcher-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Cover Open
-#: locale/ipp-strings.c:3980
 msgid "printer-state-reasons.stitcher-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Empty
-#: locale/ipp-strings.c:3982
 msgid "printer-state-reasons.stitcher-empty"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Full
-#: locale/ipp-strings.c:3984
 msgid "printer-state-reasons.stitcher-full"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Interlock Closed
-#: locale/ipp-strings.c:3986
 msgid "printer-state-reasons.stitcher-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Interlock Open
-#: locale/ipp-strings.c:3988
 msgid "printer-state-reasons.stitcher-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Jam
-#: locale/ipp-strings.c:3990
 msgid "printer-state-reasons.stitcher-jam"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Life Almost Over
-#: locale/ipp-strings.c:3992
 msgid "printer-state-reasons.stitcher-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Life Over
-#: locale/ipp-strings.c:3994
 msgid "printer-state-reasons.stitcher-life-over"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Memory Exhausted
-#: locale/ipp-strings.c:3996
 msgid "printer-state-reasons.stitcher-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Missing
-#: locale/ipp-strings.c:3998
 msgid "printer-state-reasons.stitcher-missing"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Motor Failure
-#: locale/ipp-strings.c:4000
 msgid "printer-state-reasons.stitcher-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Near Limit
-#: locale/ipp-strings.c:4002
 msgid "printer-state-reasons.stitcher-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Offline
-#: locale/ipp-strings.c:4004
 msgid "printer-state-reasons.stitcher-offline"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Opened
-#: locale/ipp-strings.c:4006
 msgid "printer-state-reasons.stitcher-opened"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Over Temperature
-#: locale/ipp-strings.c:4008
 msgid "printer-state-reasons.stitcher-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Power Saver
-#: locale/ipp-strings.c:4010
 msgid "printer-state-reasons.stitcher-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Recoverable Failure
-#: locale/ipp-strings.c:4012
 msgid "printer-state-reasons.stitcher-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Recoverable Storage
-#: locale/ipp-strings.c:4014
 msgid "printer-state-reasons.stitcher-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Removed
-#: locale/ipp-strings.c:4016
 msgid "printer-state-reasons.stitcher-removed"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Resource Added
-#: locale/ipp-strings.c:4018
 msgid "printer-state-reasons.stitcher-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Resource Removed
-#: locale/ipp-strings.c:4020
 msgid "printer-state-reasons.stitcher-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Thermistor Failure
-#: locale/ipp-strings.c:4022
 msgid "printer-state-reasons.stitcher-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Timing Failure
-#: locale/ipp-strings.c:4024
 msgid "printer-state-reasons.stitcher-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Turned Off
-#: locale/ipp-strings.c:4026
 msgid "printer-state-reasons.stitcher-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Turned On
-#: locale/ipp-strings.c:4028
 msgid "printer-state-reasons.stitcher-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Under Temperature
-#: locale/ipp-strings.c:4030
 msgid "printer-state-reasons.stitcher-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Unrecoverable Failure
-#: locale/ipp-strings.c:4032
 msgid "printer-state-reasons.stitcher-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Unrecoverable Storage Error
-#: locale/ipp-strings.c:4034
 msgid "printer-state-reasons.stitcher-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Stitcher Warming Up
-#: locale/ipp-strings.c:4036
 msgid "printer-state-reasons.stitcher-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Partially stopped
-#: locale/ipp-strings.c:4038
 msgid "printer-state-reasons.stopped-partly"
 msgstr ""
 
 #. TRANSLATORS: Stopping
-#: locale/ipp-strings.c:4040
 msgid "printer-state-reasons.stopping"
 msgstr ""
 
 #. TRANSLATORS: Subunit Added
-#: locale/ipp-strings.c:4042
 msgid "printer-state-reasons.subunit-added"
 msgstr ""
 
 #. TRANSLATORS: Subunit Almost Empty
-#: locale/ipp-strings.c:4044
 msgid "printer-state-reasons.subunit-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Subunit Almost Full
-#: locale/ipp-strings.c:4046
 msgid "printer-state-reasons.subunit-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Subunit At Limit
-#: locale/ipp-strings.c:4048
 msgid "printer-state-reasons.subunit-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Subunit Closed
-#: locale/ipp-strings.c:4050
 msgid "printer-state-reasons.subunit-closed"
 msgstr ""
 
 #. TRANSLATORS: Subunit Cooling Down
-#: locale/ipp-strings.c:4052
 msgid "printer-state-reasons.subunit-cooling-down"
 msgstr ""
 
 #. TRANSLATORS: Subunit Empty
-#: locale/ipp-strings.c:4054
 msgid "printer-state-reasons.subunit-empty"
 msgstr ""
 
 #. TRANSLATORS: Subunit Full
-#: locale/ipp-strings.c:4056
 msgid "printer-state-reasons.subunit-full"
 msgstr ""
 
 #. TRANSLATORS: Subunit Life Almost Over
-#: locale/ipp-strings.c:4058
 msgid "printer-state-reasons.subunit-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Subunit Life Over
-#: locale/ipp-strings.c:4060
 msgid "printer-state-reasons.subunit-life-over"
 msgstr ""
 
 #. TRANSLATORS: Subunit Memory Exhausted
-#: locale/ipp-strings.c:4062
 msgid "printer-state-reasons.subunit-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Subunit Missing
-#: locale/ipp-strings.c:4064
 msgid "printer-state-reasons.subunit-missing"
 msgstr ""
 
 #. TRANSLATORS: Subunit Motor Failure
-#: locale/ipp-strings.c:4066
 msgid "printer-state-reasons.subunit-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Subunit Near Limit
-#: locale/ipp-strings.c:4068
 msgid "printer-state-reasons.subunit-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Subunit Offline
-#: locale/ipp-strings.c:4070
 msgid "printer-state-reasons.subunit-offline"
 msgstr ""
 
 #. TRANSLATORS: Subunit Opened
-#: locale/ipp-strings.c:4072
 msgid "printer-state-reasons.subunit-opened"
 msgstr ""
 
 #. TRANSLATORS: Subunit Over Temperature
-#: locale/ipp-strings.c:4074
 msgid "printer-state-reasons.subunit-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Subunit Power Saver
-#: locale/ipp-strings.c:4076
 msgid "printer-state-reasons.subunit-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Subunit Recoverable Failure
-#: locale/ipp-strings.c:4078
 msgid "printer-state-reasons.subunit-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Subunit Recoverable Storage
-#: locale/ipp-strings.c:4080
 msgid "printer-state-reasons.subunit-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Subunit Removed
-#: locale/ipp-strings.c:4082
 msgid "printer-state-reasons.subunit-removed"
 msgstr ""
 
 #. TRANSLATORS: Subunit Resource Added
-#: locale/ipp-strings.c:4084
 msgid "printer-state-reasons.subunit-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Subunit Resource Removed
-#: locale/ipp-strings.c:4086
 msgid "printer-state-reasons.subunit-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Subunit Thermistor Failure
-#: locale/ipp-strings.c:4088
 msgid "printer-state-reasons.subunit-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Subunit Timing Failure
-#: locale/ipp-strings.c:4090
 msgid "printer-state-reasons.subunit-timing-Failure"
 msgstr ""
 
 #. TRANSLATORS: Subunit Turned Off
-#: locale/ipp-strings.c:4092
 msgid "printer-state-reasons.subunit-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Subunit Turned On
-#: locale/ipp-strings.c:4094
 msgid "printer-state-reasons.subunit-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Subunit Under Temperature
-#: locale/ipp-strings.c:4096
 msgid "printer-state-reasons.subunit-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Subunit Unrecoverable Failure
-#: locale/ipp-strings.c:4098
 msgid "printer-state-reasons.subunit-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Subunit Unrecoverable Storage
-#: locale/ipp-strings.c:4100
 msgid "printer-state-reasons.subunit-unrecoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Subunit Warming Up
-#: locale/ipp-strings.c:4102
 msgid "printer-state-reasons.subunit-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Printer stopped responding
-#: locale/ipp-strings.c:4104
 msgid "printer-state-reasons.timed-out"
 msgstr ""
 
 #. TRANSLATORS: Out of toner
-#: locale/ipp-strings.c:4106
 msgid "printer-state-reasons.toner-empty"
 msgstr ""
 
 #. TRANSLATORS: Toner low
-#: locale/ipp-strings.c:4108
 msgid "printer-state-reasons.toner-low"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Added
-#: locale/ipp-strings.c:4110
 msgid "printer-state-reasons.trimmer-added"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Almost Empty
-#: locale/ipp-strings.c:4112
 msgid "printer-state-reasons.trimmer-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Almost Full
-#: locale/ipp-strings.c:4114
 msgid "printer-state-reasons.trimmer-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Trimmer At Limit
-#: locale/ipp-strings.c:4116
 msgid "printer-state-reasons.trimmer-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Closed
-#: locale/ipp-strings.c:4118
 msgid "printer-state-reasons.trimmer-closed"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Configuration Change
-#: locale/ipp-strings.c:4120
 msgid "printer-state-reasons.trimmer-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Cover Closed
-#: locale/ipp-strings.c:4122
 msgid "printer-state-reasons.trimmer-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Cover Open
-#: locale/ipp-strings.c:4124
 msgid "printer-state-reasons.trimmer-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Empty
-#: locale/ipp-strings.c:4126
 msgid "printer-state-reasons.trimmer-empty"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Full
-#: locale/ipp-strings.c:4128
 msgid "printer-state-reasons.trimmer-full"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Interlock Closed
-#: locale/ipp-strings.c:4130
 msgid "printer-state-reasons.trimmer-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Interlock Open
-#: locale/ipp-strings.c:4132
 msgid "printer-state-reasons.trimmer-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Jam
-#: locale/ipp-strings.c:4134
 msgid "printer-state-reasons.trimmer-jam"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Life Almost Over
-#: locale/ipp-strings.c:4136
 msgid "printer-state-reasons.trimmer-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Life Over
-#: locale/ipp-strings.c:4138
 msgid "printer-state-reasons.trimmer-life-over"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Memory Exhausted
-#: locale/ipp-strings.c:4140
 msgid "printer-state-reasons.trimmer-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Missing
-#: locale/ipp-strings.c:4142
 msgid "printer-state-reasons.trimmer-missing"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Motor Failure
-#: locale/ipp-strings.c:4144
 msgid "printer-state-reasons.trimmer-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Near Limit
-#: locale/ipp-strings.c:4146
 msgid "printer-state-reasons.trimmer-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Offline
-#: locale/ipp-strings.c:4148
 msgid "printer-state-reasons.trimmer-offline"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Opened
-#: locale/ipp-strings.c:4150
 msgid "printer-state-reasons.trimmer-opened"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Over Temperature
-#: locale/ipp-strings.c:4152
 msgid "printer-state-reasons.trimmer-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Power Saver
-#: locale/ipp-strings.c:4154
 msgid "printer-state-reasons.trimmer-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Recoverable Failure
-#: locale/ipp-strings.c:4156
 msgid "printer-state-reasons.trimmer-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Recoverable Storage
-#: locale/ipp-strings.c:4158
 msgid "printer-state-reasons.trimmer-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Removed
-#: locale/ipp-strings.c:4160
 msgid "printer-state-reasons.trimmer-removed"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Resource Added
-#: locale/ipp-strings.c:4162
 msgid "printer-state-reasons.trimmer-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Resource Removed
-#: locale/ipp-strings.c:4164
 msgid "printer-state-reasons.trimmer-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Thermistor Failure
-#: locale/ipp-strings.c:4166
 msgid "printer-state-reasons.trimmer-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Timing Failure
-#: locale/ipp-strings.c:4168
 msgid "printer-state-reasons.trimmer-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Turned Off
-#: locale/ipp-strings.c:4170
 msgid "printer-state-reasons.trimmer-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Turned On
-#: locale/ipp-strings.c:4172
 msgid "printer-state-reasons.trimmer-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Under Temperature
-#: locale/ipp-strings.c:4174
 msgid "printer-state-reasons.trimmer-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Unrecoverable Failure
-#: locale/ipp-strings.c:4176
 msgid "printer-state-reasons.trimmer-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Unrecoverable Storage Error
-#: locale/ipp-strings.c:4178
 msgid "printer-state-reasons.trimmer-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Trimmer Warming Up
-#: locale/ipp-strings.c:4180
 msgid "printer-state-reasons.trimmer-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Unknown
-#: locale/ipp-strings.c:4182
 msgid "printer-state-reasons.unknown"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Added
-#: locale/ipp-strings.c:4184
 msgid "printer-state-reasons.wrapper-added"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Almost Empty
-#: locale/ipp-strings.c:4186
 msgid "printer-state-reasons.wrapper-almost-empty"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Almost Full
-#: locale/ipp-strings.c:4188
 msgid "printer-state-reasons.wrapper-almost-full"
 msgstr ""
 
 #. TRANSLATORS: Wrapper At Limit
-#: locale/ipp-strings.c:4190
 msgid "printer-state-reasons.wrapper-at-limit"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Closed
-#: locale/ipp-strings.c:4192
 msgid "printer-state-reasons.wrapper-closed"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Configuration Change
-#: locale/ipp-strings.c:4194
 msgid "printer-state-reasons.wrapper-configuration-change"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Cover Closed
-#: locale/ipp-strings.c:4196
 msgid "printer-state-reasons.wrapper-cover-closed"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Cover Open
-#: locale/ipp-strings.c:4198
 msgid "printer-state-reasons.wrapper-cover-open"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Empty
-#: locale/ipp-strings.c:4200
 msgid "printer-state-reasons.wrapper-empty"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Full
-#: locale/ipp-strings.c:4202
 msgid "printer-state-reasons.wrapper-full"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Interlock Closed
-#: locale/ipp-strings.c:4204
 msgid "printer-state-reasons.wrapper-interlock-closed"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Interlock Open
-#: locale/ipp-strings.c:4206
 msgid "printer-state-reasons.wrapper-interlock-open"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Jam
-#: locale/ipp-strings.c:4208
 msgid "printer-state-reasons.wrapper-jam"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Life Almost Over
-#: locale/ipp-strings.c:4210
 msgid "printer-state-reasons.wrapper-life-almost-over"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Life Over
-#: locale/ipp-strings.c:4212
 msgid "printer-state-reasons.wrapper-life-over"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Memory Exhausted
-#: locale/ipp-strings.c:4214
 msgid "printer-state-reasons.wrapper-memory-exhausted"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Missing
-#: locale/ipp-strings.c:4216
 msgid "printer-state-reasons.wrapper-missing"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Motor Failure
-#: locale/ipp-strings.c:4218
 msgid "printer-state-reasons.wrapper-motor-failure"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Near Limit
-#: locale/ipp-strings.c:4220
 msgid "printer-state-reasons.wrapper-near-limit"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Offline
-#: locale/ipp-strings.c:4222
 msgid "printer-state-reasons.wrapper-offline"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Opened
-#: locale/ipp-strings.c:4224
 msgid "printer-state-reasons.wrapper-opened"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Over Temperature
-#: locale/ipp-strings.c:4226
 msgid "printer-state-reasons.wrapper-over-temperature"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Power Saver
-#: locale/ipp-strings.c:4228
 msgid "printer-state-reasons.wrapper-power-saver"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Recoverable Failure
-#: locale/ipp-strings.c:4230
 msgid "printer-state-reasons.wrapper-recoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Recoverable Storage
-#: locale/ipp-strings.c:4232
 msgid "printer-state-reasons.wrapper-recoverable-storage"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Removed
-#: locale/ipp-strings.c:4234
 msgid "printer-state-reasons.wrapper-removed"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Resource Added
-#: locale/ipp-strings.c:4236
 msgid "printer-state-reasons.wrapper-resource-added"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Resource Removed
-#: locale/ipp-strings.c:4238
 msgid "printer-state-reasons.wrapper-resource-removed"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Thermistor Failure
-#: locale/ipp-strings.c:4240
 msgid "printer-state-reasons.wrapper-thermistor-failure"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Timing Failure
-#: locale/ipp-strings.c:4242
 msgid "printer-state-reasons.wrapper-timing-failure"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Turned Off
-#: locale/ipp-strings.c:4244
 msgid "printer-state-reasons.wrapper-turned-off"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Turned On
-#: locale/ipp-strings.c:4246
 msgid "printer-state-reasons.wrapper-turned-on"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Under Temperature
-#: locale/ipp-strings.c:4248
 msgid "printer-state-reasons.wrapper-under-temperature"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Unrecoverable Failure
-#: locale/ipp-strings.c:4250
 msgid "printer-state-reasons.wrapper-unrecoverable-failure"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Unrecoverable Storage Error
-#: locale/ipp-strings.c:4252
 msgid "printer-state-reasons.wrapper-unrecoverable-storage-error"
 msgstr ""
 
 #. TRANSLATORS: Wrapper Warming Up
-#: locale/ipp-strings.c:4254
 msgid "printer-state-reasons.wrapper-warming-up"
 msgstr ""
 
 #. TRANSLATORS: Idle
-#: locale/ipp-strings.c:4256
 msgid "printer-state.3"
 msgstr ""
 
 #. TRANSLATORS: Processing
-#: locale/ipp-strings.c:4258
 msgid "printer-state.4"
 msgstr ""
 
 #. TRANSLATORS: Stopped
-#: locale/ipp-strings.c:4260
 msgid "printer-state.5"
 msgstr ""
 
 #. TRANSLATORS: Printer Uptime
-#: locale/ipp-strings.c:4262
 msgid "printer-up-time"
 msgstr ""
 
-#: cups/notify.c:80 cups/notify.c:121
 msgid "processing"
 msgstr "przetwarzanie"
 
 #. TRANSLATORS: Proof Print
-#: locale/ipp-strings.c:4264
 msgid "proof-print"
 msgstr ""
 
 #. TRANSLATORS: Proof Print Copies
-#: locale/ipp-strings.c:4266
 msgid "proof-print-copies"
 msgstr ""
 
 #. TRANSLATORS: Punching
-#: locale/ipp-strings.c:4268
 msgid "punching"
 msgstr ""
 
 #. TRANSLATORS: Punching Locations
-#: locale/ipp-strings.c:4270
 msgid "punching-locations"
 msgstr ""
 
 #. TRANSLATORS: Punching Offset
-#: locale/ipp-strings.c:4272
 msgid "punching-offset"
 msgstr ""
 
 #. TRANSLATORS: Punch Edge
-#: locale/ipp-strings.c:4274
 msgid "punching-reference-edge"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:4276
 msgid "punching-reference-edge.bottom"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:4278
 msgid "punching-reference-edge.left"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:4280
 msgid "punching-reference-edge.right"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:4282
 msgid "punching-reference-edge.top"
 msgstr ""
 
-#: systemv/lp.c:641
 #, c-format
 msgid "request id is %s-%d (%d file(s))"
 msgstr ""
 
-#: cups/snmp.c:947
 msgid "request-id uses indefinite length"
 msgstr "request-id ma niezdefiniowaną długość"
 
 #. TRANSLATORS: Requested Attributes
-#: locale/ipp-strings.c:4284
 msgid "requested-attributes"
 msgstr ""
 
 #. TRANSLATORS: Retry Interval
-#: locale/ipp-strings.c:4286
 msgid "retry-interval"
 msgstr ""
 
 #. TRANSLATORS: Retry Timeout
-#: locale/ipp-strings.c:4288
 msgid "retry-time-out"
 msgstr ""
 
 #. TRANSLATORS: Save Disposition
-#: locale/ipp-strings.c:4290
 msgid "save-disposition"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:4292
 msgid "save-disposition.none"
 msgstr ""
 
 #. TRANSLATORS: Print and Save
-#: locale/ipp-strings.c:4294
 msgid "save-disposition.print-save"
 msgstr ""
 
 #. TRANSLATORS: Save Only
-#: locale/ipp-strings.c:4296
 msgid "save-disposition.save-only"
 msgstr ""
 
 #. TRANSLATORS: Save Document Format
-#: locale/ipp-strings.c:4298
 msgid "save-document-format"
 msgstr ""
 
 #. TRANSLATORS: Save Info
-#: locale/ipp-strings.c:4300
 msgid "save-info"
 msgstr ""
 
 #. TRANSLATORS: Save Location
-#: locale/ipp-strings.c:4302
 msgid "save-location"
 msgstr ""
 
 #. TRANSLATORS: Save Name
-#: locale/ipp-strings.c:4304
 msgid "save-name"
 msgstr ""
 
-#: systemv/lpstat.c:2060
 msgid "scheduler is not running"
 msgstr "planista wydruków nie jest uruchomiony"
 
-#: systemv/lpstat.c:2054
 msgid "scheduler is running"
 msgstr "planista wydruków jest uruchomiony"
 
 #. TRANSLATORS: Separator Sheets
-#: locale/ipp-strings.c:4306
 msgid "separator-sheets"
 msgstr ""
 
 #. TRANSLATORS: Type of Separator Sheets
-#: locale/ipp-strings.c:4308
 msgid "separator-sheets-type"
 msgstr ""
 
 #. TRANSLATORS: Start and End Sheets
-#: locale/ipp-strings.c:4310
 msgid "separator-sheets-type.both-sheets"
 msgstr ""
 
 #. TRANSLATORS: End Sheet
-#: locale/ipp-strings.c:4312
 msgid "separator-sheets-type.end-sheet"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:4314
 msgid "separator-sheets-type.none"
 msgstr ""
 
 #. TRANSLATORS: Slip Sheets
-#: locale/ipp-strings.c:4316
 msgid "separator-sheets-type.slip-sheets"
 msgstr ""
 
 #. TRANSLATORS: Start Sheet
-#: locale/ipp-strings.c:4318
 msgid "separator-sheets-type.start-sheet"
 msgstr ""
 
 #. TRANSLATORS: 2-Sided Printing
-#: locale/ipp-strings.c:4320
 msgid "sides"
 msgstr ""
 
 #. TRANSLATORS: Off
-#: locale/ipp-strings.c:4322
 msgid "sides.one-sided"
 msgstr ""
 
 #. TRANSLATORS: On (Portrait)
-#: locale/ipp-strings.c:4324
 msgid "sides.two-sided-long-edge"
 msgstr ""
 
 #. TRANSLATORS: On (Landscape)
-#: locale/ipp-strings.c:4326
 msgid "sides.two-sided-short-edge"
 msgstr ""
 
-#: cups/adminutil.c:1387
 #, c-format
 msgid "stat of %s failed: %s"
 msgstr "odczyt stanu %s nie powiódł się: %s"
 
-#: berkeley/lpc.c:198
 msgid "status\t\tShow status of daemon and queue."
 msgstr "status\t\tPokazuje stan usługi i kolejki."
 
 #. TRANSLATORS: Status Message
-#: locale/ipp-strings.c:4328
 msgid "status-message"
 msgstr ""
 
 #. TRANSLATORS: Staple
-#: locale/ipp-strings.c:4330
 msgid "stitching"
 msgstr ""
 
 #. TRANSLATORS: Stitching Angle
-#: locale/ipp-strings.c:4332
 msgid "stitching-angle"
 msgstr ""
 
 #. TRANSLATORS: Stitching Locations
-#: locale/ipp-strings.c:4334
 msgid "stitching-locations"
 msgstr ""
 
 #. TRANSLATORS: Staple Method
-#: locale/ipp-strings.c:4336
 msgid "stitching-method"
 msgstr ""
 
 #. TRANSLATORS: Automatic
-#: locale/ipp-strings.c:4338
 msgid "stitching-method.auto"
 msgstr ""
 
 #. TRANSLATORS: Crimp
-#: locale/ipp-strings.c:4340
 msgid "stitching-method.crimp"
 msgstr ""
 
 #. TRANSLATORS: Wire
-#: locale/ipp-strings.c:4342
 msgid "stitching-method.wire"
 msgstr ""
 
 #. TRANSLATORS: Stitching Offset
-#: locale/ipp-strings.c:4344
 msgid "stitching-offset"
 msgstr ""
 
 #. TRANSLATORS: Staple Edge
-#: locale/ipp-strings.c:4346
 msgid "stitching-reference-edge"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:4348
 msgid "stitching-reference-edge.bottom"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:4350
 msgid "stitching-reference-edge.left"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:4352
 msgid "stitching-reference-edge.right"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:4354
 msgid "stitching-reference-edge.top"
 msgstr ""
 
-#: cups/notify.c:83 cups/notify.c:124
 msgid "stopped"
 msgstr "zatrzymano"
 
 #. TRANSLATORS: Subject
-#: locale/ipp-strings.c:4356
 msgid "subject"
 msgstr ""
 
 #. TRANSLATORS: Subscription Privacy Attributes
-#: locale/ipp-strings.c:4358
 msgid "subscription-privacy-attributes"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:4360
 msgid "subscription-privacy-attributes.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:4362
 msgid "subscription-privacy-attributes.default"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:4364
 msgid "subscription-privacy-attributes.none"
 msgstr ""
 
 #. TRANSLATORS: Subscription Description
-#: locale/ipp-strings.c:4366
 msgid "subscription-privacy-attributes.subscription-description"
 msgstr ""
 
 #. TRANSLATORS: Subscription Template
-#: locale/ipp-strings.c:4368
 msgid "subscription-privacy-attributes.subscription-template"
 msgstr ""
 
 #. TRANSLATORS: Subscription Privacy Scope
-#: locale/ipp-strings.c:4370
 msgid "subscription-privacy-scope"
 msgstr ""
 
 #. TRANSLATORS: All
-#: locale/ipp-strings.c:4372
 msgid "subscription-privacy-scope.all"
 msgstr ""
 
 #. TRANSLATORS: Default
-#: locale/ipp-strings.c:4374
 msgid "subscription-privacy-scope.default"
 msgstr ""
 
 #. TRANSLATORS: None
-#: locale/ipp-strings.c:4376
 msgid "subscription-privacy-scope.none"
 msgstr ""
 
 #. TRANSLATORS: Owner
-#: locale/ipp-strings.c:4378
 msgid "subscription-privacy-scope.owner"
 msgstr ""
 
-#: systemv/lpstat.c:1088
 #, c-format
 msgid "system default destination: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1085
 #, c-format
 msgid "system default destination: %s/%s"
 msgstr ""
 
 #. TRANSLATORS: T33 Subaddress
-#: locale/ipp-strings.c:4380
 msgid "t33-subaddress"
 msgstr ""
 
 #. TRANSLATORS: To Name
-#: locale/ipp-strings.c:4382
 msgid "to-name"
 msgstr ""
 
 #. TRANSLATORS: Transmission Status
-#: locale/ipp-strings.c:4384
 msgid "transmission-status"
 msgstr ""
 
 #. TRANSLATORS: Pending
-#: locale/ipp-strings.c:4386
 msgid "transmission-status.3"
 msgstr ""
 
 #. TRANSLATORS: Pending Retry
-#: locale/ipp-strings.c:4388
 msgid "transmission-status.4"
 msgstr ""
 
 #. TRANSLATORS: Processing
-#: locale/ipp-strings.c:4390
 msgid "transmission-status.5"
 msgstr ""
 
 #. TRANSLATORS: Canceled
-#: locale/ipp-strings.c:4392
 msgid "transmission-status.7"
 msgstr ""
 
 #. TRANSLATORS: Aborted
-#: locale/ipp-strings.c:4394
 msgid "transmission-status.8"
 msgstr ""
 
 #. TRANSLATORS: Completed
-#: locale/ipp-strings.c:4396
 msgid "transmission-status.9"
 msgstr ""
 
 #. TRANSLATORS: Cut
-#: locale/ipp-strings.c:4398
 msgid "trimming"
 msgstr ""
 
 #. TRANSLATORS: Cut Position
-#: locale/ipp-strings.c:4400
 msgid "trimming-offset"
 msgstr ""
 
 #. TRANSLATORS: Cut Edge
-#: locale/ipp-strings.c:4402
 msgid "trimming-reference-edge"
 msgstr ""
 
 #. TRANSLATORS: Bottom
-#: locale/ipp-strings.c:4404
 msgid "trimming-reference-edge.bottom"
 msgstr ""
 
 #. TRANSLATORS: Left
-#: locale/ipp-strings.c:4406
 msgid "trimming-reference-edge.left"
 msgstr ""
 
 #. TRANSLATORS: Right
-#: locale/ipp-strings.c:4408
 msgid "trimming-reference-edge.right"
 msgstr ""
 
 #. TRANSLATORS: Top
-#: locale/ipp-strings.c:4410
 msgid "trimming-reference-edge.top"
 msgstr ""
 
 #. TRANSLATORS: Type of Cut
-#: locale/ipp-strings.c:4412
 msgid "trimming-type"
 msgstr ""
 
 #. TRANSLATORS: Draw Line
-#: locale/ipp-strings.c:4414
 msgid "trimming-type.draw-line"
 msgstr ""
 
 #. TRANSLATORS: Full
-#: locale/ipp-strings.c:4416
 msgid "trimming-type.full"
 msgstr ""
 
 #. TRANSLATORS: Partial
-#: locale/ipp-strings.c:4418
 msgid "trimming-type.partial"
 msgstr ""
 
 #. TRANSLATORS: Perforate
-#: locale/ipp-strings.c:4420
 msgid "trimming-type.perforate"
 msgstr ""
 
 #. TRANSLATORS: Score
-#: locale/ipp-strings.c:4422
 msgid "trimming-type.score"
 msgstr ""
 
 #. TRANSLATORS: Tab
-#: locale/ipp-strings.c:4424
 msgid "trimming-type.tab"
 msgstr ""
 
 #. TRANSLATORS: Cut After
-#: locale/ipp-strings.c:4426
 msgid "trimming-when"
 msgstr ""
 
 #. TRANSLATORS: Every Document
-#: locale/ipp-strings.c:4428
 msgid "trimming-when.after-documents"
 msgstr ""
 
 #. TRANSLATORS: Job
-#: locale/ipp-strings.c:4430
 msgid "trimming-when.after-job"
 msgstr ""
 
 #. TRANSLATORS: Every Set
-#: locale/ipp-strings.c:4432
 msgid "trimming-when.after-sets"
 msgstr ""
 
 #. TRANSLATORS: Every Page
-#: locale/ipp-strings.c:4434
 msgid "trimming-when.after-sheets"
 msgstr ""
 
-#: cups/notify.c:95 cups/notify.c:127
 msgid "unknown"
 msgstr "nieznany"
 
-#: cups/notify.c:104
 msgid "untitled"
 msgstr "bez nazwy"
 
-#: cups/snmp.c:972
 msgid "variable-bindings uses indefinite length"
 msgstr "variable-bindings ma nieustaloną długość"
 
 #. TRANSLATORS: X Accuracy
-#: locale/ipp-strings.c:4436
 msgid "x-accuracy"
 msgstr ""
 
 #. TRANSLATORS: X Dimension
-#: locale/ipp-strings.c:4438
 msgid "x-dimension"
 msgstr ""
 
 #. TRANSLATORS: X Offset
-#: locale/ipp-strings.c:4440
 msgid "x-offset"
 msgstr ""
 
 #. TRANSLATORS: X Origin
-#: locale/ipp-strings.c:4442
 msgid "x-origin"
 msgstr ""
 
 #. TRANSLATORS: Y Accuracy
-#: locale/ipp-strings.c:4444
 msgid "y-accuracy"
 msgstr ""
 
 #. TRANSLATORS: Y Dimension
-#: locale/ipp-strings.c:4446
 msgid "y-dimension"
 msgstr ""
 
 #. TRANSLATORS: Y Offset
-#: locale/ipp-strings.c:4448
 msgid "y-offset"
 msgstr ""
 
 #. TRANSLATORS: Y Origin
-#: locale/ipp-strings.c:4450
 msgid "y-origin"
 msgstr ""
 
 #. TRANSLATORS: Z Accuracy
-#: locale/ipp-strings.c:4452
 msgid "z-accuracy"
 msgstr ""
 
 #. TRANSLATORS: Z Dimension
-#: locale/ipp-strings.c:4454
 msgid "z-dimension"
 msgstr ""
 
 #. TRANSLATORS: Z Offset
-#: locale/ipp-strings.c:4456
 msgid "z-offset"
 msgstr ""
 
-#: tools/ippfind.c:2049
 msgid "{service_domain}        Domain name"
 msgstr "{service_domain}        Nazwa domeny"
 
-#: tools/ippfind.c:2050
 msgid "{service_hostname}      Fully-qualified domain name"
 msgstr "{service_hostname}      Pełna nazwa domeny"
 
-#: tools/ippfind.c:2051
 msgid "{service_name}          Service instance name"
 msgstr "{service_name}          Nazwa instancji usługi"
 
-#: tools/ippfind.c:2052
 msgid "{service_port}          Port number"
 msgstr "{service_port}          Numer portu"
 
-#: tools/ippfind.c:2053
 msgid "{service_regtype}       DNS-SD registration type"
 msgstr "{service_regtype}       Typ rejestracji DNS-SD"
 
-#: tools/ippfind.c:2054
 msgid "{service_scheme}        URI scheme"
 msgstr "{service_scheme}        Schemat URI"
 
-#: tools/ippfind.c:2055
 msgid "{service_uri}           URI"
 msgstr "{service_uri}           URI"
 
-#: tools/ippfind.c:2056
 msgid "{txt_*}                 Value of TXT record key"
 msgstr "{txt_*}                 Wartość klucza TXT"
 
-#: tools/ippfind.c:2048
 msgid "{}                      URI"
 msgstr "{}                      URI"
 
-#: cups/dest.c:1772
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr "~/.cups/lpoptions domyślna destynacja z pliku nie isnieje."
+
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Błąd - wymagane \"completed\", \"not-completed\" lub \"all\" po opcji "
+#~ "\"-W\"."
+
+#~ msgid "None"
+#~ msgstr "Żaden"
+
+#~ msgid "Print Quality"
+#~ msgstr "Jakość wydruku"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Ustawianie rozgłaszania w sieci"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Nie można zmienić atrybutu printer-is-shared"
index d1981fb824b1116a9e4cab5608fae3cc6c6c1742..6d61abfd41aee6f099fe0ca9bdbf6d5aa2b3ce9a 100644 (file)
@@ -24,7 +24,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3.0\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2023-07-03 22:30-0400\n"
 "Last-Translator: Guilherme Gonzaga <guilhermgonzaga@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <traducao-cups-pt-br@googlegroups.com>\n"
@@ -820,6 +820,9 @@ msgstr "  --crlf                  Fim de linhas com CR + LF (Windows)."
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    Fim de linhas com LF (UNIX/Linux/macOS)."
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          Lista filtros que serão usados."
 
@@ -834,11 +837,11 @@ msgstr ""
 "  -I dir-include          Adiciona diretório de include ao caminho de "
 "pesquisa."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P arquivo.ppd          Define arquivo PPD."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U usuário              Especifica nome do usuário."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
@@ -848,26 +851,22 @@ msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr ""
 "  -c cups-files.conf      Define o arquivo cups-files.conf para ser usado."
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d dir-saída            Especifica o diretório de saída."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d impressora           Usa a impressora informada."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Usa todos os filtros do arquivo PPD."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i tipo-mime            Define o tipo MIME de entrada (caso "
-"contrário,                                  tipo automático)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           Filtra o arquivo N do trabalho especificado "
-"(o                                  padrão é o arquivo 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l idioma[,idioma,...]  Especifica o(s) idioma(s) de saída (locale)."
@@ -877,13 +876,14 @@ msgstr ""
 "  -m                      Usa o valor de ModelName como o nome de arquivo."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m tipo-mime            Define o tipo MIME de saída (caso "
-"contrário,                                    aplicação/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n cópias               Define número de cópias."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -895,17 +895,14 @@ msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 "  -o arquivo.ppd[.gz]     Define arquivo de saída (caso contrário, stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o nome=valor           Define opção/opções."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p arquivo.ppd          Define arquivo PPD."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Testa PPDs ao invés de criá-los."
 
-msgid "  -t title                Set title."
-msgstr "  -t título               Define um título."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Remove o arquivo PPD ao final."
@@ -1420,11 +1417,9 @@ msgstr "%s: Erro - esperava um valor após a opção \"-%c\"."
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: Erro - precisa ser \"completed\", \"not-completed\" ou \"all\" após a "
-"opção \"-W\"."
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3195,6 +3190,10 @@ msgstr "Valor de cópias inválido %d."
 msgid "Bad custom parameter"
 msgstr "Parâmetro personalizado inválido"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "device-uri inválido \"%s\"."
@@ -3313,9 +3312,6 @@ msgstr "Banners"
 msgid "Bond Paper"
 msgstr "Papel autocolante"
 
-msgid "Booklet"
-msgstr "Livreto"
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Esperava booleano para opção waiteof \"%s\"."
@@ -3396,6 +3392,10 @@ msgstr "Arquivo de controle enviado com sucesso."
 msgid "Copying print data."
 msgstr "Copiando dados de impressão."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Criada"
 
@@ -3506,9 +3506,6 @@ msgstr "Desabilitado"
 msgid "Document #%d does not exist in job #%d."
 msgstr "Documento #%d não existe no trabalho #%d."
 
-msgid "Draft"
-msgstr "Rascunho"
-
 msgid "Duplexer"
 msgstr "Duplexador"
 
@@ -3800,12 +3797,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Terminou página %d."
 
-msgid "Finishing Preset"
-msgstr "Terminando predefinição"
-
-msgid "Fold"
-msgstr "Dobra"
-
 msgid "Folio"
 msgstr "Fólio"
 
@@ -3851,8 +3842,8 @@ msgstr "Buffer de hash muito pequeno."
 msgid "Help file not in index."
 msgstr "Arquivo de ajuda não está no índice."
 
-msgid "High"
-msgstr "Alta"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
+msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr "Atributo 1setOf de IPP com tags de valor incompatível."
@@ -3881,9 +3872,6 @@ msgstr "Valor endCollection IPP não contém 0 bytes."
 msgid "IPP enum value not 4 bytes."
 msgstr "Valor enum de IPP não contém 4 bytes."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "Tag de extensão de IPP maior do que 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "Valor inteiro de IPP não contém 4 bytes."
 
@@ -4397,6 +4385,9 @@ msgstr "Nenhum printer-uri foi encontrado para classe"
 msgid "No printer-uri in request."
 msgstr "Nenhum printer-uri na requisição."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "Nenhum URI de requisição."
 
@@ -4430,9 +4421,6 @@ msgstr "Não-contíguo (Mark sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "Não-contíguo (Web sensing)"
 
-msgid "None"
-msgstr "Nenhum"
-
 msgid "Normal"
 msgstr "Normal"
 
@@ -4606,9 +4594,6 @@ msgstr "Trabalho de impressão:"
 msgid "Print Mode"
 msgstr "Modo de impressão"
 
-msgid "Print Quality"
-msgstr "Qualidade de impressão"
-
 msgid "Print Rate"
 msgstr "Taxa de impressão"
 
@@ -4682,9 +4667,6 @@ msgstr "Impressoras"
 msgid "Printing page %d, %u%% complete."
 msgstr "Imprimindo página %d, %u%% concluído."
 
-msgid "Punch"
-msgstr "Perfurar"
-
 msgid "Quarto"
 msgstr "Quarto"
 
@@ -4777,9 +4759,6 @@ msgstr "Definir opções de classe"
 msgid "Set Printer Options"
 msgstr "Definir opções de impressora"
 
-msgid "Set Publishing"
-msgstr "Definir publicação"
-
 msgid "Shipping Address"
 msgstr "Endereço de entrega"
 
@@ -4796,9 +4775,6 @@ msgstr "Trabalho de impressão, %.0f%% completo."
 msgid "Standard"
 msgstr "Padrão"
 
-msgid "Staple"
-msgstr "Grampear"
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Banner no início"
@@ -5087,9 +5063,6 @@ msgstr "Não foi possível cancelar trabalho de impressão."
 msgid "Unable to change printer"
 msgstr "Não foi possível alterar a impressora"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Não foi possível alterar o atributo printer-is-shared"
-
 msgid "Unable to change server settings"
 msgstr "Não foi possível alterar as configurações do servidor"
 
@@ -5111,6 +5084,10 @@ msgstr "Não foi possível configurar opções de impressora."
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Não foi possível conectar à máquina."
 
@@ -5123,6 +5100,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "Não foi possível copiar arquivo PPD - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5256,6 +5241,10 @@ msgstr "Não foi possível arquivo de rasterização"
 msgid "Unable to print test page"
 msgstr "Não foi possível imprimir página teste"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Não foi possível ler dados de impressão."
 
@@ -5276,6 +5265,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "Não foi possível ler o arquivo"
 
@@ -5474,8 +5467,8 @@ msgstr "Uso: cupsctl [opções] [param=valor ... paramN=valorN]"
 msgid "Usage: cupsd [options]"
 msgstr "Uso: cupsd [opções]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "Uso: cupsfilter [ opções ] [ -- ] arquivo"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15513,10 +15506,59 @@ msgstr "{}                      URI"
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr "Arquivo ~/.cups/lpoptions declara destino padrão que não existe."
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P arquivo.ppd          Define arquivo PPD."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U usuário              Especifica nome do usuário."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d impressora           Usa a impressora informada."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i tipo-mime            Define o tipo MIME de entrada (caso "
+#~ "contrário,                                  tipo automático)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           Filtra o arquivo N do trabalho especificado "
+#~ "(o                                  padrão é o arquivo 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m tipo-mime            Define o tipo MIME de saída (caso "
+#~ "contrário,                                    aplicação/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n cópias               Define número de cópias."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o nome=valor           Define opção/opções."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p arquivo.ppd          Define arquivo PPD."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t título               Define um título."
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s: URI de impressora inválido \"%s\"."
 
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Erro - precisa ser \"completed\", \"not-completed\" ou \"all\" após a "
+#~ "opção \"-W\"."
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s: Desculpa, não há suporte a criptografia."
@@ -15549,21 +15591,57 @@ msgstr "Arquivo ~/.cups/lpoptions declara destino padrão que não existe."
 #~ "Um nome de usuário do Samba é necessário para exportar drivers de "
 #~ "impressora"
 
+#~ msgid "Booklet"
+#~ msgstr "Livreto"
+
+#~ msgid "Draft"
+#~ msgstr "Rascunho"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Exportar impressoras para o Samba"
 
+#~ msgid "Finishing Preset"
+#~ msgstr "Terminando predefinição"
+
+#~ msgid "Fold"
+#~ msgstr "Dobra"
+
+#~ msgid "High"
+#~ msgstr "Alta"
+
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "Tag de extensão de IPP maior do que 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "Procurando impressoras."
 
 #~ msgid "No common name specified."
 #~ msgstr "Nenhum nome comum especificado."
 
+#~ msgid "None"
+#~ msgstr "Nenhum"
+
+#~ msgid "Print Quality"
+#~ msgstr "Qualidade de impressão"
+
+#~ msgid "Punch"
+#~ msgstr "Perfurar"
+
+#~ msgid "Set Publishing"
+#~ msgstr "Definir publicação"
+
+#~ msgid "Staple"
+#~ msgstr "Grampear"
+
 #~ msgid "Unable to allocate memory for printer"
 #~ msgstr "Não foi possível alocar memória para a impressora"
 
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Não foi possível alterar o atributo printer-is-shared"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "Não foi possível copiar arquivo PPD."
 
@@ -15636,6 +15714,9 @@ msgstr "Arquivo ~/.cups/lpoptions declara destino padrão que não existe."
 #~ msgid "Unknown directive \"%s\" on line %d of \"%s\" ignored."
 #~ msgstr "Diretriz desconhecida \"%s\" na linha %d de \"%s\" ignorada."
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "Uso: cupsfilter [ opções ] [ -- ] arquivo"
+
 #~ msgid "cupsctl: Cannot set Listen or Port directly."
 #~ msgstr "cupsctl: Não foi possível definir diretamente Porta ou Listen."
 
index 948e60aae41176d7b79e8c4789746dc1cee9dc05..c932260fe8109bb8c9b80c0025928afffaa145ed 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.0\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2015-01-28 12:00-0800\n"
 "Last-Translator: Aleksandr Proklov\n"
 "Language-Team: Russian - PuppyRus Linux Team\n"
@@ -782,6 +782,9 @@ msgstr "  --crlf                  Строки заканчиваются на C
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr ""
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr ""
 "  --list-filters          Список фильтров которые должны использоваться."
@@ -795,11 +798,11 @@ msgstr "  -D name=value           Определение переменной."
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I include-dir          Добавить каталог include в путь поиска."
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         Задать PPD-файл."
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U username             Указание имени пользователя."
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catalog.po           Загружается указанный каталог сообщений."
@@ -807,26 +810,22 @@ msgstr "  -c catalog.po           Загружается указанный ка
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      Использовать заданный cups-files.conf"
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d output-dir           Задать выходной каталог."
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d printer              Использовать заданный принтер."
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Использовать каждый фильтр из PPD-файла."
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
 msgstr ""
-"  -i mime/type            Указать MIME-тип данных на входе (иначе "
-"автоопред.)."
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
 msgstr ""
-"  -j job-id[,N]           Из указанного задания выбирается файл N (по "
-"умолчанию файл 1)."
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      Задать выходной язык(и) (locale)."
@@ -836,13 +835,14 @@ msgstr ""
 "  -m                      В качестве имени файла используется ModelName."
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            Указать MIME-тип данных на выходе (иначе "
-"application/pdf)."
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n copies               Указать количество копий."
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -853,17 +853,14 @@ msgstr ""
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr "  -o filename.ppd[.gz]    Задать выходной файл (иначе stdout)."
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o name=value           Задать параметры."
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filename.ppd         Задать PPD-файл."
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Тест PPDs вместо его создания."
 
-msgid "  -t title                Set title."
-msgstr "  -t title                Задать заголовок."
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Удалить PPD-файл после завершения."
@@ -1336,11 +1333,9 @@ msgstr "%s: Ошибка - после параметра \"-%c\" должно б
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
 msgstr ""
-"%s: Ошибка - требуется \"завершено\",\"не завершено\" или \"все\" после "
-"параметра \"-W\" "
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3019,6 +3014,10 @@ msgstr "Неверное значение количества копий %d."
 msgid "Bad custom parameter"
 msgstr "Неверный индивидуальный параметр"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "Неверное значение device-uri \"%s\"."
@@ -3137,9 +3136,6 @@ msgstr "Баннеры"
 msgid "Bond Paper"
 msgstr "Документная бумага"
 
-msgid "Booklet"
-msgstr ""
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "Параметр waiteof \"%s\" должен иметь двоичное значение"
@@ -3220,6 +3216,10 @@ msgstr "Контрольный файл успешно отправлен."
 msgid "Copying print data."
 msgstr "Копирование данных печати."
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "Создано"
 
@@ -3324,9 +3324,6 @@ msgstr "Отключено"
 msgid "Document #%d does not exist in job #%d."
 msgstr "Документ #%d не существует в задании #%d."
 
-msgid "Draft"
-msgstr ""
-
 msgid "Duplexer"
 msgstr "Дуплексер"
 
@@ -3618,12 +3615,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "Последняя страница %d."
 
-msgid "Finishing Preset"
-msgstr ""
-
-msgid "Fold"
-msgstr ""
-
 msgid "Folio"
 msgstr "Фолио"
 
@@ -3669,7 +3660,7 @@ msgstr ""
 msgid "Help file not in index."
 msgstr "Файл справки не проиндексирован."
 
-msgid "High"
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
 msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
@@ -3699,9 +3690,6 @@ msgstr "IPP значение endCollection не 0 байт."
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP значение enum не 4 байта."
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP extension tag больше чем 0x7FFFFFFF."
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP тип integer не 4 байта"
 
@@ -4212,6 +4200,9 @@ msgstr "Не указан адрес printer-uri для группы"
 msgid "No printer-uri in request."
 msgstr "Нет адреса printer-uri в запросе."
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "Нет запроса URI."
 
@@ -4245,9 +4236,6 @@ msgstr "С прерыванием (Mark sensing)"
 msgid "Non-continuous (Web sensing)"
 msgstr "С прерыванием (Web sensing)"
 
-msgid "None"
-msgstr ""
-
 msgid "Normal"
 msgstr "Нормальный"
 
@@ -4420,9 +4408,6 @@ msgstr "Задание печати:"
 msgid "Print Mode"
 msgstr "Режим печати"
 
-msgid "Print Quality"
-msgstr ""
-
 msgid "Print Rate"
 msgstr "Скорость печати"
 
@@ -4494,9 +4479,6 @@ msgstr "Принтеры"
 msgid "Printing page %d, %u%% complete."
 msgstr "Печать страницы %d, %u%% завершена."
 
-msgid "Punch"
-msgstr ""
-
 msgid "Quarto"
 msgstr "Кватро"
 
@@ -4590,9 +4572,6 @@ msgstr "Настроить параметры группы"
 msgid "Set Printer Options"
 msgstr "Настроить параметры принтера"
 
-msgid "Set Publishing"
-msgstr "Настроить публикацию"
-
 msgid "Shipping Address"
 msgstr "Адрес доставки"
 
@@ -4609,9 +4588,6 @@ msgstr "Постановка в очередь, %.0f%% завершено."
 msgid "Standard"
 msgstr "Стандартный"
 
-msgid "Staple"
-msgstr ""
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "Стартовый баннер"
@@ -4889,9 +4865,6 @@ msgstr "Не удается отменить задание печати."
 msgid "Unable to change printer"
 msgstr "Не удается изменить принтер"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "Не удается изменить атрибут printer-is-shared"
-
 msgid "Unable to change server settings"
 msgstr "Не удается изменить настройки сервера"
 
@@ -4913,6 +4886,10 @@ msgstr "Не удается настроить параметры принтер
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "Не удается подключиться к хосту."
 
@@ -4925,6 +4902,14 @@ msgstr ""
 msgid "Unable to copy PPD file - %s"
 msgstr "Не удается копировать PPD-файл - %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5058,6 +5043,10 @@ msgstr "Не удается открыть растровый файл"
 msgid "Unable to print test page"
 msgstr "Не удается напечатать пробную страницу"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "Не удается считать данные печати."
 
@@ -5078,6 +5067,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 msgid "Unable to see in file"
 msgstr "Не удается увидеть в файле"
 
@@ -5277,7 +5270,7 @@ msgstr ""
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
 msgstr ""
 
 msgid ""
@@ -15287,6 +15280,55 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr ""
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         Задать PPD-файл."
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U username             Указание имени пользователя."
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d printer              Использовать заданный принтер."
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr ""
+#~ "  -i mime/type            Указать MIME-тип данных на входе (иначе "
+#~ "автоопред.)."
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr ""
+#~ "  -j job-id[,N]           Из указанного задания выбирается файл N (по "
+#~ "умолчанию файл 1)."
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            Указать MIME-тип данных на выходе (иначе "
+#~ "application/pdf)."
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n copies               Указать количество копий."
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o name=value           Задать параметры."
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filename.ppd         Задать PPD-файл."
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t title                Задать заголовок."
+
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr ""
+#~ "%s: Ошибка - требуется \"завершено\",\"не завершено\" или \"все\" после "
+#~ "параметра \"-W\" "
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s:  Нет поддержки шифрования."
@@ -15303,9 +15345,18 @@ msgstr ""
 #~ msgid "Export Printers to Samba"
 #~ msgstr "Экспортировать принтеры в Samba"
 
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP extension tag больше чем 0x7FFFFFFF."
+
 #~ msgid "Looking for printer."
 #~ msgstr "Поиск принтера."
 
+#~ msgid "Set Publishing"
+#~ msgstr "Настроить публикацию"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "Не удается изменить атрибут printer-is-shared"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "Не удается копировать PPD-файл."
 
index 5a7561117b890013326189b65cb34a0b088b8c83..9db76cf38edeb691d31cf9959a84cb9d0445cbc9 100644 (file)
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 2.3\n"
 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n"
-"POT-Creation-Date: 2023-09-13 13:50-0400\n"
+"POT-Creation-Date: 2024-04-25 11:18-0400\n"
 "PO-Revision-Date: 2022-07-14 12:43+0800\n"
 "Last-Translator: Tyson Tan <tysontan@tysontan.com>\n"
 "Language-Team: Chinese (Simplified)\n"
@@ -787,6 +787,9 @@ msgstr "  --crlf                  使用 CR + LF 行末 (Windows)。"
 msgid "  --lf                    End lines with LF (UNIX/Linux/macOS)."
 msgstr "  --lf                    使用 LF 行末 (UNIX/Linux/macOS)。"
 
+msgid "  --list-all              List all filters with the MIME media types."
+msgstr ""
+
 msgid "  --list-filters          List filters that will be used."
 msgstr "  --list-filters          列出要使用的滤镜。"
 
@@ -799,11 +802,11 @@ msgstr "  -D 名称=赋值           为指定变量赋值。"
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I include-dir          将引用目录加入到搜索路径。"
 
-msgid "  -P filename.ppd         Set PPD file."
-msgstr "  -P filename.ppd         设置 PPD 文件。"
+msgid "  -P FILENAME.ppd         Set PPD file."
+msgstr ""
 
-msgid "  -U username             Specify username."
-msgstr "  -U 用户名              指定用户名。"
+msgid "  -U USERNAME             Specify username."
+msgstr ""
 
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catalog.po           载入指定的消息索引。"
@@ -811,22 +814,22 @@ msgstr "  -c catalog.po           载入指定的消息索引。"
 msgid "  -c cups-files.conf      Set cups-files.conf file to use."
 msgstr "  -c cups-files.conf      设置要使用的 cups-files.conf 文件。"
 
+msgid "  -d PRINTER              Use the named printer."
+msgstr ""
+
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d output-dir           指定输出目录。"
 
-msgid "  -d printer              Use the named printer."
-msgstr "  -d 打印机               使用指定的打印机。"
-
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      使用来自 PPD 文件的所有滤镜。"
 
-msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
-msgstr "  -i mime/type            设置输入的 MIME 类型 (否则自动探测类型)。"
+msgid "  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."
+msgstr ""
 
 msgid ""
-"  -j job-id[,N]           Filter file N from the specified job (default is "
+"  -j JOB-ID[,N]           Filter file N from the specified job (default is "
 "file 1)."
-msgstr "  -j job-id[,N]           从指定任务中过滤文件 N (默认为文件 1)。"
+msgstr ""
 
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr "  -l lang[,lang,...]      指定输出语言 (地域配置)。"
@@ -835,12 +838,14 @@ msgid "  -m                      Use the ModelName value as the filename."
 msgstr "  -m                      将 ModelName 值作为文件名。"
 
 msgid ""
-"  -m mime/type            Set output MIME type (otherwise application/pdf)."
+"  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."
 msgstr ""
-"  -m mime/type            设置输出 MIME 类型 (缺省为 application/pdf)。"
 
-msgid "  -n copies               Set number of copies."
-msgstr "  -n 副本数               设置副本数量。"
+msgid "  -n COPIES               Set number of copies."
+msgstr ""
+
+msgid "  -o NAME=VALUE           Set option(s)."
+msgstr ""
 
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
@@ -849,17 +854,14 @@ msgstr "  -o filename.drv         指定驱动信息文件 (缺省为 ppdi.drv)
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr "  -o filename.ppd[.gz]    设置输出文件 (缺省为标准输出)。"
 
-msgid "  -o name=value           Set option(s)."
-msgstr "  -o 名称=赋值            设置选项。"
-
-msgid "  -p filename.ppd         Set PPD file."
-msgstr "  -p filename.ppd         指定 PPD 文件。"
+msgid "  -p FILENAME.ppd         Set PPD file."
+msgstr ""
 
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      测试而非生成 PPD 文件。"
 
-msgid "  -t title                Set title."
-msgstr "  -t 标题                 设置标题。"
+msgid "  -t TITLE                Set title."
+msgstr ""
 
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      完成后删除 PPD 文件。"
@@ -1326,9 +1328,9 @@ msgstr "%s:错误 — 在“-%c”选项后预期赋值。"
 
 #, c-format
 msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
-"option."
-msgstr "%s:错误 — 在“-W”选项后需要“completed”,“not-completed”或“all”值。"
+"%s: Error - need \"completed\", \"not-completed\", \"successful\", or \"all"
+"\" after \"-W\" option."
+msgstr ""
 
 #, c-format
 msgid "%s: Error - no default destination available."
@@ -3004,6 +3006,10 @@ msgstr "无效的副本值 %d。"
 msgid "Bad custom parameter"
 msgstr "无效的自定义参数"
 
+#, c-format
+msgid "Bad device URI \"%s\"."
+msgstr ""
+
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "无效的 device-uri 值“%s”。"
@@ -3122,9 +3128,6 @@ msgstr "条幅"
 msgid "Bond Paper"
 msgstr "证券纸"
 
-msgid "Booklet"
-msgstr "册子"
-
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "waiteof 选项“%s”预期布里值。"
@@ -3205,6 +3208,10 @@ msgstr "已成功发送控制文件。"
 msgid "Copying print data."
 msgstr "正在复制打印数据。"
 
+#, c-format
+msgid "Couldn't resolve mDNS URI \"%s\"."
+msgstr ""
+
 msgid "Created"
 msgstr "创建时间"
 
@@ -3315,9 +3322,6 @@ msgstr "已禁用"
 msgid "Document #%d does not exist in job #%d."
 msgstr "任务 #%2$d 中不包含文档 #%1$d。"
 
-msgid "Draft"
-msgstr "草稿"
-
 msgid "Duplexer"
 msgstr "双面打印器"
 
@@ -3608,12 +3612,6 @@ msgstr ""
 msgid "Finished page %d."
 msgstr "已完成第 %d 页。"
 
-msgid "Finishing Preset"
-msgstr "结尾预设"
-
-msgid "Fold"
-msgstr "折纸"
-
 msgid "Folio"
 msgstr "对开本"
 
@@ -3659,8 +3657,8 @@ msgstr "哈希值缓冲区太小。"
 msgid "Help file not in index."
 msgstr "帮助文件不在索引中。"
 
-msgid "High"
-msgstr ""
+msgid "IP address is not allowed as hostname when using Negotiate - use FQDN."
+msgstr ""
 
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr "带有不兼容值标签的 IPP 1setOf 属性。"
@@ -3689,9 +3687,6 @@ msgstr "IPP endCollection 值大小不是 0 字节。"
 msgid "IPP enum value not 4 bytes."
 msgstr "IPP enum 值大小不是 4 字节。"
 
-msgid "IPP extension tag larger than 0x7FFFFFFF."
-msgstr "IPP 扩展标签大于 0x7FFFFFFF。"
-
 msgid "IPP integer value not 4 bytes."
 msgstr "IPP 整数值大小不是 4 字节。"
 
@@ -4201,6 +4196,9 @@ msgstr "未找到类的 print-uri"
 msgid "No printer-uri in request."
 msgstr "请求中无 printer-uri。"
 
+msgid "No printer-uri-supported attribute."
+msgstr ""
+
 msgid "No request URI."
 msgstr "无请求 URI。"
 
@@ -4234,9 +4232,6 @@ msgstr "非连续 (标记嗅探)"
 msgid "Non-continuous (Web sensing)"
 msgstr "非连续 (Web 嗅探)"
 
-msgid "None"
-msgstr "无"
-
 msgid "Normal"
 msgstr "一般"
 
@@ -4409,9 +4404,6 @@ msgstr "打印任务:"
 msgid "Print Mode"
 msgstr "打印模式"
 
-msgid "Print Quality"
-msgstr "打印质量"
-
 msgid "Print Rate"
 msgstr "打印频率"
 
@@ -4483,9 +4475,6 @@ msgstr "打印机"
 msgid "Printing page %d, %u%% complete."
 msgstr "正在打印第 %d 页,已完成 %u%%。"
 
-msgid "Punch"
-msgstr "冲压"
-
 msgid "Quarto"
 msgstr "美国四分 (Quarto)"
 
@@ -4581,9 +4570,6 @@ msgstr "设置类选项"
 msgid "Set Printer Options"
 msgstr "设置打印机选项"
 
-msgid "Set Publishing"
-msgstr "设置出版"
-
 msgid "Shipping Address"
 msgstr "邮寄地址"
 
@@ -4600,9 +4586,6 @@ msgstr "正在转存任务,已完成 %.0f%%。"
 msgid "Standard"
 msgstr "标准"
 
-msgid "Staple"
-msgstr "装订"
-
 #. TRANSLATORS: Banner/cover sheet before the print job.
 msgid "Starting Banner"
 msgstr "起始横幅"
@@ -4876,9 +4859,6 @@ msgstr "无法取消打印任务。"
 msgid "Unable to change printer"
 msgstr "无法更换打印机"
 
-msgid "Unable to change printer-is-shared attribute"
-msgstr "无法更改 printer-is-shared 属性"
-
 msgid "Unable to change server settings"
 msgstr "无法更改服务器选项"
 
@@ -4900,6 +4880,10 @@ msgstr "无法配置打印机选项。"
 msgid "Unable to configure private key context."
 msgstr ""
 
+#, c-format
+msgid "Unable to connect to %s:%d: %s"
+msgstr ""
+
 msgid "Unable to connect to host."
 msgstr "无法连接主机。"
 
@@ -4910,6 +4894,14 @@ msgstr "无法联系打印机,已列队于类中的下一台打印机。"
 msgid "Unable to copy PPD file - %s"
 msgstr "无法复制 PPD 文件 — %s"
 
+#, c-format
+msgid "Unable to create PPD for printer: %s"
+msgstr ""
+
+#, c-format
+msgid "Unable to create PPD: %s"
+msgstr ""
+
 msgid "Unable to create X.509 certificate signing request."
 msgstr ""
 
@@ -5043,6 +5035,10 @@ msgstr "无法打开栅格文件"
 msgid "Unable to print test page"
 msgstr "无法打印测试页"
 
+#, c-format
+msgid "Unable to read generated PPD: %s"
+msgstr ""
+
 msgid "Unable to read print data."
 msgstr "无法读取打印数据。"
 
@@ -5063,6 +5059,10 @@ msgstr ""
 msgid "Unable to save PPD file: %s"
 msgstr ""
 
+#, c-format
+msgid "Unable to save value for \"%s\" with a temporary printer."
+msgstr ""
+
 # "Unable to read file" perhaps?
 msgid "Unable to see in file"
 msgstr "无法读取文件"
@@ -5258,8 +5258,8 @@ msgstr "用法:cupsctl [options] [param=value ... paramN=valueN]"
 msgid "Usage: cupsd [options]"
 msgstr "用法:cupsd [options]"
 
-msgid "Usage: cupsfilter [ options ] [ -- ] filename"
-msgstr "用法:cupsfilter [ options ] [ -- ] filename"
+msgid "Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"
+msgstr ""
 
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n"
@@ -15251,10 +15251,52 @@ msgstr ""
 msgid "~/.cups/lpoptions file names default destination that does not exist."
 msgstr "~/.cups/lpoptions 文件所指定的默认目标不存在。"
 
+#~ msgid "  -P filename.ppd         Set PPD file."
+#~ msgstr "  -P filename.ppd         设置 PPD 文件。"
+
+#~ msgid "  -U username             Specify username."
+#~ msgstr "  -U 用户名              指定用户名。"
+
+#~ msgid "  -d printer              Use the named printer."
+#~ msgstr "  -d 打印机               使用指定的打印机。"
+
+#~ msgid ""
+#~ "  -i mime/type            Set input MIME type (otherwise auto-typed)."
+#~ msgstr "  -i mime/type            设置输入的 MIME 类型 (否则自动探测类型)。"
+
+#~ msgid ""
+#~ "  -j job-id[,N]           Filter file N from the specified job (default "
+#~ "is file 1)."
+#~ msgstr "  -j job-id[,N]           从指定任务中过滤文件 N (默认为文件 1)。"
+
+#~ msgid ""
+#~ "  -m mime/type            Set output MIME type (otherwise application/"
+#~ "pdf)."
+#~ msgstr ""
+#~ "  -m mime/type            设置输出 MIME 类型 (缺省为 application/pdf)。"
+
+#~ msgid "  -n copies               Set number of copies."
+#~ msgstr "  -n 副本数               设置副本数量。"
+
+#~ msgid "  -o name=value           Set option(s)."
+#~ msgstr "  -o 名称=赋值            设置选项。"
+
+#~ msgid "  -p filename.ppd         Set PPD file."
+#~ msgstr "  -p filename.ppd         指定 PPD 文件。"
+
+#~ msgid "  -t title                Set title."
+#~ msgstr "  -t 标题                 设置标题。"
+
 #, c-format
 #~ msgid "%s: Bad printer URI \"%s\"."
 #~ msgstr "%s:无效的打印机 URI“%s”。"
 
+#, c-format
+#~ msgid ""
+#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W"
+#~ "\" option."
+#~ msgstr "%s:错误 — 在“-W”选项后需要“completed”,“not-completed”或“all”值。"
+
 #, c-format
 #~ msgid "%s: Sorry, no encryption support."
 #~ msgstr "%s:抱歉,无加密支持。"
@@ -15281,18 +15323,54 @@ msgstr "~/.cups/lpoptions 文件所指定的默认目标不存在。"
 #~ msgid "A Samba username is required to export printer drivers"
 #~ msgstr "需要 Samba 用户名以导出打印机驱动"
 
+#~ msgid "Booklet"
+#~ msgstr "册子"
+
+#~ msgid "Draft"
+#~ msgstr "草稿"
+
 #~ msgid "Dymo"
 #~ msgstr "Dymo"
 
 #~ msgid "Export Printers to Samba"
 #~ msgstr "将打印机导出到 Samba"
 
+#~ msgid "Finishing Preset"
+#~ msgstr "结尾预设"
+
+#~ msgid "Fold"
+#~ msgstr "折纸"
+
+#~ msgid "High"
+#~ msgstr "高"
+
+#~ msgid "IPP extension tag larger than 0x7FFFFFFF."
+#~ msgstr "IPP 扩展标签大于 0x7FFFFFFF。"
+
 #~ msgid "Looking for printer."
 #~ msgstr "正在寻找打印机。"
 
 #~ msgid "No common name specified."
 #~ msgstr "未指定通用名称。"
 
+#~ msgid "None"
+#~ msgstr "无"
+
+#~ msgid "Print Quality"
+#~ msgstr "打印质量"
+
+#~ msgid "Punch"
+#~ msgstr "冲压"
+
+#~ msgid "Set Publishing"
+#~ msgstr "设置出版"
+
+#~ msgid "Staple"
+#~ msgstr "装订"
+
+#~ msgid "Unable to change printer-is-shared attribute"
+#~ msgstr "无法更改 printer-is-shared 属性"
+
 #~ msgid "Unable to copy PPD file."
 #~ msgstr "无法复制 PPD 文件。"
 
@@ -15339,6 +15417,9 @@ msgstr "~/.cups/lpoptions 文件所指定的默认目标不存在。"
 #~ msgid "Unable to find server credentials."
 #~ msgstr "找不到服务器凭据。"
 
+#~ msgid "Usage: cupsfilter [ options ] [ -- ] filename"
+#~ msgstr "用法:cupsfilter [ options ] [ -- ] filename"
+
 #~ msgid "cupsctl: Cannot set Listen or Port directly."
 #~ msgstr "cupsctl:无法直接设置 Listen 或 Port 值。"
 
index 28b44e4fe0d7681649bb61de06d99eb069d2df37..a35d3099b6bbd72653fbba5515250ca963db02ae 100644 (file)
@@ -7,12 +7,14 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsfilter 8 "CUPS" "2021-02-28" "OpenPrinting"
+.TH cupsfilter 8 "CUPS" "2024-04-25" "OpenPrinting"
 .SH NAME
 cupsfilter \- convert a file to another format using cups filters (deprecated)
 .SH SYNOPSIS
 .B cupsfilter
 [
+.B \-\-list\-all
+] [
 .B \-\-list\-filters
 ] [
 .B \-D
@@ -59,6 +61,9 @@ is a front-end to the CUPS filter subsystem which allows you to convert a file t
 generates a PDF file. The converted file is sent to the standard output.
 .SH OPTIONS
 .TP 5
+.B \-\-list\-all
+Do not actually run the filters, just print all of the filters used with the source and destination MIME media types to stdout.
+.TP 5
 .B \-\-list\-filters
 Do not actually run the filters, just print the filters used to stdout.
 .TP 5
index ebe6a37773e072b990892542c664fd9557a8f7b4..41a34f2a65f99bef7cb12c587ba00d5c4ea01a45 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Filtering program for CUPS.
  *
- * Copyright © 2021-2023 by OpenPrinting
+ * Copyright © 2021-2024 by OpenPrinting
  * Copyright © 2007-2016 by Apple Inc.
  * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
  *
@@ -155,7 +155,11 @@ main(int  argc,                            /* I - Number of command-line args */
   {
     if (argv[i][0] == '-')
     {
-      if (!strcmp(argv[i], "--list-filters"))
+      if (!strcmp(argv[i], "--list-all"))
+      {
+        list_filters = 2;
+      }
+      else if (!strcmp(argv[i], "--list-filters"))
       {
         list_filters = 1;
       }
@@ -524,11 +528,19 @@ main(int  argc,                           /* I - Number of command-line args */
 
     mime_filter_t      *filter;        /* Current filter */
 
-    for (filter = (mime_filter_t *)cupsArrayFirst(filters);
-        filter;
-        filter = (mime_filter_t *)cupsArrayNext(filters))
-      if (strcmp(filter->filter, "-"))
+    for (filter = (mime_filter_t *)cupsArrayGetFirst(filters); filter; filter = (mime_filter_t *)cupsArrayGetNext(filters))
+    {
+      if (list_filters == 2)
+        _cupsLangPrintf(stdout, "%s/%s -> %s", filter->src->super, filter->src->type, filter->filter);
+      else if (strcmp(filter->filter, "-"))
         _cupsLangPuts(stdout, filter->filter);
+    }
+
+    if (list_filters == 2)
+    {
+      filter = (mime_filter_t *)cupsArrayGetLast(filters);
+      _cupsLangPrintf(stdout, "%s/%s", filter->dst->super, filter->dst->type);
+    }
 
     status = 0;
   }
@@ -1530,24 +1542,25 @@ static void
 usage(const char *opt)                 /* I - Incorrect option, if any */
 {
   if (opt)
-    _cupsLangPrintf(stderr, _("%s: Unknown option \"%c\"."), "cupsfilter", *opt);
+    _cupsLangPrintf(stderr, _("%s: Unknown option \"-%c\"."), "cupsfilter", *opt);
 
-  _cupsLangPuts(stdout, _("Usage: cupsfilter [ options ] [ -- ] filename"));
+  _cupsLangPuts(stdout, _("Usage: cupsfilter [ OPTIONS ] [ -- ] FILENAME"));
   _cupsLangPuts(stdout, _("Options:"));
+  _cupsLangPuts(stdout, _("  --list-all              List all filters with the MIME media types."));
   _cupsLangPuts(stdout, _("  --list-filters          List filters that will be used."));
   _cupsLangPuts(stdout, _("  -D                      Remove the input file when finished."));
-  _cupsLangPuts(stdout, _("  -P filename.ppd         Set PPD file."));
-  _cupsLangPuts(stdout, _("  -U username             Specify username."));
+  _cupsLangPuts(stdout, _("  -P FILENAME.ppd         Set PPD file."));
+  _cupsLangPuts(stdout, _("  -U USERNAME             Specify username."));
   _cupsLangPuts(stdout, _("  -c cups-files.conf      Set cups-files.conf file to use."));
-  _cupsLangPuts(stdout, _("  -d printer              Use the named printer."));
+  _cupsLangPuts(stdout, _("  -d PRINTER              Use the named printer."));
   _cupsLangPuts(stdout, _("  -e                      Use every filter from the PPD file."));
-  _cupsLangPuts(stdout, _("  -i mime/type            Set input MIME type (otherwise auto-typed)."));
-  _cupsLangPuts(stdout, _("  -j job-id[,N]           Filter file N from the specified job (default is file 1)."));
-  _cupsLangPuts(stdout, _("  -m mime/type            Set output MIME type (otherwise application/pdf)."));
-  _cupsLangPuts(stdout, _("  -n copies               Set number of copies."));
-  _cupsLangPuts(stdout, _("  -o name=value           Set option(s)."));
-  _cupsLangPuts(stdout, _("  -p filename.ppd         Set PPD file."));
-  _cupsLangPuts(stdout, _("  -t title                Set title."));
+  _cupsLangPuts(stdout, _("  -i MIME/TYPE            Set input MIME type (otherwise auto-typed)."));
+  _cupsLangPuts(stdout, _("  -j JOB-ID[,N]           Filter file N from the specified job (default is file 1)."));
+  _cupsLangPuts(stdout, _("  -m MIME/TYPE            Set output MIME type (otherwise application/pdf)."));
+  _cupsLangPuts(stdout, _("  -n COPIES               Set number of copies."));
+  _cupsLangPuts(stdout, _("  -o NAME=VALUE           Set option(s)."));
+  _cupsLangPuts(stdout, _("  -p FILENAME.ppd         Set PPD file."));
+  _cupsLangPuts(stdout, _("  -t TITLE                Set title."));
   _cupsLangPuts(stdout, _("  -u                      Remove the PPD file when finished."));
 
   exit(1);