]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update localizations and API documentation.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 4 Feb 2013 19:20:57 +0000 (19:20 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 4 Feb 2013 19:20:57 +0000 (19:20 +0000)
Drop out-of-date Russian localization.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10861 7a7537e8-13f0-0310-91df-b6672ffda945

79 files changed:
doc/help/api-cups.html
doc/help/api-httpipp.html
doc/ru/index.html.in [deleted file]
locale/cups.pot
locale/cups_ca.po
locale/cups_es.po
locale/cups_fr.po
locale/cups_ja.po
locale/cups_ru.po [deleted file]
templates/ru/add-class.tmpl [deleted file]
templates/ru/add-printer.tmpl [deleted file]
templates/ru/add-rss-subscription.tmpl [deleted file]
templates/ru/admin.tmpl [deleted file]
templates/ru/choose-device.tmpl [deleted file]
templates/ru/choose-make.tmpl [deleted file]
templates/ru/choose-model.tmpl [deleted file]
templates/ru/choose-serial.tmpl [deleted file]
templates/ru/choose-uri.tmpl [deleted file]
templates/ru/class-added.tmpl [deleted file]
templates/ru/class-confirm.tmpl [deleted file]
templates/ru/class-deleted.tmpl [deleted file]
templates/ru/class-jobs-header.tmpl [deleted file]
templates/ru/class-modified.tmpl [deleted file]
templates/ru/class.tmpl [deleted file]
templates/ru/classes-header.tmpl [deleted file]
templates/ru/classes.tmpl [deleted file]
templates/ru/command.tmpl [deleted file]
templates/ru/edit-config.tmpl [deleted file]
templates/ru/error-op.tmpl [deleted file]
templates/ru/error.tmpl [deleted file]
templates/ru/header.tmpl.in [deleted file]
templates/ru/help-header.tmpl [deleted file]
templates/ru/help-printable.tmpl [deleted file]
templates/ru/help-trailer.tmpl [deleted file]
templates/ru/job-cancel.tmpl [deleted file]
templates/ru/job-hold.tmpl [deleted file]
templates/ru/job-move.tmpl [deleted file]
templates/ru/job-moved.tmpl [deleted file]
templates/ru/job-release.tmpl [deleted file]
templates/ru/job-restart.tmpl [deleted file]
templates/ru/jobs-header.tmpl [deleted file]
templates/ru/jobs.tmpl [deleted file]
templates/ru/list-available-printers.tmpl [deleted file]
templates/ru/modify-class.tmpl [deleted file]
templates/ru/modify-printer.tmpl [deleted file]
templates/ru/norestart.tmpl [deleted file]
templates/ru/option-boolean.tmpl [deleted file]
templates/ru/option-conflict.tmpl [deleted file]
templates/ru/option-header.tmpl [deleted file]
templates/ru/option-pickmany.tmpl [deleted file]
templates/ru/option-pickone.tmpl [deleted file]
templates/ru/option-trailer.tmpl [deleted file]
templates/ru/pager.tmpl [deleted file]
templates/ru/printer-accept.tmpl [deleted file]
templates/ru/printer-added.tmpl [deleted file]
templates/ru/printer-configured.tmpl [deleted file]
templates/ru/printer-confirm.tmpl [deleted file]
templates/ru/printer-default.tmpl [deleted file]
templates/ru/printer-deleted.tmpl [deleted file]
templates/ru/printer-jobs-header.tmpl [deleted file]
templates/ru/printer-modified.tmpl [deleted file]
templates/ru/printer-purge.tmpl [deleted file]
templates/ru/printer-reject.tmpl [deleted file]
templates/ru/printer-start.tmpl [deleted file]
templates/ru/printer-stop.tmpl [deleted file]
templates/ru/printer.tmpl [deleted file]
templates/ru/printers-header.tmpl [deleted file]
templates/ru/printers.tmpl [deleted file]
templates/ru/restart.tmpl [deleted file]
templates/ru/samba-export.tmpl [deleted file]
templates/ru/samba-exported.tmpl [deleted file]
templates/ru/search.tmpl [deleted file]
templates/ru/set-printer-options-header.tmpl [deleted file]
templates/ru/set-printer-options-trailer.tmpl [deleted file]
templates/ru/subscription-added.tmpl [deleted file]
templates/ru/subscription-canceled.tmpl [deleted file]
templates/ru/test-page.tmpl [deleted file]
templates/ru/trailer.tmpl [deleted file]
templates/ru/users.tmpl [deleted file]

index 0f960dfe2778aedba08f501651993d07a2de227b..12f18e83b1ec0ce715cf6cdaaf69f9f8722f390f 100644 (file)
@@ -478,12 +478,14 @@ connections.">cupsSetCredentials</a></li>
        <li><a href="#cupsSetServer" title="Set the default server name and port.">cupsSetServer</a></li>
        <li><a href="#cupsSetServerCertCB" title="Set the server certificate callback.">cupsSetServerCertCB</a></li>
        <li><a href="#cupsSetUser" title="Set the default user name.">cupsSetUser</a></li>
+       <li><a href="#cupsSetUserAgent" title="Set the default HTTP User-Agent string.">cupsSetUserAgent</a></li>
        <li><a href="#cupsStartDestDocument" title="Start a new document.">cupsStartDestDocument</a></li>
        <li><a href="#cupsStartDocument" title="Add a document to a job created with cupsCreateJob().">cupsStartDocument</a></li>
        <li><a href="#cupsTempFd" title="Creates a temporary file.">cupsTempFd</a></li>
        <li><a href="#cupsTempFile" title="Generates a temporary filename.">cupsTempFile</a></li>
        <li><a href="#cupsTempFile2" title="Creates a temporary CUPS file.">cupsTempFile2</a></li>
        <li><a href="#cupsUser" title="Return the current user's name.">cupsUser</a></li>
+       <li><a href="#cupsUserAgent" title="Return the default HTTP User-Agent string.">cupsUserAgent</a></li>
 </ul></li>
 <li><a href="#TYPES">Data Types</a><ul class="code">
        <li><a href="#cups_client_cert_cb_t" title="Client credentials callback
@@ -2811,6 +2813,22 @@ void cupsSetUser (<br>
 Note: The current user name is tracked separately for each thread in a
 program. Multi-threaded programs that override the user name need to do so
 in each thread for the same user name to be used.</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="cupsSetUserAgent">cupsSetUserAgent</a></h3>
+<p class="description">Set the default HTTP User-Agent string.</p>
+<p class="code">
+void cupsSetUserAgent (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;const char *user_agent<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>user_agent</dt>
+<dd class="description">User-Agent string or <code>NULL</code></dd>
+</dl>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">Setting the string to NULL forces the default value containing the CUPS
+version, IPP version, and operating system version and architecture.
+
+</p>
 <h3 class="function"><span class="info">&nbsp;CUPS 1.6/OS X 10.8&nbsp;</span><a name="cupsStartDestDocument">cupsStartDestDocument</a></h3>
 <p class="description">Start a new document.</p>
 <p class="code">
@@ -2968,6 +2986,12 @@ const char *cupsUser (void);</p>
 program. Multi-threaded programs that override the user name with the
 <a href="#cupsSetUser"><code>cupsSetUser</code></a> function need to do so in each thread for the same user
 name to be used.</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="cupsUserAgent">cupsUserAgent</a></h3>
+<p class="description">Return the default HTTP User-Agent string.</p>
+<p class="code">
+const char *cupsUserAgent (void);</p>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">User-Agent string</p>
 <h2 class="title"><a name="TYPES">Data Types</a></h2>
 <h3 class="typedef"><span class="info">&nbsp;CUPS 1.5/OS X 10.7&nbsp;</span><a name="cups_client_cert_cb_t">cups_client_cert_cb_t</a></h3>
 <p class="description">Client credentials callback
index 23d9e7f9051a94aa7e47e7bdb750ac38522d423b..0e50514c87608771d97d7cba5e39a4023e268ecd 100644 (file)
@@ -420,6 +420,7 @@ address and port.">httpAddrListen</a></li>
 components.">httpAssembleURI</a></li>
        <li><a href="#httpAssembleURIf" title="Assemble a uniform resource identifier from its
 components with a formatted resource.">httpAssembleURIf</a></li>
+       <li><a href="#httpAssembleUUID" title="Assemble a name-based UUID URN conforming to RFC 4122.">httpAssembleUUID</a></li>
        <li><a href="#httpBlocking" title="Set blocking/non-blocking behavior on a connection.">httpBlocking</a></li>
        <li><a href="#httpCheck" title="Check to see if there is a pending response from the server.">httpCheck</a></li>
        <li><a href="#httpClearCookie" title="Clear the cookie value(s).">httpClearCookie</a></li>
@@ -493,6 +494,7 @@ components.">httpSeparateURI</a></li>
        <li><a href="#httpSetCookie" title="Set the cookie value(s).">httpSetCookie</a></li>
        <li><a href="#httpSetCredentials" title="Set the credentials associated with an encrypted
 connection.">httpSetCredentials</a></li>
+       <li><a href="#httpSetDefaultField" title="Set the default value of an HTTP header.">httpSetDefaultField</a></li>
        <li><a href="#httpSetExpect" title="Set the Expect: header in a request.">httpSetExpect</a></li>
        <li><a href="#httpSetField" title="Set the value of an HTTP header.">httpSetField</a></li>
        <li><a href="#httpSetLength" title="Set the content-length and content-encoding.">httpSetLength</a></li>
@@ -529,6 +531,8 @@ specified value or is within the list of ranges.">ippContainsInteger</a></li>
 specified string value.">ippContainsString</a></li>
        <li><a href="#ippCopyAttribute" title="Copy an attribute.">ippCopyAttribute</a></li>
        <li><a href="#ippCopyAttributes" title="Copy attributes from one IPP message to another.">ippCopyAttributes</a></li>
+       <li><a href="#ippCreateRequestedArray" title="Create a CUPS array of attribute names from the
+given requested-attributes attribute.">ippCreateRequestedArray</a></li>
        <li><a href="#ippDateToTime" title="Convert from RFC 1903 Date/Time format to UNIX time
 in seconds.">ippDateToTime</a></li>
        <li><a href="#ippDelete" title="Delete an IPP message.">ippDelete</a></li>
@@ -589,6 +593,8 @@ in seconds.">ippDateToTime</a></li>
        <li><a href="#ippTagString" title="Return the tag name corresponding to a tag value.">ippTagString</a></li>
        <li><a href="#ippTagValue" title="Return the tag value corresponding to a tag name.">ippTagValue</a></li>
        <li><a href="#ippTimeToDate" title="Convert from UNIX time to RFC 1903 format.">ippTimeToDate</a></li>
+       <li><a href="#ippValidateAttribute" title="Validate the contents of an attribute.">ippValidateAttribute</a></li>
+       <li><a href="#ippValidateAttributes" title="Validate all attributes in an IPP message.">ippValidateAttributes</a></li>
        <li><a href="#ippWrite" title="Write data for an IPP message to a HTTP connection.">ippWrite</a></li>
        <li><a href="#ippWriteFile" title="Write data for an IPP message to a file.">ippWriteFile</a></li>
        <li><a href="#ippWriteIO" title="Write data for an IPP message.">ippWriteIO</a></li>
@@ -1645,6 +1651,40 @@ this function in place of traditional string functions whenever
 you need to create a URI string.
 
 </p>
+<h3 class="function"><a name="httpAssembleUUID">httpAssembleUUID</a></h3>
+<p class="description">Assemble a name-based UUID URN conforming to RFC 4122.</p>
+<p class="code">
+char *httpAssembleUUID (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;const char *server,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;int port,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;const char *name,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;int number,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;char *buffer,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;size_t bufsize<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>server</dt>
+<dd class="description">Server name</dd>
+<dt>port</dt>
+<dd class="description">Port number</dd>
+<dt>name</dt>
+<dd class="description">Object name or NULL</dd>
+<dt>number</dt>
+<dd class="description">Object number or 0</dd>
+<dt>buffer</dt>
+<dd class="description">String buffer</dd>
+<dt>bufsize</dt>
+<dd class="description">Size of buffer</dd>
+</dl>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">UUID string</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function creates a unique 128-bit identifying number using the server
+name, port number, random data, and optionally an object name and/or object
+number.  The result is formatted as a UUID URN as defined in RFC 4122.<br>
+<br>
+The buffer needs to be at least 46 bytes in size.</p>
 <h3 class="function"><a name="httpBlocking">httpBlocking</a></h3>
 <p class="description">Set blocking/non-blocking behavior on a connection.</p>
 <p class="code">
@@ -1753,7 +1793,7 @@ void httpClose (<br>
 <dt>blocking</dt>
 <dd class="description">1 for blocking connection, 0 for non-blocking</dd>
 <dt>msec</dt>
-<dd class="description">Connection timeout in milliseconds</dd>
+<dd class="description">Connection timeout in milliseconds, 0 means don't connect</dd>
 <dt>cancel</dt>
 <dd class="description">Pointer to &quot;cancel&quot; variable</dd>
 </dl>
@@ -2755,6 +2795,28 @@ int httpSetCredentials (<br>
 </dl>
 <h4 class="returnvalue">Return Value</h4>
 <p class="description">Status of call (0 = success)</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="httpSetDefaultField">httpSetDefaultField</a></h3>
+<p class="description">Set the default value of an HTTP header.</p>
+<p class="code">
+void httpSetDefaultField (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#http_t">http_t</a> *http,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#http_field_t">http_field_t</a> field,<br>
+&nbsp;&nbsp;&nbsp;&nbsp;const char *value<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>http</dt>
+<dd class="description">Connection to server</dd>
+<dt>field</dt>
+<dd class="description">Field index</dd>
+<dt>value</dt>
+<dd class="description">Value</dd>
+</dl>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">Currently only HTTP_FIELD_ACCEPT_ENCODING, HTTP_FIELD_SERVER, and
+HTTP_FIELD_USER_AGENT can be set.
+
+</p>
 <h3 class="function"><span class="info">&nbsp;CUPS 1.2/OS X 10.5&nbsp;</span><a name="httpSetExpect">httpSetExpect</a></h3>
 <p class="description">Set the Expect: header in a request.</p>
 <p class="code">
@@ -3782,6 +3844,35 @@ attributes that are copied - the function must return 1 to copy the attribute or
 0 to skip it. The function may also choose to do a partial copy of the source attribute
 itself.
 
+</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="ippCreateRequestedArray">ippCreateRequestedArray</a></h3>
+<p class="description">Create a CUPS array of attribute names from the
+given requested-attributes attribute.</p>
+<p class="code">
+cups_array_t *ippCreateRequestedArray (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ipp_t">ipp_t</a> *request<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>request</dt>
+<dd class="description">IPP request</dd>
+</dl>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">CUPS array or <code>NULL</code> if all</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function creates a (sorted) CUPS array of attribute names matching the
+list of &quot;requested-attribute&quot; values supplied in an IPP request.  All IANA-
+registered values are supported in addition to the CUPS IPP extension
+attributes.<br>
+<br>
+The <code>request</code> parameter specifies the request message that was read from
+the client.
+
+<code>NULL</code> is returned if all attributes should be returned.  Otherwise, the
+result is a sorted array of attribute names, where <code>cupsArrayFind(array,
+"attribute-name")</code> will return a non-NULL pointer.  The array must be freed
+using the <code>cupsArrayDelete</code> function.
+
 </p>
 <h3 class="function"><a name="ippDateToTime">ippDateToTime</a></h3>
 <p class="description">Convert from RFC 1903 Date/Time format to UNIX time
@@ -4976,6 +5067,44 @@ const <a href="#ipp_uchar_t">ipp_uchar_t</a> *ippTimeToDate (<br>
 </dl>
 <h4 class="returnvalue">Return Value</h4>
 <p class="description">RFC-1903 date/time data</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="ippValidateAttribute">ippValidateAttribute</a></h3>
+<p class="description">Validate the contents of an attribute.</p>
+<p class="code">
+int ippValidateAttribute (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ipp_attribute_t">ipp_attribute_t</a> *attr<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>attr</dt>
+<dd class="description">Attribute</dd>
+</dl>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 if valid, 0 otherwise</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function validates the contents of an attribute based on the name and
+value tag.  1 is returned if the attribute is valid, 0 otherwise.  On
+failure, cupsLastErrorString() is set to a human-readable message.
+
+</p>
+<h3 class="function"><span class="info">&nbsp;CUPS 1.7&nbsp;</span><a name="ippValidateAttributes">ippValidateAttributes</a></h3>
+<p class="description">Validate all attributes in an IPP message.</p>
+<p class="code">
+int ippValidateAttributes (<br>
+&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ipp_t">ipp_t</a> *ipp<br>
+);</p>
+<h4 class="parameters">Parameters</h4>
+<dl>
+<dt>ipp</dt>
+<dd class="description">IPP message</dd>
+</dl>
+<h4 class="returnvalue">Return Value</h4>
+<p class="description">1 if valid, 0 otherwise</p>
+<h4 class="discussion">Discussion</h4>
+<p class="discussion">This function validates the contents of the IPP message, including each
+attribute.  Like <a href="#ippValidateAttribute"><code>ippValidateAttribute</code></a>, cupsLastErrorString() is set
+to a human-readable message on failure.
+
+</p>
 <h3 class="function"><a name="ippWrite">ippWrite</a></h3>
 <p class="description">Write data for an IPP message to a HTTP connection.</p>
 <p class="code">
diff --git a/doc/ru/index.html.in b/doc/ru/index.html.in
deleted file mode 100644 (file)
index d1300e1..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-<HEAD>
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-       <TITLE>Начало - CUPS @CUPS_VERSION@@CUPS_REVISION@</TITLE>
-       <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css">
-       <LINK REL="SHORTCUT ICON" HREF="/images/cups-icon.png" TYPE="image/png">
-</HEAD>
-<BODY>
-<TABLE CLASS="page" SUMMARY="{title}">
-<TR><TD CLASS="body">
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
-<TR HEIGHT="36">
-<TD><A HREF="http://www.cups.org/" TARGET="_blank"><IMG
-SRC="/images/left.gif" WIDTH="64" HEIGHT="36" BORDER="0" ALT=""></A></TD>
-<TD CLASS="sel"><A HREF="/">&nbsp;&nbsp;Начало&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel"><A HREF="/admin">&nbsp;&nbsp;Администрирование&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel"><A HREF="/classes/">&nbsp;&nbsp;Группы&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel"><A HREF="/help/">&nbsp;&nbsp;Справка&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel"><A HREF="/jobs/">&nbsp;&nbsp;Задания&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel"><A HREF="/printers/">&nbsp;&nbsp;Принтеры&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel" WIDTH="100%"><FORM ACTION="/help/" METHOD="GET"><INPUT
-TYPE="SEARCH" NAME="QUERY" SIZE="20" PLACEHOLDER="Search Help"
-AUTOSAVE="org.cups.help" RESULTS="20"></FORM></TD>
-<TD><IMG SRC="/images/right.gif" WIDTH="4" HEIGHT="36" ALT=""></TD>
-</TR>
-</TABLE>
-
-<TABLE CLASS="indent" SUMMARY="">
-<TR><TD STYLE="padding-right: 20px;">
-
-<H1>CUPS @CUPS_VERSION@</H1>
-
-<P>CUPS — поддерживающая большинство стандартов, свободная подсистема печати, разрабатываемая компанией <A HREF="http://www.apple.com/">Apple Inc.</A> для операционной системы Mac OS<SUP>&reg;</SUP> X и других UNIX<SUP>&reg;</SUP>-подобных операционных систем.</P>
-
-</TD>
-<TD><A HREF="http://www.cups.org/"><IMG SRC="images/cups-icon.png" WIDTH="128"
-HEIGHT="128" ALT="CUPS"></A></TD>
-</TR>
-</TABLE>
-
-<TABLE CLASS="indent" SUMMARY="">
-<TR><TD VALIGN="top" STYLE="border-right: dotted thin #cccccc; padding-right: 20px;">
-
-<H2>CUPS для пользователей</H2>
-
-<P><A HREF="help/overview.html">Введение в CUPS</A></P>
-
-<P><A HREF="help/options.html">Печать из командной строки</A></P>
-
-<P><A HREF="help/whatsnew.html">Что нового в CUPS 1.6</A></P>
-
-<P><A HREF="http://www.cups.org/newsgroups.php?gcups.general">Форум пользователей</A></P>
-
-</TD><TD VALIGN="top" STYLE="border-right: dotted thin #cccccc; padding-left: 20px; padding-right: 20px;">
-
-<H2>CUPS для администраторов</H2>
-
-<P><A HREF="admin">Добавление принтеров и групп</A></P>
-
-<P><A HREF="help/policies.html">Управление доступом</A></P>
-
-<P><A HREF="help/accounting.html">Использование ресурсов</A></P>
-
-<P><A HREF="help/security.html">Безопасность системы</A></P>
-
-<P><A HREF="help/kerberos.html">Использование аутентификации Kerberos</A></P>
-
-<P><A HREF="help/network.html">Использование сетевых принтеров</A></P>
-
-<P><A HREF="help/ref-cupsd-conf.html">Справочник по cupsd.conf</A></P>
-
-<P><A HREF="http://www.cups.org/ppd.php">Поиск драйверов принтера</A></P>
-
-</TD><TD VALIGN="top" STYLE="padding-left: 20px;">
-
-<H2>CUPS для разработчиков</H2>
-
-<P><A HREF="help/api-overview.html">Введение в разработку CUPS</A></P>
-
-<P><A HREF="help/api-cups.html">CUPS API</A></P>
-
-<P><A HREF="help/api-filter.html">Разработка фильтров и модулей</A></P>
-
-<P><A HREF="help/api-httpipp.html">API доступа по HTTP и IPP</A></P>
-
-<P><A HREF="help/api-ppd.html">PPD API</A></P>
-
-<P><A HREF="help/api-raster.html">Raster API</A></P>
-
-<P><A HREF="help/ref-ppdcfile.html">Справочник по компилятору PPD</A></P>
-
-<P><A HREF="http://www.cups.org/newsgroups.php?gcups.development">Форум разработчиков</A></P>
-
-</TD></TR>
-</TABLE>
-
-</TD></TR>
-<TR><TD>&nbsp;</TD></TR>
-<TR><TD CLASS="trailer">CUPS а также логотип CUPS являются зарегистрированными торговыми марками <A HREF="http://www.apple.com">Apple Inc.</A> Авторские права на CUPS принадлежат (2007-2013) компании Apple Inc. Все права защищены.</TD></TR>
-</TABLE>
-</BODY>
-</HTML>
index cc8c2f99d5fa63b6ad870b8b680982d75c8c78e2..0ef54d2695d35f0ba88de2f3fa803c245a802f12 100644 (file)
@@ -30,7 +30,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 1.6\n"
 "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2012-10-22 11:09-0400\n"
+"POT-Creation-Date: 2013-02-04 14:17-0500\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"
@@ -198,11 +198,11 @@ msgid ""
 "    DETAILED CONFORMANCE TEST RESULTS"
 msgstr ""
 
-#: systemv/cupstestppd.c:3801
+#: systemv/cupstestppd.c:3820
 msgid "                          Ignore specific warnings."
 msgstr ""
 
-#: systemv/cupstestppd.c:3805
+#: systemv/cupstestppd.c:3824
 msgid "                          Issue warnings instead of errors."
 msgstr ""
 
@@ -409,11 +409,11 @@ msgstr ""
 msgid "       cupstestdsc [options] -"
 msgstr ""
 
-#: systemv/cupstestppd.c:3796
+#: systemv/cupstestppd.c:3815
 msgid "       program | cupstestppd [options] -"
 msgstr ""
 
-#: systemv/cupstestppd.c:3728
+#: systemv/cupstestppd.c:3747
 #, c-format
 msgid ""
 "      %s  \"%s %s\" conflicts with \"%s %s\"\n"
@@ -425,7 +425,7 @@ msgstr ""
 msgid "      %s  %s %s does not exist."
 msgstr ""
 
-#: systemv/cupstestppd.c:3885
+#: systemv/cupstestppd.c:3904
 #, c-format
 msgid "      %s  %s file \"%s\" has the wrong capitalization."
 msgstr ""
@@ -437,13 +437,13 @@ msgid ""
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3488 systemv/cupstestppd.c:3537
-#: systemv/cupstestppd.c:3576
+#: systemv/cupstestppd.c:3507 systemv/cupstestppd.c:3556
+#: systemv/cupstestppd.c:3595
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3442
+#: systemv/cupstestppd.c:3461
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s."
 msgstr ""
@@ -473,7 +473,7 @@ msgstr ""
 msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3392
+#: systemv/cupstestppd.c:3411
 #, c-format
 msgid "      %s  Bad language \"%s\"."
 msgstr ""
@@ -510,12 +510,12 @@ msgstr ""
 msgid "      %s  Empty cupsUIConstraints %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:3520 systemv/cupstestppd.c:3560
+#: systemv/cupstestppd.c:3539 systemv/cupstestppd.c:3579
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3428
+#: systemv/cupstestppd.c:3447
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s."
 msgstr ""
@@ -568,7 +568,7 @@ msgstr ""
 msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3614
+#: systemv/cupstestppd.c:3633
 #, c-format
 msgid "      %s  No base translation \"%s\" is included in file."
 msgstr ""
@@ -590,12 +590,12 @@ msgstr ""
 msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)."
 msgstr ""
 
-#: systemv/cupstestppd.c:3333
+#: systemv/cupstestppd.c:3351
 #, c-format
 msgid "      %s  Size \"%s\" should be \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3293
+#: systemv/cupstestppd.c:3300
 #, c-format
 msgid "      %s  Size \"%s\" should be the Adobe standard name \"%s\"."
 msgstr ""
@@ -712,7 +712,7 @@ msgid ""
 "                REF: Page 84, section 5.9"
 msgstr ""
 
-#: systemv/cupstestppd.c:3755 systemv/cupstestppd.c:3777
+#: systemv/cupstestppd.c:3774 systemv/cupstestppd.c:3796
 #, c-format
 msgid "      **FAIL**  Default option code cannot be interpreted: %s"
 msgstr ""
@@ -1007,19 +1007,19 @@ msgstr ""
 msgid "  --lf                    End lines with LF (UNIX/Linux/OS X)."
 msgstr ""
 
-#: test/ipptool.c:4446
+#: test/ipptool.c:4586
 msgid "  -4                      Connect using IPv4."
 msgstr ""
 
-#: test/ipptool.c:4447
+#: test/ipptool.c:4587
 msgid "  -6                      Connect using IPv6."
 msgstr ""
 
-#: test/ipptool.c:4448
+#: test/ipptool.c:4588
 msgid "  -C                      Send requests using chunking (default)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1431
+#: scheduler/cupsfilter.c:1433
 msgid "  -D                      Remove the input file when finished."
 msgstr ""
 
@@ -1031,11 +1031,11 @@ msgstr ""
 msgid "  -E                      Encrypt the connection."
 msgstr ""
 
-#: test/ipptool.c:4450
+#: test/ipptool.c:4590
 msgid "  -E                      Test with HTTP Upgrade to TLS."
 msgstr ""
 
-#: scheduler/main.c:1988
+#: scheduler/main.c:2016
 msgid "  -F                      Run in the foreground but detach from console."
 msgstr ""
 
@@ -1043,7 +1043,7 @@ msgstr ""
 msgid "  -H samba-server         Use the named SAMBA server."
 msgstr ""
 
-#: test/ipptool.c:4452
+#: test/ipptool.c:4592
 msgid "  -I                      Ignore errors."
 msgstr ""
 
@@ -1051,43 +1051,43 @@ msgstr ""
 msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 
-#: systemv/cupstestppd.c:3800
+#: systemv/cupstestppd.c:3819
 msgid "  -I {filename,filters,none,profiles}"
 msgstr ""
 
-#: test/ipptool.c:4453
+#: test/ipptool.c:4593
 msgid "  -L                      Send requests using content-length."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1433
+#: scheduler/cupsfilter.c:1435
 msgid "  -P filename.ppd         Set PPD file."
 msgstr ""
 
-#: systemv/cupstestppd.c:3802
+#: systemv/cupstestppd.c:3821
 msgid "  -R root-directory       Set alternate root."
 msgstr ""
 
-#: test/ipptool.c:4455
+#: test/ipptool.c:4595
 msgid "  -S                      Test with SSL encryption."
 msgstr ""
 
-#: test/ipptool.c:4457
+#: test/ipptool.c:4597
 msgid "  -T seconds              Set the receive/send timeout in seconds."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206
+#: scheduler/cupsfilter.c:1436 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206
 msgid "  -U username             Specify username."
 msgstr ""
 
-#: test/ipptool.c:4459
+#: test/ipptool.c:4599
 msgid "  -V version              Set default IPP version."
 msgstr ""
 
-#: systemv/cupstestppd.c:3803
+#: systemv/cupstestppd.c:3822
 msgid "  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}"
 msgstr ""
 
-#: test/ipptool.c:4461
+#: test/ipptool.c:4601
 msgid "  -X                      Produce XML plist instead of plain text."
 msgstr ""
 
@@ -1099,11 +1099,11 @@ msgstr ""
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1435 scheduler/main.c:1986
+#: scheduler/cupsfilter.c:1437 scheduler/main.c:2014
 msgid "  -c cupsd.conf           Set cupsd.conf file to use."
 msgstr ""
 
-#: test/ipptool.c:4463
+#: test/ipptool.c:4603
 msgid "  -d name=value           Set named variable to value."
 msgstr ""
 
@@ -1111,23 +1111,23 @@ msgstr ""
 msgid "  -d output-dir           Specify the output directory."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1437
+#: scheduler/cupsfilter.c:1439
 msgid "  -d printer              Use the named printer."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1439
+#: scheduler/cupsfilter.c:1441
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 
-#: scheduler/main.c:1987
+#: scheduler/main.c:2015
 msgid "  -f                      Run in the foreground."
 msgstr ""
 
-#: test/ipptool.c:4465
+#: test/ipptool.c:4605
 msgid "  -f filename             Set default request filename."
 msgstr ""
 
-#: scheduler/main.c:1990
+#: scheduler/main.c:2018
 msgid "  -h                      Show this usage message."
 msgstr ""
 
@@ -1135,19 +1135,19 @@ msgstr ""
 msgid "  -h server[:port]        Specify server address."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1441
+#: scheduler/cupsfilter.c:1443
 msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
 msgstr ""
 
-#: test/ipptool.c:4467
+#: test/ipptool.c:4607
 msgid "  -i seconds              Repeat the last file with the given time interval."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1443
+#: scheduler/cupsfilter.c:1445
 msgid "  -j job-id[,N]           Filter file N from the specified job (default is file 1)."
 msgstr ""
 
-#: scheduler/main.c:1991
+#: scheduler/main.c:2019
 msgid "  -l                      Run cupsd from launchd(8)."
 msgstr ""
 
@@ -1159,15 +1159,15 @@ msgstr ""
 msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1445
+#: scheduler/cupsfilter.c:1447
 msgid "  -m mime/type            Set output MIME type (otherwise application/pdf)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1447
+#: scheduler/cupsfilter.c:1449
 msgid "  -n copies               Set number of copies."
 msgstr ""
 
-#: test/ipptool.c:4469
+#: test/ipptool.c:4609
 msgid "  -n count                Repeat the last file the given number of times."
 msgstr ""
 
@@ -1179,23 +1179,23 @@ msgstr ""
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1448
+#: scheduler/cupsfilter.c:1450
 msgid "  -o name=value           Set option(s)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1449
+#: scheduler/cupsfilter.c:1451
 msgid "  -p filename.ppd         Set PPD file."
 msgstr ""
 
-#: systemv/cupstestppd.c:3807 test/ipptool.c:4471
+#: systemv/cupstestppd.c:3826 test/ipptool.c:4611
 msgid "  -q                      Run silently."
 msgstr ""
 
-#: systemv/cupstestppd.c:3808
+#: systemv/cupstestppd.c:3827
 msgid "  -r                      Use 'relaxed' open mode."
 msgstr ""
 
-#: test/ipptool.c:4472
+#: test/ipptool.c:4612
 msgid "  -t                      Produce a test report."
 msgstr ""
 
@@ -1203,24 +1203,24 @@ msgstr ""
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr ""
 
-#: scheduler/main.c:1992
+#: scheduler/main.c:2020
 msgid "  -t                      Test the configuration file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1450
+#: scheduler/cupsfilter.c:1452
 msgid "  -t title                Set title."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1451
+#: scheduler/cupsfilter.c:1453
 msgid "  -u                      Remove the PPD file when finished."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3809 test/ipptool.c:4473
+#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3828 test/ipptool.c:4613
 #: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259
 msgid "  -v                      Be verbose."
 msgstr ""
 
-#: systemv/cupstestppd.c:3810
+#: systemv/cupstestppd.c:3829
 msgid "  -vv                     Be very verbose."
 msgstr ""
 
@@ -1276,12 +1276,12 @@ msgstr ""
 #: systemv/cupstestppd.c:3037 systemv/cupstestppd.c:3102
 #: systemv/cupstestppd.c:3117 systemv/cupstestppd.c:3156
 #: systemv/cupstestppd.c:3176 systemv/cupstestppd.c:3190
-#: systemv/cupstestppd.c:3388 systemv/cupstestppd.c:3424
-#: systemv/cupstestppd.c:3438 systemv/cupstestppd.c:3484
-#: systemv/cupstestppd.c:3516 systemv/cupstestppd.c:3533
-#: systemv/cupstestppd.c:3556 systemv/cupstestppd.c:3572
-#: systemv/cupstestppd.c:3610 systemv/cupstestppd.c:3751
-#: systemv/cupstestppd.c:3773 systemv/cupstestppd.c:3881
+#: systemv/cupstestppd.c:3407 systemv/cupstestppd.c:3443
+#: systemv/cupstestppd.c:3457 systemv/cupstestppd.c:3503
+#: systemv/cupstestppd.c:3535 systemv/cupstestppd.c:3552
+#: systemv/cupstestppd.c:3575 systemv/cupstestppd.c:3591
+#: systemv/cupstestppd.c:3629 systemv/cupstestppd.c:3770
+#: systemv/cupstestppd.c:3792 systemv/cupstestppd.c:3900
 msgid " FAIL"
 msgstr ""
 
@@ -1289,6 +1289,176 @@ msgstr ""
 msgid " PASS"
 msgstr ""
 
+#: cups/ipp.c:5114
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#: cups/ipp.c:5125
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#: cups/ipp.c:4745
+#, c-format
+msgid "\"%s\": Bad attribute name - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#: cups/ipp.c:4737
+#, c-format
+msgid "\"%s\": Bad attribute name - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#: cups/ipp.c:4763
+#, c-format
+msgid "\"%s\": Bad boolen value %d (RFC 2911 section 4.1.11)."
+msgstr ""
+
+#: cups/ipp.c:5177
+#, c-format
+msgid "\"%s\": Bad charset value \"%s\" - bad characters (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#: cups/ipp.c:5186
+#, c-format
+msgid "\"%s\": Bad charset value \"%s\" - bad length %d (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#: cups/ipp.c:4863
+#, c-format
+msgid "\"%s\": Bad dateTime UTC hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4871
+#, c-format
+msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4855
+#, c-format
+msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4815
+#, c-format
+msgid "\"%s\": Bad dateTime day %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4847
+#, c-format
+msgid "\"%s\": Bad dateTime deciseconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4823
+#, c-format
+msgid "\"%s\": Bad dateTime hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4831
+#, c-format
+msgid "\"%s\": Bad dateTime minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4807
+#, c-format
+msgid "\"%s\": Bad dateTime month %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4839
+#, c-format
+msgid "\"%s\": Bad dateTime seconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#: cups/ipp.c:4777
+#, c-format
+msgid "\"%s\": Bad enum value %d - out of range (RFC 2911 section 4.1.4)."
+msgstr ""
+
+#: cups/ipp.c:5092
+#, c-format
+msgid "\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#: cups/ipp.c:5083
+#, c-format
+msgid "\"%s\": Bad keyword value \"%s\" - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#: cups/ipp.c:5286
+#, c-format
+msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 2911 section 4.1.9)."
+msgstr ""
+
+#: cups/ipp.c:5296
+#, c-format
+msgid "\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 2911 section 4.1.9)."
+msgstr ""
+
+#: cups/ipp.c:5054
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#: cups/ipp.c:5063
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#: cups/ipp.c:5232
+#, c-format
+msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 2911 section 4.1.8)."
+msgstr ""
+
+#: cups/ipp.c:5242
+#, c-format
+msgid "\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 2911 section 4.1.8)."
+msgstr ""
+
+#: cups/ipp.c:4791
+#, c-format
+msgid "\"%s\": Bad octetString value - bad length %d (RFC 2911 section 4.1.10)."
+msgstr ""
+
+#: cups/ipp.c:4934
+#, c-format
+msgid "\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 2911 section 4.1.13)."
+msgstr ""
+
+#: cups/ipp.c:4915
+#, c-format
+msgid "\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#: cups/ipp.c:4884
+#, c-format
+msgid "\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#: cups/ipp.c:4899
+#, c-format
+msgid "\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#: cups/ipp.c:4996
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#: cups/ipp.c:5005
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#: cups/ipp.c:5148
+#, c-format
+msgid "\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 2911 section 4.1.6)."
+msgstr ""
+
+#: cups/ipp.c:5157
+#, c-format
+msgid "\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 2911 section 4.1.6)."
+msgstr ""
+
 #: berkeley/lpq.c:564
 #, c-format
 msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
@@ -1304,7 +1474,7 @@ msgstr ""
 msgid "%s accepting requests since %s"
 msgstr ""
 
-#: scheduler/ipp.c:10106
+#: scheduler/ipp.c:9903
 #, c-format
 msgid "%s cannot be changed."
 msgstr ""
@@ -1361,7 +1531,7 @@ msgid "%s: %-33.33s [job %d localhost]"
 msgstr ""
 
 #. TRANSLATORS: Message is "subject: error"
-#: cups/langprintf.c:86 scheduler/cupsfilter.c:714 systemv/lpadmin.c:805
+#: cups/langprintf.c:86 scheduler/cupsfilter.c:716 systemv/lpadmin.c:805
 #: systemv/lpadmin.c:856 systemv/lpadmin.c:906 systemv/lpadmin.c:962
 #: systemv/lpadmin.c:1060 systemv/lpadmin.c:1112 systemv/lpadmin.c:1168
 #: systemv/lpadmin.c:1478
@@ -1369,7 +1539,7 @@ msgstr ""
 msgid "%s: %s"
 msgstr ""
 
-#: systemv/cancel.c:294 systemv/cancel.c:357
+#: systemv/cancel.c:305 systemv/cancel.c:368
 #, c-format
 msgid "%s: %s failed: %s"
 msgstr ""
@@ -1379,7 +1549,7 @@ msgstr ""
 msgid "%s: Don't know what to do."
 msgstr ""
 
-#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:584
+#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:591
 #, c-format
 msgid "%s: Error - %s environment variable names non-existent destination \"%s\"."
 msgstr ""
@@ -1394,7 +1564,7 @@ msgstr ""
 msgid "%s: Error - cannot print files and alter jobs simultaneously."
 msgstr ""
 
-#: systemv/lp.c:505
+#: systemv/lp.c:512
 #, c-format
 msgid "%s: Error - cannot print from stdin if files or a job ID are provided."
 msgstr ""
@@ -1486,7 +1656,7 @@ msgid "%s: Error - expected title after \"-t\" option."
 msgstr ""
 
 #: berkeley/lpq.c:111 berkeley/lpr.c:84 berkeley/lprm.c:104
-#: systemv/cancel.c:94 systemv/cupsaccept.c:101 systemv/lp.c:116
+#: systemv/cancel.c:95 systemv/cupsaccept.c:101 systemv/lp.c:116
 #: systemv/lpadmin.c:438 systemv/lpstat.c:137
 #, c-format
 msgid "%s: Error - expected username after \"-U\" option."
@@ -1507,7 +1677,7 @@ msgstr ""
 msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option."
 msgstr ""
 
-#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589
+#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:596
 #, c-format
 msgid "%s: Error - no default destination available."
 msgstr ""
@@ -1517,27 +1687,27 @@ msgstr ""
 msgid "%s: Error - priority must be between 1 and 100."
 msgstr ""
 
-#: berkeley/lpr.c:352 systemv/lp.c:592
+#: berkeley/lpr.c:352 systemv/lp.c:599
 #, c-format
 msgid "%s: Error - scheduler not responding."
 msgstr ""
 
-#: berkeley/lpr.c:305 systemv/lp.c:537
+#: berkeley/lpr.c:305 systemv/lp.c:544
 #, c-format
 msgid "%s: Error - too many files - \"%s\"."
 msgstr ""
 
-#: berkeley/lpr.c:287 systemv/lp.c:520
+#: berkeley/lpr.c:287 systemv/lp.c:527
 #, c-format
 msgid "%s: Error - unable to access \"%s\" - %s"
 msgstr ""
 
-#: berkeley/lpr.c:395 systemv/lp.c:623
+#: berkeley/lpr.c:395 systemv/lp.c:630
 #, c-format
 msgid "%s: Error - unable to queue from stdin - %s."
 msgstr ""
 
-#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214
+#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:222
 #, c-format
 msgid "%s: Error - unknown destination \"%s\"."
 msgstr ""
@@ -1547,13 +1717,13 @@ msgstr ""
 msgid "%s: Error - unknown destination \"%s/%s\"."
 msgstr ""
 
-#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:156
-#: systemv/cupsaccept.c:164 systemv/lp.c:496 systemv/lpstat.c:409
+#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:163
+#: systemv/cupsaccept.c:164 systemv/lp.c:503 systemv/lpstat.c:409
 #, c-format
 msgid "%s: Error - unknown option \"%c\"."
 msgstr ""
 
-#: systemv/cupsaccept.c:157
+#: systemv/cupsaccept.c:157 systemv/lp.c:494
 #, c-format
 msgid "%s: Error - unknown option \"%s\"."
 msgstr ""
@@ -1568,7 +1738,7 @@ msgstr ""
 msgid "%s: Invalid destination name in list \"%s\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:567
+#: scheduler/cupsfilter.c:569
 #, c-format
 msgid "%s: Invalid filter string \"%s\"."
 msgstr ""
@@ -1578,7 +1748,7 @@ msgstr ""
 msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:458
+#: scheduler/cupsfilter.c:460
 #, c-format
 msgid "%s: No filter to convert from %s/%s to %s/%s."
 msgstr ""
@@ -1588,26 +1758,26 @@ msgstr ""
 msgid "%s: Operation failed: %s"
 msgstr ""
 
-#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81
+#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:82
 #: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102
 #: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73
-#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321
+#: systemv/lpstat.c:102 test/ipptool.c:309 test/ipptool.c:326
 #, c-format
 msgid "%s: Sorry, no encryption support."
 msgstr ""
 
-#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1221 systemv/cancel.c:237
+#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1223 systemv/cancel.c:245
 #: systemv/cupsaddsmb.c:144 systemv/cupsaddsmb.c:171
 #, c-format
 msgid "%s: Unable to connect to server."
 msgstr ""
 
-#: systemv/cancel.c:317
+#: systemv/cancel.c:328
 #, c-format
 msgid "%s: Unable to contact server."
 msgstr ""
 
-#: scheduler/cupsfilter.c:424
+#: scheduler/cupsfilter.c:425
 #, c-format
 msgid "%s: Unable to determine MIME type of \"%s\"."
 msgstr ""
@@ -1617,7 +1787,7 @@ msgstr ""
 msgid "%s: Unable to open %s: %s"
 msgstr ""
 
-#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112
+#: scheduler/cupsfilter.c:664 ppdc/ppdmerge.cxx:112
 #, c-format
 msgid "%s: Unable to open PPD file: %s on line %d."
 msgstr ""
@@ -1632,17 +1802,17 @@ msgstr ""
 msgid "%s: Unknown destination \"%s\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:435
+#: scheduler/cupsfilter.c:437
 #, c-format
 msgid "%s: Unknown destination MIME type %s/%s."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1426
+#: scheduler/cupsfilter.c:1428
 #, c-format
 msgid "%s: Unknown option \"%c\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:416
+#: scheduler/cupsfilter.c:417
 #, c-format
 msgid "%s: Unknown source MIME type %s/%s."
 msgstr ""
@@ -2476,12 +2646,12 @@ msgstr ""
 msgid "A Samba username is required to export printer drivers"
 msgstr ""
 
-#: scheduler/ipp.c:2341
+#: scheduler/ipp.c:2356
 #, c-format
 msgid "A class named \"%s\" already exists."
 msgstr ""
 
-#: scheduler/ipp.c:1004
+#: scheduler/ipp.c:1003
 #, c-format
 msgid "A printer named \"%s\" already exists."
 msgstr ""
@@ -2626,7 +2796,7 @@ msgstr ""
 msgid "Accept Jobs"
 msgstr ""
 
-#: cups/http-support.c:1285
+#: cups/http-support.c:1296
 msgid "Accepted"
 msgstr ""
 
@@ -2655,7 +2825,7 @@ msgstr ""
 msgid "Always"
 msgstr ""
 
-#: backend/socket.c:130
+#: backend/socket.c:126
 msgid "AppSocket/HP JetDirect"
 msgstr ""
 
@@ -2663,7 +2833,7 @@ msgstr ""
 msgid "Applicator"
 msgstr ""
 
-#: scheduler/ipp.c:1079
+#: scheduler/ipp.c:1078
 #, c-format
 msgid "Attempt to set %s printer-state to bad value %d."
 msgstr ""
@@ -2721,12 +2891,12 @@ msgstr ""
 msgid "B9"
 msgstr ""
 
-#: scheduler/ipp.c:11032
+#: scheduler/ipp.c:10829
 #, c-format
 msgid "Bad 'document-format' value \"%s\"."
 msgstr ""
 
-#: cups/dest.c:1683
+#: cups/dest.c:1684
 msgid "Bad NULL dests pointer"
 msgstr ""
 
@@ -2742,24 +2912,24 @@ msgstr ""
 msgid "Bad OrderDependency"
 msgstr ""
 
-#: cups/ppd-cache.c:148 cups/ppd-cache.c:195 cups/ppd-cache.c:233
-#: cups/ppd-cache.c:239 cups/ppd-cache.c:255 cups/ppd-cache.c:271
-#: cups/ppd-cache.c:280 cups/ppd-cache.c:288 cups/ppd-cache.c:305
-#: cups/ppd-cache.c:313 cups/ppd-cache.c:328 cups/ppd-cache.c:336
-#: cups/ppd-cache.c:357 cups/ppd-cache.c:369 cups/ppd-cache.c:384
-#: cups/ppd-cache.c:396 cups/ppd-cache.c:418 cups/ppd-cache.c:426
-#: cups/ppd-cache.c:444 cups/ppd-cache.c:452 cups/ppd-cache.c:467
-#: cups/ppd-cache.c:475 cups/ppd-cache.c:493 cups/ppd-cache.c:501
-#: cups/ppd-cache.c:528 cups/ppd-cache.c:589 cups/ppd-cache.c:597
-#: cups/ppd-cache.c:605
+#: cups/ppd-cache.c:149 cups/ppd-cache.c:196 cups/ppd-cache.c:234
+#: cups/ppd-cache.c:240 cups/ppd-cache.c:256 cups/ppd-cache.c:272
+#: cups/ppd-cache.c:281 cups/ppd-cache.c:289 cups/ppd-cache.c:306
+#: cups/ppd-cache.c:314 cups/ppd-cache.c:329 cups/ppd-cache.c:337
+#: cups/ppd-cache.c:358 cups/ppd-cache.c:370 cups/ppd-cache.c:385
+#: cups/ppd-cache.c:397 cups/ppd-cache.c:419 cups/ppd-cache.c:427
+#: cups/ppd-cache.c:445 cups/ppd-cache.c:453 cups/ppd-cache.c:468
+#: cups/ppd-cache.c:476 cups/ppd-cache.c:494 cups/ppd-cache.c:502
+#: cups/ppd-cache.c:529 cups/ppd-cache.c:599 cups/ppd-cache.c:607
+#: cups/ppd-cache.c:615
 msgid "Bad PPD cache file."
 msgstr ""
 
-#: cups/http-support.c:1300
+#: cups/http-support.c:1311
 msgid "Bad Request"
 msgstr ""
 
-#: cups/snmp.c:1002
+#: cups/snmp.c:998
 msgid "Bad SNMP version number"
 msgstr ""
 
@@ -2767,7 +2937,7 @@ msgstr ""
 msgid "Bad UIConstraints"
 msgstr ""
 
-#: scheduler/ipp.c:1438
+#: scheduler/ipp.c:1435
 #, c-format
 msgid "Bad copies value %d."
 msgstr ""
@@ -2776,66 +2946,75 @@ msgstr ""
 msgid "Bad custom parameter"
 msgstr ""
 
-#: cups/http-support.c:1452 scheduler/ipp.c:2408
+#: cups/http-support.c:1463 scheduler/ipp.c:2423
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2449
+#: scheduler/ipp.c:2464
 #, c-format
 msgid "Bad device-uri scheme \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8284 scheduler/ipp.c:8300 scheduler/ipp.c:9515
+#: scheduler/ipp.c:8081 scheduler/ipp.c:8097 scheduler/ipp.c:9312
 #, c-format
 msgid "Bad document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9531
+#: scheduler/ipp.c:9328
 #, c-format
 msgid "Bad document-format-default \"%s\"."
 msgstr ""
 
-#: cups/util.c:929
+#: cups/util.c:930
 msgid "Bad filename buffer"
 msgstr ""
 
-#: scheduler/ipp.c:10121
+#: scheduler/ipp.c:1611
+#, c-format
+msgid "Bad job-name value: %s"
+msgstr ""
+
+#: scheduler/ipp.c:1604
+msgid "Bad job-name value: Wrong type or count."
+msgstr ""
+
+#: scheduler/ipp.c:9918
 msgid "Bad job-priority value."
 msgstr ""
 
-#: scheduler/ipp.c:1468
+#: scheduler/ipp.c:1465
 #, c-format
 msgid "Bad job-sheets value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1452
+#: scheduler/ipp.c:1449
 msgid "Bad job-sheets value type."
 msgstr ""
 
-#: scheduler/ipp.c:10151
+#: scheduler/ipp.c:9948
 msgid "Bad job-state value."
 msgstr ""
 
-#: scheduler/ipp.c:3032 scheduler/ipp.c:3484 scheduler/ipp.c:6138
-#: scheduler/ipp.c:6285 scheduler/ipp.c:7718 scheduler/ipp.c:7987
-#: scheduler/ipp.c:8836 scheduler/ipp.c:9062 scheduler/ipp.c:9411
-#: scheduler/ipp.c:10014
+#: scheduler/ipp.c:3047 scheduler/ipp.c:3507 scheduler/ipp.c:5946
+#: scheduler/ipp.c:6093 scheduler/ipp.c:7515 scheduler/ipp.c:7784
+#: scheduler/ipp.c:8633 scheduler/ipp.c:8859 scheduler/ipp.c:9208
+#: scheduler/ipp.c:9811
 #, c-format
 msgid "Bad job-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2107 scheduler/ipp.c:5682
+#: scheduler/ipp.c:2122 scheduler/ipp.c:5490
 #, c-format
 msgid "Bad notify-pull-method \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2071 scheduler/ipp.c:5646
+#: scheduler/ipp.c:2086 scheduler/ipp.c:5454
 #, c-format
 msgid "Bad notify-recipient-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1484
+#: scheduler/ipp.c:1481
 #, c-format
 msgid "Bad number-up value %d."
 msgstr ""
@@ -2845,21 +3024,21 @@ msgstr ""
 msgid "Bad option + choice on line %d."
 msgstr ""
 
-#: scheduler/ipp.c:1501
+#: scheduler/ipp.c:1498
 #, c-format
 msgid "Bad page-ranges values %d-%d."
 msgstr ""
 
-#: scheduler/ipp.c:2492
+#: scheduler/ipp.c:2507
 #, c-format
 msgid "Bad port-monitor \"%s\"."
 msgstr ""
 
-#: cups/dest.c:677 cups/dest.c:1334
+#: cups/dest.c:677 cups/dest.c:1335
 msgid "Bad printer URI."
 msgstr ""
 
-#: scheduler/ipp.c:2553
+#: scheduler/ipp.c:2568
 #, c-format
 msgid "Bad printer-state value %d."
 msgstr ""
@@ -2890,12 +3069,12 @@ msgstr ""
 msgid "Bond Paper"
 msgstr ""
 
-#: backend/usb-darwin.c:1875
+#: backend/usb-darwin.c:1880
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2057
+#: filter/pstops.c:2058
 msgid "Buffer overflow detected, aborting."
 msgstr ""
 
@@ -2911,11 +3090,11 @@ msgstr ""
 msgid "Cancel RSS Subscription"
 msgstr ""
 
-#: backend/ipp.c:2016
+#: backend/ipp.c:2134
 msgid "Canceling print job."
 msgstr ""
 
-#: scheduler/ipp.c:2533
+#: scheduler/ipp.c:2548
 msgid "Cannot share a remote Kerberized printer."
 msgstr ""
 
@@ -2928,7 +3107,7 @@ msgstr ""
 msgid "Change Settings"
 msgstr ""
 
-#: scheduler/ipp.c:2119 scheduler/ipp.c:5694
+#: scheduler/ipp.c:2134 scheduler/ipp.c:5502
 #, c-format
 msgid "Character set \"%s\" not supported."
 msgstr ""
@@ -2941,7 +3120,7 @@ msgstr ""
 msgid "Clean Print Heads"
 msgstr ""
 
-#: scheduler/ipp.c:3936
+#: scheduler/ipp.c:3959
 msgid "Close-Job doesn't support the job-uri attribute."
 msgstr ""
 
@@ -2960,19 +3139,19 @@ msgid ""
 "exit    help    quit    status  ?"
 msgstr ""
 
-#: cups/snmp.c:1006
+#: cups/snmp.c:1002
 msgid "Community name uses indefinite length"
 msgstr ""
 
-#: backend/ipp.c:820 backend/lpd.c:888 backend/socket.c:409
+#: backend/ipp.c:829 backend/lpd.c:888 backend/socket.c:405
 msgid "Connected to printer."
 msgstr ""
 
-#: backend/ipp.c:725 backend/lpd.c:711 backend/socket.c:328
+#: backend/ipp.c:734 backend/lpd.c:711 backend/socket.c:324
 msgid "Connecting to printer."
 msgstr ""
 
-#: cups/http-support.c:1273
+#: cups/http-support.c:1284
 msgid "Continue"
 msgstr ""
 
@@ -2984,11 +3163,11 @@ msgstr ""
 msgid "Control file sent successfully."
 msgstr ""
 
-#: backend/ipp.c:1271 backend/lpd.c:481
+#: backend/ipp.c:1326 backend/lpd.c:481
 msgid "Copying print data."
 msgstr ""
 
-#: cups/http-support.c:1282
+#: cups/http-support.c:1293
 msgid "Created"
 msgstr ""
 
@@ -3036,7 +3215,7 @@ msgstr ""
 msgid "DeskJet Series"
 msgstr ""
 
-#: scheduler/ipp.c:1362
+#: scheduler/ipp.c:1359
 #, c-format
 msgid "Destination \"%s\" is not accepting jobs."
 msgstr ""
@@ -3085,7 +3264,7 @@ msgstr ""
 msgid "Disabled"
 msgstr ""
 
-#: scheduler/ipp.c:6187
+#: scheduler/ipp.c:5995
 #, c-format
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
@@ -3137,7 +3316,7 @@ msgstr ""
 msgid "Enter password:"
 msgstr ""
 
-#: scheduler/client.c:2427
+#: scheduler/client.c:2443
 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 ""
 
@@ -3414,7 +3593,7 @@ msgstr ""
 msgid "Executive"
 msgstr ""
 
-#: cups/http-support.c:1328
+#: cups/http-support.c:1339
 msgid "Expectation Failed"
 msgstr ""
 
@@ -3473,9 +3652,9 @@ msgstr ""
 msgid "File Folder "
 msgstr ""
 
-#: scheduler/ipp.c:2428
+#: scheduler/ipp.c:2443
 #, c-format
-msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cupsd.conf\"."
+msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cups-files.conf\"."
 msgstr ""
 
 #: filter/rastertoepson.c:1117 filter/rastertohp.c:845
@@ -3488,7 +3667,7 @@ msgstr ""
 msgid "Folio"
 msgstr ""
 
-#: cups/http-support.c:1307
+#: cups/http-support.c:1318
 msgid "Forbidden"
 msgstr ""
 
@@ -3500,7 +3679,7 @@ msgstr ""
 msgid "Generic"
 msgstr ""
 
-#: cups/snmp.c:1016
+#: cups/snmp.c:1012
 msgid "Get-Response-PDU uses indefinite length"
 msgstr ""
 
@@ -3508,10 +3687,10 @@ msgstr ""
 msgid "Glossy Paper"
 msgstr ""
 
-#: scheduler/ipp.c:3010 scheduler/ipp.c:3410 scheduler/ipp.c:3948
-#: scheduler/ipp.c:6116 scheduler/ipp.c:6263 scheduler/ipp.c:7695
-#: scheduler/ipp.c:8814 scheduler/ipp.c:9040 scheduler/ipp.c:9389
-#: scheduler/ipp.c:9992
+#: scheduler/ipp.c:3025 scheduler/ipp.c:3433 scheduler/ipp.c:3971
+#: scheduler/ipp.c:5924 scheduler/ipp.c:6071 scheduler/ipp.c:7492
+#: scheduler/ipp.c:8611 scheduler/ipp.c:8837 scheduler/ipp.c:9186
+#: scheduler/ipp.c:9789
 msgid "Got a printer-uri attribute but no job-id."
 msgstr ""
 
@@ -3531,111 +3710,95 @@ msgstr ""
 msgid "Help file not in index."
 msgstr ""
 
-#: cups/ipp.c:2701 cups/ipp.c:2728 cups/ipp.c:2751
+#: cups/ipp.c:3157 cups/ipp.c:3184 cups/ipp.c:3207
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr ""
 
-#: cups/ipp.c:2664
+#: cups/ipp.c:3120
 msgid "IPP attribute has no name."
 msgstr ""
 
-#: cups/ipp.c:5579
+#: cups/ipp.c:6885
 msgid "IPP attribute is not a member of the message."
 msgstr ""
 
-#: cups/ipp.c:3140
+#: cups/ipp.c:3569
 msgid "IPP begCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2887
+#: cups/ipp.c:3350
 msgid "IPP boolean value not 1 byte."
 msgstr ""
 
-#: cups/ipp.c:2958
+#: cups/ipp.c:3411
 msgid "IPP date value not 11 bytes."
 msgstr ""
 
-#: cups/ipp.c:3161
+#: cups/ipp.c:3590
 msgid "IPP endCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2862
+#: cups/ipp.c:3325
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2593
+#: cups/ipp.c:3049
 msgid "IPP extension tag larger than 0x7FFFFFFF."
 msgstr ""
 
-#: cups/ipp.c:2859
+#: cups/ipp.c:3322
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3084
+#: cups/ipp.c:3522
 msgid "IPP language length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3093
+#: cups/ipp.c:3531
 msgid "IPP language length too large."
 msgstr ""
 
-#: cups/ipp.c:2778
+#: cups/ipp.c:3234
 msgid "IPP member name is not empty."
 msgstr ""
 
-#: cups/ipp.c:3187
+#: cups/ipp.c:3616
 msgid "IPP memberName value is empty."
 msgstr ""
 
-#: cups/ipp.c:3179
+#: cups/ipp.c:3608
 msgid "IPP memberName with no attribute."
 msgstr ""
 
-#: cups/ipp.c:2647
+#: cups/ipp.c:3103
 msgid "IPP name larger than 32767 bytes."
 msgstr ""
 
-#: cups/ipp.c:3035
+#: cups/ipp.c:3488
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3050
-msgid "IPP nameWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
-#: cups/ipp.c:3217
+#: cups/ipp.c:3646
 msgid "IPP octetString length too large."
 msgstr ""
 
-#: cups/ipp.c:3003
+#: cups/ipp.c:3456
 msgid "IPP rangeOfInteger value not 8 bytes."
 msgstr ""
 
-#: cups/ipp.c:2976
+#: cups/ipp.c:3429
 msgid "IPP resolution value not 9 bytes."
 msgstr ""
 
-#: cups/ipp.c:3111
+#: cups/ipp.c:3549
 msgid "IPP string length overflows value."
 msgstr ""
 
-#: cups/ipp.c:2933
-msgid "IPP string value too large."
-msgstr ""
-
-#: cups/ipp.c:3119
-msgid "IPP text length too large."
-msgstr ""
-
-#: cups/ipp.c:3031
+#: cups/ipp.c:3484
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3046
-msgid "IPP textWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
-#: cups/ipp.c:2845
+#: cups/ipp.c:3308
 msgid "IPP value larger than 32767 bytes."
 msgstr ""
 
@@ -3679,7 +3842,7 @@ msgstr ""
 msgid "Intellitech"
 msgstr ""
 
-#: cups/http-support.c:1334
+#: cups/http-support.c:1345
 msgid "Internal Server Error"
 msgstr ""
 
@@ -3695,7 +3858,7 @@ msgstr ""
 msgid "Internet Postage 3-Part"
 msgstr ""
 
-#: backend/ipp.c:328
+#: backend/ipp.c:334
 msgid "Internet Printing Protocol"
 msgstr ""
 
@@ -3768,52 +3931,52 @@ msgstr ""
 msgid "JIS B9"
 msgstr ""
 
-#: scheduler/ipp.c:9112
+#: scheduler/ipp.c:8909
 #, c-format
 msgid "Job #%d cannot be restarted - no files."
 msgstr ""
 
-#: scheduler/ipp.c:3050 scheduler/ipp.c:3280 scheduler/ipp.c:3335
-#: scheduler/ipp.c:3512 scheduler/ipp.c:3958 scheduler/ipp.c:5780
-#: scheduler/ipp.c:6156 scheduler/ipp.c:6303 scheduler/ipp.c:6603
-#: scheduler/ipp.c:7542 scheduler/ipp.c:7564 scheduler/ipp.c:7736
-#: scheduler/ipp.c:7961 scheduler/ipp.c:8004 scheduler/ipp.c:8854
-#: scheduler/ipp.c:9080 scheduler/ipp.c:9429 scheduler/ipp.c:10032
+#: scheduler/ipp.c:3065 scheduler/ipp.c:3299 scheduler/ipp.c:3358
+#: scheduler/ipp.c:3535 scheduler/ipp.c:3981 scheduler/ipp.c:5588
+#: scheduler/ipp.c:5964 scheduler/ipp.c:6111 scheduler/ipp.c:6400
+#: scheduler/ipp.c:7339 scheduler/ipp.c:7361 scheduler/ipp.c:7533
+#: scheduler/ipp.c:7758 scheduler/ipp.c:7801 scheduler/ipp.c:8651
+#: scheduler/ipp.c:8877 scheduler/ipp.c:9226 scheduler/ipp.c:9829
 #, c-format
 msgid "Job #%d does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:3544
+#: scheduler/ipp.c:3567
 #, c-format
 msgid "Job #%d is already aborted - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3538
+#: scheduler/ipp.c:3561
 #, c-format
 msgid "Job #%d is already canceled - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:3550
+#: scheduler/ipp.c:3573
 #, c-format
 msgid "Job #%d is already completed - can't cancel."
 msgstr ""
 
-#: scheduler/ipp.c:7762 scheduler/ipp.c:8046 scheduler/ipp.c:10047
+#: scheduler/ipp.c:7559 scheduler/ipp.c:7843 scheduler/ipp.c:9844
 #, c-format
 msgid "Job #%d is finished and cannot be altered."
 msgstr ""
 
-#: scheduler/ipp.c:9094
+#: scheduler/ipp.c:8891
 #, c-format
 msgid "Job #%d is not complete."
 msgstr ""
 
-#: scheduler/ipp.c:3065
+#: scheduler/ipp.c:3080
 #, c-format
 msgid "Job #%d is not held for authentication."
 msgstr ""
 
-#: scheduler/ipp.c:8868
+#: scheduler/ipp.c:8665
 #, c-format
 msgid "Job #%d is not held."
 msgstr ""
@@ -3834,7 +3997,7 @@ msgstr ""
 msgid "Job Stopped"
 msgstr ""
 
-#: scheduler/ipp.c:10129
+#: scheduler/ipp.c:9926
 msgid "Job is completed and cannot be changed."
 msgstr ""
 
@@ -3842,11 +4005,11 @@ msgstr ""
 msgid "Job operation failed"
 msgstr ""
 
-#: scheduler/ipp.c:10165 scheduler/ipp.c:10184 scheduler/ipp.c:10195
+#: scheduler/ipp.c:9962 scheduler/ipp.c:9981 scheduler/ipp.c:9992
 msgid "Job state cannot be changed."
 msgstr ""
 
-#: scheduler/ipp.c:8960
+#: scheduler/ipp.c:8757
 msgid "Job subscriptions cannot be renewed."
 msgstr ""
 
@@ -3866,7 +4029,7 @@ msgstr ""
 msgid "Label Top"
 msgstr ""
 
-#: scheduler/ipp.c:2128 scheduler/ipp.c:5703
+#: scheduler/ipp.c:2143 scheduler/ipp.c:5511
 #, c-format
 msgid "Language \"%s\" not supported."
 msgstr ""
@@ -3903,7 +4066,7 @@ msgstr ""
 msgid "Long-Edge (Portrait)"
 msgstr ""
 
-#: cups/http-support.c:1560
+#: cups/http-support.c:1577
 msgid "Looking for printer."
 msgstr ""
 
@@ -3947,7 +4110,7 @@ msgstr ""
 msgid "Missing asterisk in column 1"
 msgstr ""
 
-#: scheduler/ipp.c:6179
+#: scheduler/ipp.c:5987
 msgid "Missing document-number attribute."
 msgstr ""
 
@@ -3962,19 +4125,19 @@ msgstr ""
 msgid "Missing form variable"
 msgstr ""
 
-#: scheduler/ipp.c:9483
+#: scheduler/ipp.c:9280
 msgid "Missing last-document attribute in request."
 msgstr ""
 
-#: cups/pwg-media.c:535
+#: cups/pwg-media.c:559
 msgid "Missing media or media-col."
 msgstr ""
 
-#: cups/pwg-media.c:454
+#: cups/pwg-media.c:478
 msgid "Missing media-size in media-col."
 msgstr ""
 
-#: scheduler/ipp.c:6733
+#: scheduler/ipp.c:6530
 msgid "Missing notify-subscription-ids attribute."
 msgstr ""
 
@@ -3982,7 +4145,7 @@ msgstr ""
 msgid "Missing option keyword"
 msgstr ""
 
-#: scheduler/ipp.c:3191 scheduler/ipp.c:3216
+#: scheduler/ipp.c:3206 scheduler/ipp.c:3231
 msgid "Missing requesting-user-name attribute."
 msgstr ""
 
@@ -3999,11 +4162,11 @@ msgstr ""
 msgid "Missing value string"
 msgstr ""
 
-#: cups/pwg-media.c:442
+#: cups/pwg-media.c:466
 msgid "Missing x-dimension in media-size."
 msgstr ""
 
-#: cups/pwg-media.c:448
+#: cups/pwg-media.c:472
 msgid "Missing y-dimension in media-size."
 msgstr ""
 
@@ -4032,7 +4195,7 @@ msgstr ""
 msgid "Move Job"
 msgstr ""
 
-#: cups/http-support.c:1291
+#: cups/http-support.c:1302
 msgid "Moved Permanently"
 msgstr ""
 
@@ -4040,11 +4203,11 @@ msgstr ""
 msgid "NULL PPD file pointer"
 msgstr ""
 
-#: cups/snmp.c:1053
+#: cups/snmp.c:1049
 msgid "Name OID uses indefinite length"
 msgstr ""
 
-#: scheduler/ipp.c:1142
+#: scheduler/ipp.c:1141
 msgid "Nested classes are not allowed."
 msgstr ""
 
@@ -4064,15 +4227,15 @@ msgstr ""
 msgid "No"
 msgstr ""
 
-#: cups/http-support.c:1288
+#: cups/http-support.c:1299
 msgid "No Content"
 msgstr ""
 
-#: cups/util.c:1298
+#: cups/util.c:1305
 msgid "No PPD name"
 msgstr ""
 
-#: cups/snmp.c:1047
+#: cups/snmp.c:1043
 msgid "No VarBind SEQUENCE"
 msgstr ""
 
@@ -4080,11 +4243,11 @@ msgstr ""
 msgid "No Windows printer drivers are installed."
 msgstr ""
 
-#: cups/request.c:568 cups/request.c:914
+#: cups/request.c:571 cups/request.c:920
 msgid "No active connection"
 msgstr ""
 
-#: scheduler/ipp.c:3461
+#: scheduler/ipp.c:3484
 #, c-format
 msgid "No active jobs on %s."
 msgstr ""
@@ -4093,19 +4256,19 @@ msgstr ""
 msgid "No attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:3092
+#: scheduler/ipp.c:3107
 msgid "No authentication information provided."
 msgstr ""
 
-#: cups/snmp.c:1004
+#: cups/snmp.c:1000
 msgid "No community name"
 msgstr ""
 
-#: scheduler/ipp.c:5979
+#: scheduler/ipp.c:5787
 msgid "No default printer."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7308
+#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7105
 msgid "No destinations added."
 msgstr ""
 
@@ -4113,23 +4276,23 @@ msgstr ""
 msgid "No device URI found in argv[0] or in DEVICE_URI environment variable."
 msgstr ""
 
-#: cups/snmp.c:1034
+#: cups/snmp.c:1030
 msgid "No error-index"
 msgstr ""
 
-#: cups/snmp.c:1026
+#: cups/snmp.c:1022
 msgid "No error-status"
 msgstr ""
 
-#: scheduler/ipp.c:8250 scheduler/ipp.c:9497
+#: scheduler/ipp.c:8047 scheduler/ipp.c:9294
 msgid "No file in print request."
 msgstr ""
 
-#: cups/util.c:923
+#: cups/util.c:924
 msgid "No modification time"
 msgstr ""
 
-#: cups/snmp.c:1051
+#: cups/snmp.c:1047
 msgid "No name OID"
 msgstr ""
 
@@ -4138,39 +4301,39 @@ msgstr ""
 msgid "No pages were found."
 msgstr ""
 
-#: cups/util.c:917
+#: cups/util.c:918
 msgid "No printer name"
 msgstr ""
 
-#: cups/util.c:1829
+#: cups/util.c:1836
 msgid "No printer-uri found"
 msgstr ""
 
-#: cups/util.c:1814
+#: cups/util.c:1821
 msgid "No printer-uri found for class"
 msgstr ""
 
-#: scheduler/ipp.c:6382
+#: scheduler/ipp.c:6190
 msgid "No printer-uri in request."
 msgstr ""
 
-#: cups/snmp.c:1018
+#: cups/snmp.c:1014
 msgid "No request-id"
 msgstr ""
 
-#: scheduler/ipp.c:5588
+#: scheduler/ipp.c:5396
 msgid "No subscription attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:7635
+#: scheduler/ipp.c:7432
 msgid "No subscriptions found."
 msgstr ""
 
-#: cups/snmp.c:1042
+#: cups/snmp.c:1038
 msgid "No variable-bindings SEQUENCE"
 msgstr ""
 
-#: cups/snmp.c:997
+#: cups/snmp.c:993
 msgid "No version number"
 msgstr ""
 
@@ -4186,11 +4349,11 @@ msgstr ""
 msgid "Normal"
 msgstr ""
 
-#: cups/http-support.c:1310
+#: cups/http-support.c:1321
 msgid "Not Found"
 msgstr ""
 
-#: cups/http-support.c:1322
+#: cups/http-support.c:1333
 msgid "Not Implemented"
 msgstr ""
 
@@ -4198,15 +4361,15 @@ msgstr ""
 msgid "Not Installed"
 msgstr ""
 
-#: cups/http-support.c:1297
+#: cups/http-support.c:1308
 msgid "Not Modified"
 msgstr ""
 
-#: cups/http-support.c:1325
+#: cups/http-support.c:1336
 msgid "Not Supported"
 msgstr ""
 
-#: scheduler/ipp.c:1576 scheduler/ipp.c:10728
+#: scheduler/ipp.c:1573 scheduler/ipp.c:10525
 msgid "Not allowed to print."
 msgstr ""
 
@@ -4218,7 +4381,7 @@ msgstr ""
 msgid "Note: this program only validates the DSC comments, not the PostScript itself."
 msgstr ""
 
-#: cups/http-support.c:1279 cups/ppd.c:338
+#: cups/http-support.c:1290 cups/ppd.c:338
 msgid "OK"
 msgstr ""
 
@@ -4251,7 +4414,7 @@ msgstr ""
 msgid "Operation Policy"
 msgstr ""
 
-#: filter/pstops.c:2205
+#: filter/pstops.c:2206
 #, c-format
 msgid "Option \"%s\" cannot be included via %%%%IncludeFeature."
 msgstr ""
@@ -4260,18 +4423,18 @@ msgstr ""
 msgid "Options Installed"
 msgstr ""
 
-#: scheduler/cupsfilter.c:1430 scheduler/main.c:1985 systemv/cupsaddsmb.c:284
-#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3798
-#: test/ipptool.c:4445 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174
+#: scheduler/cupsfilter.c:1432 scheduler/main.c:2013 systemv/cupsaddsmb.c:284
+#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3817
+#: test/ipptool.c:4585 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174
 #: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254
 msgid "Options:"
 msgstr ""
 
-#: cups/ppd-cache.c:156
+#: cups/ppd-cache.c:157
 msgid "Out of date PPD cache file."
 msgstr ""
 
-#: cups/ppd-cache.c:1416
+#: cups/ppd-cache.c:1444
 msgid "Out of memory."
 msgstr ""
 
@@ -4331,11 +4494,11 @@ msgstr ""
 msgid "PRC32K Oversize Long Edge"
 msgstr ""
 
-#: cups/snmp.c:1014
+#: cups/snmp.c:1010
 msgid "Packet does not contain a Get-Response-PDU"
 msgstr ""
 
-#: cups/snmp.c:993
+#: cups/snmp.c:989
 msgid "Packet does not start with SEQUENCE"
 msgstr ""
 
@@ -4409,7 +4572,7 @@ msgstr ""
 msgid "Postcard Long Edge"
 msgstr ""
 
-#: backend/ipp.c:925 backend/ipp.c:933
+#: backend/ipp.c:937 backend/ipp.c:945
 msgid "Preparing to print."
 msgstr ""
 
@@ -4449,19 +4612,19 @@ msgstr ""
 msgid "Print and Tear"
 msgstr ""
 
-#: backend/socket.c:438 backend/usb-unix.c:191
+#: backend/socket.c:434 backend/usb-unix.c:191
 msgid "Print file sent."
 msgstr ""
 
-#: backend/ipp.c:1990
+#: backend/ipp.c:2108
 msgid "Print job canceled at printer."
 msgstr ""
 
-#: backend/ipp.c:1985
+#: backend/ipp.c:2103
 msgid "Print job too large."
 msgstr ""
 
-#: backend/ipp.c:1543
+#: backend/ipp.c:1609
 msgid "Print job was not accepted."
 msgstr ""
 
@@ -4489,7 +4652,7 @@ msgstr ""
 msgid "Printer Settings"
 msgstr ""
 
-#: backend/ipp.c:1988
+#: backend/ipp.c:2106
 msgid "Printer cannot print supplied content."
 msgstr ""
 
@@ -4515,7 +4678,7 @@ msgstr ""
 msgid "Quarto"
 msgstr ""
 
-#: scheduler/ipp.c:1571 scheduler/ipp.c:10723
+#: scheduler/ipp.c:1568 scheduler/ipp.c:10520
 msgid "Quota limit reached."
 msgstr ""
 
@@ -4546,7 +4709,7 @@ msgstr ""
 msgid "Reprint After Error"
 msgstr ""
 
-#: cups/http-support.c:1313
+#: cups/http-support.c:1324
 msgid "Request Entity Too Large"
 msgstr ""
 
@@ -4575,19 +4738,19 @@ msgstr ""
 msgid "Running command: %s %s -N -A %s -c '%s'"
 msgstr ""
 
-#: cups/snmp.c:995
+#: cups/snmp.c:991
 msgid "SEQUENCE uses indefinite length"
 msgstr ""
 
-#: cups/http-support.c:1337
+#: cups/http-support.c:1348
 msgid "SSL/TLS Negotiation Error"
 msgstr ""
 
-#: cups/http-support.c:1294
+#: cups/http-support.c:1305
 msgid "See Other"
 msgstr ""
 
-#: backend/usb-darwin.c:572 backend/usb-libusb.c:405
+#: backend/usb-darwin.c:573 backend/usb-libusb.c:441
 msgid "Sending data to printer."
 msgstr ""
 
@@ -4607,7 +4770,7 @@ msgstr ""
 msgid "Server Stopped"
 msgstr ""
 
-#: cups/http-support.c:1331
+#: cups/http-support.c:1342
 msgid "Service Unavailable"
 msgstr ""
 
@@ -4676,8 +4839,8 @@ msgstr ""
 msgid "Stylus Photo Series"
 msgstr ""
 
-#: scheduler/ipp.c:3607 scheduler/ipp.c:6749 scheduler/ipp.c:7448
-#: scheduler/ipp.c:8948
+#: scheduler/ipp.c:3630 scheduler/ipp.c:6546 scheduler/ipp.c:7245
+#: scheduler/ipp.c:8745
 #, c-format
 msgid "Subscription #%d does not exist."
 msgstr ""
@@ -4694,7 +4857,7 @@ msgstr ""
 msgid "Super B/A3"
 msgstr ""
 
-#: cups/http-support.c:1276
+#: cups/http-support.c:1287
 msgid "Switching Protocols"
 msgstr ""
 
@@ -4722,33 +4885,33 @@ msgstr ""
 msgid "Tear-Off Adjust Position"
 msgstr ""
 
-#: scheduler/ipp.c:1407
+#: scheduler/ipp.c:1404
 #, c-format
 msgid "The \"%s\" attribute is required for print jobs."
 msgstr ""
 
-#: scheduler/ipp.c:6453 scheduler/ipp.c:6531 scheduler/ipp.c:6547
-#: scheduler/ipp.c:6565
+#: scheduler/ipp.c:6261 scheduler/ipp.c:6339 scheduler/ipp.c:6355
+#: scheduler/ipp.c:6373
 #, c-format
 msgid "The %s attribute cannot be provided with job-ids."
 msgstr ""
 
-#: scheduler/ipp.c:1383
+#: scheduler/ipp.c:1380
 #, c-format
 msgid "The '%s' Job Description attribute cannot be supplied in a job creation request."
 msgstr ""
 
-#: scheduler/ipp.c:5176
+#: scheduler/ipp.c:5203
 #, c-format
 msgid "The '%s' operation attribute cannot be supplied in a Create-Job request."
 msgstr ""
 
-#: scheduler/ipp.c:6979
+#: scheduler/ipp.c:6776
 #, c-format
 msgid "The PPD file \"%s\" could not be found."
 msgstr ""
 
-#: scheduler/ipp.c:6966
+#: scheduler/ipp.c:6763
 #, c-format
 msgid "The PPD file \"%s\" could not be opened: %s"
 msgstr ""
@@ -4778,11 +4941,11 @@ msgstr ""
 msgid "The fuser's temperature is low."
 msgstr ""
 
-#: scheduler/ipp.c:2155
+#: scheduler/ipp.c:2170
 msgid "The notify-lease-duration attribute cannot be used with job subscriptions."
 msgstr ""
 
-#: scheduler/ipp.c:2138 scheduler/ipp.c:5713
+#: scheduler/ipp.c:2153 scheduler/ipp.c:5521
 #, c-format
 msgid "The notify-user-data value is too large (%d > 63 octets)."
 msgstr ""
@@ -4823,7 +4986,7 @@ msgstr ""
 msgid "The paper tray needs to be filled."
 msgstr ""
 
-#: backend/ipp.c:945
+#: backend/ipp.c:957
 msgid "The printer configuration is incorrect or the printer no longer exists."
 msgstr ""
 
@@ -4831,8 +4994,8 @@ msgstr ""
 msgid "The printer did not respond."
 msgstr ""
 
-#: backend/ipp.c:791 backend/ipp.c:908 backend/ipp.c:1018 backend/ipp.c:1361
-#: backend/ipp.c:1516 backend/lpd.c:845 backend/socket.c:388
+#: backend/ipp.c:800 backend/ipp.c:920 backend/ipp.c:1034 backend/ipp.c:1418
+#: backend/ipp.c:1582 backend/lpd.c:845 backend/socket.c:384
 #: backend/usb-unix.c:131 backend/usb-unix.c:423 backend/usb-unix.c:506
 msgid "The printer is in use."
 msgstr ""
@@ -4841,8 +5004,8 @@ msgstr ""
 msgid "The printer is not connected."
 msgstr ""
 
-#: backend/ipp.c:769 backend/ipp.c:802 backend/ipp.c:904 backend/lpd.c:824
-#: backend/lpd.c:865 backend/socket.c:367 backend/socket.c:400
+#: backend/ipp.c:778 backend/ipp.c:811 backend/ipp.c:916 backend/lpd.c:824
+#: backend/lpd.c:865 backend/socket.c:363 backend/socket.c:396
 msgid "The printer is not responding."
 msgstr ""
 
@@ -4850,11 +5013,11 @@ msgstr ""
 msgid "The printer is now connected."
 msgstr ""
 
-#: backend/usb-darwin.c:1315
+#: backend/usb-darwin.c:1320
 msgid "The printer is now online."
 msgstr ""
 
-#: backend/usb-darwin.c:1336
+#: backend/usb-darwin.c:1341
 msgid "The printer is offline."
 msgstr ""
 
@@ -4866,7 +5029,7 @@ msgstr ""
 msgid "The printer is running low on toner."
 msgstr ""
 
-#: backend/ipp.c:784 backend/lpd.c:838 backend/socket.c:381
+#: backend/ipp.c:793 backend/lpd.c:838 backend/socket.c:377
 msgid "The printer is unreachable at this time."
 msgstr ""
 
@@ -4878,7 +5041,7 @@ msgstr ""
 msgid "The printer may be out of toner."
 msgstr ""
 
-#: backend/ipp.c:778 backend/lpd.c:832 backend/socket.c:375
+#: backend/ipp.c:787 backend/lpd.c:832 backend/socket.c:371
 msgid "The printer may not exist or is unavailable at this time."
 msgstr ""
 
@@ -4886,18 +5049,18 @@ msgstr ""
 msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)."
 msgstr ""
 
-#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3256
-#: scheduler/ipp.c:3427 scheduler/ipp.c:5159 scheduler/ipp.c:5547
-#: scheduler/ipp.c:5861 scheduler/ipp.c:6419 scheduler/ipp.c:7184
-#: scheduler/ipp.c:7240 scheduler/ipp.c:7554 scheduler/ipp.c:7820
-#: scheduler/ipp.c:7909 scheduler/ipp.c:7942 scheduler/ipp.c:8265
-#: scheduler/ipp.c:8658 scheduler/ipp.c:8740 scheduler/ipp.c:9901
-#: scheduler/ipp.c:10355 scheduler/ipp.c:10686 scheduler/ipp.c:10768
-#: scheduler/ipp.c:11142
+#: scheduler/ipp.c:875 scheduler/ipp.c:1135 scheduler/ipp.c:3271
+#: scheduler/ipp.c:3450 scheduler/ipp.c:5186 scheduler/ipp.c:5355
+#: scheduler/ipp.c:5669 scheduler/ipp.c:6227 scheduler/ipp.c:6981
+#: scheduler/ipp.c:7037 scheduler/ipp.c:7351 scheduler/ipp.c:7617
+#: scheduler/ipp.c:7706 scheduler/ipp.c:7739 scheduler/ipp.c:8062
+#: scheduler/ipp.c:8455 scheduler/ipp.c:8537 scheduler/ipp.c:9698
+#: scheduler/ipp.c:10152 scheduler/ipp.c:10483 scheduler/ipp.c:10565
+#: scheduler/ipp.c:10939
 msgid "The printer or class does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:1320
+#: scheduler/ipp.c:1317
 msgid "The printer or class is not shared."
 msgstr ""
 
@@ -4921,20 +5084,20 @@ msgstr ""
 msgid "The printer's waste bin is full."
 msgstr ""
 
-#: scheduler/ipp.c:982 scheduler/ipp.c:2319
+#: scheduler/ipp.c:981 scheduler/ipp.c:2334
 #, c-format
 msgid "The printer-uri \"%s\" contains invalid characters."
 msgstr ""
 
-#: scheduler/ipp.c:3233
+#: scheduler/ipp.c:3248
 msgid "The printer-uri attribute is required."
 msgstr ""
 
-#: scheduler/ipp.c:966
+#: scheduler/ipp.c:965
 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
 msgstr ""
 
-#: scheduler/ipp.c:2303
+#: scheduler/ipp.c:2318
 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
 msgstr ""
 
@@ -4942,16 +5105,16 @@ msgstr ""
 msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)."
 msgstr ""
 
-#: scheduler/client.c:2450
+#: scheduler/client.c:2466
 msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it."
 msgstr ""
 
-#: scheduler/ipp.c:6514
+#: scheduler/ipp.c:6322
 #, c-format
 msgid "The which-jobs value \"%s\" is not supported."
 msgstr ""
 
-#: scheduler/ipp.c:5791
+#: scheduler/ipp.c:5599
 msgid "There are too many subscriptions."
 msgstr ""
 
@@ -4959,8 +5122,8 @@ msgstr ""
 msgid "There is a paper jam."
 msgstr ""
 
-#: backend/usb-darwin.c:411 backend/usb-darwin.c:470 backend/usb-darwin.c:534
-#: backend/usb-darwin.c:555 backend/usb-libusb.c:330 backend/usb-libusb.c:384
+#: backend/usb-darwin.c:412 backend/usb-darwin.c:471 backend/usb-darwin.c:535
+#: backend/usb-darwin.c:556 backend/usb-libusb.c:366 backend/usb-libusb.c:420
 msgid "There was an unrecoverable USB error."
 msgstr ""
 
@@ -4968,16 +5131,16 @@ msgstr ""
 msgid "Thermal Transfer Media"
 msgstr ""
 
-#: scheduler/ipp.c:1565
+#: scheduler/ipp.c:1562
 msgid "Too many active jobs."
 msgstr ""
 
-#: scheduler/ipp.c:1459
+#: scheduler/ipp.c:1456
 #, c-format
 msgid "Too many job-sheets values (%d > 2)."
 msgstr ""
 
-#: scheduler/ipp.c:2587
+#: scheduler/ipp.c:2602
 #, c-format
 msgid "Too many printer-state-reasons values (%d > %d)."
 msgstr ""
@@ -5006,7 +5169,7 @@ msgstr ""
 msgid "Tray 4"
 msgstr ""
 
-#: cups/http-support.c:1316
+#: cups/http-support.c:1327
 msgid "URI Too Long"
 msgstr ""
 
@@ -5058,11 +5221,11 @@ msgstr ""
 msgid "Unable to add class"
 msgstr ""
 
-#: backend/ipp.c:1691
+#: backend/ipp.c:1764
 msgid "Unable to add document to print job."
 msgstr ""
 
-#: scheduler/ipp.c:1606
+#: scheduler/ipp.c:1621
 #, c-format
 msgid "Unable to add job for destination \"%s\"."
 msgstr ""
@@ -5071,7 +5234,7 @@ msgstr ""
 msgid "Unable to add printer"
 msgstr ""
 
-#: scheduler/ipp.c:1246
+#: scheduler/ipp.c:1245
 msgid "Unable to allocate memory for file types."
 msgstr ""
 
@@ -5087,7 +5250,7 @@ msgstr ""
 msgid "Unable to cancel RSS subscription"
 msgstr ""
 
-#: backend/ipp.c:2037
+#: backend/ipp.c:2155
 msgid "Unable to cancel print job."
 msgstr ""
 
@@ -5103,15 +5266,25 @@ msgstr ""
 msgid "Unable to change server settings"
 msgstr ""
 
+#: cups/ipp.c:5276
+#, c-format
+msgid "Unable to compile mimeMediaType regular expression: %s."
+msgstr ""
+
+#: cups/ipp.c:5222
+#, c-format
+msgid "Unable to compile naturalLanguage regular expression: %s."
+msgstr ""
+
 #: filter/commandtops.c:420
 msgid "Unable to configure printer options."
 msgstr ""
 
-#: cups/adminutil.c:911 cups/request.c:1022
+#: cups/adminutil.c:911 cups/request.c:1052
 msgid "Unable to connect to host."
 msgstr ""
 
-#: backend/ipp.c:747 backend/ipp.c:1176 backend/lpd.c:804 backend/socket.c:347
+#: backend/ipp.c:756 backend/ipp.c:1231 backend/lpd.c:804 backend/socket.c:343
 #: backend/usb-unix.c:117
 msgid "Unable to contact printer, queuing on next printer in class."
 msgstr ""
@@ -5131,12 +5304,12 @@ msgstr ""
 msgid "Unable to copy CUPS printer driver files (%d)."
 msgstr ""
 
-#: scheduler/ipp.c:2707
+#: scheduler/ipp.c:2722
 #, c-format
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
-#: scheduler/ipp.c:2762
+#: scheduler/ipp.c:2777
 msgid "Unable to copy PPD file."
 msgstr ""
 
@@ -5150,20 +5323,16 @@ msgstr ""
 msgid "Unable to copy Windows 9x printer driver files (%d)."
 msgstr ""
 
-#: scheduler/ipp.c:2684
+#: scheduler/ipp.c:2699
 #, c-format
 msgid "Unable to copy interface script - %s"
 msgstr ""
 
-#: backend/ipp.c:2129
-msgid "Unable to create compressed print file"
-msgstr ""
-
-#: cups/util.c:602 cups/util.c:1657
+#: cups/util.c:603 cups/util.c:1664
 msgid "Unable to create printer-uri"
 msgstr ""
 
-#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236
+#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1238
 msgid "Unable to create temporary file"
 msgstr ""
 
@@ -5183,35 +5352,35 @@ msgstr ""
 msgid "Unable to edit cupsd.conf files larger than 1MB"
 msgstr ""
 
-#: cups/http.c:4287
+#: cups/http.c:5442
 msgid "Unable to establish a secure connection to host (certificate chain invalid)."
 msgstr ""
 
-#: cups/http.c:4277
+#: cups/http.c:5432
 msgid "Unable to establish a secure connection to host (certificate not yet valid)."
 msgstr ""
 
-#: cups/http.c:4272
+#: cups/http.c:5427
 msgid "Unable to establish a secure connection to host (expired certificate)."
 msgstr ""
 
-#: cups/http.c:4282
+#: cups/http.c:5437
 msgid "Unable to establish a secure connection to host (host name mismatch)."
 msgstr ""
 
-#: cups/http.c:4292
+#: cups/http.c:5447
 msgid "Unable to establish a secure connection to host (peer dropped connection before responding)."
 msgstr ""
 
-#: cups/http.c:4267
+#: cups/http.c:5422
 msgid "Unable to establish a secure connection to host (self-signed certificate)."
 msgstr ""
 
-#: cups/http.c:4262
+#: cups/http.c:5417
 msgid "Unable to establish a secure connection to host (untrusted certificate)."
 msgstr ""
 
-#: cups/http.c:4021 cups/http.c:4319 cups/http.c:4352 cups/http.c:4369
+#: cups/http.c:5218 cups/http.c:5474 cups/http.c:5507 cups/http.c:5524
 msgid "Unable to establish a secure connection to host."
 msgstr ""
 
@@ -5219,15 +5388,11 @@ msgstr ""
 msgid "Unable to find destination for job"
 msgstr ""
 
-#: cups/http-support.c:1750
+#: cups/http-support.c:1767
 msgid "Unable to find printer."
 msgstr ""
 
-#: backend/ipp.c:2151
-msgid "Unable to generate compressed print file"
-msgstr ""
-
-#: backend/ipp.c:3284
+#: backend/ipp.c:3377
 msgid "Unable to get backend exit status."
 msgstr ""
 
@@ -5255,7 +5420,7 @@ msgstr ""
 msgid "Unable to get printer status"
 msgstr ""
 
-#: backend/ipp.c:969
+#: backend/ipp.c:981
 msgid "Unable to get printer status."
 msgstr ""
 
@@ -5273,13 +5438,13 @@ msgstr ""
 msgid "Unable to load help index."
 msgstr ""
 
-#: backend/ipp.c:673 backend/lpd.c:435 backend/socket.c:286
+#: backend/ipp.c:681 backend/lpd.c:435 backend/socket.c:282
 #, c-format
 msgid "Unable to locate printer \"%s\"."
 msgstr ""
 
-#: backend/dnssd.c:781 backend/ipp.c:345 backend/lpd.c:205
-#: backend/socket.c:172
+#: backend/dnssd.c:781 backend/ipp.c:351 backend/lpd.c:205
+#: backend/socket.c:168
 msgid "Unable to locate printer."
 msgstr ""
 
@@ -5303,10 +5468,6 @@ msgstr ""
 msgid "Unable to open PPD file"
 msgstr ""
 
-#: backend/ipp.c:2135
-msgid "Unable to open compressed print file"
-msgstr ""
-
 #: cgi-bin/admin.c:2608
 msgid "Unable to open cupsd.conf file:"
 msgstr ""
@@ -5315,7 +5476,7 @@ msgstr ""
 msgid "Unable to open device file"
 msgstr ""
 
-#: scheduler/ipp.c:6200
+#: scheduler/ipp.c:6008
 #, c-format
 msgid "Unable to open document #%d in job #%d."
 msgstr ""
@@ -5324,9 +5485,9 @@ msgstr ""
 msgid "Unable to open help file."
 msgstr ""
 
-#: backend/ipp.c:386 backend/ipp.c:1450 backend/ipp.c:1650 backend/ipp.c:2141
-#: backend/lpd.c:505 backend/socket.c:159 backend/usb.c:237
-#: filter/gziptoany.c:71 filter/pstops.c:300
+#: backend/ipp.c:392 backend/ipp.c:1511 backend/ipp.c:1719 backend/lpd.c:505
+#: backend/socket.c:155 backend/usb.c:237 filter/gziptoany.c:71
+#: filter/pstops.c:300
 msgid "Unable to open print file"
 msgstr ""
 
@@ -5339,12 +5500,12 @@ msgstr ""
 msgid "Unable to print test page"
 msgstr ""
 
-#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:642
-#: backend/usb-darwin.c:686 backend/usb-libusb.c:475 backend/usb-libusb.c:510
+#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:643
+#: backend/usb-darwin.c:687 backend/usb-libusb.c:511 backend/usb-libusb.c:546
 msgid "Unable to read print data."
 msgstr ""
 
-#: cups/dest.c:3409
+#: cups/dest.c:3410
 msgid "Unable to resolve printer URI."
 msgstr ""
 
@@ -5361,7 +5522,7 @@ msgstr ""
 msgid "Unable to send command to printer driver"
 msgstr ""
 
-#: backend/usb-darwin.c:764 backend/usb-libusb.c:586
+#: backend/usb-darwin.c:765 backend/usb-libusb.c:622
 msgid "Unable to send data to printer."
 msgstr ""
 
@@ -5378,7 +5539,7 @@ msgstr ""
 msgid "Unable to set server default"
 msgstr ""
 
-#: backend/ipp.c:3143 backend/ipp.c:3220 backend/ipp.c:3228
+#: backend/ipp.c:3236 backend/ipp.c:3313 backend/ipp.c:3321
 msgid "Unable to start backend process."
 msgstr ""
 
@@ -5386,7 +5547,7 @@ msgstr ""
 msgid "Unable to upload cupsd.conf file"
 msgstr ""
 
-#: backend/usb-darwin.c:2014 backend/usb-darwin.c:2038
+#: backend/usb-darwin.c:2019 backend/usb-darwin.c:2043
 msgid "Unable to use legacy USB class driver."
 msgstr ""
 
@@ -5399,7 +5560,7 @@ msgstr ""
 msgid "Unable to write uncompressed print data: %s"
 msgstr ""
 
-#: cups/http-support.c:1304
+#: cups/http-support.c:1315
 msgid "Unauthorized"
 msgstr ""
 
@@ -5407,16 +5568,16 @@ msgstr ""
 msgid "Units"
 msgstr ""
 
-#: cups/http-support.c:1344 cups/ppd.c:366
+#: cups/http-support.c:1355 cups/ppd.c:366
 msgid "Unknown"
 msgstr ""
 
-#: filter/pstops.c:2213
+#: filter/pstops.c:2214
 #, c-format
 msgid "Unknown choice \"%s\" for option \"%s\"."
 msgstr ""
 
-#: backend/ipp.c:528
+#: backend/ipp.c:534
 #, c-format
 msgid "Unknown encryption option value: \"%s\"."
 msgstr ""
@@ -5435,12 +5596,12 @@ msgstr ""
 msgid "Unknown media size name."
 msgstr ""
 
-#: backend/ipp.c:585
+#: backend/ipp.c:598
 #, c-format
 msgid "Unknown option \"%s\" with value \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2196
+#: filter/pstops.c:2197
 #, c-format
 msgid "Unknown option \"%s\"."
 msgstr ""
@@ -5450,36 +5611,36 @@ msgstr ""
 msgid "Unknown print mode: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10557
+#: scheduler/ipp.c:10354
 #, c-format
 msgid "Unknown printer-error-policy \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10540
+#: scheduler/ipp.c:10337
 #, c-format
 msgid "Unknown printer-op-policy \"%s\"."
 msgstr ""
 
-#: cups/http-addrlist.c:710
+#: cups/http-addrlist.c:751
 msgid "Unknown service name."
 msgstr ""
 
-#: backend/ipp.c:557
+#: backend/ipp.c:563
 #, c-format
 msgid "Unknown version option value: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:11013
+#: scheduler/ipp.c:10810
 #, c-format
 msgid "Unsupported 'compression' value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:11043
+#: scheduler/ipp.c:10840
 #, c-format
 msgid "Unsupported 'document-format' value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:11118
+#: scheduler/ipp.c:10915
 msgid "Unsupported 'job-name' value."
 msgstr ""
 
@@ -5488,45 +5649,45 @@ msgstr ""
 msgid "Unsupported character set \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8231 scheduler/ipp.c:9462
+#: scheduler/ipp.c:8028 scheduler/ipp.c:9259
 #, c-format
 msgid "Unsupported compression \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8365 scheduler/ipp.c:9612
+#: scheduler/ipp.c:8162 scheduler/ipp.c:9409
 #, c-format
 msgid "Unsupported document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9595
+#: scheduler/ipp.c:9392
 #, c-format
 msgid "Unsupported document-format \"%s/%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1425
+#: scheduler/ipp.c:1422
 #, c-format
 msgid "Unsupported format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1523
+#: scheduler/ipp.c:1520
 msgid "Unsupported margins."
 msgstr ""
 
-#: cups/pwg-media.c:529
+#: cups/pwg-media.c:553
 msgid "Unsupported media value."
 msgstr ""
 
-#: filter/pstops.c:2478
+#: filter/pstops.c:2479
 #, c-format
 msgid "Unsupported number-up value %d, using number-up=1."
 msgstr ""
 
-#: filter/pstops.c:2512
+#: filter/pstops.c:2513
 #, c-format
 msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb."
 msgstr ""
 
-#: filter/pstops.c:2563
+#: filter/pstops.c:2564
 #, c-format
 msgid "Unsupported page-border value %s, using page-border=none."
 msgstr ""
@@ -5535,11 +5696,11 @@ msgstr ""
 msgid "Unsupported raster data."
 msgstr ""
 
-#: cups/snmp.c:1112
+#: cups/snmp.c:1108
 msgid "Unsupported value type"
 msgstr ""
 
-#: cups/http-support.c:1319
+#: cups/http-support.c:1330
 msgid "Upgrade Required"
 msgstr ""
 
@@ -5555,8 +5716,8 @@ msgid ""
 "                       [-u allow:user,user] [-u deny:user,user]"
 msgstr ""
 
-#: backend/dnssd.c:241 backend/ipp.c:334 backend/lpd.c:192
-#: backend/socket.c:136 backend/usb.c:183 filter/commandtops.c:74
+#: backend/dnssd.c:241 backend/ipp.c:340 backend/lpd.c:192
+#: backend/socket.c:132 backend/usb.c:183 filter/commandtops.c:74
 #: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62
 #: monitor/tbcp.c:61
 #, c-format
@@ -5571,11 +5732,11 @@ msgstr ""
 msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgstr ""
 
-#: scheduler/main.c:1984
+#: scheduler/main.c:2012
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-#: scheduler/cupsfilter.c:1429
+#: scheduler/cupsfilter.c:1431
 msgid "Usage: cupsfilter [ options ] filename"
 msgstr ""
 
@@ -5583,11 +5744,11 @@ msgstr ""
 msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]"
 msgstr ""
 
-#: systemv/cupstestppd.c:3794
+#: systemv/cupstestppd.c:3813
 msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
 msgstr ""
 
-#: test/ipptool.c:4443
+#: test/ipptool.c:4583
 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]"
 msgstr ""
 
@@ -5642,27 +5803,27 @@ msgstr ""
 msgid "Usage: snmp [host-or-ip-address]"
 msgstr ""
 
-#: cups/snmp.c:1064
+#: cups/snmp.c:1060
 msgid "Value uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:1049
+#: cups/snmp.c:1045
 msgid "VarBind uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:999
+#: cups/snmp.c:995
 msgid "Version uses indefinite length"
 msgstr ""
 
-#: backend/ipp.c:1757
+#: backend/ipp.c:1865
 msgid "Waiting for job to complete."
 msgstr ""
 
-#: backend/usb-darwin.c:489 backend/usb-libusb.c:282
+#: backend/usb-darwin.c:490 backend/usb-libusb.c:318
 msgid "Waiting for printer to become available."
 msgstr ""
 
-#: backend/socket.c:458
+#: backend/socket.c:443
 msgid "Waiting for printer to finish."
 msgstr ""
 
@@ -5670,7 +5831,7 @@ msgstr ""
 msgid "Warning, no Windows 2000 printer drivers are installed."
 msgstr ""
 
-#: cups/http-support.c:1340
+#: cups/http-support.c:1351
 msgid "Web Interface is Disabled"
 msgstr ""
 
@@ -5678,7 +5839,7 @@ msgstr ""
 msgid "Yes"
 msgstr ""
 
-#: scheduler/client.c:2437
+#: scheduler/client.c:2453
 #, c-format
 msgid "You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://%s:%d%s</A>."
 msgstr ""
@@ -5707,11 +5868,11 @@ msgstr ""
 msgid "completed"
 msgstr ""
 
-#: scheduler/ipp.c:6072
+#: scheduler/ipp.c:5880
 msgid "cups-deviced failed to execute."
 msgstr ""
 
-#: scheduler/ipp.c:6902 scheduler/ipp.c:7151
+#: scheduler/ipp.c:6699 scheduler/ipp.c:6948
 msgid "cups-driverd failed to execute."
 msgstr ""
 
@@ -5743,30 +5904,42 @@ msgstr ""
 msgid "cupsd: Expected config filename after \"-c\" option."
 msgstr ""
 
-#: scheduler/main.c:222 scheduler/main.c:229
+#: scheduler/main.c:278
+msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
+msgstr ""
+
+#: scheduler/main.c:289
+msgid "cupsd: Relative cups-files.conf filename not allowed."
+msgstr ""
+
+#: scheduler/main.c:221 scheduler/main.c:228
 msgid "cupsd: Unable to get current directory."
 msgstr ""
 
-#: scheduler/main.c:296
+#: scheduler/main.c:336 scheduler/main.c:345
+msgid "cupsd: Unable to get path to cups-files.conf file."
+msgstr ""
+
+#: scheduler/main.c:318
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr ""
 
-#: scheduler/main.c:289
+#: scheduler/main.c:311
 #, c-format
 msgid "cupsd: Unknown option \"%c\" - aborting."
 msgstr ""
 
-#: scheduler/main.c:256
+#: scheduler/main.c:255
 msgid "cupsd: launchd(8) support not compiled in, running in normal mode."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1209
+#: scheduler/cupsfilter.c:1211
 #, c-format
 msgid "cupsfilter: Invalid document number %d."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1203
+#: scheduler/cupsfilter.c:1205
 #, c-format
 msgid "cupsfilter: Invalid job ID %d."
 msgstr ""
@@ -5775,7 +5948,7 @@ msgstr ""
 msgid "cupsfilter: Only one filename can be specified."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1251
+#: scheduler/cupsfilter.c:1253
 #, c-format
 msgid "cupsfilter: Unable to get job file - %s"
 msgstr ""
@@ -5798,11 +5971,11 @@ msgstr ""
 msgid "device for %s: %s"
 msgstr ""
 
-#: cups/snmp.c:1036
+#: cups/snmp.c:1032
 msgid "error-index uses indefinite length"
 msgstr ""
 
-#: cups/snmp.c:1028
+#: cups/snmp.c:1024
 msgid "error-status uses indefinite length"
 msgstr ""
 
@@ -5818,62 +5991,62 @@ msgstr ""
 msgid "idle"
 msgstr ""
 
-#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539
+#: test/ipptool.c:378 test/ipptool.c:527 test/ipptool.c:551
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"."
 msgstr ""
 
-#: test/ipptool.c:597
+#: test/ipptool.c:609
 #, c-format
 msgid "ipptool: Bad URI - %s."
 msgstr ""
 
-#: test/ipptool.c:362
+#: test/ipptool.c:367
 #, c-format
 msgid "ipptool: Bad version %s for \"-V\"."
 msgstr ""
 
-#: test/ipptool.c:508
+#: test/ipptool.c:520
 msgid "ipptool: Invalid seconds for \"-i\"."
 msgstr ""
 
-#: test/ipptool.c:578
+#: test/ipptool.c:590
 msgid "ipptool: May only specify a single URI."
 msgstr ""
 
-#: test/ipptool.c:531
+#: test/ipptool.c:543
 msgid "ipptool: Missing count for \"-n\"."
 msgstr ""
 
-#: test/ipptool.c:408
+#: test/ipptool.c:413
 msgid "ipptool: Missing filename for \"-f\"."
 msgstr ""
 
-#: test/ipptool.c:389
+#: test/ipptool.c:394
 msgid "ipptool: Missing name=value for \"-d\"."
 msgstr ""
 
-#: test/ipptool.c:498
+#: test/ipptool.c:510
 msgid "ipptool: Missing seconds for \"-i\"."
 msgstr ""
 
-#: test/ipptool.c:332
+#: test/ipptool.c:337
 msgid "ipptool: Missing timeout for \"-T\"."
 msgstr ""
 
-#: test/ipptool.c:345
+#: test/ipptool.c:350
 msgid "ipptool: Missing version for \"-V\"."
 msgstr ""
 
-#: test/ipptool.c:624
+#: test/ipptool.c:636
 msgid "ipptool: URI required before test file."
 msgstr ""
 
-#: test/ipptool.c:558
+#: test/ipptool.c:570
 #, c-format
 msgid "ipptool: Unknown option \"-%c\"."
 msgstr ""
 
-#: scheduler/ipp.c:7898
+#: scheduler/ipp.c:7695
 msgid "job-printer-uri attribute missing."
 msgstr ""
 
@@ -6179,16 +6352,16 @@ msgstr ""
 msgid "no system default destination"
 msgstr ""
 
-#: scheduler/ipp.c:5762
+#: scheduler/ipp.c:5570
 msgid "notify-events not specified."
 msgstr ""
 
-#: scheduler/ipp.c:2092 scheduler/ipp.c:5667
+#: scheduler/ipp.c:2107 scheduler/ipp.c:5475
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" is already used."
 msgstr ""
 
-#: scheduler/ipp.c:2082 scheduler/ipp.c:5657
+#: scheduler/ipp.c:2097 scheduler/ipp.c:5465
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" uses unknown scheme."
 msgstr ""
@@ -6704,12 +6877,12 @@ msgstr ""
 msgid "processing"
 msgstr ""
 
-#: systemv/lp.c:644
+#: systemv/lp.c:651
 #, c-format
 msgid "request id is %s-%d (%d file(s))"
 msgstr ""
 
-#: cups/snmp.c:1020
+#: cups/snmp.c:1016
 msgid "request-id uses indefinite length"
 msgstr ""
 
@@ -6752,7 +6925,7 @@ msgstr ""
 msgid "untitled"
 msgstr ""
 
-#: cups/snmp.c:1045
+#: cups/snmp.c:1041
 msgid "variable-bindings uses indefinite length"
 msgstr ""
 
index a515242264ebdf42e6cf02f3a31d587893ccdda9..18c6085b0aebe999897c3dadf7cb9417945d5466 100644 (file)
@@ -32,7 +32,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 1.4.6\n"
 "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2012-05-23 16:24-0700\n"
+"POT-Creation-Date: 2013-02-04 14:17-0500\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"
@@ -42,160 +42,122 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: systemv/lpstat.c:1876 systemv/lpstat.c:2001
 msgid "\t\t(all)"
 msgstr "\t\t(tots)"
 
-#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004
-#: systemv/lpstat.c:2007
 msgid "\t\t(none)"
 msgstr "\t\t(cap)"
 
-#: berkeley/lpc.c:434
 #, c-format
 msgid "\t%d entries"
 msgstr "\t%d entrades"
 
-#: systemv/lpstat.c:756 systemv/lpstat.c:772
 #, c-format
 msgid "\t%s"
 msgstr "\t%s"
 
-#: systemv/lpstat.c:1857 systemv/lpstat.c:1982
 msgid "\tAfter fault: continue"
 msgstr "\tDesprés d'una fallada: continua"
 
-#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952
 #, c-format
 msgid "\tAlerts: %s"
 msgstr "\tAlertes: %s"
 
-#: systemv/lpstat.c:1880 systemv/lpstat.c:2005
 msgid "\tBanner required"
 msgstr "\tNecessita un bàner"
 
-#: systemv/lpstat.c:1881 systemv/lpstat.c:2006
 msgid "\tCharset sets:"
 msgstr "\tConjunt de caràcters:"
 
-#: systemv/lpstat.c:1845 systemv/lpstat.c:1970
 msgid "\tConnection: direct"
 msgstr "\tConnexió: directa"
 
-#: systemv/lpstat.c:1836 systemv/lpstat.c:1962
 msgid "\tConnection: remote"
 msgstr "\tConnexió: remota"
 
-#: systemv/lpstat.c:1800 systemv/lpstat.c:1926
 msgid "\tContent types: any"
 msgstr "\tTipus de contingut: qualsevol"
 
-#: systemv/lpstat.c:1884 systemv/lpstat.c:2009
 msgid "\tDefault page size:"
 msgstr "\tMida de la pàgina per defecte:"
 
-#: systemv/lpstat.c:1883 systemv/lpstat.c:2008
 msgid "\tDefault pitch:"
 msgstr "\tDensitat per defecte:"
 
-#: systemv/lpstat.c:1885 systemv/lpstat.c:2010
 msgid "\tDefault port settings:"
 msgstr "\tConfiguració del port per defecte:"
 
-#: systemv/lpstat.c:1806 systemv/lpstat.c:1932
 #, c-format
 msgid "\tDescription: %s"
 msgstr "\tDescripció: %s"
 
-#: systemv/lpstat.c:1799 systemv/lpstat.c:1925
 msgid "\tForm mounted:"
 msgstr "\tFormularis muntats:"
 
-#: systemv/lpstat.c:1878 systemv/lpstat.c:2003
 msgid "\tForms allowed:"
 msgstr "\tFormularis admesos:"
 
-#: systemv/lpstat.c:1840 systemv/lpstat.c:1966
 #, c-format
 msgid "\tInterface: %s.ppd"
 msgstr "\tInterfície: %s.ppd"
 
-#: systemv/lpstat.c:1849 systemv/lpstat.c:1974
 #, c-format
 msgid "\tInterface: %s/interfaces/%s"
 msgstr "\tInterfície: %s/interfícies/%s"
 
-#: systemv/lpstat.c:1853 systemv/lpstat.c:1978
 #, c-format
 msgid "\tInterface: %s/ppd/%s.ppd"
 msgstr "\tInterfície: %s/ppd/%s.ppd"
 
-#: systemv/lpstat.c:1831 systemv/lpstat.c:1957
 #, c-format
 msgid "\tLocation: %s"
 msgstr "\tUbicació: %s"
 
-#: systemv/lpstat.c:1856 systemv/lpstat.c:1981
 msgid "\tOn fault: no alert"
 msgstr "\tEn cas de fallada: no avisis"
 
-#: systemv/lpstat.c:1801 systemv/lpstat.c:1927
 msgid "\tPrinter types: unknown"
 msgstr "\tTipus d'impresores: desconeguts"
 
-#: systemv/lpstat.c:1462
 #, c-format
 msgid "\tStatus: %s"
 msgstr "\tEstat: %s"
 
-#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986
-#: systemv/lpstat.c:2000
 msgid "\tUsers allowed:"
 msgstr "\tUsuaris permesos:"
 
-#: systemv/lpstat.c:1868 systemv/lpstat.c:1993
 msgid "\tUsers denied:"
 msgstr "\tUsuaris sense permís:"
 
-#: berkeley/lpc.c:436
 msgid "\tdaemon present"
 msgstr "\tpresència del dimoni"
 
-#: berkeley/lpc.c:432
 msgid "\tno entries"
 msgstr "\tcap entrada"
 
-#: berkeley/lpc.c:404 berkeley/lpc.c:416
 #, c-format
 msgid "\tprinter is on device '%s' speed -1"
 msgstr "\tLa impressora és al dispositiu «%s» velocitat -1"
 
-#: berkeley/lpc.c:429
 msgid "\tprinting is disabled"
 msgstr "\tLa impressora està deshabilitada"
 
-#: berkeley/lpc.c:427
 msgid "\tprinting is enabled"
 msgstr "\tLa impressora està habilitada"
 
-#: systemv/lpstat.c:1484
 #, c-format
 msgid "\tqueued for %s"
 msgstr "\ten cua per %s"
 
-#: berkeley/lpc.c:424
 msgid "\tqueuing is disabled"
 msgstr "\tla cua està deshabilitada"
 
-#: berkeley/lpc.c:422
 msgid "\tqueuing is enabled"
 msgstr "\tla cua està habilitada"
 
-#: systemv/lpstat.c:1792 systemv/lpstat.c:1918
 msgid "\treason unknown"
 msgstr "\traó desconeguda"
 
-#: systemv/cupstestppd.c:454
 msgid ""
 "\n"
 "    DETAILED CONFORMANCE TEST RESULTS"
@@ -203,134 +165,102 @@ msgstr ""
 "\n"
 "     RESULTAT DETALLAT DEL TEST DE CONFORMITAT"
 
-#: systemv/cupstestppd.c:3800
 msgid "                          Ignore specific warnings."
 msgstr "                          Ignora els avisos específics."
 
-#: systemv/cupstestppd.c:3804
 msgid "                          Issue warnings instead of errors."
 msgstr "                          Mostra avisos enlloc d'errors."
 
-#: systemv/cupstestppd.c:410 systemv/cupstestppd.c:415
 msgid "                REF: Page 15, section 3.1."
 msgstr "                REF: pàgina 15, secció 3.1."
 
-#: systemv/cupstestppd.c:405
 msgid "                REF: Page 15, section 3.2."
 msgstr "                REF: pàgina 15, secció 3.2."
 
-#: systemv/cupstestppd.c:425
 msgid "                REF: Page 19, section 3.3."
 msgstr "                REF: pàgina 19, secció 3.3."
 
-#: systemv/cupstestppd.c:378
 msgid "                REF: Page 20, section 3.4."
 msgstr "                REF: pàgina 20, secció 3.4."
 
-#: systemv/cupstestppd.c:430
 msgid "                REF: Page 27, section 3.5."
 msgstr "                REF: pàgina 27, secció 3.5."
 
-#: systemv/cupstestppd.c:373
 msgid "                REF: Page 42, section 5.2."
 msgstr "                REF: pàgina 42, secció 5.2."
 
-#: systemv/cupstestppd.c:420
 msgid "                REF: Pages 16-17, section 3.2."
 msgstr "                REF: pàgines 16-17, secció 3.2."
 
-#: systemv/cupstestppd.c:390
 msgid "                REF: Pages 42-45, section 5.2."
 msgstr "                REF: pàgines 42-45, secció 5.2."
 
-#: systemv/cupstestppd.c:384
 msgid "                REF: Pages 45-46, section 5.2."
 msgstr "                REF: pàgines 45-46, secció 5.2."
 
-#: systemv/cupstestppd.c:395
 msgid "                REF: Pages 48-49, section 5.2."
 msgstr "                REF: pàgines 48-49, secció 5.2."
 
-#: systemv/cupstestppd.c:400
 msgid "                REF: Pages 52-54, section 5.2."
 msgstr "                REF: pàgines 52-54, secció 5.2."
 
-#: berkeley/lpq.c:554
 #, c-format
 msgid "        %-39.39s %.0f bytes"
 msgstr "        %-39.39s %.0f bytes"
 
-#: systemv/cupstestppd.c:589
 #, c-format
 msgid "        PASS    Default%s"
 msgstr "        VALIDA    Default%s"
 
-#: systemv/cupstestppd.c:524
 msgid "        PASS    DefaultImageableArea"
 msgstr "        VALIDA    DefaultImageableArea"
 
-#: systemv/cupstestppd.c:558
 msgid "        PASS    DefaultPaperDimension"
 msgstr "        VALIDA    DefaultPaperDimension"
 
-#: systemv/cupstestppd.c:631
 msgid "        PASS    FileVersion"
 msgstr "        VALIDA    FileVersion"
 
-#: systemv/cupstestppd.c:675
 msgid "        PASS    FormatVersion"
 msgstr "        VALIDA    FileVersion"
 
-#: systemv/cupstestppd.c:695
 msgid "        PASS    LanguageEncoding"
 msgstr "       VALIDA    LanguageEncoding"
 
-#: systemv/cupstestppd.c:715
 msgid "        PASS    LanguageVersion"
 msgstr "        VALIDA    LanguageVersion"
 
-#: systemv/cupstestppd.c:769
 msgid "        PASS    Manufacturer"
 msgstr "        VALIDA    Manufacturer"
 
-#: systemv/cupstestppd.c:809
 msgid "        PASS    ModelName"
 msgstr "        VALIDA    ModelName"
 
-#: systemv/cupstestppd.c:829
 msgid "        PASS    NickName"
 msgstr "        VALIDA    NickName"
 
-#: systemv/cupstestppd.c:889
 msgid "        PASS    PCFileName"
 msgstr "        VALIDA    PCFileName"
 
-#: systemv/cupstestppd.c:964
 msgid "        PASS    PSVersion"
 msgstr "        VALIDA    PSVersion"
 
-#: systemv/cupstestppd.c:869
 msgid "        PASS    PageRegion"
 msgstr "        VALIDA    PageRegion"
 
-#: systemv/cupstestppd.c:849
 msgid "        PASS    PageSize"
 msgstr "        VALIDA    PageSize"
 
-#: systemv/cupstestppd.c:924
 msgid "        PASS    Product"
 msgstr "        VALIDA    Product"
 
-#: systemv/cupstestppd.c:999
 msgid "        PASS    ShortNickName"
 msgstr "        VALIDA    ShortNickName"
 
-#: systemv/cupstestppd.c:1374
 #, c-format
 msgid "        WARN    %s has no corresponding options."
 msgstr "        AVÍS    %s no té les opcions corresponents."
 
-#: systemv/cupstestppd.c:1486
 #, c-format
 msgid ""
 "        WARN    %s shares a common prefix with %s\n"
@@ -339,7 +269,6 @@ msgstr ""
 "        AVÍS    %s té un prefixe comú amb %s\n"
 "                REF: pàgina 15, secció 3.2."
 
-#: systemv/cupstestppd.c:1345
 #, c-format
 msgid ""
 "        WARN    Duplex option keyword %s may not work as expected and should "
@@ -350,13 +279,11 @@ msgstr ""
 "s'espera i s'hauria de dir Duplex.\n"
 "                REF: pàgina 122, secció 5.17"
 
-#: systemv/cupstestppd.c:1744
 msgid "        WARN    File contains a mix of CR, LF, and CR LF line endings."
 msgstr ""
 "        AVÍS    El fitxer conté una barreja de CR, LF, i CR LF com a finals "
 "de línia."
 
-#: systemv/cupstestppd.c:1390
 msgid ""
 "        WARN    LanguageEncoding required by PPD 4.3 spec.\n"
 "                REF: Pages 56-57, section 5.3."
@@ -365,12 +292,10 @@ msgstr ""
 "4.3\n"
 "                REF: pàgines 56-57, secció 5.3."
 
-#: systemv/cupstestppd.c:1726
 #, c-format
 msgid "        WARN    Line %d only contains whitespace."
 msgstr "        AVÍS    La línia %d només conté espais en blanc."
 
-#: systemv/cupstestppd.c:1398
 msgid ""
 "        WARN    Manufacturer required by PPD 4.3 spec.\n"
 "                REF: Pages 58-59, section 5.3."
@@ -378,7 +303,6 @@ msgstr ""
 "        AVÍS    El fabricant requereix les espec. del PPD 4.3.\n"
 "                REF: pàgines 58-59, secció 5.3."
 
-#: systemv/cupstestppd.c:1749
 msgid ""
 "        WARN    Non-Windows PPD files should use lines ending with only LF, "
 "not CR LF."
@@ -386,7 +310,6 @@ msgstr ""
 "        AVÍS    Els fitxers PPD que no són del Windows han de fer servir "
 "només LF com a final de línia, no CR LF."
 
-#: systemv/cupstestppd.c:1382
 #, c-format
 msgid ""
 "        WARN    Obsolete PPD version %.1f.\n"
@@ -395,7 +318,6 @@ msgstr ""
 "        AVÍS     La versió del PPD %.1f és obsoleta!\n"
 "                REF: pàgina 42, secció 5.2."
 
-#: systemv/cupstestppd.c:1413
 msgid ""
 "        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n"
 "                REF: Pages 61-62, section 5.3."
@@ -404,7 +326,6 @@ msgstr ""
 "PPD.\n"
 "                REF: pàgines 61-62, secció 5.3."
 
-#: systemv/cupstestppd.c:1421
 msgid ""
 "        WARN    PCFileName should contain a unique filename.\n"
 "                REF: Pages 61-62, section 5.3."
@@ -413,7 +334,6 @@ msgstr ""
 "PPD.\n"
 "                REF: pàgines 61-62, secció 5.3."
 
-#: systemv/cupstestppd.c:1456
 msgid ""
 "        WARN    Protocols contains PJL but JCL attributes are not set.\n"
 "                REF: Pages 78-79, section 5.7."
@@ -422,7 +342,6 @@ msgstr ""
 "s'han definit.\n"
 "                REF: pàgines 78-79, secció 5.7."
 
-#: systemv/cupstestppd.c:1447
 msgid ""
 "        WARN    Protocols contains both PJL and BCP; expected TBCP.\n"
 "                REF: Pages 78-79, section 5.7."
@@ -431,7 +350,6 @@ msgstr ""
 "TBCP.\n"
 "                REF: pàgines 78-79, secció 5.7."
 
-#: systemv/cupstestppd.c:1430
 msgid ""
 "        WARN    ShortNickName required by PPD 4.3 spec.\n"
 "                REF: Pages 64-65, section 5.3."
@@ -439,19 +357,15 @@ msgstr ""
 "        AVÍS    Es requereix un ShortNickName segons les espec.del PPD 4.3.\n"
 "                REF: pàgines 64-65, secció 5.3."
 
-#: systemv/cupsaddsmb.c:282
 msgid "       cupsaddsmb [options] -a"
 msgstr "       cupsaddsmb [opcions] -a"
 
-#: systemv/cupstestdsc.c:427
 msgid "       cupstestdsc [options] -"
 msgstr "       cupstestdsc [opcions] -"
 
-#: systemv/cupstestppd.c:3795
 msgid "       program | cupstestppd [options] -"
 msgstr "       programa | cupstestppd [opcions] -"
 
-#: systemv/cupstestppd.c:3727
 #, c-format
 msgid ""
 "      %s  \"%s %s\" conflicts with \"%s %s\"\n"
@@ -460,17 +374,14 @@ msgstr ""
 "      %s  «%s %s» entra en conflicte amb «%s %s»\n"
 "                (restricció=«%s %s %s %s»)."
 
-#: systemv/cupstestppd.c:2248
 #, c-format
 msgid "      %s  %s %s does not exist."
 msgstr "      %s  %s %s no existeix."
 
-#: systemv/cupstestppd.c:3884
 #, c-format
 msgid "      %s  %s file \"%s\" has the wrong capitalization."
 msgstr "      %s  %s el fitxer «%s» fa un ús incorrecte de les majúscules."
 
-#: systemv/cupstestppd.c:2318
 #, c-format
 msgid ""
 "      %s  Bad %s choice %s.\n"
@@ -479,100 +390,71 @@ msgstr ""
 "      %s  Mala %s elecció %s!\n"
 "                REF: pàgina 122, secció 5.17"
 
-#: systemv/cupstestppd.c:3487 systemv/cupstestppd.c:3536
-#: systemv/cupstestppd.c:3575
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s."
 msgstr ""
 "      %s  UTF-8 incorrecte «%s» a la traducció de l'opció %s, elecció %s."
 
-#: systemv/cupstestppd.c:3441
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s."
 msgstr "      %s  UTF-8 Incorrecte «%s» a la traducció de l'opció %s."
 
-#: systemv/cupstestppd.c:2389
 #, c-format
 msgid "      %s  Bad cupsFilter value \"%s\"."
 msgstr "      %s  Valor incorrecte del cupsFilter «%s»."
 
-#: systemv/cupstestppd.c:2475
 #, c-format
 msgid "      %s  Bad cupsFilter2 value \"%s\"."
 msgstr "      %s  Valor incorrecte del cupsFilter2 «%s»"
 
-#: systemv/cupstestppd.c:2964
 #, c-format
 msgid "      %s  Bad cupsICCProfile %s."
 msgstr "      %s  cupsICCProfile incorrecte %s."
 
-#: systemv/cupstestppd.c:2571
 #, c-format
 msgid "      %s  Bad cupsPreFilter value \"%s\"."
 msgstr "      %s  Valor de la cupsPreFilter incorrecte «%s»."
 
-#: systemv/cupstestppd.c:1822
 #, c-format
 msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
 msgstr "      %s  cupsUIConstraints incorrecte %s: «%s»"
 
-#: systemv/cupstestppd.c:3391
 #, c-format
 msgid "      %s  Bad language \"%s\"."
 msgstr "      %s  language incorrecte «%s»."
 
-#: systemv/cupstestppd.c:2433 systemv/cupstestppd.c:2529
-#: systemv/cupstestppd.c:2615 systemv/cupstestppd.c:2673
-#: systemv/cupstestppd.c:2728 systemv/cupstestppd.c:2783
-#: systemv/cupstestppd.c:2838 systemv/cupstestppd.c:2891
-#: systemv/cupstestppd.c:3013
 #, c-format
 msgid "      %s  Bad permissions on %s file \"%s\"."
 msgstr "      %s  Permisos del fitxer %s incorrectes «%s»."
 
-#: systemv/cupstestppd.c:2373 systemv/cupstestppd.c:2459
-#: systemv/cupstestppd.c:2555 systemv/cupstestppd.c:2642
-#: systemv/cupstestppd.c:2697 systemv/cupstestppd.c:2752
-#: systemv/cupstestppd.c:2807 systemv/cupstestppd.c:2862
 #, c-format
 msgid "      %s  Bad spelling of %s - should be %s."
 msgstr "      %s  %s Està mal escrit: hauria de ser %s."
 
-#: systemv/cupstestppd.c:2907
 #, c-format
 msgid "      %s  Cannot provide both APScanAppPath and APScanAppBundleID."
 msgstr "      %s  No hi pot haver APScanAppPath i APScanAppBundleID alhora."
 
-#: systemv/cupstestppd.c:2205
 #, c-format
 msgid "      %s  Default choices conflicting."
 msgstr "      %s  Conflictes amb les opcions per defecte."
 
-#: systemv/cupstestppd.c:1803
 #, c-format
 msgid "      %s  Empty cupsUIConstraints %s"
 msgstr "      %s  cupsUIConstraints buit %s"
 
-#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s, choice %s."
 msgstr "      %s  Falta la traducció de «%s» per l'opció %s, elecció %s."
 
-#: systemv/cupstestppd.c:3427
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s."
 msgstr "      %s  Falta la traducció de «%s» per l'opció %s."
 
-#: systemv/cupstestppd.c:2418 systemv/cupstestppd.c:2514
-#: systemv/cupstestppd.c:2600 systemv/cupstestppd.c:2658
-#: systemv/cupstestppd.c:2713 systemv/cupstestppd.c:2768
-#: systemv/cupstestppd.c:2823 systemv/cupstestppd.c:2875
-#: systemv/cupstestppd.c:2998
 #, c-format
 msgid "      %s  Missing %s file \"%s\"."
 msgstr "      %s  Falta el fitxer %s «%s»."
 
-#: systemv/cupstestppd.c:3121
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageRegion option.\n"
@@ -581,7 +463,6 @@ msgstr ""
 "      %s  Falta l'opció PageRegion NECESSÀRIA .\n"
 "                REF: pàgina 100, secció 5.14."
 
-#: systemv/cupstestppd.c:3106
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageSize option.\n"
@@ -590,37 +471,30 @@ msgstr ""
 "      %s  Falta l'opció PageSize NECESSÀRIA.\n"
 "                REF: pàgina 99, secció 5.14."
 
-#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054
 #, c-format
 msgid "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr "      %s  Falta l'elecció *%s %s a UIConstraints «*%s %s *%s %s»."
 
-#: systemv/cupstestppd.c:1908
 #, c-format
 msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\""
 msgstr "      %s  Falta l'elecció *%s %s a cupsUIConstraints %s: «%s»"
 
-#: systemv/cupstestppd.c:1840
 #, c-format
 msgid "      %s  Missing cupsUIResolver %s"
 msgstr "      %s  Falta el cupsUIResolver %s"
 
-#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040
 #, c-format
 msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr "      %s  Falta l'opció %s a UIConstraints «*%s %s *%s %s»."
 
-#: systemv/cupstestppd.c:1892
 #, c-format
 msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
 msgstr "      %s  Falta l'opció %s a cupsUIConstraints %s: «%s»"
 
-#: systemv/cupstestppd.c:3613
 #, c-format
 msgid "      %s  No base translation \"%s\" is included in file."
 msgstr "      %s  No s'ha inclòs cap traducció de base «%s» al fitxer."
 
-#: systemv/cupstestppd.c:2294
 #, c-format
 msgid ""
 "      %s  REQUIRED %s does not define choice None.\n"
@@ -629,44 +503,36 @@ msgstr ""
 "      %s  NECESSARI %s no defineix l'eleció «Cap»!\n"
 "                REF: pàgina 122, secció 5.17"
 
-#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194
 #, c-format
 msgid "      %s  Size \"%s\" defined for %s but not for %s."
 msgstr "      %s  Mida \"%s\" definida per %s però no per %s."
 
-#: systemv/cupstestppd.c:3160
 #, c-format
 msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)."
 msgstr "      %s  Mida \"%s\" té unes dimensions inesperades (%gx%g)."
 
-#: systemv/cupstestppd.c:3332
 #, c-format
 msgid "      %s  Size \"%s\" should be \"%s\"."
 msgstr "      %s  Mida «%s» hauria de ser «%s»."
 
-#: systemv/cupstestppd.c:3292
 #, c-format
 msgid "      %s  Size \"%s\" should be the Adobe standard name \"%s\"."
 msgstr "      %s  Mida \"%s\" hauria de ser el nom estàndard d'Adobe «%s»."
 
-#: systemv/cupstestppd.c:3041
 #, c-format
 msgid "      %s  cupsICCProfile %s hash value collides with %s."
 msgstr "      %s  cupsICCProfile %s el valor resum (hash) col·lideix amb %s."
 
-#: systemv/cupstestppd.c:1963
 #, c-format
 msgid "      %s  cupsUIResolver %s causes a loop."
 msgstr "      %s  cupsUIResolver %s entra en bucle."
 
-#: systemv/cupstestppd.c:1945
 #, c-format
 msgid ""
 "      %s  cupsUIResolver %s does not list at least two different options."
 msgstr ""
 "      %s  cupsUIResolver %s no llista com a mínim dues opcions diferents."
 
-#: systemv/cupstestppd.c:1168
 #, c-format
 msgid ""
 "      **FAIL**  %s must be 1284DeviceID\n"
@@ -675,7 +541,6 @@ msgstr ""
 "      **ERROR**  %s ha de ser 1284DeviceID!\n"
 "                REF: pàgina 72, secció 5.5"
 
-#: systemv/cupstestppd.c:580
 #, c-format
 msgid ""
 "      **FAIL**  Bad Default%s %s\n"
@@ -684,7 +549,6 @@ msgstr ""
 "      **ERROR**  Default%s incorrecte %s\n"
 "                REF: pàgina 40, secció 4.5."
 
-#: systemv/cupstestppd.c:514
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultImageableArea %s\n"
@@ -693,7 +557,6 @@ msgstr ""
 "      **ERROR**  DefaultImageableArea incorrecte %s\n"
 "                REF: pàgina 102, secció 5.15."
 
-#: systemv/cupstestppd.c:550
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultPaperDimension %s\n"
@@ -702,7 +565,6 @@ msgstr ""
 "      **ERROR**  DefaultPaperDimension incorrecte %s\n"
 "                REF: pàgina 103, secció 5.15."
 
-#: systemv/cupstestppd.c:623
 #, c-format
 msgid ""
 "      **FAIL**  Bad FileVersion \"%s\"\n"
@@ -711,7 +573,6 @@ msgstr ""
 "      **ERROR**  FileVersion incorrecte «%s»\n"
 "                REF: pàgina 56, secció 5.3."
 
-#: systemv/cupstestppd.c:667
 #, c-format
 msgid ""
 "      **FAIL**  Bad FormatVersion \"%s\"\n"
@@ -720,7 +581,6 @@ msgstr ""
 "      **ERROR**  FormatVersion incorrecte «%s»\n"
 "                REF: pàgina 56, secció 5.3."
 
-#: systemv/cupstestppd.c:1025
 msgid ""
 "      **FAIL**  Bad JobPatchFile attribute in file\n"
 "                REF: Page 24, section 3.4."
@@ -728,17 +588,14 @@ msgstr ""
 "      **ERROR**  atribut de JobPatchFile incorrecte al fitxer\n"
 "                REF: pàgina 24, secció 3.4."
 
-#: systemv/cupstestppd.c:1213
 #, c-format
 msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1."
 msgstr "      **ERROR**  LanguageEncoding incorrecte %s: ha de ser ISOLatin1."
 
-#: systemv/cupstestppd.c:1227
 #, c-format
 msgid "      **FAIL**  Bad LanguageVersion %s - must be English."
 msgstr "      **ERROR**  LanguageVersion incorrecta %s: ha de ser anglès."
 
-#: systemv/cupstestppd.c:743 systemv/cupstestppd.c:760
 #, c-format
 msgid ""
 "      **FAIL**  Bad Manufacturer (should be \"%s\")\n"
@@ -747,7 +604,6 @@ msgstr ""
 "      **ERROR**  Manufacturer incorrecte (hauria de ser «%s»)\n"
 "                REF: pàgina 211, taula D.1."
 
-#: systemv/cupstestppd.c:800
 #, c-format
 msgid ""
 "      **FAIL**  Bad ModelName - \"%c\" not allowed in string.\n"
@@ -756,7 +612,6 @@ msgstr ""
 "      **ERROR**  ModelName incorrecte - no es permet «%c» a la cadena.\n"
 "                REF: pàgines 59-60, secció 5.3."
 
-#: systemv/cupstestppd.c:956
 msgid ""
 "      **FAIL**  Bad PSVersion - not \"(string) int\".\n"
 "                REF: Pages 62-64, section 5.3."
@@ -764,7 +619,6 @@ msgstr ""
 "      **ERROR**  PSVersion incorrecte - no és «(cadena) enter».\n"
 "                REF: pàgines 62-64, secció 5.3."
 
-#: systemv/cupstestppd.c:917
 msgid ""
 "      **FAIL**  Bad Product - not \"(string)\".\n"
 "                REF: Page 62, section 5.3."
@@ -772,7 +626,6 @@ msgstr ""
 "      **ERROR**  Product incorrecte - no és «(cadena)».\n"
 "                REF: pàgina 62, secció 5.3."
 
-#: systemv/cupstestppd.c:991
 msgid ""
 "      **FAIL**  Bad ShortNickName - longer than 31 chars.\n"
 "                REF: Pages 64-65, section 5.3."
@@ -780,7 +633,6 @@ msgstr ""
 "      **ERROR**  ShortNickName incorrecte - més llarg de 31 caràcters.\n"
 "                REF: pàgines 64-65, secció 5.3."
 
-#: systemv/cupstestppd.c:1149
 #, c-format
 msgid ""
 "      **FAIL**  Bad option %s choice %s\n"
@@ -789,13 +641,11 @@ msgstr ""
 "      **ERROR**  Elecció %s incorrecta %s\n"
 "                REF: pàgina 84, secció 5.9"
 
-#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776
 #, c-format
 msgid "      **FAIL**  Default option code cannot be interpreted: %s"
 msgstr ""
 "      **ERROR**  El codi de l'opció per defecte no es pot interpretar: %s"
 
-#: systemv/cupstestppd.c:1286
 #, c-format
 msgid ""
 "      **FAIL**  Default translation string for option %s choice %s contains "
@@ -804,7 +654,6 @@ msgstr ""
 "      **ERROR**  La traducció per defecte de l'opció %s elecció %s conté "
 "caràcters de 8 bits."
 
-#: systemv/cupstestppd.c:1259
 #, c-format
 msgid ""
 "      **FAIL**  Default translation string for option %s contains 8-bit "
@@ -813,34 +662,29 @@ msgstr ""
 "      **ERROR**  La traducció per defecte de l'opció %s conté caràcters de 8 "
 "bits."
 
-#: systemv/cupstestppd.c:2101
 #, c-format
 msgid "      **FAIL**  Group names %s and %s differ only by case."
 msgstr ""
 "      **ERROR**  Els noms dels grups %s i %s només es diferencien en les "
 "majúscules."
 
-#: systemv/cupstestppd.c:2146
 #, c-format
 msgid "      **FAIL**  Multiple occurrences of option %s choice name %s."
 msgstr ""
 "      **ERROR**  Coincidències múltiples de l'opció %s nom de l'elecció %s."
 
-#: systemv/cupstestppd.c:2163
 #, c-format
 msgid "      **FAIL**  Option %s choice names %s and %s differ only by case."
 msgstr ""
 "      **ERROR**  L'opció %s noms de les opcions %s i %s només es diferencien "
 "per les majúscules."
 
-#: systemv/cupstestppd.c:2123
 #, c-format
 msgid "      **FAIL**  Option names %s and %s differ only by case."
 msgstr ""
 "      **ERROR**  Els noms de les opcions %s i %s només es diferencien per "
 "les majúscules."
 
-#: systemv/cupstestppd.c:600
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED Default%s\n"
@@ -849,7 +693,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA Default%s\n"
 "                REF: pàgina 40, secció 4.5."
 
-#: systemv/cupstestppd.c:499
 msgid ""
 "      **FAIL**  REQUIRED DefaultImageableArea\n"
 "                REF: Page 102, section 5.15."
@@ -857,7 +700,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA DefaultImageableArea\n"
 "                REF: pàgina 102, secció 5.15."
 
-#: systemv/cupstestppd.c:535
 msgid ""
 "      **FAIL**  REQUIRED DefaultPaperDimension\n"
 "                REF: Page 103, section 5.15."
@@ -865,7 +707,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA DefaultPaperDimension\n"
 "                REF: pàgina 103, secció 5.15."
 
-#: systemv/cupstestppd.c:641
 msgid ""
 "      **FAIL**  REQUIRED FileVersion\n"
 "                REF: Page 56, section 5.3."
@@ -873,7 +714,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA FileVersion\n"
 "                REF: pàgina 56, secció 5.3."
 
-#: systemv/cupstestppd.c:685
 msgid ""
 "      **FAIL**  REQUIRED FormatVersion\n"
 "                REF: Page 56, section 5.3."
@@ -881,7 +721,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA FormatVersion\n"
 "                REF: pàgina 56, secció 5.3."
 
-#: systemv/cupstestppd.c:1076
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED ImageableArea for PageSize %s\n"
@@ -892,7 +731,6 @@ msgstr ""
 "                REF: pàgina 41, secció 5.\n"
 "                REF: pàgina 102, secció 5.15."
 
-#: systemv/cupstestppd.c:705
 msgid ""
 "      **FAIL**  REQUIRED LanguageEncoding\n"
 "                REF: Pages 56-57, section 5.3."
@@ -900,7 +738,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA LanguageEncoding\n"
 "                REF: pàgines 56-57, secció 5.3."
 
-#: systemv/cupstestppd.c:725
 msgid ""
 "      **FAIL**  REQUIRED LanguageVersion\n"
 "                REF: Pages 57-58, section 5.3."
@@ -908,7 +745,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA LanguageVersion\n"
 "                REF: pàgines 57-58, secció 5.3."
 
-#: systemv/cupstestppd.c:779
 msgid ""
 "      **FAIL**  REQUIRED Manufacturer\n"
 "                REF: Pages 58-59, section 5.3."
@@ -916,7 +752,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA Manufacturer\n"
 "                REF: pàgines 58-59, secció 5.3."
 
-#: systemv/cupstestppd.c:819
 msgid ""
 "      **FAIL**  REQUIRED ModelName\n"
 "                REF: Pages 59-60, section 5.3."
@@ -924,7 +759,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA ModelName\n"
 "                REF: pàgines 59-60, secció 5.3."
 
-#: systemv/cupstestppd.c:839
 msgid ""
 "      **FAIL**  REQUIRED NickName\n"
 "                REF: Page 60, section 5.3."
@@ -932,7 +766,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA NickName\n"
 "                REF: pàgina 60, secció 5.3."
 
-#: systemv/cupstestppd.c:899
 msgid ""
 "      **FAIL**  REQUIRED PCFileName\n"
 "                REF: Pages 61-62, section 5.3."
@@ -940,7 +773,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA PCFileName\n"
 "                REF: pàgines 61-62, secció 5.3."
 
-#: systemv/cupstestppd.c:974
 msgid ""
 "      **FAIL**  REQUIRED PSVersion\n"
 "                REF: Pages 62-64, section 5.3."
@@ -948,7 +780,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA PSVersion\n"
 "                REF: pàgines 62-64, secció 5.3."
 
-#: systemv/cupstestppd.c:879
 msgid ""
 "      **FAIL**  REQUIRED PageRegion\n"
 "                REF: Page 100, section 5.14."
@@ -956,7 +787,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA PageRegion\n"
 "                REF: pàgina 100, secció 5.14."
 
-#: systemv/cupstestppd.c:1045
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Page 41, section 5.\n"
@@ -966,7 +796,6 @@ msgstr ""
 "                REF: pàgina 41, secció 5.\n"
 "                REF: pàgina 99, secció 5.14."
 
-#: systemv/cupstestppd.c:859
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Pages 99-100, section 5.14."
@@ -974,7 +803,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA PageSize\n"
 "                REF: pàgines 99-100, secció 5.14."
 
-#: systemv/cupstestppd.c:1098
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED PaperDimension for PageSize %s\n"
@@ -985,7 +813,6 @@ msgstr ""
 "                REF: pàgina 41, secció 5.\n"
 "                REF: pàgina 103, secció 5.15."
 
-#: systemv/cupstestppd.c:934
 msgid ""
 "      **FAIL**  REQUIRED Product\n"
 "                REF: Page 62, section 5.3."
@@ -993,7 +820,6 @@ msgstr ""
 "      **ERROR**  ES NECESSITA Product\n"
 "                REF: pàgina 62, secció 5.3."
 
-#: systemv/cupstestppd.c:1009
 msgid ""
 "      **FAIL**  REQUIRED ShortNickName\n"
 "                REF: Page 64-65, section 5.3."
@@ -1001,22 +827,17 @@ msgstr ""
 "      **FAIL**  ES NECESSITA ShortNickName\n"
 "                REF: pàgina 64-65, secció 5.3."
 
-#: systemv/cupstestppd.c:334 systemv/cupstestppd.c:353
-#: systemv/cupstestppd.c:365
 #, c-format
 msgid "      **FAIL**  Unable to open PPD file - %s on line %d."
 msgstr "      **ERROR** No es pot obrir el fitxer PPD - %s a la línia %d."
 
-#: systemv/cupstestppd.c:1498
 #, c-format
 msgid "    %d ERRORS FOUND"
 msgstr "    %d S'HAN TROBAT ERRORS"
 
-#: systemv/cupstestdsc.c:431
 msgid "    -h       Show program usage"
 msgstr "    -h       Mostra la sintaxi del programa"
 
-#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276
 #, c-format
 msgid ""
 "    Bad %%%%BoundingBox: on line %d.\n"
@@ -1025,7 +846,6 @@ msgstr ""
 "    %%%%BoundingBox incorrecte: a la línia %d.\n"
 "        REF: pàgina 39, %%%%BoundingBox:"
 
-#: systemv/cupstestdsc.c:305
 #, c-format
 msgid ""
 "    Bad %%%%Page: on line %d.\n"
@@ -1034,7 +854,6 @@ msgstr ""
 "    %%%%Page incorrecte: a la línia %d.\n"
 "        REF: pàgina 53, %%%%Page:"
 
-#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258
 #, c-format
 msgid ""
 "    Bad %%%%Pages: on line %d.\n"
@@ -1043,7 +862,6 @@ msgstr ""
 "    %%%%Pages incorrecte: a la línia %d!\n"
 "        REF: pàgina 43, %%%%Pages:"
 
-#: systemv/cupstestdsc.c:176
 #, c-format
 msgid ""
 "    Line %d is longer than 255 characters (%d).\n"
@@ -1052,7 +870,6 @@ msgstr ""
 "    La línia %d és més llarga de 255 caràcters (%d)\n"
 "        REF: pàgina 25, Longitud de línia"
 
-#: systemv/cupstestdsc.c:192
 msgid ""
 "    Missing %!PS-Adobe-3.0 on first line.\n"
 "        REF: Page 17, 3.1 Conforming Documents"
@@ -1060,13 +877,11 @@ msgstr ""
 "    Falta %!PS-Adobe-3.0 a la primera línia.\n"
 "        REF: pàgina 17, 3.1 Adaptació de documents"
 
-#: systemv/cupstestdsc.c:362
 #, c-format
 msgid "    Missing %%EndComments comment.        REF: Page 41, %%EndComments"
 msgstr ""
 "    Falta el comentari %%EndComments.        REF: pàgina 41, %%EndComments"
 
-#: systemv/cupstestdsc.c:342
 #, c-format
 msgid ""
 "    Missing or bad %%BoundingBox: comment.\n"
@@ -1075,7 +890,6 @@ msgstr ""
 "     %%BoundingBox incorrecte o inexistent: comentari.\n"
 "        REF: pàgina 39, %%BoundingBox:"
 
-#: systemv/cupstestdsc.c:372
 #, c-format
 msgid ""
 "    Missing or bad %%Page: comments.\n"
@@ -1084,7 +898,6 @@ msgstr ""
 "    %%Page incorrecte o inexistent: comentaris.\n"
 "        REF: pàgina 53, %%Page:"
 
-#: systemv/cupstestdsc.c:352
 #, c-format
 msgid ""
 "    Missing or bad %%Pages: comment.\n"
@@ -1093,159 +906,124 @@ msgstr ""
 "    %%Pages incorrecte o inexistent: comentari.\n"
 "        REF: pàgina 43, %%Pages:"
 
-#: systemv/cupstestppd.c:1500
 msgid "    NO ERRORS FOUND"
 msgstr "    NO S'HA TROBAT CAP ERROR"
 
-#: systemv/cupstestdsc.c:395
 #, c-format
 msgid "    Saw %d lines that exceeded 255 characters."
 msgstr "     S'han trobat %d línies que superen els 255 caràcters."
 
-#: systemv/cupstestdsc.c:390
 #, c-format
 msgid "    Too many %%BeginDocument comments."
 msgstr "     Massa comentaris %%BeginDocument."
 
-#: systemv/cupstestdsc.c:382
 #, c-format
 msgid "    Too many %%EndDocument comments."
 msgstr "     Massa comentaris %%EndDocument."
 
-#: systemv/cupstestdsc.c:402
 msgid "    Warning: file contains binary data."
 msgstr "     Avís: el fitxer conté dades binàries."
 
-#: systemv/cupstestdsc.c:410
 #, c-format
 msgid "    Warning: no %%EndComments comment in file."
 msgstr "     Avís: no hi ha cap %%EndComments al fitxer."
 
-#: systemv/cupstestdsc.c:406
 #, c-format
 msgid "    Warning: obsolete DSC version %.1f in file."
 msgstr "     Avís: versió del DSC %.1f obsoleta al fitxer."
 
-#: systemv/cupsctl.c:210
 msgid "  --[no-]debug-logging    Turn debug logging on/off."
 msgstr "  --[no-]debug-logging    Activa o desactiva el registre de depuració."
 
-#: systemv/cupsctl.c:212
 msgid "  --[no-]remote-admin     Turn remote administration on/off."
 msgstr "  --[no-]remote-admin     Activa o desactiva l'administració remota."
 
-#: systemv/cupsctl.c:214
 msgid "  --[no-]remote-any       Allow/prevent access from the Internet."
 msgstr "  --[no-]remote-any       Permet o impedeix l'accés des d'Internet."
 
-#: systemv/cupsctl.c:216
 msgid "  --[no-]share-printers   Turn printer sharing on/off."
 msgstr ""
 "  --[no-]share-printers   Activa o desactiva la compartició d'impressores."
 
-#: systemv/cupsctl.c:218
 msgid "  --[no-]user-cancel-any  Allow/prevent users to cancel any job."
 msgstr ""
 "  --[no-]user-cancel-any  Permet o impedeix que els usuaris cancel·lin "
 "tasques."
 
-#: ppdc/ppdc.cxx:455
 msgid "  --cr                    End lines with CR (Mac OS 9)."
 msgstr "  --cr                    Final de línia amb CR (Mac OS 9)."
 
-#: ppdc/ppdc.cxx:457
 msgid "  --crlf                  End lines with CR + LF (Windows)."
 msgstr "  --crlf                  Final de línia amb CR + LF (Windows)."
 
-#: ppdc/ppdc.cxx:459
 msgid "  --lf                    End lines with LF (UNIX/Linux/OS X)."
 msgstr "  --lf                    Final de línia amb LF (UNIX/Linux/OS X)."
 
-#: test/ipptool.c:4404
 msgid "  -4                      Connect using IPv4."
 msgstr "  -4                      Connecta fent servir IPv4."
 
-#: test/ipptool.c:4405
 msgid "  -6                      Connect using IPv6."
 msgstr "  -6                      Connecta fent servir IPv6."
 
-#: test/ipptool.c:4406
 msgid "  -C                      Send requests using chunking (default)."
 msgstr ""
 "  -C                      Envia les sol·licituds fent servir la fragmentació "
 "(per defecte)."
 
-#: scheduler/cupsfilter.c:1431
 msgid "  -D                      Remove the input file when finished."
 msgstr "  -D                      Elimina el fitxer d'entrada quan ha acabat."
 
-#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255
 msgid "  -D name=value           Set named variable to value."
 msgstr "  -D nom=valor            Estableix la variable indicada al valor."
 
-#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205
 msgid "  -E                      Encrypt the connection."
 msgstr "  -E                      Xifra la connexió."
 
-#: test/ipptool.c:4408
 msgid "  -E                      Test with HTTP Upgrade to TLS."
 msgstr ""
 "  -E                      Fa una prova amb l'actualització d'HTTP a TLS."
 
-#: scheduler/main.c:2021
 msgid ""
 "  -F                      Run in the foreground but detach from console."
 msgstr ""
 "  -F                      Executa en primer pla però separat de la consola."
 
-#: systemv/cupsaddsmb.c:286
 msgid "  -H samba-server         Use the named SAMBA server."
 msgstr "  -H servidor-samba         Fa servir el servidor SAMBA indicat."
 
-#: test/ipptool.c:4410
 msgid "  -I                      Ignore errors."
 msgstr "  -I                      Ignora els errors."
 
-#: ppdc/ppdc.cxx:440 ppdc/ppdhtml.cxx:177 ppdc/ppdi.cxx:131 ppdc/ppdpo.cxx:257
 msgid "  -I include-dir          Add include directory to search path."
 msgstr "  -I dir-inclòs          Afegeix el directori inclòs al camí de cerca."
 
-#: systemv/cupstestppd.c:3799
 msgid "  -I {filename,filters,none,profiles}"
 msgstr "  -I {nomfitxer,filtres,cap,perfils}"
 
-#: test/ipptool.c:4411
 msgid "  -L                      Send requests using content-length."
 msgstr ""
 "  -L                      Envia les peticions fent servir content-length."
 
-#: scheduler/cupsfilter.c:1433
 msgid "  -P filename.ppd         Set PPD file."
 msgstr "  -P nomfitxer.ppd         Estableix el fitxer PPD."
 
-#: systemv/cupstestppd.c:3801
 msgid "  -R root-directory       Set alternate root."
 msgstr "  -R directori-arrel       Estableix una arrel alternativa."
 
-#: test/ipptool.c:4413
 msgid "  -S                      Test with SSL encryption."
 msgstr "  -S                      Fa una prova amb xifrat SSL."
 
-#: test/ipptool.c:4415
 msgid "  -T seconds              Set the receive/send timeout in seconds."
 msgstr ""
 "  -T segons              Estableix el temps d'espera màxim per enviar i "
 "rebre en segons."
 
-#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206
 msgid "  -U username             Specify username."
 msgstr "  -U nomusuari             Especifica un nom d'usuari."
 
-#: test/ipptool.c:4417
 msgid "  -V version              Set default IPP version."
 msgstr "  -V versió              Estableix la versió per defecte del IPP."
 
-#: systemv/cupstestppd.c:3802
 msgid ""
 "  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,"
 "translations}"
@@ -1253,71 +1031,56 @@ msgstr ""
 "  -W {tots,cap,restringits,per defecte,dúplex,filtres,perfils,mides,"
 "traduccions}"
 
-#: test/ipptool.c:4419
 msgid "  -X                      Produce XML plist instead of plain text."
 msgstr ""
 "  -X                      Retorna els plist en XML en comptes de text pla."
 
-#: systemv/cupsaddsmb.c:289
 msgid "  -a                      Export all printers."
 msgstr "  -a                      Exporta totes les impressores."
 
-#: ppdc/ppdc.cxx:442
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr "  -c catàleg.po           Carrega el catàleg de missatges indicat."
 
-#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019
 msgid "  -c cupsd.conf           Set cupsd.conf file to use."
 msgstr ""
 "  -c cupsd.conf           Estableix el fitxer cupsd.conf que cal fer servir."
 
-#: test/ipptool.c:4421
 msgid "  -d name=value           Set named variable to value."
 msgstr "  -d nom=valor           Estableix la variable indicada al valor."
 
-#: ppdc/ppdc.cxx:444
 msgid "  -d output-dir           Specify the output directory."
 msgstr "  -d dir-sortida           Especifica el directori de sortida."
 
-#: scheduler/cupsfilter.c:1437
 msgid "  -d printer              Use the named printer."
 msgstr "  -d impressora              Fa servir la impressora indicada."
 
-#: scheduler/cupsfilter.c:1439
 msgid "  -e                      Use every filter from the PPD file."
 msgstr "  -e                      Fa servir tots els filtres del fitxer PPD."
 
-#: scheduler/main.c:2020
 msgid "  -f                      Run in the foreground."
 msgstr "  -f                      Executa en primer pla."
 
-#: test/ipptool.c:4423
 msgid "  -f filename             Set default request filename."
 msgstr ""
 "  -f nomfitxer             Estableix el nom del fitxer per defecte de la "
 "sol·licitud."
 
-#: scheduler/main.c:2023
 msgid "  -h                      Show this usage message."
 msgstr "  -h                      Mostra aquest missatge de sintaxi."
 
-#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207
 msgid "  -h server[:port]        Specify server address."
 msgstr "  -h servidor[:port]        Especifica l'adreça del servidor."
 
-#: scheduler/cupsfilter.c:1441
 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)."
 
-#: test/ipptool.c:4425
 msgid ""
 "  -i seconds              Repeat the last file with the given time interval."
 msgstr ""
 "  -i segons              Repeteix l'últim fitxer amb l'interval especificat."
 
-#: scheduler/cupsfilter.c:1443
 msgid ""
 "  -j job-id[,N]           Filter file N from the specified job (default is "
 "file 1)."
@@ -1325,255 +1088,320 @@ msgstr ""
 "  -j id-feina[,N]           Filtra el fitxer N a la feina especificada (el "
 "fitxer per defecte és 1)."
 
-#: scheduler/main.c:2024
 msgid "  -l                      Run cupsd from launchd(8)."
 msgstr "  -l                      Executa cupsd des de launchd(8)."
 
-#: ppdc/ppdc.cxx:446
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
 "  -l idioma[,idioma,...]      Especifica els idiomes de sortida (locale)."
 
-#: ppdc/ppdc.cxx:448
 msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 "  -m                      Fa servir el valor de ModelName com a nom de "
 "fitxer."
 
-#: scheduler/cupsfilter.c:1445
 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)."
 
-#: scheduler/cupsfilter.c:1447
 msgid "  -n copies               Set number of copies."
 msgstr "  -n còpies               Estableix el nombre de còpies."
 
-#: test/ipptool.c:4427
 msgid ""
 "  -n count                Repeat the last file the given number of times."
 msgstr ""
 "  -n comptador                Repeteix l'últim fitxer el nombre indicat de "
 "vegades."
 
-#: ppdc/ppdi.cxx:133
 msgid ""
 "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
 msgstr ""
 "  -o nomfitxer.drv         Estableix el fitxer d'informació del controlador "
 "(ppdi.drv si no s'especifica)."
 
-#: ppdc/ppdmerge.cxx:370
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 "  -o nomfitxer.ppd[.gz]    Estableix el fitxer de sortida (stdout si no "
 "s'especifica)."
 
-#: scheduler/cupsfilter.c:1448
 msgid "  -o name=value           Set option(s)."
 msgstr "  -o nom=valor           Estableix les opcions."
 
-#: scheduler/cupsfilter.c:1449
 msgid "  -p filename.ppd         Set PPD file."
 msgstr "  -p nomfitxer.ppd         Estableix el fitxer PPD."
 
-#: systemv/cupstestppd.c:3806 test/ipptool.c:4429
 msgid "  -q                      Run silently."
 msgstr "  -q                      S'executa en mode silenciós."
 
-#: systemv/cupstestppd.c:3807
 msgid "  -r                      Use 'relaxed' open mode."
 msgstr "  -r                      Fa servir el mode obert «relaxat»."
 
-#: test/ipptool.c:4430
 msgid "  -t                      Produce a test report."
 msgstr "  -t                      Genera un informe de prova."
 
-#: ppdc/ppdc.cxx:450
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr "  -t                      Prova els  PPDs en comptes de generar-los."
 
-#: scheduler/main.c:2025
 msgid "  -t                      Test the configuration file."
 msgstr "  -t                      Prova el fitxer de configuració."
 
-#: scheduler/cupsfilter.c:1450
 msgid "  -t title                Set title."
 msgstr "  -t títol                Estableix el títol."
 
-#: scheduler/cupsfilter.c:1451
 msgid "  -u                      Remove the PPD file when finished."
 msgstr "  -u                      Elimina el fitxer PPD quan ha acabat."
 
-#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4431
-#: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259
 msgid "  -v                      Be verbose."
 msgstr "  -v                      Mode detallat."
 
-#: systemv/cupstestppd.c:3809
 msgid "  -vv                     Be very verbose."
 msgstr "  -vv                     Mode molt detallat."
 
-#: ppdc/ppdc.cxx:453
 msgid "  -z                      Compress PPD files using GNU zip."
 msgstr ""
 "  -z                      Comprimeix els fitxers PPD fent servir el zip de "
 "GNU."
 
-#: systemv/cupstestppd.c:332 systemv/cupstestppd.c:351
-#: systemv/cupstestppd.c:363 systemv/cupstestppd.c:496
-#: systemv/cupstestppd.c:511 systemv/cupstestppd.c:532
-#: systemv/cupstestppd.c:547 systemv/cupstestppd.c:577
-#: systemv/cupstestppd.c:597 systemv/cupstestppd.c:620
-#: systemv/cupstestppd.c:638 systemv/cupstestppd.c:664
-#: systemv/cupstestppd.c:682 systemv/cupstestppd.c:702
-#: systemv/cupstestppd.c:722 systemv/cupstestppd.c:740
-#: systemv/cupstestppd.c:757 systemv/cupstestppd.c:776
-#: systemv/cupstestppd.c:797 systemv/cupstestppd.c:816
-#: systemv/cupstestppd.c:836 systemv/cupstestppd.c:856
-#: systemv/cupstestppd.c:876 systemv/cupstestppd.c:896
-#: systemv/cupstestppd.c:914 systemv/cupstestppd.c:931
-#: systemv/cupstestppd.c:953 systemv/cupstestppd.c:971
-#: systemv/cupstestppd.c:988 systemv/cupstestppd.c:1006
-#: systemv/cupstestppd.c:1022 systemv/cupstestppd.c:1042
-#: systemv/cupstestppd.c:1073 systemv/cupstestppd.c:1095
-#: systemv/cupstestppd.c:1146 systemv/cupstestppd.c:1165
-#: systemv/cupstestppd.c:1209 systemv/cupstestppd.c:1223
-#: systemv/cupstestppd.c:1255 systemv/cupstestppd.c:1282
-#: systemv/cupstestppd.c:1800 systemv/cupstestppd.c:1819
-#: systemv/cupstestppd.c:1837 systemv/cupstestppd.c:1889
-#: systemv/cupstestppd.c:1905 systemv/cupstestppd.c:1942
-#: systemv/cupstestppd.c:1960 systemv/cupstestppd.c:1996
-#: systemv/cupstestppd.c:2010 systemv/cupstestppd.c:2037
-#: systemv/cupstestppd.c:2051 systemv/cupstestppd.c:2097
-#: systemv/cupstestppd.c:2119 systemv/cupstestppd.c:2142
-#: systemv/cupstestppd.c:2159 systemv/cupstestppd.c:2201
-#: systemv/cupstestppd.c:2244 systemv/cupstestppd.c:2291
-#: systemv/cupstestppd.c:2315 systemv/cupstestppd.c:2369
-#: systemv/cupstestppd.c:2385 systemv/cupstestppd.c:2415
-#: systemv/cupstestppd.c:2429 systemv/cupstestppd.c:2455
-#: systemv/cupstestppd.c:2471 systemv/cupstestppd.c:2511
-#: systemv/cupstestppd.c:2525 systemv/cupstestppd.c:2551
-#: systemv/cupstestppd.c:2567 systemv/cupstestppd.c:2597
-#: systemv/cupstestppd.c:2611 systemv/cupstestppd.c:2638
-#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2669
-#: systemv/cupstestppd.c:2693 systemv/cupstestppd.c:2710
-#: systemv/cupstestppd.c:2724 systemv/cupstestppd.c:2748
-#: systemv/cupstestppd.c:2765 systemv/cupstestppd.c:2779
-#: systemv/cupstestppd.c:2803 systemv/cupstestppd.c:2820
-#: systemv/cupstestppd.c:2834 systemv/cupstestppd.c:2858
-#: systemv/cupstestppd.c:2872 systemv/cupstestppd.c:2887
-#: systemv/cupstestppd.c:2904 systemv/cupstestppd.c:2960
-#: systemv/cupstestppd.c:2995 systemv/cupstestppd.c:3009
-#: systemv/cupstestppd.c:3037 systemv/cupstestppd.c:3102
-#: systemv/cupstestppd.c:3117 systemv/cupstestppd.c:3156
-#: systemv/cupstestppd.c:3176 systemv/cupstestppd.c:3190
-#: systemv/cupstestppd.c:3387 systemv/cupstestppd.c:3423
-#: systemv/cupstestppd.c:3437 systemv/cupstestppd.c:3483
-#: systemv/cupstestppd.c:3515 systemv/cupstestppd.c:3532
-#: systemv/cupstestppd.c:3555 systemv/cupstestppd.c:3571
-#: systemv/cupstestppd.c:3609 systemv/cupstestppd.c:3750
-#: systemv/cupstestppd.c:3772 systemv/cupstestppd.c:3880
 msgid " FAIL"
 msgstr " ERROR"
 
-#: systemv/cupstestppd.c:1306
 msgid " PASS"
 msgstr " VÀLID"
 
-#: berkeley/lpq.c:560
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad attribute name - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad attribute name - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad boolen value %d (RFC 2911 section 4.1.11)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad characters (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime day %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime deciseconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime month %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime seconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad enum value %d - out of range (RFC 2911 section 4.1.4)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 2911 section "
+"4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad octetString value - bad length %d (RFC 2911 section 4.1.10)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 2911 "
+"section 4.1.13)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 2911 section "
+"4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be "
+"positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC "
+"2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 2911 section 4.1.6)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 2911 section 4.1.6)."
+msgstr ""
+
 #, c-format
 msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
 msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
 
-#: berkeley/lpq.c:565
 #, c-format
 msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
 msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
 
-#: systemv/lpstat.c:750
 #, c-format
 msgid "%s accepting requests since %s"
 msgstr "%s accepta peticions des de %s"
 
-#: scheduler/ipp.c:10045
 #, c-format
 msgid "%s cannot be changed."
 msgstr "%s no es pot canviar."
 
-#: berkeley/lpc.c:189
 #, c-format
 msgid "%s is not implemented by the CUPS version of lpc."
 msgstr "%s no està implementat en la versió del CUPS del lpc."
 
-#: berkeley/lpq.c:651
 #, c-format
 msgid "%s is not ready"
 msgstr "%s no està preparada"
 
-#: berkeley/lpq.c:644
 #, c-format
 msgid "%s is ready"
 msgstr "%s està preparada"
 
-#: berkeley/lpq.c:647
 #, c-format
 msgid "%s is ready and printing"
 msgstr "%s està preparada i imprimeix"
 
-#: filter/rastertoepson.c:985 filter/rastertohp.c:711
-#: filter/rastertolabel.c:1134
 #, c-format
 msgid "%s job-id user title copies options [file]"
 msgstr "%s identificador-feina usuari títol còpies opcions [fitxer]"
 
-#: systemv/lpstat.c:754
 #, c-format
 msgid "%s not accepting requests since %s -"
 msgstr "%s no accepta peticions des de %s -"
 
-#: scheduler/ipp.c:691
 #, c-format
 msgid "%s not supported."
 msgstr "no és compatible amb l'ús de %s."
 
-#: systemv/lpstat.c:765
 #, c-format
 msgid "%s/%s accepting requests since %s"
 msgstr "%s/%s accepta peticions des de %s"
 
-#: systemv/lpstat.c:770
 #, c-format
 msgid "%s/%s not accepting requests since %s -"
 msgstr "%s/%s no accepta peticions des de %s -"
 
-#: berkeley/lpq.c:552
 #, c-format
 msgid "%s: %-33.33s [job %d localhost]"
 msgstr "%s: %-33.33s [feina %d localhost]"
 
 #. TRANSLATORS: Message is "subject: error"
-#: cups/langprintf.c:86 scheduler/cupsfilter.c:714 systemv/lpadmin.c:805
-#: systemv/lpadmin.c:856 systemv/lpadmin.c:906 systemv/lpadmin.c:962
-#: systemv/lpadmin.c:1060 systemv/lpadmin.c:1112 systemv/lpadmin.c:1168
-#: systemv/lpadmin.c:1478
 #, c-format
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: systemv/cancel.c:294 systemv/cancel.c:357
 #, c-format
 msgid "%s: %s failed: %s"
 msgstr "%s: %s ha fallat: %s"
 
-#: systemv/cupsaccept.c:68
 #, c-format
 msgid "%s: Don't know what to do."
 msgstr "%s: no sé que fer."
 
-#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:584
 #, c-format
 msgid ""
 "%s: Error - %s environment variable names non-existent destination \"%s\"."
@@ -1581,134 +1409,102 @@ msgstr ""
 "%s: error - els noms de les variables d'entorn %s tenen un destí inexistent "
 "«%s»."
 
-#: systemv/lp.c:231
 #, c-format
 msgid "%s: Error - bad job ID."
 msgstr "%s: error - ID de la feina incorrecte."
 
-#: systemv/lp.c:219
 #, c-format
 msgid "%s: Error - cannot print files and alter jobs simultaneously."
 msgstr ""
 "%s: error - no es poden imprimir fitxers i modificar tasques al mateix temps."
 
-#: systemv/lp.c:505
 #, c-format
 msgid "%s: Error - cannot print from stdin if files or a job ID are provided."
 msgstr ""
 "%s: error - no es pot imprimir des d'stdin si s'indiquen els fitxers o "
 "l'identificador de la feina."
 
-#: systemv/lp.c:461
 #, c-format
 msgid "%s: Error - expected character set after \"-S\" option."
 msgstr ""
 "%s: error - s'esperava un conjunt de caràcters després de l'opció «-S»."
 
-#: systemv/lp.c:480
 #, c-format
 msgid "%s: Error - expected content type after \"-T\" option."
 msgstr "%s: error - s'esperava un tipus de contingut després de l'opció «-T»."
 
-#: berkeley/lpr.c:240
 #, c-format
 msgid "%s: Error - expected copies after \"-#\" option."
 msgstr "%s: error - s'esperaven còpies després de l'opció «-#»."
 
-#: systemv/lp.c:264
 #, c-format
 msgid "%s: Error - expected copies after \"-n\" option."
 msgstr "%s: error - s'esperaven còpies després de l'opció «-n»."
 
-#: berkeley/lpr.c:209
 #, c-format
 msgid "%s: Error - expected destination after \"-P\" option."
 msgstr "%s: error - s'esperava un destí després de l'opció «-P»."
 
-#: systemv/lpstat.c:231
-#, c-format
-msgid "%s: Error - expected destination after \"-b\" option."
-msgstr "%s: error - s'esperava un destí després de l'opció «-b»."
-
-#: systemv/lp.c:138
 #, c-format
 msgid "%s: Error - expected destination after \"-d\" option."
 msgstr "%s: error - s'esperava un destí després de l'opció «-d»."
 
-#: systemv/lp.c:168
 #, c-format
 msgid "%s: Error - expected form after \"-f\" option."
 msgstr "%s: error - s'esperava un formulari després de l'opció «-f»."
 
-#: systemv/lp.c:391
 #, c-format
 msgid "%s: Error - expected hold name after \"-H\" option."
 msgstr "%s: error - s'esperava un nom per pausa després de l'opció «-H»."
 
-#: berkeley/lpr.c:103
 #, c-format
 msgid "%s: Error - expected hostname after \"-H\" option."
 msgstr "%s: error - s'esperava el nom de l'amfitrió després de l'opció «-H»."
 
-#: berkeley/lpq.c:180 berkeley/lprm.c:123 systemv/cancel.c:124
-#: systemv/cupsaccept.c:123 systemv/lp.c:189 systemv/lpstat.c:291
 #, c-format
 msgid "%s: Error - expected hostname after \"-h\" option."
 msgstr "%s: error - s'esperava el nom de l'amfitrió després de l'opció «-h»."
 
-#: systemv/lp.c:371
 #, c-format
 msgid "%s: Error - expected mode list after \"-y\" option."
 msgstr "%s: error - s'esperava una llista de modes després de l'opció «-y»."
 
-#: berkeley/lpr.c:263
 #, c-format
 msgid "%s: Error - expected name after \"-%c\" option."
 msgstr "%s: error - s'esperava un nom després de l'opció «-%c»."
 
-#: berkeley/lpr.c:153 systemv/lp.c:288
 #, c-format
 msgid "%s: Error - expected option=value after \"-o\" option."
 msgstr "%s: error - s'esperava opció=valor després de l'opció «-o»."
 
-#: systemv/lp.c:441
 #, c-format
 msgid "%s: Error - expected page list after \"-P\" option."
 msgstr "%s: error - s'esperava una llista de pàgines després de l'opció «-P»."
 
-#: systemv/lp.c:308
 #, c-format
 msgid "%s: Error - expected priority after \"-%c\" option."
 msgstr "%s: error - s'esperava una prioritat després de l'opció «-%c»."
 
-#: systemv/cupsaccept.c:141
 #, c-format
 msgid "%s: Error - expected reason text after \"-r\" option."
 msgstr "%s: error - s'esperava una explicació després de l'opció «-r»."
 
-#: systemv/lp.c:354
 #, c-format
 msgid "%s: Error - expected title after \"-t\" option."
 msgstr "%s: error - s'esperava un títol després de l'opció «-t»."
 
-#: berkeley/lpq.c:111 berkeley/lpr.c:84 berkeley/lprm.c:104
-#: systemv/cancel.c:94 systemv/cupsaccept.c:101 systemv/lp.c:116
-#: systemv/lpadmin.c:438 systemv/lpstat.c:137
 #, c-format
 msgid "%s: Error - expected username after \"-U\" option."
 msgstr "%s: error - s'esperava un nom d'usuari després de l'opció «-U»."
 
-#: systemv/cancel.c:145
 #, c-format
 msgid "%s: Error - expected username after \"-u\" option."
 msgstr "%s: error - s'esperava un nom d'usuari després de l'opció «-u»."
 
-#: berkeley/lpr.c:125
 #, c-format
 msgid "%s: Error - expected value after \"-%c\" option."
 msgstr "%s: error - s'esperava un valor després de l'opció «-%c»."
 
-#: systemv/lpstat.c:157 systemv/lpstat.c:171
 #, c-format
 msgid ""
 "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
@@ -1717,147 +1513,114 @@ msgstr ""
 "%s: error - es requereix «completed», «not-completed», o «all» després de "
 "l'opció «-W»."
 
-#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589
 #, c-format
 msgid "%s: Error - no default destination available."
 msgstr "%s: error - no hi ha un destí per defecte."
 
-#: systemv/lp.c:330
 #, c-format
 msgid "%s: Error - priority must be between 1 and 100."
 msgstr "%s: error - la prioritat ha de ser entre 1 i 100."
 
-#: berkeley/lpr.c:352 systemv/lp.c:592
 #, c-format
 msgid "%s: Error - scheduler not responding."
 msgstr "%s: error - el planificador no està responent."
 
-#: berkeley/lpr.c:305 systemv/lp.c:537
 #, c-format
 msgid "%s: Error - too many files - \"%s\"."
 msgstr "%s: error - massa fitxers - «%s»."
 
-#: berkeley/lpr.c:287 systemv/lp.c:520
 #, c-format
 msgid "%s: Error - unable to access \"%s\" - %s"
 msgstr "%s: error - no es pot accedir a «%s» - %s"
 
-#: berkeley/lpr.c:395 systemv/lp.c:623
 #, c-format
 msgid "%s: Error - unable to queue from stdin - %s."
 msgstr "%s: error - no es pot posar en cua des d'stdin - %s."
 
-#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214
 #, c-format
 msgid "%s: Error - unknown destination \"%s\"."
 msgstr "%s: error - el destí «%s» és desconegut."
 
-#: berkeley/lpq.c:150
 #, c-format
 msgid "%s: Error - unknown destination \"%s/%s\"."
 msgstr "%s: error - el destí «%s/%s» és desconegut."
 
-#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:156
-#: systemv/cupsaccept.c:164 systemv/lp.c:496 systemv/lpstat.c:452
 #, c-format
 msgid "%s: Error - unknown option \"%c\"."
 msgstr "%s: error - l'opció «%c» és desconeguda."
 
-#: systemv/cupsaccept.c:157
 #, c-format
 msgid "%s: Error - unknown option \"%s\"."
 msgstr "%s: error - l'opció «%s» és desconeguda."
 
-#: systemv/lp.c:208
 #, c-format
 msgid "%s: Expected job ID after \"-i\" option."
 msgstr "%s: s'esperava l'ID d'una feina després de l'opció «-i»."
 
-#: systemv/lpstat.c:504 systemv/lpstat.c:543
 #, c-format
 msgid "%s: Invalid destination name in list \"%s\"."
 msgstr "%s: el nom del destí no és vàlid a la llista «%s»."
 
-#: scheduler/cupsfilter.c:567
 #, c-format
 msgid "%s: Invalid filter string \"%s\"."
 msgstr "%s: la cadena del filtre «%s» no és vàlida."
 
-#: systemv/lp.c:418
 #, c-format
 msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"."
 msgstr "%s: es necessita l'ID de la feina («-i jobid») abans de «-H restart»."
 
-#: scheduler/cupsfilter.c:458
 #, c-format
 msgid "%s: No filter to convert from %s/%s to %s/%s."
 msgstr "%s: no hi ha cap filtre per convertir de %s/%s a %s/%s."
 
-#: systemv/cupsaccept.c:198
 #, c-format
 msgid "%s: Operation failed: %s"
 msgstr "%s: ha fallat l'operació: %s"
 
-#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81
-#: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102
-#: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73
-#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321
 #, c-format
 msgid "%s: Sorry, no encryption support."
 msgstr "%s: ho sento, no està compilada la compatibilitat pel xifrat."
 
-#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1221 systemv/cancel.c:237
-#: systemv/cupsaddsmb.c:144 systemv/cupsaddsmb.c:171
 #, c-format
 msgid "%s: Unable to connect to server."
 msgstr "%s: no es pot connectar al servidor."
 
-#: systemv/cancel.c:317
 #, c-format
 msgid "%s: Unable to contact server."
 msgstr "%s: no es pot contactar amb el servidor."
 
-#: scheduler/cupsfilter.c:424
 #, c-format
 msgid "%s: Unable to determine MIME type of \"%s\"."
 msgstr "%s: no es pot determinar el tips de MIME de «%s»."
 
-#: ppdc/ppdmerge.cxx:96
 #, c-format
 msgid "%s: Unable to open %s: %s"
 msgstr "%s: no es pot obrir %s: %s"
 
-#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112
 #, c-format
 msgid "%s: Unable to open PPD file: %s on line %d."
 msgstr "%s: no es pot obrir el fitxer PPD: %s a la línia %d."
 
-#: scheduler/cupsfilter.c:392
 #, c-format
 msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"."
 msgstr "%s: no es pot llegir la base de dades MIME de «%s» o «%s»."
 
-#: berkeley/lpq.c:153 systemv/lpstat.c:558
 #, c-format
 msgid "%s: Unknown destination \"%s\"."
 msgstr "%s: el destí «%s» és desconegut."
 
-#: scheduler/cupsfilter.c:435
 #, c-format
 msgid "%s: Unknown destination MIME type %s/%s."
 msgstr "%s: es destí de tipus MIME %s/%s és desconegut."
 
-#: scheduler/cupsfilter.c:1426
 #, c-format
 msgid "%s: Unknown option \"%c\"."
 msgstr "%s: l'opció «%c» és desconeguda."
 
-#: scheduler/cupsfilter.c:416
 #, c-format
 msgid "%s: Unknown source MIME type %s/%s."
 msgstr "%s: la font del tipus de MIME %s/%s és desconeguda."
 
-#: berkeley/lpr.c:139
 #, c-format
 msgid ""
 "%s: Warning - \"%c\" format modifier not supported - output may not be "
@@ -1866,1309 +1629,990 @@ msgstr ""
 "%s: avís - no és compatible amb l'ús del modificador de format «%c» - el "
 "resultat pot no ser correcte."
 
-#: systemv/lp.c:468
 #, c-format
 msgid "%s: Warning - character set option ignored."
 msgstr "%s: avís - s'ignora l'opció del grup de caràcters."
 
-#: systemv/lp.c:487
 #, c-format
 msgid "%s: Warning - content type option ignored."
 msgstr "%s: avís - s'ignora l'opció de tipus de contingut."
 
-#: systemv/lp.c:175
 #, c-format
 msgid "%s: Warning - form option ignored."
 msgstr "%s: avís - s'ignora l'opció de formulari."
 
-#: systemv/lp.c:378
 #, c-format
 msgid "%s: Warning - mode option ignored."
 msgstr "%s: avís - s'ignora l'opció de mode."
 
-#: ppdc/sample.c:310
 msgid "-1"
 msgstr "-1"
 
-#: ppdc/sample.c:301
 msgid "-10"
 msgstr "-10"
 
-#: ppdc/sample.c:393
 msgid "-100"
 msgstr "-100"
 
-#: ppdc/sample.c:392
 msgid "-105"
 msgstr "-105"
 
-#: ppdc/sample.c:300
 msgid "-11"
 msgstr "-11"
 
-#: ppdc/sample.c:391
 msgid "-110"
 msgstr "-110"
 
-#: ppdc/sample.c:390
 msgid "-115"
 msgstr "-115"
 
-#: ppdc/sample.c:299
 msgid "-12"
 msgstr "-12"
 
-#: ppdc/sample.c:389
 msgid "-120"
 msgstr "-120"
 
-#: ppdc/sample.c:298
 msgid "-13"
 msgstr "-13"
 
-#: ppdc/sample.c:297
 msgid "-14"
 msgstr "-14"
 
-#: ppdc/sample.c:296
 msgid "-15"
 msgstr "-15"
 
-#: ppdc/sample.c:309
 msgid "-2"
 msgstr "-2"
 
-#: ppdc/sample.c:409
 msgid "-20"
 msgstr "-20"
 
-#: ppdc/sample.c:408
 msgid "-25"
 msgstr "-25"
 
-#: ppdc/sample.c:308
 msgid "-3"
 msgstr "-3"
 
-#: ppdc/sample.c:407
 msgid "-30"
 msgstr "-30"
 
-#: ppdc/sample.c:406
 msgid "-35"
 msgstr "-35"
 
-#: ppdc/sample.c:307
 msgid "-4"
 msgstr "-4"
 
-#: ppdc/sample.c:405
 msgid "-40"
 msgstr "-40"
 
-#: ppdc/sample.c:404
 msgid "-45"
 msgstr "-45"
 
-#: ppdc/sample.c:306
 msgid "-5"
 msgstr "-5"
 
-#: ppdc/sample.c:403
 msgid "-50"
 msgstr "-50"
 
-#: ppdc/sample.c:402
 msgid "-55"
 msgstr "-55"
 
-#: ppdc/sample.c:305
 msgid "-6"
 msgstr "-6"
 
-#: ppdc/sample.c:401
 msgid "-60"
 msgstr "-60"
 
-#: ppdc/sample.c:400
 msgid "-65"
 msgstr "-65"
 
-#: ppdc/sample.c:304
 msgid "-7"
 msgstr "-7"
 
-#: ppdc/sample.c:399
 msgid "-70"
 msgstr "-70"
 
-#: ppdc/sample.c:398
 msgid "-75"
 msgstr "-75"
 
-#: ppdc/sample.c:303
 msgid "-8"
 msgstr "-8"
 
-#: ppdc/sample.c:397
 msgid "-80"
 msgstr "-80"
 
-#: ppdc/sample.c:396
 msgid "-85"
 msgstr "-85"
 
-#: ppdc/sample.c:302
 msgid "-9"
 msgstr "-9"
 
-#: ppdc/sample.c:395
 msgid "-90"
 msgstr "-90"
 
-#: ppdc/sample.c:394
 msgid "-95"
 msgstr "-95"
 
-#: ppdc/sample.c:311
 msgid "0"
 msgstr "0"
 
-#: ppdc/sample.c:312
 msgid "1"
 msgstr "1"
 
-#: ppdc/sample.c:384
 msgid "1 inch/sec."
 msgstr "1 polzada/seg."
 
-#: ppdc/sample.c:172
 msgid "1.25x0.25\""
 msgstr "1.25x0.25\""
 
-#: ppdc/sample.c:173
 msgid "1.25x2.25\""
 msgstr "1.25x2.25\""
 
-#: ppdc/sample.c:432
 msgid "1.5 inch/sec."
 msgstr "1.5 polzades/seg."
 
-#: ppdc/sample.c:174
 msgid "1.50x0.25\""
 msgstr "1.50x0.25\""
 
-#: ppdc/sample.c:175
 msgid "1.50x0.50\""
 msgstr "1.50x0.50\""
 
-#: ppdc/sample.c:176
 msgid "1.50x1.00\""
 msgstr "1.50x1.00\""
 
-#: ppdc/sample.c:177
 msgid "1.50x2.00\""
 msgstr "1.50x2.00\""
 
-#: ppdc/sample.c:321
 msgid "10"
 msgstr "10"
 
-#: ppdc/sample.c:443
 msgid "10 inches/sec."
 msgstr "10 polzades/seg."
 
-#: ppdc/sample.c:6
 msgid "10 x 11"
 msgstr "10 x 11"
 
-#: ppdc/sample.c:7
 msgid "10 x 13"
 msgstr "10 x 13"
 
-#: ppdc/sample.c:8
 msgid "10 x 14"
 msgstr "10 x 14"
 
-#: ppdc/sample.c:423
 msgid "100"
 msgstr "100"
 
-#: ppdc/sample.c:334
 msgid "100 mm/sec."
 msgstr "100 mm/seg."
 
-#: ppdc/sample.c:424
 msgid "105"
 msgstr "105"
 
-#: ppdc/sample.c:322
 msgid "11"
 msgstr "11"
 
-#: ppdc/sample.c:444
 msgid "11 inches/sec."
 msgstr "11 polzades/seg."
 
-#: ppdc/sample.c:425
 msgid "110"
 msgstr "110"
 
-#: ppdc/sample.c:426
 msgid "115"
 msgstr "115"
 
-#: ppdc/sample.c:323
 msgid "12"
 msgstr "12"
 
-#: ppdc/sample.c:445
 msgid "12 inches/sec."
 msgstr "12 polzades/seg."
 
-#: ppdc/sample.c:9
 msgid "12 x 11"
 msgstr "12 x 11"
 
-#: ppdc/sample.c:427
 msgid "120"
 msgstr "120"
 
-#: ppdc/sample.c:335
 msgid "120 mm/sec."
 msgstr "120 mm/seg."
 
-#: ppdc/sample.c:243
 msgid "120x60dpi"
 msgstr "120x60ppp"
 
-#: ppdc/sample.c:249
 msgid "120x72dpi"
 msgstr "120x72ppp"
 
-#: ppdc/sample.c:324
 msgid "13"
 msgstr "13"
 
-#: ppdc/sample.c:232
 msgid "136dpi"
 msgstr "136ppp"
 
-#: ppdc/sample.c:325
 msgid "14"
 msgstr "14"
 
-#: ppdc/sample.c:326
 msgid "15"
 msgstr "15"
 
-#: ppdc/sample.c:328
 msgid "15 mm/sec."
 msgstr "15 mm/seg."
 
-#: ppdc/sample.c:10
 msgid "15 x 11"
 msgstr "15 x 11"
 
-#: ppdc/sample.c:336
 msgid "150 mm/sec."
 msgstr "150 mm/seg."
 
-#: ppdc/sample.c:283
 msgid "150dpi"
 msgstr "150ppp"
 
-#: ppdc/sample.c:368
 msgid "16"
 msgstr "16"
 
-#: ppdc/sample.c:369
 msgid "17"
 msgstr "17"
 
-#: ppdc/sample.c:370
 msgid "18"
 msgstr "18"
 
-#: ppdc/sample.c:244
 msgid "180dpi"
 msgstr "180ppp"
 
-#: ppdc/sample.c:371
 msgid "19"
 msgstr "19"
 
-#: ppdc/sample.c:313
 msgid "2"
 msgstr "2"
 
-#: ppdc/sample.c:385
 msgid "2 inches/sec."
 msgstr "2 polzades/seg."
 
-#: ppdc/sample.c:270
 msgid "2-Sided Printing"
 msgstr "Impressió a doble cara"
 
-#: ppdc/sample.c:178
 msgid "2.00x0.37\""
 msgstr "2.00x0.37\""
 
-#: ppdc/sample.c:179
 msgid "2.00x0.50\""
 msgstr "2.00x0.50\""
 
-#: ppdc/sample.c:180
 msgid "2.00x1.00\""
 msgstr "2.00x1.00\""
 
-#: ppdc/sample.c:181
 msgid "2.00x1.25\""
 msgstr "2.00x1.25\""
 
-#: ppdc/sample.c:182
 msgid "2.00x2.00\""
 msgstr "2.00x2.00\""
 
-#: ppdc/sample.c:183
 msgid "2.00x3.00\""
 msgstr "2.00x3.00\""
 
-#: ppdc/sample.c:184
 msgid "2.00x4.00\""
 msgstr "2.00x4.00\""
 
-#: ppdc/sample.c:185
 msgid "2.00x5.50\""
 msgstr "2.00x5.50\""
 
-#: ppdc/sample.c:186
 msgid "2.25x0.50\""
 msgstr "2.25x0.50\""
 
-#: ppdc/sample.c:187
 msgid "2.25x1.25\""
 msgstr "2.25x1.25\""
 
-#: ppdc/sample.c:188
 msgid "2.25x4.00\""
 msgstr "2.25x4.00\""
 
-#: ppdc/sample.c:189
 msgid "2.25x5.50\""
 msgstr "2.25x5.50\""
 
-#: ppdc/sample.c:190
 msgid "2.38x5.50\""
 msgstr "2.38x5.50\""
 
-#: ppdc/sample.c:433
 msgid "2.5 inches/sec."
 msgstr "2.5 polzades/seg."
 
-#: ppdc/sample.c:191
 msgid "2.50x1.00\""
 msgstr "2.50x1.00\""
 
-#: ppdc/sample.c:192
 msgid "2.50x2.00\""
 msgstr "2.50x2.00\""
 
-#: ppdc/sample.c:193
 msgid "2.75x1.25\""
 msgstr "2.75x1.25\""
 
-#: ppdc/sample.c:194
 msgid "2.9 x 1\""
 msgstr "2.9 x 1\""
 
-#: ppdc/sample.c:372
 msgid "20"
 msgstr "20"
 
-#: ppdc/sample.c:329
 msgid "20 mm/sec."
 msgstr "20 mm/seg."
 
-#: ppdc/sample.c:337
 msgid "200 mm/sec."
 msgstr "200 mm/seg."
 
-#: ppdc/sample.c:233
 msgid "203dpi"
 msgstr "203ppp"
 
-#: ppdc/sample.c:373
 msgid "21"
 msgstr "21"
 
-#: ppdc/sample.c:374
 msgid "22"
 msgstr "22"
 
-#: ppdc/sample.c:375
 msgid "23"
 msgstr "23"
 
-#: ppdc/sample.c:376
 msgid "24"
 msgstr "24"
 
-#: ppdc/sample.c:241
 msgid "24-Pin Series"
 msgstr "Sèrie de 24 pins"
 
-#: ppdc/sample.c:250
 msgid "240x72dpi"
 msgstr "240x72ppp"
 
-#: ppdc/sample.c:377
 msgid "25"
 msgstr "25"
 
-#: ppdc/sample.c:338
 msgid "250 mm/sec."
 msgstr "250 mm/seg."
 
-#: ppdc/sample.c:378
 msgid "26"
 msgstr "26"
 
-#: ppdc/sample.c:379
 msgid "27"
 msgstr "27"
 
-#: ppdc/sample.c:380
 msgid "28"
 msgstr "28"
 
-#: ppdc/sample.c:381
 msgid "29"
 msgstr "29"
 
-#: ppdc/sample.c:314
 msgid "3"
 msgstr "3"
 
-#: ppdc/sample.c:386
 msgid "3 inches/sec."
 msgstr "3 polzades/seg."
 
-#: ppdc/sample.c:3
 msgid "3 x 5"
 msgstr "3 x 5"
 
-#: ppdc/sample.c:195
 msgid "3.00x1.00\""
 msgstr "3.00x1.00\""
 
-#: ppdc/sample.c:196
 msgid "3.00x1.25\""
 msgstr "3.00x1.25\""
 
-#: ppdc/sample.c:197
 msgid "3.00x2.00\""
 msgstr "3.00x2.00\""
 
-#: ppdc/sample.c:198
 msgid "3.00x3.00\""
 msgstr "3.00x3.00\""
 
-#: ppdc/sample.c:199
 msgid "3.00x5.00\""
 msgstr "3.00x5.00\""
 
-#: ppdc/sample.c:200
 msgid "3.25x2.00\""
 msgstr "3.25x2.00\""
 
-#: ppdc/sample.c:201
 msgid "3.25x5.00\""
 msgstr "3.25x5.00\""
 
-#: ppdc/sample.c:202
 msgid "3.25x5.50\""
 msgstr "3.25x5.50\""
 
-#: ppdc/sample.c:203
 msgid "3.25x5.83\""
 msgstr "3.25x5.83\""
 
-#: ppdc/sample.c:204
 msgid "3.25x7.83\""
 msgstr "3.25x7.83\""
 
-#: ppdc/sample.c:4
 msgid "3.5 x 5"
 msgstr "3.5 x 5"
 
-#: ppdc/sample.c:171
 msgid "3.5\" Disk"
 msgstr "Disc de 3.5\""
 
-#: ppdc/sample.c:205
 msgid "3.50x1.00\""
 msgstr "3.5x1.00\""
 
-#: ppdc/sample.c:382
 msgid "30"
 msgstr "30"
 
-#: ppdc/sample.c:330
 msgid "30 mm/sec."
 msgstr "30 mm/seg."
 
-#: ppdc/sample.c:339
 msgid "300 mm/sec."
 msgstr "300 mm/seg."
 
-#: ppdc/sample.c:234
 msgid "300dpi"
 msgstr "300ppp"
 
-#: ppdc/sample.c:410
 msgid "35"
 msgstr "35"
 
-#: ppdc/sample.c:246
 msgid "360dpi"
 msgstr "360ppp"
 
-#: ppdc/sample.c:245
 msgid "360x180dpi"
 msgstr "360x180ppp"
 
-#: ppdc/sample.c:315
 msgid "4"
 msgstr "4"
 
-#: ppdc/sample.c:387
 msgid "4 inches/sec."
 msgstr "4 polzades/seg."
 
-#: ppdc/sample.c:206
 msgid "4.00x1.00\""
 msgstr "4.00x1.00\""
 
-#: ppdc/sample.c:214
 msgid "4.00x13.00\""
 msgstr "4.00x13.00\""
 
-#: ppdc/sample.c:207
 msgid "4.00x2.00\""
 msgstr "4.00x2.00\""
 
-#: ppdc/sample.c:208
 msgid "4.00x2.50\""
 msgstr "4.00x2.50\""
 
-#: ppdc/sample.c:209
 msgid "4.00x3.00\""
 msgstr "4.00x3.00\""
 
-#: ppdc/sample.c:210
 msgid "4.00x4.00\""
 msgstr "4.00x4.00\""
 
-#: ppdc/sample.c:211
 msgid "4.00x5.00\""
 msgstr "4.00x5.00\""
 
-#: ppdc/sample.c:212
 msgid "4.00x6.00\""
 msgstr "4.00x6.00\""
 
-#: ppdc/sample.c:213
 msgid "4.00x6.50\""
 msgstr "4.00x6.50\""
 
-#: ppdc/sample.c:411
 msgid "40"
 msgstr "40"
 
-#: ppdc/sample.c:331
 msgid "40 mm/sec."
 msgstr "40 mm/seg."
 
-#: ppdc/sample.c:412
 msgid "45"
 msgstr "45"
 
-#: ppdc/sample.c:316
 msgid "5"
 msgstr "5"
 
-#: ppdc/sample.c:437
 msgid "5 inches/sec."
 msgstr "5 polzades/seg."
 
-#: ppdc/sample.c:5
 msgid "5 x 7"
 msgstr "15 x 11"
 
-#: ppdc/sample.c:413
 msgid "50"
 msgstr "50"
 
-#: ppdc/sample.c:414
 msgid "55"
 msgstr "55"
 
-#: ppdc/sample.c:317
 msgid "6"
 msgstr "6"
 
-#: ppdc/sample.c:438
 msgid "6 inches/sec."
 msgstr "6 polzades/seg."
 
-#: ppdc/sample.c:215
 msgid "6.00x1.00\""
 msgstr "6.00x1.00\""
 
-#: ppdc/sample.c:216
 msgid "6.00x2.00\""
 msgstr "6.00x2.00\""
 
-#: ppdc/sample.c:217
 msgid "6.00x3.00\""
 msgstr "6.00x3.00\""
 
-#: ppdc/sample.c:218
 msgid "6.00x4.00\""
 msgstr "6.00x4.00\""
 
-#: ppdc/sample.c:219
 msgid "6.00x5.00\""
 msgstr "6.00x5.00\""
 
-#: ppdc/sample.c:220
 msgid "6.00x6.00\""
 msgstr "6.00x6.00\""
 
-#: ppdc/sample.c:221
 msgid "6.00x6.50\""
 msgstr "6.00x6.50\""
 
-#: ppdc/sample.c:415
 msgid "60"
 msgstr "60"
 
-#: ppdc/sample.c:332
 msgid "60 mm/sec."
 msgstr "60 mm/seg."
 
-#: ppdc/sample.c:261
 msgid "600dpi"
 msgstr "600ppp"
 
-#: ppdc/sample.c:242
 msgid "60dpi"
 msgstr "60ppp"
 
-#: ppdc/sample.c:248
 msgid "60x72dpi"
 msgstr "60x72ppp"
 
-#: ppdc/sample.c:416
 msgid "65"
 msgstr "65"
 
-#: ppdc/sample.c:318
 msgid "7"
 msgstr "7"
 
-#: ppdc/sample.c:440
 msgid "7 inches/sec."
 msgstr "7 polzades/seg."
 
-#: ppdc/sample.c:11
 msgid "7 x 9"
 msgstr "7 x 9"
 
-#: ppdc/sample.c:417
 msgid "70"
 msgstr "70"
 
-#: ppdc/sample.c:252
 msgid "720dpi"
 msgstr "720ppp"
 
-#: ppdc/sample.c:418
 msgid "75"
 msgstr "75"
 
-#: ppdc/sample.c:319
 msgid "8"
 msgstr "8"
 
-#: ppdc/sample.c:441
 msgid "8 inches/sec."
 msgstr "8 polzades/seg."
 
-#: ppdc/sample.c:12
 msgid "8 x 10"
 msgstr "8 x 10"
 
-#: ppdc/sample.c:222
 msgid "8.00x1.00\""
 msgstr "8.00x1.00\""
 
-#: ppdc/sample.c:223
 msgid "8.00x2.00\""
 msgstr "8.00x2.00\""
 
-#: ppdc/sample.c:224
 msgid "8.00x3.00\""
 msgstr "8.00x3.00\""
 
-#: ppdc/sample.c:225
 msgid "8.00x4.00\""
 msgstr "8.00x4.00\""
 
-#: ppdc/sample.c:226
 msgid "8.00x5.00\""
 msgstr "8.00x5.00\""
 
-#: ppdc/sample.c:227
 msgid "8.00x6.00\""
 msgstr "8.00x6.00\""
 
-#: ppdc/sample.c:228
 msgid "8.00x6.50\""
 msgstr "8.00x6.50\""
 
-#: ppdc/sample.c:419
 msgid "80"
 msgstr "80"
 
-#: ppdc/sample.c:333
 msgid "80 mm/sec."
 msgstr "80 mm/seg."
 
-#: ppdc/sample.c:420
 msgid "85"
 msgstr "85"
 
-#: ppdc/sample.c:320
 msgid "9"
 msgstr "9"
 
-#: ppdc/sample.c:442
 msgid "9 inches/sec."
 msgstr "9 polzades/seg."
 
-#: ppdc/sample.c:13
 msgid "9 x 11"
 msgstr "9 x 11"
 
-#: ppdc/sample.c:14
 msgid "9 x 12"
 msgstr "9 x 12"
 
-#: ppdc/sample.c:247
 msgid "9-Pin Series"
 msgstr "Sèrie de 9 pins"
 
-#: ppdc/sample.c:421
 msgid "90"
 msgstr "90"
 
-#: ppdc/sample.c:422
 msgid "95"
 msgstr "95"
 
-#: berkeley/lpc.c:213
 msgid "?Invalid help command unknown."
 msgstr "?Comanda d'ajuda no vàlida desconeguda."
 
-#: cgi-bin/admin.c:2368
 msgid "A Samba password is required to export printer drivers"
 msgstr ""
 "Necessiteu una contrasenya de Samba per exportar els controladors "
 "d'impressora"
 
-#: cgi-bin/admin.c:2364
 msgid "A Samba username is required to export printer drivers"
 msgstr ""
 "Necessiteu una nom d'usuari de Samba per exportar els controladors "
 "d'impressora"
 
-#: scheduler/ipp.c:2283
 #, c-format
 msgid "A class named \"%s\" already exists."
 msgstr "Ja existeix una classe anomenada «%s»."
 
-#: scheduler/ipp.c:1004
 #, c-format
 msgid "A printer named \"%s\" already exists."
 msgstr "Ja existeix una impressora anomenada «%s»."
 
-#: ppdc/sample.c:15
 msgid "A0"
 msgstr "A0"
 
-#: ppdc/sample.c:16
 msgid "A0 Long Edge"
 msgstr "A0 costat llarg"
 
-#: ppdc/sample.c:17
 msgid "A1"
 msgstr "A1"
 
-#: ppdc/sample.c:18
 msgid "A1 Long Edge"
 msgstr "A1 costat llarg"
 
-#: ppdc/sample.c:37
 msgid "A10"
 msgstr "A10"
 
-#: ppdc/sample.c:19
 msgid "A2"
 msgstr "A2"
 
-#: ppdc/sample.c:20
 msgid "A2 Long Edge"
 msgstr "A2 costat llarg"
 
-#: ppdc/sample.c:21
 msgid "A3"
 msgstr "A3"
 
-#: ppdc/sample.c:22
 msgid "A3 Long Edge"
 msgstr "A3 costat llarg"
 
-#: ppdc/sample.c:23
 msgid "A3 Oversize"
 msgstr "A3 estès"
 
-#: ppdc/sample.c:24
 msgid "A3 Oversize Long Edge"
 msgstr "A3 estès pel costat llarg"
 
-#: ppdc/sample.c:25
 msgid "A4"
 msgstr "A4"
 
-#: ppdc/sample.c:27
 msgid "A4 Long Edge"
 msgstr "A4 costat llarg"
 
-#: ppdc/sample.c:26
 msgid "A4 Oversize"
 msgstr "A4 estès"
 
-#: ppdc/sample.c:28
 msgid "A4 Small"
 msgstr "A4 reduït"
 
-#: ppdc/sample.c:29
 msgid "A5"
 msgstr "A5"
 
-#: ppdc/sample.c:31
 msgid "A5 Long Edge"
 msgstr "A5 costat llarg"
 
-#: ppdc/sample.c:30
 msgid "A5 Oversize"
 msgstr "A5 estès"
 
-#: ppdc/sample.c:32
 msgid "A6"
 msgstr "A6"
 
-#: ppdc/sample.c:33
 msgid "A6 Long Edge"
 msgstr "A6 costat llarg"
 
-#: ppdc/sample.c:34
 msgid "A7"
 msgstr "A7"
 
-#: ppdc/sample.c:35
 msgid "A8"
 msgstr "A8"
 
-#: ppdc/sample.c:36
 msgid "A9"
 msgstr "A9"
 
-#: ppdc/sample.c:38
 msgid "ANSI A"
 msgstr "ANSI A"
 
-#: ppdc/sample.c:39
 msgid "ANSI B"
 msgstr "ANSI B"
 
-#: ppdc/sample.c:40
 msgid "ANSI C"
 msgstr "ANSI C"
 
-#: ppdc/sample.c:41
 msgid "ANSI D"
 msgstr "ANSI D"
 
-#: ppdc/sample.c:42
 msgid "ANSI E"
 msgstr "ANSI E"
 
-#: ppdc/sample.c:47
 msgid "ARCH C"
 msgstr "ARCH C"
 
-#: ppdc/sample.c:48
 msgid "ARCH C Long Edge"
 msgstr "ARCH C costat llarg"
 
-#: ppdc/sample.c:49
 msgid "ARCH D"
 msgstr "ARCH D"
 
-#: ppdc/sample.c:50
 msgid "ARCH D Long Edge"
 msgstr "ARCH D costat llarg"
 
-#: ppdc/sample.c:51
 msgid "ARCH E"
 msgstr "ARCH E"
 
-#: ppdc/sample.c:52
 msgid "ARCH E Long Edge"
 msgstr "ARCH E costat llarg"
 
-#: cgi-bin/classes.c:169 cgi-bin/printers.c:172
 msgid "Accept Jobs"
 msgstr "Accepta feines"
 
-#: cups/http-support.c:1284
 msgid "Accepted"
 msgstr "Acceptada"
 
-#: cgi-bin/admin.c:570
 msgid "Add Class"
 msgstr "Afegeix una classe"
 
-#: cgi-bin/admin.c:882
 msgid "Add Printer"
 msgstr "Afegeix una impressora"
 
-#: cgi-bin/admin.c:444 cgi-bin/admin.c:477 cgi-bin/admin.c:525
-#: cgi-bin/admin.c:535
 msgid "Add RSS Subscription"
 msgstr "Afegeix una subscripció RSS"
 
-#: ppdc/sample.c:163
 msgid "Address"
 msgstr "Adreça"
 
-#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745
 msgid "Administration"
 msgstr "Administració"
 
-#: ppdc/sample.c:429
 msgid "Always"
 msgstr "Sempre"
 
-#: backend/socket.c:129
 msgid "AppSocket/HP JetDirect"
 msgstr "AppSocket/HP JetDirect"
 
-#: ppdc/sample.c:450
 msgid "Applicator"
 msgstr "Aplicador"
 
-#: scheduler/ipp.c:1079
 #, c-format
 msgid "Attempt to set %s printer-state to bad value %d."
 msgstr ""
 "S'ha intentat posar l'estat de la impressora %s a un valor incorrecte %d."
 
-#: scheduler/ipp.c:325
 #, c-format
 msgid "Attribute groups are out of order (%x < %x)."
 msgstr "Grups d'atribut desordenats (%x < %x)."
 
-#: ppdc/sample.c:126
 msgid "B0"
 msgstr "B0"
 
-#: ppdc/sample.c:127
 msgid "B1"
 msgstr "B1"
 
-#: ppdc/sample.c:137
 msgid "B10"
 msgstr "B10"
 
-#: ppdc/sample.c:128
 msgid "B2"
 msgstr "B2"
 
-#: ppdc/sample.c:129
 msgid "B3"
 msgstr "B3"
 
-#: ppdc/sample.c:130
 msgid "B4"
 msgstr "B4"
 
-#: ppdc/sample.c:131
 msgid "B5"
 msgstr "B5"
 
-#: ppdc/sample.c:132
 msgid "B5 Oversize"
 msgstr "A5 estès"
 
-#: ppdc/sample.c:133
 msgid "B6"
 msgstr "B6"
 
-#: ppdc/sample.c:134
 msgid "B7"
 msgstr "B7"
 
-#: ppdc/sample.c:135
 msgid "B8"
 msgstr "B8"
 
-#: ppdc/sample.c:136
 msgid "B9"
 msgstr "B9"
 
-#: cups/dest.c:1680
+#, c-format
+msgid "Bad 'document-format' value \"%s\"."
+msgstr ""
+
 msgid "Bad NULL dests pointer"
 msgstr "El punter de dests NULL és incorrecte"
 
-#: cups/ppd.c:345
 msgid "Bad OpenGroup"
 msgstr "La OpenGroup és incorrecta"
 
-#: cups/ppd.c:347
 msgid "Bad OpenUI/JCLOpenUI"
 msgstr "La OpenUI/JCLOpenUI és incorrecta"
 
-#: cups/ppd.c:349
 msgid "Bad OrderDependency"
 msgstr "La OrderDependency és incorrecta"
 
-#: cups/ppd-cache.c:148 cups/ppd-cache.c:195 cups/ppd-cache.c:233
-#: cups/ppd-cache.c:239 cups/ppd-cache.c:255 cups/ppd-cache.c:271
-#: cups/ppd-cache.c:280 cups/ppd-cache.c:288 cups/ppd-cache.c:305
-#: cups/ppd-cache.c:313 cups/ppd-cache.c:328 cups/ppd-cache.c:336
-#: cups/ppd-cache.c:354 cups/ppd-cache.c:366 cups/ppd-cache.c:381
-#: cups/ppd-cache.c:393 cups/ppd-cache.c:415 cups/ppd-cache.c:423
-#: cups/ppd-cache.c:441 cups/ppd-cache.c:449 cups/ppd-cache.c:464
-#: cups/ppd-cache.c:472 cups/ppd-cache.c:490 cups/ppd-cache.c:498
-#: cups/ppd-cache.c:525 cups/ppd-cache.c:571 cups/ppd-cache.c:579
-#: cups/ppd-cache.c:587
 msgid "Bad PPD cache file."
 msgstr "El fitxer PPD de memòria cau és incorrecte."
 
-#: cups/http-support.c:1299
 msgid "Bad Request"
 msgstr "La petició és incorrecta"
 
-#: cups/snmp.c:1002
 msgid "Bad SNMP version number"
 msgstr "El número de versió del SNMP és incorrecte"
 
-#: cups/ppd.c:350
 msgid "Bad UIConstraints"
 msgstr "La UIConstraints és incorrecta"
 
-#: scheduler/ipp.c:1380
 #, c-format
 msgid "Bad copies value %d."
 msgstr "El valor de copies %d és incorrecte"
 
-#: cups/ppd.c:358
 msgid "Bad custom parameter"
 msgstr "El paràmetre personalitzat és incorrecte"
 
-#: cups/http-support.c:1451 scheduler/ipp.c:2350
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr "La device-uri «%s» és incorrecta."
 
-#: scheduler/ipp.c:2391
 #, c-format
 msgid "Bad device-uri scheme \"%s\"."
 msgstr "L'esquema «%s» de la device-uri és incorrecte."
 
-#: scheduler/ipp.c:8224 scheduler/ipp.c:8240 scheduler/ipp.c:9454
-#: scheduler/ipp.c:10968
 #, c-format
 msgid "Bad document-format \"%s\"."
 msgstr "La document-format «%s» és incorrecta."
 
-#: scheduler/ipp.c:9470
 #, c-format
 msgid "Bad document-format-default \"%s\"."
 msgstr "La document-format-default «%s» és incorrecta."
 
-#: cups/util.c:929
 msgid "Bad filename buffer"
 msgstr "El nom del fitxer de la memòria cau és incorrecte"
 
-#: scheduler/ipp.c:10060
+#, c-format
+msgid "Bad job-name value: %s"
+msgstr ""
+
+msgid "Bad job-name value: Wrong type or count."
+msgstr ""
+
 msgid "Bad job-priority value."
 msgstr "El valor de la job-priority és incorrecte."
 
-#: scheduler/ipp.c:1410
 #, c-format
 msgid "Bad job-sheets value \"%s\"."
 msgstr "El valor «%s» de la job-sheets és incorrecte."
 
-#: scheduler/ipp.c:1394
 msgid "Bad job-sheets value type."
 msgstr "El tipus de valor de la job-sheets és incorrecte."
 
-#: scheduler/ipp.c:10090
 msgid "Bad job-state value."
 msgstr "El valor de la job-state és incorrecte."
 
-#: scheduler/ipp.c:2974 scheduler/ipp.c:3426 scheduler/ipp.c:6078
-#: scheduler/ipp.c:6225 scheduler/ipp.c:7658 scheduler/ipp.c:7927
-#: scheduler/ipp.c:8775 scheduler/ipp.c:9001 scheduler/ipp.c:9350
-#: scheduler/ipp.c:9953
 #, c-format
 msgid "Bad job-uri \"%s\"."
 msgstr "La job-uri «%s» és incorrecta."
 
-#: scheduler/ipp.c:2049 scheduler/ipp.c:5622
 #, c-format
 msgid "Bad notify-pull-method \"%s\"."
 msgstr "La notify-pull-method «%s» és incorrecta."
 
-#: scheduler/ipp.c:2013 scheduler/ipp.c:5586
 #, c-format
 msgid "Bad notify-recipient-uri \"%s\"."
 msgstr "La notify-recipient-uri «%s» és incorrecta."
 
-#: scheduler/ipp.c:1426
 #, c-format
 msgid "Bad number-up value %d."
 msgstr "El valor de number-up %d és incorrecte."
 
-#: cups/adminutil.c:292
 #, c-format
 msgid "Bad option + choice on line %d."
 msgstr "L'opció + elecció de la línia %d és incorrecta."
 
-#: scheduler/ipp.c:1443
 #, c-format
 msgid "Bad page-ranges values %d-%d."
 msgstr "Els valors de page-ranges %d-%d són incorrectes."
 
-#: scheduler/ipp.c:2434
 #, c-format
 msgid "Bad port-monitor \"%s\"."
 msgstr "La port-monitor «%s» és incorrecta."
 
-#: cups/dest.c:676 cups/dest.c:1333
 msgid "Bad printer URI."
 msgstr "L'URI de la impressora és incorrecte."
 
-#: scheduler/ipp.c:2495
 #, c-format
 msgid "Bad printer-state value %d."
 msgstr "El valor %d de printer-state és incorrecte."
 
-#: scheduler/ipp.c:293
 #, c-format
 msgid "Bad request ID %d."
 msgstr "L'identificador %d de la sol·licitud és incorrecte."
 
-#: scheduler/ipp.c:278
 #, c-format
 msgid "Bad request version number %d.%d."
 msgstr "El número de versió %d.%d de la sol·licitud és incorrecte."
 
-#: cgi-bin/admin.c:1484
 msgid "Bad subscription ID"
 msgstr "L'identificador de la subscripció és incorrecte."
 
-#: cups/ppd.c:360
 msgid "Bad value string"
 msgstr "El valor de la cadena és incorrecte"
 
-#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536
 msgid "Banners"
 msgstr "Bàners"
 
-#: ppdc/sample.c:287
 msgid "Bond Paper"
 msgstr "Paper de valors"
 
-#: backend/usb-darwin.c:1846
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr "S'esperava un booleà per l'opció waiteof «%s»."
 
-#: filter/pstops.c:2057
 msgid "Buffer overflow detected, aborting."
 msgstr "S'ha detectat un desbordament la memòria cau. S'interromp."
 
-#: ppdc/sample.c:254
 msgid "CMYK"
 msgstr "CMYK"
 
-#: ppdc/sample.c:363
 msgid "CPCL Label Printer"
 msgstr "Impressora d'etiquetes CPCL"
 
-#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534
 msgid "Cancel RSS Subscription"
 msgstr "Cancel·la la subscripció RSS"
 
-#: backend/ipp.c:1921
 msgid "Canceling print job."
 msgstr "Es cancel·la feina."
 
-#: scheduler/ipp.c:2475
 msgid "Cannot share a remote Kerberized printer."
 msgstr "No es pot compartir una impressora remota sobre Kerberos."
 
-#: ppdc/sample.c:279
 msgid "Cassette"
 msgstr "Classet"
 
-#: cgi-bin/admin.c:1655 cgi-bin/admin.c:1797 cgi-bin/admin.c:1810
-#: cgi-bin/admin.c:1821
 msgid "Change Settings"
 msgstr "Canvia la configuració"
 
-#: scheduler/ipp.c:2061 scheduler/ipp.c:5634
 #, c-format
 msgid "Character set \"%s\" not supported."
 msgstr "No es permet l'ús del grup de caràcters «%s»."
 
-#: cgi-bin/classes.c:195 cgi-bin/classes.c:322
 msgid "Classes"
 msgstr "Classes"
 
-#: cgi-bin/printers.c:182
 msgid "Clean Print Heads"
 msgstr "Neteja els capçals de la impressora"
 
-#: scheduler/ipp.c:3878
 msgid "Close-Job doesn't support the job-uri attribute."
 msgstr "Close-Job no permet l'ús de l'atribut job-uri."
 
-#: ppdc/sample.c:282
 msgid "Color"
 msgstr "Color"
 
-#: ppdc/sample.c:253
 msgid "Color Mode"
 msgstr "Mode de color"
 
-#: berkeley/lpc.c:204
 msgid ""
 "Commands may be abbreviated.  Commands are:\n"
 "\n"
@@ -3178,88 +2622,67 @@ msgstr ""
 "\n"
 "exit    help    quit    status  ?"
 
-#: cups/snmp.c:1006
 msgid "Community name uses indefinite length"
 msgstr "Els noms de comunitat tenen longitud indefinida"
 
-#: backend/ipp.c:786 backend/lpd.c:871 backend/socket.c:395
 msgid "Connected to printer."
 msgstr "S'ha connectat a la impressora."
 
-#: backend/ipp.c:691 backend/lpd.c:694 backend/socket.c:314
 msgid "Connecting to printer."
 msgstr "Es connecta a la impressora."
 
-#: cups/http-support.c:1272
 msgid "Continue"
 msgstr "Continua"
 
-#: ppdc/sample.c:365
 msgid "Continuous"
 msgstr "Contínua"
 
-#: backend/lpd.c:1020 backend/lpd.c:1152
 msgid "Control file sent successfully."
 msgstr "El fitxer de control s'ha enviat correctament."
 
-#: backend/ipp.c:1233 backend/lpd.c:464
 msgid "Copying print data."
 msgstr "Es copien les dades d'impressió."
 
-#: cups/http-support.c:1281
 msgid "Created"
 msgstr "Creat"
 
-#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501
 msgid "Custom"
 msgstr "Personalitzat"
 
-#: ppdc/sample.c:359
 msgid "CustominCutInterval"
 msgstr "CustominCutInterval"
 
-#: ppdc/sample.c:357
 msgid "CustominTearInterval"
 msgstr "CustominTearInterval"
 
-#: ppdc/sample.c:343
 msgid "Cut"
 msgstr "Tall"
 
-#: ppdc/sample.c:451
 msgid "Cutter"
 msgstr "Ganiveta"
 
-#: ppdc/sample.c:239
 msgid "Dark"
 msgstr "Fosc"
 
-#: ppdc/sample.c:235
 msgid "Darkness"
 msgstr "Foscor"
 
-#: backend/lpd.c:1105
 msgid "Data file sent successfully."
 msgstr "El fitxer de dades s'ha enviat correctament."
 
-#: cgi-bin/admin.c:2094 cgi-bin/admin.c:2105 cgi-bin/admin.c:2150
 msgid "Delete Class"
 msgstr "Elimina la classe"
 
-#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235
 msgid "Delete Printer"
 msgstr "Elimina la impressora"
 
-#: ppdc/sample.c:281
 msgid "DeskJet Series"
 msgstr "Sèrie Deskjet"
 
-#: scheduler/ipp.c:1346
 #, c-format
 msgid "Destination \"%s\" is not accepting jobs."
 msgstr "El Destí «%s» no accepta tasques."
 
-#: systemv/lpinfo.c:300
 #, c-format
 msgid ""
 "Device: uri = %s\n"
@@ -3276,92 +2699,70 @@ msgstr ""
 "            identificador = %s\n"
 "            ubicació = %s"
 
-#: ppdc/sample.c:436
 msgid "Direct Thermal Media"
 msgstr "Paper per impressió tèrmica directa"
 
-#: cups/file.c:296
 #, c-format
 msgid "Directory \"%s\" contains a relative path."
 msgstr "El directori «%s» conté un camí relatiu."
 
-#: cups/file.c:268
 #, c-format
 msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr "El directori «%s» té permisos que no són segurs (0%o/uid=%d/gid=%d)."
 
-#: cups/file.c:285
 #, c-format
 msgid "Directory \"%s\" is a file."
 msgstr "El directori «%s» és un fitxer."
 
-#: cups/file.c:256
 #, c-format
 msgid "Directory \"%s\" not available: %s"
 msgstr "El directori «%s» no està disponible: %s"
 
-#: cups/file.c:241
 #, c-format
 msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr "El directori «%s» té els permisos correctes (0%o/uid=%d/gid=%d)."
 
-#: ppdc/sample.c:345
 msgid "Disabled"
 msgstr "Desabilitat"
 
-#: scheduler/ipp.c:6127
 #, c-format
 msgid "Document #%d does not exist in job #%d."
 msgstr "No s'ha trobat el document #%d a la feina #%d."
 
-#: ppdc/sample.c:275
 msgid "Duplexer"
 msgstr "Unitat d'impressió a dues cares"
 
-#: ppdc/sample.c:229
 msgid "Dymo"
 msgstr "Dymo"
 
-#: ppdc/sample.c:431
 msgid "EPL1 Label Printer"
 msgstr "Impressora d'etiquetes EPL1"
 
-#: ppdc/sample.c:434
 msgid "EPL2 Label Printer"
 msgstr "Impressora d'etiquetes EPL2"
 
-#: cgi-bin/admin.c:1849 cgi-bin/admin.c:1861 cgi-bin/admin.c:1915
-#: cgi-bin/admin.c:1922 cgi-bin/admin.c:1957 cgi-bin/admin.c:1970
-#: cgi-bin/admin.c:1994 cgi-bin/admin.c:2067
 msgid "Edit Configuration File"
 msgstr "Edita el fitxer de configuració"
 
-#: cups/adminutil.c:337
 msgid "Empty PPD file."
 msgstr "El fitxer PPD és buit."
 
 #. TRANSLATORS: Banner/cover sheet after the print job.
-#: cgi-bin/admin.c:3561
 msgid "Ending Banner"
 msgstr "S'està acabant el bàner"
 
-#: ppdc/sample.c:2
 msgid "English"
 msgstr "Anglès"
 
-#: systemv/lppasswd.c:193
 msgid "Enter old password:"
 msgstr "Introduïu la contrasenya antiga:"
 
-#: systemv/lppasswd.c:224
 msgid "Enter password again:"
 msgstr "Introduïu la contrasenya un altre cop:"
 
-#: systemv/lppasswd.c:212
 msgid "Enter password:"
 msgstr "Introduïu la contrasenya:"
 
-#: scheduler/client.c:2427
 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 "
@@ -3372,852 +2773,640 @@ msgstr ""
 "l'autenticació Kerberos, assegureu-vos de tenir un tiquet Kerberos que sigui "
 "vàlid."
 
-#: ppdc/sample.c:73
 msgid "Envelope #10 "
 msgstr "Sobre #10"
 
-#: ppdc/sample.c:74
 msgid "Envelope #11"
 msgstr "Sobre #11"
 
-#: ppdc/sample.c:75
 msgid "Envelope #12"
 msgstr "Sobre #12"
 
-#: ppdc/sample.c:76
 msgid "Envelope #14"
 msgstr "Sobre #14"
 
-#: ppdc/sample.c:77
 msgid "Envelope #9"
 msgstr "Sobre #9"
 
-#: ppdc/sample.c:89
 msgid "Envelope B4"
 msgstr "Sobre B4"
 
-#: ppdc/sample.c:90
 msgid "Envelope B5"
 msgstr "Sobre B5"
 
-#: ppdc/sample.c:91
 msgid "Envelope B6"
 msgstr "Sobre B6"
 
-#: ppdc/sample.c:78
 msgid "Envelope C0"
 msgstr "Sobre C0"
 
-#: ppdc/sample.c:79
 msgid "Envelope C1"
 msgstr "Sobre C1"
 
-#: ppdc/sample.c:80
 msgid "Envelope C2"
 msgstr "Sobre C2"
 
-#: ppdc/sample.c:81
 msgid "Envelope C3"
 msgstr "Sobre C3"
 
-#: ppdc/sample.c:67
 msgid "Envelope C4"
 msgstr "Sobre C4"
 
-#: ppdc/sample.c:68
 msgid "Envelope C5"
 msgstr "Sobre C5"
 
-#: ppdc/sample.c:69
 msgid "Envelope C6"
 msgstr "Sobre C6"
 
-#: ppdc/sample.c:82
 msgid "Envelope C65"
 msgstr "Sobre C65"
 
-#: ppdc/sample.c:83
 msgid "Envelope C7"
 msgstr "Sobre C7"
 
-#: ppdc/sample.c:84
 msgid "Envelope Choukei 3"
 msgstr "Sobre Choukei 3"
 
-#: ppdc/sample.c:85
 msgid "Envelope Choukei 3 Long Edge"
 msgstr "Sobre Choukei 3 costat llarg"
 
-#: ppdc/sample.c:86
 msgid "Envelope Choukei 4"
 msgstr "Sobre Choukei 4"
 
-#: ppdc/sample.c:87
 msgid "Envelope Choukei 4 Long Edge"
 msgstr "Sobre Choukei 4 costat llarg"
 
-#: ppdc/sample.c:70
 msgid "Envelope DL"
 msgstr "Sobre DL"
 
-#: ppdc/sample.c:269
 msgid "Envelope Feed"
 msgstr "Alimentació de sobres"
 
-#: ppdc/sample.c:88
 msgid "Envelope Invite"
 msgstr "Sobre d'invitació"
 
-#: ppdc/sample.c:92
 msgid "Envelope Italian"
 msgstr "Sobre italià"
 
-#: ppdc/sample.c:93
 msgid "Envelope Kaku2"
 msgstr "Sobre Kaku2"
 
-#: ppdc/sample.c:94
 msgid "Envelope Kaku2 Long Edge"
 msgstr "Sobre Kaku2 costat llarg"
 
-#: ppdc/sample.c:95
 msgid "Envelope Kaku3"
 msgstr "Sobre Kaku3"
 
-#: ppdc/sample.c:96
 msgid "Envelope Kaku3 Long Edge"
 msgstr "Sobre Kaku3 costat llarg"
 
-#: ppdc/sample.c:97
 msgid "Envelope Monarch"
 msgstr "Sobre monarch"
 
-#: ppdc/sample.c:99
 msgid "Envelope PRC1 "
 msgstr "Sobre PRC1"
 
-#: ppdc/sample.c:100
 msgid "Envelope PRC1 Long Edge"
 msgstr "Sobre PRC1 costat llarg"
 
-#: ppdc/sample.c:117
 msgid "Envelope PRC10"
 msgstr "Sobre PRC10"
 
-#: ppdc/sample.c:118
 msgid "Envelope PRC10 Long Edge"
 msgstr "Sobre PRC10 costat llarg"
 
-#: ppdc/sample.c:101
 msgid "Envelope PRC2"
 msgstr "Sobre PRC2"
 
-#: ppdc/sample.c:102
 msgid "Envelope PRC2 Long Edge"
 msgstr "Sobre PRC2 costat llarg"
 
-#: ppdc/sample.c:103
 msgid "Envelope PRC3"
 msgstr "Sobre PRC3"
 
-#: ppdc/sample.c:104
 msgid "Envelope PRC3 Long Edge"
 msgstr "Sobre PRC3 costat llarg"
 
-#: ppdc/sample.c:105
 msgid "Envelope PRC4"
 msgstr "Sobre PRC4"
 
-#: ppdc/sample.c:106
 msgid "Envelope PRC4 Long Edge"
 msgstr "Sobre PRC4 costat llarg"
 
-#: ppdc/sample.c:108
 msgid "Envelope PRC5 Long Edge"
 msgstr "Sobre PRC5 costat llarg"
 
-#: ppdc/sample.c:107
 msgid "Envelope PRC5PRC5"
 msgstr "Sobre PRC5"
 
-#: ppdc/sample.c:109
 msgid "Envelope PRC6"
 msgstr "Sobre PRC6"
 
-#: ppdc/sample.c:110
 msgid "Envelope PRC6 Long Edge"
 msgstr "Sobre PRC6 costat llarg"
 
-#: ppdc/sample.c:111
 msgid "Envelope PRC7"
 msgstr "Sobre PRC7"
 
-#: ppdc/sample.c:112
 msgid "Envelope PRC7 Long Edge"
 msgstr "Sobre PRC7 costat llarg"
 
-#: ppdc/sample.c:113
 msgid "Envelope PRC8"
 msgstr "Sobre PRC8"
 
-#: ppdc/sample.c:114
 msgid "Envelope PRC8 Long Edge"
 msgstr "Sobre PRC8 costat llarg"
 
-#: ppdc/sample.c:115
 msgid "Envelope PRC9"
 msgstr "Sobre PRC9"
 
-#: ppdc/sample.c:116
 msgid "Envelope PRC9 Long Edge"
 msgstr "Sobre PRC9 costat llarg"
 
-#: ppdc/sample.c:98
 msgid "Envelope Personal"
 msgstr "Sobre personalitzat"
 
-#: ppdc/sample.c:119
 msgid "Envelope You4"
 msgstr "Sobre You4"
 
-#: ppdc/sample.c:120
 msgid "Envelope You4 Long Edge"
 msgstr "Sobre You4 costat llarg"
 
-#: ppdc/sample.c:240
 msgid "Epson"
 msgstr "Epson"
 
-#: cgi-bin/admin.c:3604
 msgid "Error Policy"
 msgstr "Normes d'error"
 
-#: filter/rastertopwg.c:403 filter/rastertopwg.c:418 filter/rastertopwg.c:429
-#: filter/rastertopwg.c:440
 msgid "Error sending raster data."
 msgstr "S'ha produït un error quan s'enviaven les dades de la trama."
 
-#: systemv/lpinfo.c:103 systemv/lpmove.c:88
 msgid "Error: need hostname after \"-h\" option."
 msgstr "ERROR: es necessita un nom d'amfitrió després de l'opció «-h»."
 
-#: ppdc/sample.c:355
 msgid "Every 10 Labels"
 msgstr "Cada 10 etiquetes"
 
-#: ppdc/sample.c:347
 msgid "Every 2 Labels"
 msgstr "Cada 2 etiquetes"
 
-#: ppdc/sample.c:348
 msgid "Every 3 Labels"
 msgstr "Cada 3 etiquetes"
 
-#: ppdc/sample.c:349
 msgid "Every 4 Labels"
 msgstr "Cada 4 etiquetes"
 
-#: ppdc/sample.c:350
 msgid "Every 5 Labels"
 msgstr "Cada 5 etiquetes"
 
-#: ppdc/sample.c:351
 msgid "Every 6 Labels"
 msgstr "Cada 6 etiquetes"
 
-#: ppdc/sample.c:352
 msgid "Every 7 Labels"
 msgstr "Cada 7 etiquetes"
 
-#: ppdc/sample.c:353
 msgid "Every 8 Labels"
 msgstr "Cada 8 etiquetes"
 
-#: ppdc/sample.c:354
 msgid "Every 9 Labels"
 msgstr "Cada 9 etiquetes"
 
-#: ppdc/sample.c:346
 msgid "Every Label"
 msgstr "Cada etiqueta"
 
-#: ppdc/sample.c:121
 msgid "Executive"
 msgstr "Executiu"
 
-#: cups/http-support.c:1327
 msgid "Expectation Failed"
 msgstr "Ha fallat la condició del valor que s'esperava"
 
-#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375
 msgid "Export Printers to Samba"
 msgstr "Exportar les impressores al Samba"
 
-#: systemv/cupstestdsc.c:172 systemv/cupstestdsc.c:189
-#: systemv/cupstestdsc.c:214 systemv/cupstestdsc.c:231
-#: systemv/cupstestdsc.c:255 systemv/cupstestdsc.c:273
-#: systemv/cupstestdsc.c:302 systemv/cupstestdsc.c:339
-#: systemv/cupstestdsc.c:349 systemv/cupstestdsc.c:359
-#: systemv/cupstestdsc.c:369 systemv/cupstestdsc.c:379
-#: systemv/cupstestdsc.c:387
 msgid "FAIL"
 msgstr "ERROR"
 
-#: ppdc/sample.c:122
 msgid "FanFold German"
 msgstr "Paper continu alemany"
 
-#: ppdc/sample.c:123
 msgid "FanFold Legal German"
 msgstr "Paper continu legal alemany"
 
-#: ppdc/sample.c:124
 msgid "Fanfold US"
 msgstr "Paper continu americà"
 
-#: cups/file.c:300
 #, c-format
 msgid "File \"%s\" contains a relative path."
 msgstr "El fitxer «%s» conté un camí relatiu."
 
-#: cups/file.c:275
 #, c-format
 msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr "El fitxer «%s» té permisos que no són segurs (0%o/uid=%d/gid=%d)."
 
-#: cups/file.c:289
 #, c-format
 msgid "File \"%s\" is a directory."
 msgstr "El fitxer «%s» és un directori."
 
-#: cups/file.c:261
 #, c-format
 msgid "File \"%s\" not available: %s"
 msgstr "El fitxer «%s» no està disponible: %s"
 
-#: cups/file.c:247
 #, c-format
 msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr "El fitxer «%s» té els permisos correctes (0%o/uid=%d/gid=%d)."
 
-#: ppdc/sample.c:169
 msgid "File Folder "
 msgstr "Carpeta d'arxivador "
 
-#: scheduler/ipp.c:2370
 #, c-format
 msgid ""
 "File device URIs have been disabled. To enable, see the FileDevice directive "
-"in \"%s/cupsd.conf\"."
+"in \"%s/cups-files.conf\"."
 msgstr ""
-"S'han deshabilitat els URIs dels dispositius de fitxers. Per habilitar-los, "
-"vegeu la directriu FileDevice a «%s/cupsd.conf»."
 
-#: filter/rastertoepson.c:1117 filter/rastertohp.c:845
-#: filter/rastertolabel.c:1273
 #, c-format
 msgid "Finished page %d."
 msgstr "S'ha acabat la pàgina %d."
 
-#: ppdc/sample.c:125
 msgid "Folio"
 msgstr "Foli"
 
-#: cups/http-support.c:1306
 msgid "Forbidden"
 msgstr "Prohibit"
 
-#: cups/ppd.c:742 cups/ppd.c:1302
 msgid "General"
 msgstr "General"
 
-#: ppdc/sample.c:259
 msgid "Generic"
 msgstr "Genèric"
 
-#: cups/snmp.c:1016
 msgid "Get-Response-PDU uses indefinite length"
 msgstr "La Get-Response-PDU fa servir una longitud indefinida"
 
-#: ppdc/sample.c:290
 msgid "Glossy Paper"
 msgstr "Paper fotogràfic"
 
-#: scheduler/ipp.c:2952 scheduler/ipp.c:3352 scheduler/ipp.c:3890
-#: scheduler/ipp.c:6056 scheduler/ipp.c:6203 scheduler/ipp.c:7635
-#: scheduler/ipp.c:8753 scheduler/ipp.c:8979 scheduler/ipp.c:9328
-#: scheduler/ipp.c:9931
 msgid "Got a printer-uri attribute but no job-id."
 msgstr "S'ha obtingut l'atribut printer-uri però no el job-id."
 
-#: ppdc/sample.c:255
 msgid "Grayscale"
 msgstr "Escala de grisos"
 
-#: ppdc/sample.c:280
 msgid "HP"
 msgstr "HP"
 
-#: ppdc/sample.c:170
 msgid "Hanging Folder"
 msgstr "Carpeta per penjar"
 
-#: cgi-bin/help.c:143
 msgid "Help file not in index."
 msgstr "El fitxer d'ajuda no és a l'índex."
 
-#: cups/ipp.c:2687 cups/ipp.c:2714 cups/ipp.c:2737
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr ""
 "L'atribut 1setOf del IPP té etiquetes amb valors que no són compatibles."
 
-#: cups/ipp.c:2650
 msgid "IPP attribute has no name."
 msgstr "L'atribut del IPP no té nom."
 
-#: cups/ipp.c:5487
 msgid "IPP attribute is not a member of the message."
 msgstr "L'atribut del IPP no és membre del missatge."
 
-#: cups/ipp.c:3083
 msgid "IPP begCollection value not 0 bytes."
 msgstr "El valor de begColletion del IPP no té 0 bytes."
 
-#: cups/ipp.c:2873
 msgid "IPP boolean value not 1 byte."
 msgstr "El valor booleà del IPP no té 1 byte."
 
-#: cups/ipp.c:2934
 msgid "IPP date value not 11 bytes."
 msgstr "El valor de date del IPP no té 11 bytes."
 
-#: cups/ipp.c:3104
 msgid "IPP endCollection value not 0 bytes."
 msgstr "El valor de endColletion del IPP no té 0 bytes."
 
-#: cups/ipp.c:2848
 msgid "IPP enum value not 4 bytes."
 msgstr "El valor de enum del IPP no té 4 bytes."
 
-#: cups/ipp.c:2579
 msgid "IPP extension tag larger than 0x7FFFFFFF."
 msgstr "La etiqueta d'extension del IPP és més llarga de 0x7FFFFFFF."
 
-#: cups/ipp.c:2845
 msgid "IPP integer value not 4 bytes."
 msgstr "El valor enter de IPP no té 4 bytes."
 
-#: cups/ipp.c:3045
 msgid "IPP language length overflows value."
 msgstr "El valor de la longitud del llenguatge del IPP desborda."
 
-#: cups/ipp.c:2764
+msgid "IPP language length too large."
+msgstr ""
+
 msgid "IPP member name is not empty."
 msgstr "El nom del membre del IPP no està buit."
 
-#: cups/ipp.c:3122
 msgid "IPP memberName value is empty."
 msgstr "El valor de memberName de l'IPP està buit."
 
-#: cups/ipp.c:2633
+msgid "IPP memberName with no attribute."
+msgstr ""
+
 msgid "IPP name larger than 32767 bytes."
 msgstr "EL nom del IPP és més llarg de 32767 bytes."
 
-#: cups/ipp.c:3011
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr ""
 "El valor de nameWithLanguage del IPP és més petit que el mínim, 4 bytes."
 
-#: cups/ipp.c:2979
+msgid "IPP octetString length too large."
+msgstr ""
+
 msgid "IPP rangeOfInteger value not 8 bytes."
 msgstr "El valor de rangeOfInteger del IPP no té 8 bytes."
 
-#: cups/ipp.c:2952
 msgid "IPP resolution value not 9 bytes."
 msgstr "El valor de resolution del IPP no té 9 bytes."
 
-#: cups/ipp.c:3063
 msgid "IPP string length overflows value."
 msgstr "El valor de la longitud de la cadena del IPP desborda."
 
-#: cups/ipp.c:3007
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr ""
 "EL valor de textWithLanguage del IPP és més petit que el mínim, 4 bytes."
 
-#: cups/ipp.c:2831
 msgid "IPP value larger than 32767 bytes."
 msgstr "El valor del IPP és més llarg de 32767 bytes."
 
-#: ppdc/sample.c:1
 msgid "ISOLatin1"
 msgstr "ISOLatin1"
 
-#: cups/ppd.c:353
 msgid "Illegal control character"
 msgstr "Caràcter de control no permès"
 
-#: cups/ppd.c:354
 msgid "Illegal main keyword string"
 msgstr "Cadena de paraula clau principal no permesa"
 
-#: cups/ppd.c:355
 msgid "Illegal option keyword string"
 msgstr "Cadena de paraula clau d'opció no permesa"
 
-#: cups/ppd.c:356
 msgid "Illegal translation string"
 msgstr "Cadena de traducció no permesa"
 
-#: cups/ppd.c:357
 msgid "Illegal whitespace character"
 msgstr "Caràcter d'espai en blanc no permés"
 
-#: ppdc/sample.c:274
 msgid "Installable Options"
 msgstr "Opcions instal·lables"
 
-#: ppdc/sample.c:277
 msgid "Installed"
 msgstr "Instal·lat"
 
-#: ppdc/sample.c:293
 msgid "IntelliBar Label Printer"
 msgstr "Impressora d'etiquetes IntelliBar"
 
-#: ppdc/sample.c:292
 msgid "Intellitech"
 msgstr "Intellitech"
 
-#: cups/http-support.c:1333
 msgid "Internal Server Error"
 msgstr "Error intern del servidor"
 
-#: cups/ppd.c:344
 msgid "Internal error"
 msgstr "Error intern"
 
-#: ppdc/sample.c:167
 msgid "Internet Postage 2-Part"
 msgstr "Franqueig per Internet en 2 parts"
 
-#: ppdc/sample.c:168
 msgid "Internet Postage 3-Part"
 msgstr "Franqueig per Internet en 3 parts"
 
-#: backend/ipp.c:307
 msgid "Internet Printing Protocol"
 msgstr "Protocol d'impressió per Internet"
 
-#: cups/dest-options.c:839
 msgid "Invalid media size."
 msgstr "Mida del suport no vàlida."
 
-#: filter/commandtops.c:125
 #, c-format
 msgid "Invalid printer command \"%s\"."
 msgstr "La comanda de la impressora «%s» no és vàlida."
 
-#: cups/ppd.c:1420
 msgid "JCL"
 msgstr "Llenguatge de control de tasques (JCL)"
 
-#: ppdc/sample.c:53
 msgid "JIS B0"
 msgstr "JIS B0"
 
-#: ppdc/sample.c:55
 msgid "JIS B1"
 msgstr "JIS B1"
 
-#: ppdc/sample.c:54
 msgid "JIS B10"
 msgstr "JIS B10"
 
-#: ppdc/sample.c:56
 msgid "JIS B2"
 msgstr "JIS B2"
 
-#: ppdc/sample.c:57
 msgid "JIS B3"
 msgstr "JIS B3"
 
-#: ppdc/sample.c:58
 msgid "JIS B4"
 msgstr "JIS B4"
 
-#: ppdc/sample.c:59
 msgid "JIS B4 Long Edge"
 msgstr "JIS B4 costat llarg"
 
-#: ppdc/sample.c:60
 msgid "JIS B5"
 msgstr "JIS B5"
 
-#: ppdc/sample.c:61
 msgid "JIS B5 Long Edge"
 msgstr "JIS B5 costat llarg"
 
-#: ppdc/sample.c:62
 msgid "JIS B6"
 msgstr "JIS B6"
 
-#: ppdc/sample.c:63
 msgid "JIS B6 Long Edge"
 msgstr "JIS B6 costat llarg"
 
-#: ppdc/sample.c:64
 msgid "JIS B7"
 msgstr "JIS B7"
 
-#: ppdc/sample.c:65
 msgid "JIS B8"
 msgstr "JIS B8"
 
-#: ppdc/sample.c:66
 msgid "JIS B9"
 msgstr "JIS B9"
 
-#: scheduler/ipp.c:9051
 #, c-format
 msgid "Job #%d cannot be restarted - no files."
 msgstr "La feina #%d no es pot tornar a iniciar - no hi ha fitxers."
 
-#: scheduler/ipp.c:2992 scheduler/ipp.c:3222 scheduler/ipp.c:3277
-#: scheduler/ipp.c:3454 scheduler/ipp.c:3900 scheduler/ipp.c:5720
-#: scheduler/ipp.c:6096 scheduler/ipp.c:6243 scheduler/ipp.c:6543
-#: scheduler/ipp.c:7482 scheduler/ipp.c:7504 scheduler/ipp.c:7676
-#: scheduler/ipp.c:7901 scheduler/ipp.c:7944 scheduler/ipp.c:8793
-#: scheduler/ipp.c:9019 scheduler/ipp.c:9368 scheduler/ipp.c:9971
 #, c-format
 msgid "Job #%d does not exist."
 msgstr "La feina #%d no existeix."
 
-#: scheduler/ipp.c:3486
 #, c-format
 msgid "Job #%d is already aborted - can't cancel."
 msgstr "La feina #%d ja s'ha interromput: no es pot cancel·lar."
 
-#: scheduler/ipp.c:3480
 #, c-format
 msgid "Job #%d is already canceled - can't cancel."
 msgstr "La feina #%d ja està cancel·lada: no es pot cancel·lar."
 
-#: scheduler/ipp.c:3492
 #, c-format
 msgid "Job #%d is already completed - can't cancel."
 msgstr "La feina #%d ja s'ha acabat: no es pot cancel·lar."
 
-#: scheduler/ipp.c:7702 scheduler/ipp.c:7986 scheduler/ipp.c:9986
 #, c-format
 msgid "Job #%d is finished and cannot be altered."
 msgstr "La feina #%d s'ha acabat i no es pot canviar."
 
-#: scheduler/ipp.c:9033
 #, c-format
 msgid "Job #%d is not complete."
 msgstr "La feina #%d no s'ha acabat."
 
-#: scheduler/ipp.c:3007
 #, c-format
 msgid "Job #%d is not held for authentication."
 msgstr "La feina #%d no està aturada per ser autenticada."
 
-#: scheduler/ipp.c:8807
 #, c-format
 msgid "Job #%d is not held."
 msgstr "La feina #%d no està aturada."
 
-#: cgi-bin/ipp-var.c:1055
 msgid "Job Completed"
 msgstr "S'ha acabat la feina"
 
-#: cgi-bin/ipp-var.c:1053
 msgid "Job Created"
 msgstr "S'ha creat la feina"
 
-#: cgi-bin/ipp-var.c:1059
 msgid "Job Options Changed"
 msgstr "S'han canviat les opcions de la feina"
 
-#: cgi-bin/ipp-var.c:1057
 msgid "Job Stopped"
 msgstr "S'ha aturat la feina"
 
-#: scheduler/ipp.c:10068
 msgid "Job is completed and cannot be changed."
 msgstr "La feina s'ha finalitzat i no es pot canviar."
 
-#: cgi-bin/jobs.c:198
 msgid "Job operation failed"
 msgstr "Ha fallat l'operació de la feina"
 
-#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134
 msgid "Job state cannot be changed."
 msgstr "L'estat de la feina no es pot canviar."
 
-#: scheduler/ipp.c:8899
 msgid "Job subscriptions cannot be renewed."
 msgstr "Les subscripcions a les feines no es poden renovar."
 
-#: cgi-bin/jobs.c:103 cgi-bin/jobs.c:114 cgi-bin/jobs.c:195
 msgid "Jobs"
 msgstr "Feines"
 
-#: backend/lpd.c:185
 msgid "LPD/LPR Host or Printer"
 msgstr "Amfitrió o impressora LPD/LPR"
 
-#: ppdc/sample.c:230
 msgid "Label Printer"
 msgstr "Impressora d'etiquetes"
 
-#: ppdc/sample.c:446
 msgid "Label Top"
 msgstr "Capçalera de l'etiqueta"
 
-#: scheduler/ipp.c:2070 scheduler/ipp.c:5643
 #, c-format
 msgid "Language \"%s\" not supported."
 msgstr "L'idioma «%s» no està disponible."
 
-#: ppdc/sample.c:164
 msgid "Large Address"
 msgstr "Adreça gran"
 
-#: ppdc/sample.c:291
 msgid "LaserJet Series PCL 4/5"
 msgstr "Sèrie Laser Jet PCL 4/5"
 
-#: ppdc/sample.c:43
 msgid "Letter Oversize"
 msgstr "Carta gran"
 
-#: ppdc/sample.c:44
 msgid "Letter Oversize Long Edge"
 msgstr "Carta americà gran costat llarg"
 
-#: ppdc/sample.c:236
 msgid "Light"
 msgstr "Lluminós"
 
-#: cups/ppd.c:352
 msgid "Line longer than the maximum allowed (255 characters)"
 msgstr "La línia la longitud màxima permesa (255 caràcters)"
 
-#: cgi-bin/admin.c:2393
 msgid "List Available Printers"
 msgstr "Llista les impressores disponibles"
 
-#: ppdc/sample.c:272
 msgid "Long-Edge (Portrait)"
 msgstr "Costat-llarg (vertical)"
 
-#: cups/http-support.c:1558
 msgid "Looking for printer."
 msgstr "S'està buscant la impressora."
 
-#: ppdc/sample.c:268
 msgid "Manual Feed"
 msgstr "Alimentació manual"
 
-#: cups/ppd.c:789 cups/ppd.c:1357
 msgid "Media Size"
 msgstr "Mida del paper"
 
-#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262
 msgid "Media Source"
 msgstr "Font del paper"
 
-#: ppdc/sample.c:364
 msgid "Media Tracking"
 msgstr "Seguiment del paper"
 
-#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285
 msgid "Media Type"
 msgstr "Tipus de paper"
 
-#: ppdc/sample.c:237
 msgid "Medium"
 msgstr "Mitjà"
 
-#: cups/ppd.c:341
 msgid "Memory allocation error"
 msgstr "S'ha produït un error d'ubicació de memòria"
 
-#: cups/ppd.c:361
 msgid "Missing CloseGroup"
 msgstr "Falta el CloseGroup"
 
-#: cups/ppd.c:342
 msgid "Missing PPD-Adobe-4.x header"
 msgstr "Falta la capçalera PPD-ADOBE-4.x"
 
-#: cups/ppd.c:351
 msgid "Missing asterisk in column 1"
 msgstr "Falta un asterisc a la columna 1"
 
-#: scheduler/ipp.c:6119
 msgid "Missing document-number attribute."
 msgstr "Falta l'atribut document-number."
 
-#: cups/adminutil.c:273
 #, c-format
 msgid "Missing double quote on line %d."
 msgstr "Falta una cometa doble a la línia %d."
 
-#: cgi-bin/admin.c:736 cgi-bin/admin.c:2106 cgi-bin/admin.c:2191
-#: cgi-bin/admin.c:2785 cgi-bin/admin.c:3039 cgi-bin/admin.c:3150
-#: cgi-bin/admin.c:3860
 msgid "Missing form variable"
 msgstr "Falta una variable del formulari"
 
-#: scheduler/ipp.c:9422
 msgid "Missing last-document attribute in request."
 msgstr "Falta l'atribut last-document-number a la petició."
 
-#: cups/pwg-media.c:535
 msgid "Missing media or media-col."
 msgstr "Falta el media o el media-col."
 
-#: cups/pwg-media.c:454
 msgid "Missing media-size in media-col."
 msgstr "Falta el media-size al media-col."
 
-#: scheduler/ipp.c:6673
 msgid "Missing notify-subscription-ids attribute."
 msgstr "Falta l'atribut notify-subscription-ids."
 
-#: cups/ppd.c:359
 msgid "Missing option keyword"
 msgstr "Falta l'opció keyword"
 
-#: scheduler/ipp.c:3133 scheduler/ipp.c:3158
 msgid "Missing requesting-user-name attribute."
 msgstr "Falta l'atribut requesting-user-name."
 
-#: scheduler/ipp.c:461
 msgid "Missing required attributes."
 msgstr "Falten alguns atributs necessaris."
 
-#: cups/adminutil.c:254
 #, c-format
 msgid "Missing value on line %d."
 msgstr "Falta un valor a la línia %d."
 
-#: cups/ppd.c:343
 msgid "Missing value string"
 msgstr "Falta la cadena de valor"
 
-#: cups/pwg-media.c:442
 msgid "Missing x-dimension in media-size."
 msgstr "Falta la mida x a la mida del suport."
 
-#: cups/pwg-media.c:448
 msgid "Missing y-dimension in media-size."
 msgstr "Falta la mida y a la mida del suport."
 
-#: systemv/lpinfo.c:470
 #, c-format
 msgid ""
 "Model:  name = %s\n"
@@ -4230,734 +3419,558 @@ msgstr ""
 "        fabricant i model = %s\n"
 "        id del dispositiu = %s"
 
-#: cgi-bin/admin.c:570
 msgid "Modify Class"
 msgstr "Modifica la classe"
 
-#: cgi-bin/admin.c:882
 msgid "Modify Printer"
 msgstr "Modifica la impressora"
 
-#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516
 msgid "Move All Jobs"
 msgstr "Mou totes les feines"
 
-#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514
 msgid "Move Job"
 msgstr "Mou la feina"
 
-#: cups/http-support.c:1290
 msgid "Moved Permanently"
 msgstr "S'ha mogut de manera permanent"
 
-#: cups/ppd.c:340
 msgid "NULL PPD file pointer"
 msgstr "Punter del fitxer PPD NUL"
 
-#: cups/snmp.c:1053
 msgid "Name OID uses indefinite length"
 msgstr "El nom de l'OID fa servir una longitud indefinida"
 
-#: scheduler/ipp.c:1142
 msgid "Nested classes are not allowed."
 msgstr "No es permeten les classes imbricades."
 
-#: ppdc/sample.c:430
 msgid "Never"
 msgstr "Mai"
 
-#: ppdc/sample.c:256
 msgid "New Stylus Color Series"
 msgstr "Sèrie New Stylus Color"
 
-#: ppdc/sample.c:258
 msgid "New Stylus Photo Series"
 msgstr "Sèrie New Stylus Photo"
 
-#: cups/ppd.c:1949
 msgid "No"
 msgstr "No"
 
-#: cups/http-support.c:1287
 msgid "No Content"
 msgstr "No hi ha contingut"
 
-#: cups/util.c:1298
 msgid "No PPD name"
 msgstr "El PPD no té nom"
 
-#: cups/snmp.c:1047
 msgid "No VarBind SEQUENCE"
 msgstr "No hi ha cap SEQUENCE VarBind"
 
-#: cups/adminutil.c:788
 msgid "No Windows printer drivers are installed."
 msgstr "No hi ha cap controlador d'impressores de Windows instal·lat."
 
-#: cups/request.c:566 cups/request.c:908
 msgid "No active connection"
 msgstr "No hi ha cap connexió activa"
 
-#: scheduler/ipp.c:3403
 #, c-format
 msgid "No active jobs on %s."
 msgstr "No hi ha cap feina activa a %s."
 
-#: scheduler/ipp.c:302
 msgid "No attributes in request."
 msgstr "No hi ha atributs en demanda."
 
-#: scheduler/ipp.c:3034
 msgid "No authentication information provided."
 msgstr "No s'ha donat cap informació d'autenticació."
 
-#: cups/snmp.c:1004
 msgid "No community name"
 msgstr "Ho hi na cap nom de comunitat"
 
-#: scheduler/ipp.c:5919
 msgid "No default printer."
 msgstr "No hi ha cap impressora per defecte."
 
-#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248
 msgid "No destinations added."
 msgstr "No s'ha afegit cap destí."
 
-#: backend/usb.c:200
 msgid "No device URI found in argv[0] or in DEVICE_URI environment variable."
 msgstr ""
 "No s'ha trobat cap URI de dispositiu a argv[0] o a la variable d'entorn "
 "DEVICE_URI."
 
-#: cups/snmp.c:1034
 msgid "No error-index"
 msgstr "No hi ca cap error-index"
 
-#: cups/snmp.c:1026
 msgid "No error-status"
 msgstr "No hi ha cap status-error"
 
-#: scheduler/ipp.c:8190 scheduler/ipp.c:9436
 msgid "No file in print request."
 msgstr "No hi ha cap printer-uri a la sol·licitud."
 
-#: cups/util.c:923
 msgid "No modification time"
 msgstr "No hi ha hora de modificació"
 
-#: cups/snmp.c:1051
 msgid "No name OID"
 msgstr "No hi ha cap nom d'OID"
 
-#: filter/rastertoepson.c:1147 filter/rastertohp.c:876
-#: filter/rastertolabel.c:1302
 msgid "No pages were found."
 msgstr "No s'ha trobat cap pàgina."
 
-#: cups/util.c:917
 msgid "No printer name"
 msgstr "No hi ha cap nom d'impressora"
 
-#: cups/util.c:1801
 msgid "No printer-uri found"
 msgstr "No s'ha trobat cap printer-uri"
 
-#: cups/util.c:1786
 msgid "No printer-uri found for class"
 msgstr "No s'ha trobat cap printer-uri per la classe"
 
-#: scheduler/ipp.c:6322
 msgid "No printer-uri in request."
 msgstr "No hi ha cap printer-uri a la sol·licitud."
 
-#: cups/snmp.c:1018
 msgid "No request-id"
 msgstr "No hi ha cap request-id"
 
-#: scheduler/ipp.c:5528
 msgid "No subscription attributes in request."
 msgstr "No hi ha cap atribut de la subscripció a la sol·licitud."
 
-#: scheduler/ipp.c:7575
 msgid "No subscriptions found."
 msgstr "No s'ha trobat cap sol·licitud."
 
-#: cups/snmp.c:1042
 msgid "No variable-bindings SEQUENCE"
 msgstr "No hi ha cap SEQUENCE variable-bindings"
 
-#: cups/snmp.c:997
 msgid "No version number"
 msgstr "No hi ha cap número de versió"
 
-#: ppdc/sample.c:367
 msgid "Non-continuous (Mark sensing)"
 msgstr "Discontinu (sensible a les marques)"
 
-#: ppdc/sample.c:366
 msgid "Non-continuous (Web sensing)"
 msgstr "Discontinu (Sensible al web)"
 
-#: ppdc/sample.c:238
 msgid "Normal"
 msgstr "Normal"
 
-#: cups/http-support.c:1309
 msgid "Not Found"
 msgstr "No s'ha trobat"
 
-#: cups/http-support.c:1321
 msgid "Not Implemented"
 msgstr "No implementat"
 
-#: ppdc/sample.c:276
 msgid "Not Installed"
 msgstr "No està instal·lat"
 
-#: cups/http-support.c:1296
 msgid "Not Modified"
 msgstr "No està modificat"
 
-#: cups/http-support.c:1324
 msgid "Not Supported"
 msgstr "No és compatible"
 
-#: scheduler/ipp.c:1518 scheduler/ipp.c:10666
 msgid "Not allowed to print."
 msgstr "No teniu permís per imprimir."
 
-#: ppdc/sample.c:146
 msgid "Note"
 msgstr "Nota"
 
-#: systemv/cupstestdsc.c:433
 msgid ""
 "Note: this program only validates the DSC comments, not the PostScript "
 "itself."
 msgstr ""
 "Nota: aquest programa només valida els comentaris DSC, no el PostScript."
 
-#: cups/http-support.c:1278 cups/ppd.c:338
 msgid "OK"
 msgstr "D'acord"
 
-#: ppdc/sample.c:271
 msgid "Off (1-Sided)"
 msgstr "Inactiu (Una cara)"
 
-#: ppdc/sample.c:361
 msgid "Oki"
 msgstr "Oki"
 
-#: cgi-bin/help.c:91 cgi-bin/help.c:132 cgi-bin/help.c:142 cgi-bin/help.c:172
 msgid "Online Help"
 msgstr "Ajuda en línia"
 
-#: cups/adminutil.c:955
 #, c-format
 msgid "Open of %s failed: %s"
 msgstr "No s'ha pogut obrir %s: %s"
 
-#: cups/ppd.c:346
 msgid "OpenGroup without a CloseGroup first"
 msgstr "OpenGroup sense un CloseGroup abans"
 
-#: cups/ppd.c:348
 msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"
 msgstr "OpenUI/JCLOpenUI sense un CloseUI/JCLCloseUI abans"
 
-#: cgi-bin/admin.c:3631
 msgid "Operation Policy"
 msgstr "Política d'operacions"
 
-#: filter/pstops.c:2205
 #, c-format
 msgid "Option \"%s\" cannot be included via %%%%IncludeFeature."
 msgstr "L'opció «%s» no es pot incloure a través de %%%%IncludeFeature."
 
-#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365
 msgid "Options Installed"
 msgstr "Opcions instal·lades"
 
-#: scheduler/cupsfilter.c:1430 scheduler/main.c:2018 systemv/cupsaddsmb.c:284
-#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3797
-#: test/ipptool.c:4403 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174
-#: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254
 msgid "Options:"
 msgstr "Opcions:"
 
-#: cups/ppd-cache.c:156
 msgid "Out of date PPD cache file."
 msgstr "El fitxer de memòria cau del PPD no està actualitzat."
 
-#: cups/ppd-cache.c:1381
 msgid "Out of memory."
 msgstr "Sense memòria."
 
-#: cups/ppd.c:795 cups/ppd.c:1363
 msgid "Output Mode"
 msgstr "Mode de sortida"
 
-#: systemv/lpstat.c:1191 systemv/lpstat.c:1195
 #, c-format
 msgid "Output for printer %s is sent to %s"
 msgstr "La sortida de la impressora %s s'envia a %s"
 
-#: systemv/lpstat.c:1185
 #, c-format
 msgid "Output for printer %s is sent to remote printer %s on %s"
 msgstr "La sortida de la impressora %s s'envia a la impressora remota %s a %s"
 
-#: systemv/lpstat.c:1209 systemv/lpstat.c:1213
 #, c-format
 msgid "Output for printer %s/%s is sent to %s"
 msgstr "La sortida per la impressora %s/%s s'envia a la impressora %s"
 
-#: systemv/lpstat.c:1203
 #, c-format
 msgid "Output for printer %s/%s is sent to remote printer %s on %s"
 msgstr ""
 "La sortida per la impressora %s/%s s'envia a la impressora remota %s a %s"
 
-#: systemv/cupstestdsc.c:399
 msgid "PASS"
 msgstr "VÀLID"
 
-#: ppdc/sample.c:260
 msgid "PCL Laser Printer"
 msgstr "Impressora làser PCL"
 
-#: ppdc/sample.c:149
 msgid "PRC16K"
 msgstr "PRC16K"
 
-#: ppdc/sample.c:150
 msgid "PRC16K Long Edge"
 msgstr "PRC16K costat llarg"
 
-#: ppdc/sample.c:151
 msgid "PRC32K"
 msgstr "PRC32K"
 
-#: ppdc/sample.c:154
 msgid "PRC32K Long Edge"
 msgstr "PRC32K costat llarg"
 
-#: ppdc/sample.c:152
 msgid "PRC32K Oversize"
 msgstr "PRC32K gran"
 
-#: ppdc/sample.c:153
 msgid "PRC32K Oversize Long Edge"
 msgstr "PRC32K gran costat llarg"
 
-#: cups/snmp.c:1014
 msgid "Packet does not contain a Get-Response-PDU"
 msgstr "El paquet no conté cap Get-Response-PDU"
 
-#: cups/snmp.c:993
 msgid "Packet does not start with SEQUENCE"
 msgstr "El paquet no comença amb SEQUENCE"
 
-#: ppdc/sample.c:360
 msgid "ParamCustominCutInterval"
 msgstr "ParamCustominCutInterval"
 
-#: ppdc/sample.c:358
 msgid "ParamCustominTearInterval"
 msgstr "ParamCustominTearInterval"
 
-#: cups/auth.c:199 cups/auth.c:367
 #, c-format
 msgid "Password for %s on %s? "
 msgstr "Contrasenya per %s a %s? "
 
-#: systemv/cupsaddsmb.c:252
 #, c-format
 msgid "Password for %s required to access %s via SAMBA: "
 msgstr "Es necessita la contrasenya de %s per accedir a %s a través de SAMBA: "
 
-#: cgi-bin/classes.c:167
 msgid "Pause Class"
 msgstr "Posa la classe en pausa"
 
-#: cgi-bin/printers.c:170
 msgid "Pause Printer"
 msgstr "Posa la impressora en pausa"
 
-#: ppdc/sample.c:448
 msgid "Peel-Off"
 msgstr "Desenganxar"
 
-#: ppdc/sample.c:160
 msgid "Photo"
 msgstr "Fotografia"
 
-#: ppdc/sample.c:161
 msgid "Photo Labels"
 msgstr "Etiquetes de fotografia"
 
-#: ppdc/sample.c:286
 msgid "Plain Paper"
 msgstr "Paper normal"
 
-#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580
 msgid "Policies"
 msgstr "Polítiques"
 
-#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662
 msgid "Port Monitor"
 msgstr "Seguiment del port"
 
-#: ppdc/sample.c:278
 msgid "PostScript Printer"
 msgstr "Impressora PostScript"
 
-#: ppdc/sample.c:147
 msgid "Postcard"
 msgstr "Postal"
 
-#: ppdc/sample.c:71
 msgid "Postcard Double "
 msgstr "Postal doble"
 
-#: ppdc/sample.c:72
 msgid "Postcard Double Long Edge"
 msgstr "Postal doble costat llarg"
 
-#: ppdc/sample.c:148
 msgid "Postcard Long Edge"
 msgstr "Postal costat llarg"
 
-#: ppdc/sample.c:295
+msgid "Preparing to print."
+msgstr ""
+
 msgid "Print Density"
 msgstr "Densitat de la impressió"
 
-#: cups/notify.c:82
 msgid "Print Job:"
 msgstr "Feina d'impressió:"
 
-#: ppdc/sample.c:340
 msgid "Print Mode"
 msgstr "Mode d'impressió"
 
-#: ppdc/sample.c:383
 msgid "Print Rate"
 msgstr "Ritme d'impressió"
 
-#: cgi-bin/printers.c:179
 msgid "Print Self-Test Page"
 msgstr "Imprimeix la pàgina de prova pròpia"
 
-#: ppdc/sample.c:327
 msgid "Print Speed"
 msgstr "Velocitat d'impressió"
 
-#: cgi-bin/ipp-var.c:792
 msgid "Print Test Page"
 msgstr "Imprimeix una pàgina de prova"
 
-#: ppdc/sample.c:356
 msgid "Print and Cut"
 msgstr "Imprimeix i talla"
 
-#: ppdc/sample.c:344
 msgid "Print and Tear"
 msgstr "Imprimeix i estripa"
 
-#: backend/ipp.c:1537
-#, c-format
-msgid "Print file accepted - job ID %d."
-msgstr "S'ha acceptat el fitxer d'impressió - ID de la feina %d."
-
-#: backend/ipp.c:1527
-msgid "Print file accepted - job ID unknown."
-msgstr "S'ha acceptat el fitxer d'impressió - l'ID de la feina és desconegut."
-
-#: backend/socket.c:424 backend/usb-unix.c:191
 msgid "Print file sent."
 msgstr "S'ha enviat el fitxer d'impressió."
 
-#: backend/ipp.c:1488
-msgid "Print file was not accepted."
-msgstr "No s'ha acceptat el fitxer d'impressió."
-
-#: backend/ipp.c:1895
 msgid "Print job canceled at printer."
 msgstr "S'ha cancel·lat la feina a la impressora."
 
-#: backend/ipp.c:1890
 msgid "Print job too large."
 msgstr "La feina d'impressió és massa llarga."
 
-#: cgi-bin/ipp-var.c:1047
+msgid "Print job was not accepted."
+msgstr ""
+
 msgid "Printer Added"
 msgstr "S'ha afegit una impressora"
 
-#: ppdc/sample.c:263
 msgid "Printer Default"
 msgstr "Impressora per defecte"
 
-#: cgi-bin/ipp-var.c:1051
 msgid "Printer Deleted"
 msgstr "S'ha eliminat la impressora"
 
-#: cgi-bin/ipp-var.c:1049
 msgid "Printer Modified"
 msgstr "S'ha modificat la impressora"
 
-#: cgi-bin/ipp-var.c:1045
 msgid "Printer Paused"
 msgstr "S'ha posat la impressora en pausa"
 
-#: ppdc/sample.c:294
 msgid "Printer Settings"
 msgstr "Configuració de la impressora"
 
-#: backend/ipp.c:1893
 msgid "Printer cannot print supplied content."
 msgstr "La impressora no pot imprimir el contingut subministrat."
 
-#: cups/notify.c:126
 msgid "Printer:"
 msgstr "Impressora:"
 
-#: cgi-bin/printers.c:204 cgi-bin/printers.c:332
 msgid "Printers"
 msgstr "Impressores"
 
-#: filter/rastertoepson.c:1093 filter/rastertohp.c:817
-#: filter/rastertolabel.c:1249
 #, c-format
 msgid "Printing page %d, %d%% complete."
 msgstr "S'està imprimint la pàgina %d. S'ha completat el %d%%."
 
-#: cgi-bin/classes.c:173 cgi-bin/printers.c:176
 msgid "Purge Jobs"
 msgstr "Purga les feines"
 
-#: ppdc/sample.c:155
 msgid "Quarto"
 msgstr "Quart"
 
-#: scheduler/ipp.c:1513 scheduler/ipp.c:10661
 msgid "Quota limit reached."
 msgstr "S'ha assolit el límit de la quota."
 
-#: berkeley/lpq.c:515
 msgid "Rank    Owner   Job     File(s)                         Total Size"
 msgstr ""
 "Rang    Propietari   Feina     Fitxer(s)                         Mida total"
 
 #. TRANSLATORS: Pri is job priority.
-#: berkeley/lpq.c:511
 msgid ""
 "Rank   Owner      Pri  Job        Files                       Total Size"
 msgstr ""
 "Rang   Propietari      Pri  Feina        Fitxers                       Mida "
 "total"
 
-#: cgi-bin/classes.c:171 cgi-bin/printers.c:174
 msgid "Reject Jobs"
 msgstr "Rebutja feines"
 
-#: backend/lpd.c:1016 backend/lpd.c:1148
 #, c-format
 msgid "Remote host did not accept control file (%d)."
 msgstr "L'amfitrió remot no accepta el fitxer de control (%d)."
 
-#: backend/lpd.c:1101
 #, c-format
 msgid "Remote host did not accept data file (%d)."
 msgstr "L'amfitrió remot no accepta el fitxer de dades (%d)."
 
-#: ppdc/sample.c:428
 msgid "Reprint After Error"
 msgstr "Torna a imprimir després d'un error"
 
-#: cups/http-support.c:1312
 msgid "Request Entity Too Large"
 msgstr "Entitat de petició massa gran"
 
-#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231
 msgid "Resolution"
 msgstr "Resolució"
 
-#: cgi-bin/classes.c:165
 msgid "Resume Class"
 msgstr "Reprèn la classe"
 
-#: cgi-bin/printers.c:167
 msgid "Resume Printer"
 msgstr "Reprèn la impressora"
 
-#: ppdc/sample.c:165
 msgid "Return Address"
 msgstr "Remitent"
 
-#: ppdc/sample.c:449
 msgid "Rewind"
 msgstr "Rebobina"
 
-#: cups/adminutil.c:2052
 #, c-format
 msgid "Running command: %s %s -N -A %s -c '%s'"
 msgstr "S'està executant l'ordre: %s %s -N -A %s -c «%s»"
 
-#: cups/snmp.c:995
 msgid "SEQUENCE uses indefinite length"
 msgstr "SEQUENCE té una longitud indefinida"
 
-#: cups/http-support.c:1336
 msgid "SSL/TLS Negotiation Error"
 msgstr "S'ha produït un error mentre es negociava el SSL/TLS"
 
-#: cups/http-support.c:1293
 msgid "See Other"
 msgstr "Vegeu altres"
 
-#: backend/usb-darwin.c:543 backend/usb-libusb.c:273
 msgid "Sending data to printer."
 msgstr "S'envien les dades a la impressora."
 
-#: cgi-bin/ipp-var.c:1061
 msgid "Server Restarted"
 msgstr "S'ha reiniciat el servidor"
 
-#: cgi-bin/ipp-var.c:1067
 msgid "Server Security Auditing"
 msgstr "S'està auditant la seguretat del servidor"
 
-#: cgi-bin/ipp-var.c:1063
 msgid "Server Started"
 msgstr "S'ha iniciat el servidor"
 
-#: cgi-bin/ipp-var.c:1065
 msgid "Server Stopped"
 msgstr "S'ha aturat el servidor"
 
-#: cups/http-support.c:1330
 msgid "Service Unavailable"
 msgstr "El servei no està disponible"
 
-#: cgi-bin/admin.c:2786 cgi-bin/admin.c:2832 cgi-bin/admin.c:2989
-#: cgi-bin/admin.c:3008
 msgid "Set Allowed Users"
 msgstr "Definir els permisos dels usuaris"
 
-#: cgi-bin/admin.c:3035
 msgid "Set As Server Default"
 msgstr "Establir com a servidor per defecte"
 
-#: cgi-bin/admin.c:3135
 msgid "Set Class Options"
 msgstr "Definir les opcions de la classe"
 
-#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691
 msgid "Set Printer Options"
 msgstr "Definir les opcions de la impressora"
 
-#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923
 msgid "Set Publishing"
 msgstr "Establir com a pública"
 
-#: ppdc/sample.c:166
 msgid "Shipping Address"
 msgstr "Adreça de lliurament"
 
-#: ppdc/sample.c:273
 msgid "Short-Edge (Landscape)"
 msgstr "Costat curt (horitzontal)"
 
-#: ppdc/sample.c:288
 msgid "Special Paper"
 msgstr "Paper especial"
 
-#: backend/lpd.c:1057
 #, c-format
 msgid "Spooling job, %.0f%% complete."
 msgstr "S'està posant a la cua la feina. S'ha completat el %.0f%%."
 
-#: ppdc/sample.c:341
 msgid "Standard"
 msgstr "Estàndard"
 
 #. TRANSLATORS: Banner/cover sheet before the print job.
-#: cgi-bin/admin.c:3552
 msgid "Starting Banner"
 msgstr "Bàner inicial"
 
-#: filter/rastertoepson.c:1069 filter/rastertohp.c:793
-#: filter/rastertolabel.c:1225
 #, c-format
 msgid "Starting page %d."
 msgstr "S'està començant la pàgina %d."
 
-#: ppdc/sample.c:156
 msgid "Statement"
 msgstr "Declaració"
 
-#: ppdc/sample.c:251
 msgid "Stylus Color Series"
 msgstr "Sèrie Stylus Color"
 
-#: ppdc/sample.c:257
 msgid "Stylus Photo Series"
 msgstr "Sèrie Stylus Photo"
 
-#: scheduler/ipp.c:3549 scheduler/ipp.c:6689 scheduler/ipp.c:7388
-#: scheduler/ipp.c:8887
 #, c-format
 msgid "Subscription #%d does not exist."
 msgstr "La subscripció #%d no existeix."
 
-#: ppdc/sample.c:157
 msgid "Super A"
 msgstr "Super A"
 
-#: ppdc/sample.c:158
 msgid "Super B"
 msgstr "Super B"
 
-#: ppdc/sample.c:162
 msgid "Super B/A3"
 msgstr "Super B/A3"
 
-#: cups/http-support.c:1275
 msgid "Switching Protocols"
 msgstr "Intercanviar els protocols"
 
-#: ppdc/sample.c:159
 msgid "Tabloid"
 msgstr "Tabloide"
 
-#: ppdc/sample.c:45
 msgid "Tabloid Oversize"
 msgstr "Tabloide gran"
 
-#: ppdc/sample.c:46
 msgid "Tabloid Oversize Long Edge"
 msgstr "Tabloide gran costat llarg"
 
-#: ppdc/sample.c:342
 msgid "Tear"
 msgstr "Estripar"
 
-#: ppdc/sample.c:447
 msgid "Tear-Off"
 msgstr "Estripar"
 
-#: ppdc/sample.c:388
 msgid "Tear-Off Adjust Position"
 msgstr "Posició d'ajust d'estripat"
 
-#: scheduler/ipp.c:6393 scheduler/ipp.c:6471 scheduler/ipp.c:6487
-#: scheduler/ipp.c:6505
+#, c-format
+msgid "The \"%s\" attribute is required for print jobs."
+msgstr ""
+
 #, c-format
 msgid "The %s attribute cannot be provided with job-ids."
 msgstr "No es pot fer servir l'atribut %s amb les job-ids."
 
-#: scheduler/ipp.c:5118
+#, c-format
+msgid ""
+"The '%s' Job Description attribute cannot be supplied in a job creation "
+"request."
+msgstr ""
+
 #, c-format
 msgid ""
 "The '%s' operation attribute cannot be supplied in a Create-Job request."
@@ -4965,22 +3978,17 @@ msgstr ""
 "L'atribut d'operació «%s» no es pot subministrar en una petició de Create-"
 "Job."
 
-#: scheduler/ipp.c:6919
 #, c-format
 msgid "The PPD file \"%s\" could not be found."
 msgstr "No s'ha pogut trobar el fitxer PPD «%s»."
 
-#: scheduler/ipp.c:6906
 #, c-format
 msgid "The PPD file \"%s\" could not be opened: %s"
 msgstr "No s'ha pogut obrir el fitxer PPD «%s»: %s"
 
-#: filter/rastertoepson.c:1038 filter/rastertohp.c:764
-#: filter/rastertolabel.c:1189
 msgid "The PPD file could not be opened."
 msgstr "No s'ha pogut obrir el fitxer PPD."
 
-#: cgi-bin/admin.c:749
 msgid ""
 "The class name may only contain up to 127 printable characters and may not "
 "contain spaces, slashes (/), or the pound sign (#)."
@@ -4988,138 +3996,99 @@ msgstr ""
 "El nom de la classe només pot tenir fins a 127 caràcters imprimibles i no "
 "pot contenir espais, barres (/) o el símbol coixinet (#)."
 
-#: cups/localize.c:353
 msgid "The developer unit needs to be replaced."
 msgstr "S'ha de canviar la unitat de desenvolupament."
 
-#: cups/localize.c:351
 msgid "The developer unit will need to be replaced soon."
 msgstr "La unitat de desenvolupament s'haurà de canviar aviat."
 
-#: cups/localize.c:343
 msgid "The fuser's temperature is high."
 msgstr "La temperatura del fusor és alta."
 
-#: cups/localize.c:345
 msgid "The fuser's temperature is low."
 msgstr "La temperatura del fusor és baixa."
 
-#: scheduler/ipp.c:2097
 msgid ""
 "The notify-lease-duration attribute cannot be used with job subscriptions."
 msgstr ""
 "No es pot fer servir l'atribut notify-lease-duration amb les subscripcions a "
 "tasques."
 
-#: scheduler/ipp.c:2080 scheduler/ipp.c:5653
 #, c-format
 msgid "The notify-user-data value is too large (%d > 63 octets)."
 msgstr "El valor de notify-user-data és massa llarg (%d > 63 octets)."
 
-#: cups/localize.c:349
 msgid "The optical photoconductor needs to be replaced."
 msgstr "S'ha de canviar el fotoconductor òptic."
 
-#: cups/localize.c:347
 msgid "The optical photoconductor will need to be replaced soon."
 msgstr "El fotoconductor òptic s'haurà de canviar aviat."
 
-#: cups/localize.c:331
 msgid "The output bin is almost full."
 msgstr "La safata de sortida és gairebé plena."
 
-#: cups/localize.c:333
 msgid "The output bin is full."
 msgstr "La safata de sortida és plena."
 
-#: cups/localize.c:329
 msgid "The output bin is missing."
 msgstr "Falta la safata de sortida."
 
-#: cups/localize.c:325
 msgid "The paper tray is almost empty."
 msgstr "La safata de paper és gairebé buida."
 
-#: cups/localize.c:327
 msgid "The paper tray is empty."
 msgstr "La safata de paper és buida."
 
-#: cups/localize.c:323
 msgid "The paper tray is missing."
 msgstr "Falta la safata de paper."
 
-#: cups/localize.c:306
 msgid "The paper tray needs to be filled."
 msgstr "S'ha d'omplir la safata de paper."
 
-#: backend/ipp.c:909
-msgid "The printer URI is incorrect or no longer exists."
-msgstr "L'URI de la impressora no és correcte o ja no existeix."
+msgid "The printer configuration is incorrect or the printer no longer exists."
+msgstr ""
 
-#: backend/lpd.c:619 backend/lpd.c:1009 backend/lpd.c:1091 backend/lpd.c:1141
 msgid "The printer did not respond."
 msgstr "La impressora no ha respost."
 
-#: backend/ipp.c:892 backend/ipp.c:899
-#, c-format
-msgid "The printer does not support IPP/%d.%d, trying IPP/%s."
-msgstr ""
-"La impressora no és compatible amb el IPP/%d.%d, s'està intentant el IPP/%s."
-
-#: backend/ipp.c:757 backend/ipp.c:874 backend/ipp.c:980 backend/ipp.c:1313
-#: backend/ipp.c:1464 backend/lpd.c:828 backend/socket.c:374
-#: backend/usb-unix.c:131 backend/usb-unix.c:424 backend/usb-unix.c:507
 msgid "The printer is in use."
 msgstr "La impressora està ocupada."
 
-#: backend/runloop.c:254 backend/runloop.c:374 cups/localize.c:311
 msgid "The printer is not connected."
 msgstr "La impressora no està connectada."
 
-#: backend/ipp.c:735 backend/ipp.c:768 backend/ipp.c:870 backend/lpd.c:807
-#: backend/lpd.c:848 backend/socket.c:353 backend/socket.c:386
 msgid "The printer is not responding."
 msgstr "La impressora no respòn."
 
-#: backend/runloop.c:396
 msgid "The printer is now connected."
 msgstr "Ara la impressora està connectada."
 
-#: backend/usb-darwin.c:1286
 msgid "The printer is now online."
 msgstr "Ara la impressora està en línia."
 
-#: backend/usb-darwin.c:1307
 msgid "The printer is offline."
 msgstr "La impressora està fora de línia."
 
-#: cups/localize.c:335
 msgid "The printer is running low on ink."
 msgstr "S'està acabant la tinta de la impressora."
 
-#: cups/localize.c:313
 msgid "The printer is running low on toner."
 msgstr "S'està acabant el tòner de la impressora."
 
-#: backend/ipp.c:750 backend/lpd.c:821 backend/socket.c:367
 msgid "The printer is unreachable at this time."
 msgstr "Ara mateix no es pot accedir a la impressora."
 
-#: cups/localize.c:337
 msgid "The printer may be out of ink."
 msgstr "Es deu haver acabat la tinta de la impressora."
 
-#: cups/localize.c:315
 msgid "The printer may be out of toner."
 msgstr "Es deu haver acabat el tòner de la impressora."
 
-#: backend/ipp.c:744 backend/lpd.c:815 backend/socket.c:361
 msgid "The printer may not exist or is unavailable at this time."
 msgstr ""
 "Pot ser que la impressora no existeixi o que ara mateix no estigui "
 "accessible."
 
-#: cgi-bin/admin.c:931
 msgid ""
 "The printer name may only contain up to 127 printable characters and may not "
 "contain spaces, slashes (/), or the pound sign (#)."
@@ -5127,64 +4096,45 @@ msgstr ""
 "El nom de la impressora només pot tenir fins a 127 caràcters imprimibles i "
 "no pot contenir espais, barres (/) o el símbol coixinet (#)."
 
-#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3198
-#: scheduler/ipp.c:3369 scheduler/ipp.c:5101 scheduler/ipp.c:5487
-#: scheduler/ipp.c:5801 scheduler/ipp.c:6359 scheduler/ipp.c:7124
-#: scheduler/ipp.c:7180 scheduler/ipp.c:7494 scheduler/ipp.c:7760
-#: scheduler/ipp.c:7849 scheduler/ipp.c:7882 scheduler/ipp.c:8205
-#: scheduler/ipp.c:8598 scheduler/ipp.c:8679 scheduler/ipp.c:9840
-#: scheduler/ipp.c:10294 scheduler/ipp.c:10624 scheduler/ipp.c:10706
-#: scheduler/ipp.c:10998
 msgid "The printer or class does not exist."
 msgstr "La impressora o la classe no existeix."
 
-#: scheduler/ipp.c:1304
 msgid "The printer or class is not shared."
 msgstr "La impressora o la classe no estan compartides."
 
-#: cups/localize.c:317
 msgid "The printer's cover is open."
 msgstr "La tapa de la impressora està oberta."
 
-#: cups/localize.c:321
 msgid "The printer's door is open."
 msgstr "La porta de la impressora està oberta."
 
-#: cups/localize.c:319
 msgid "The printer's interlock is open."
 msgstr "L'enclavament de seguretat de la impressora està obert."
 
-#: cups/localize.c:339
 msgid "The printer's waste bin is almost full."
 msgstr "El dipòsit de residus és gairebé ple."
 
-#: cups/localize.c:341
 msgid "The printer's waste bin is full."
 msgstr "El dipòsit de residus és ple."
 
-#: scheduler/ipp.c:982 scheduler/ipp.c:2261
 #, c-format
 msgid "The printer-uri \"%s\" contains invalid characters."
 msgstr "El printer-uri «%s» conté caràcters no vàlids."
 
-#: scheduler/ipp.c:3175
 msgid "The printer-uri attribute is required."
 msgstr "L'atribut printer-uri és obligatori."
 
-#: scheduler/ipp.c:966
 msgid ""
 "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
 msgstr ""
 "El printer-uri ha de tenir la forma «ipp://NOMAMFITRIÓ/classes/NOMCLASSE»."
 
-#: scheduler/ipp.c:2245
 msgid ""
 "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
 msgstr ""
 "El printer-uri ha de tenir la forma «ipp://NOMAMFITRIÓ/printers/"
 "NOMIMPRESSORA»."
 
-#: cgi-bin/admin.c:474
 msgid ""
 "The subscription name may not contain spaces, slashes (/), question marks "
 "(?), or the pound sign (#)."
@@ -5192,7 +4142,6 @@ msgstr ""
 "La subscripció no pot contenir espais, barres (/), interrogacions (?), o el "
 "símbol coixinet (#)."
 
-#: scheduler/client.c:2450
 msgid ""
 "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to "
 "enable it."
@@ -5200,279 +4149,221 @@ msgstr ""
 "La interfície web està deshabilitada. Executeu «cupsctl WebInterface=yes» "
 "per habilitar-la."
 
-#: scheduler/ipp.c:6454
 #, c-format
 msgid "The which-jobs value \"%s\" is not supported."
 msgstr "El valor «%s» de which-jobs no està implementat."
 
-#: scheduler/ipp.c:5731
 msgid "There are too many subscriptions."
 msgstr "Hi ha massa subscripcions."
 
-#: cups/localize.c:308
 msgid "There is a paper jam."
 msgstr "S'ha encallat el paper."
 
-#: backend/usb-darwin.c:379 backend/usb-darwin.c:438 backend/usb-darwin.c:505
-#: backend/usb-darwin.c:526 backend/usb-libusb.c:235 backend/usb-libusb.c:256
 msgid "There was an unrecoverable USB error."
 msgstr "Hi ha un error de l'USB irrecuperable."
 
-#: ppdc/sample.c:435
 msgid "Thermal Transfer Media"
 msgstr "Mitjà de transferència tèrmica"
 
-#: scheduler/ipp.c:1507
 msgid "Too many active jobs."
 msgstr "Hi ha massa tasques actives."
 
-#: scheduler/ipp.c:1401
 #, c-format
 msgid "Too many job-sheets values (%d > 2)."
 msgstr "Hi ha massa valors de job-sheets (%d > 2)."
 
-#: scheduler/ipp.c:2529
 #, c-format
 msgid "Too many printer-state-reasons values (%d > %d)."
 msgstr "Hi ha massa valors de printer-state-reasons (%d > %d)."
 
-#: ppdc/sample.c:289
 msgid "Transparency"
 msgstr "Transparència"
 
-#: ppdc/sample.c:284
 msgid "Tray"
 msgstr "Safata"
 
-#: ppdc/sample.c:264
 msgid "Tray 1"
 msgstr "Safata 1"
 
-#: ppdc/sample.c:265
 msgid "Tray 2"
 msgstr "Safata 2"
 
-#: ppdc/sample.c:266
 msgid "Tray 3"
 msgstr "Safata 3"
 
-#: ppdc/sample.c:267
 msgid "Tray 4"
 msgstr "Safata 4"
 
-#: cups/http-support.c:1315
 msgid "URI Too Long"
 msgstr "L'URI és massa llarg"
 
-#: ppdc/sample.c:138
 msgid "US Ledger"
 msgstr "Llibre major americà"
 
-#: ppdc/sample.c:139
 msgid "US Legal"
 msgstr "Legal americà"
 
-#: ppdc/sample.c:140
 msgid "US Legal Oversize"
 msgstr "Legal americà gran"
 
-#: ppdc/sample.c:141
 msgid "US Letter"
 msgstr "Carta americà"
 
-#: ppdc/sample.c:142
 msgid "US Letter Long Edge"
 msgstr "Carta americà costat llarg"
 
-#: ppdc/sample.c:143
 msgid "US Letter Oversize"
 msgstr "Carta americà gran"
 
-#: ppdc/sample.c:144
 msgid "US Letter Oversize Long Edge"
 msgstr "Carta americà gran costat llarg"
 
-#: ppdc/sample.c:145
 msgid "US Letter Small"
 msgstr "Carta americà petit"
 
-#: cgi-bin/admin.c:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996
 msgid "Unable to access cupsd.conf file"
 msgstr "No es pot accedir al fitxer cups.conf"
 
-#: cgi-bin/help.c:133
 msgid "Unable to access help file."
 msgstr "No es pot accedir al fitxer d'ajuda."
 
-#: cgi-bin/admin.c:526
 msgid "Unable to add RSS subscription"
 msgstr "No es pot afegir la subscripció RSS"
 
-#: cgi-bin/admin.c:814
 msgid "Unable to add class"
 msgstr "No es pot afegir la classe"
 
-#: backend/ipp.c:1635
 msgid "Unable to add document to print job."
 msgstr "No es pot obrir el documenta la feina."
 
-#: scheduler/ipp.c:1548
 #, c-format
 msgid "Unable to add job for destination \"%s\"."
 msgstr "No es pot afegir la feina al destí «%s»."
 
-#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419
 msgid "Unable to add printer"
 msgstr "No es pot afegir la impressora"
 
-#: scheduler/ipp.c:1246
 msgid "Unable to allocate memory for file types."
 msgstr "No es pot assignar la memòria pels tipus de fitxers."
 
-#: filter/pstops.c:451
 msgid "Unable to allocate memory for page info"
 msgstr "No s'ha pogut assignar memòria per la pàgina d'informació"
 
-#: filter/pstops.c:445
 msgid "Unable to allocate memory for pages array"
 msgstr "No s'ha pogut assignar memòria per la matriu de pàgines"
 
-#: cgi-bin/admin.c:1525
 msgid "Unable to cancel RSS subscription"
 msgstr "No es pot cancel·lar la subscripció RSS"
 
-#: backend/ipp.c:1942
 msgid "Unable to cancel print job."
 msgstr "No es pot cancel·lar la feina d'impressió."
 
-#: cgi-bin/admin.c:2990
 msgid "Unable to change printer"
 msgstr "No es pot canviar la impressora"
 
-#: cgi-bin/admin.c:3906
 msgid "Unable to change printer-is-shared attribute"
 msgstr "No es pot canviar l'atribut printer-is-shared"
 
-#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799
 msgid "Unable to change server settings"
 msgstr "No es pot canviar la configuració del servidor"
 
-#: filter/commandtops.c:420
+#, c-format
+msgid "Unable to compile mimeMediaType regular expression: %s."
+msgstr ""
+
+#, c-format
+msgid "Unable to compile naturalLanguage regular expression: %s."
+msgstr ""
+
 msgid "Unable to configure printer options."
 msgstr "No es poden configurar les opcions de la impressora."
 
-#: cups/adminutil.c:911 cups/request.c:1016
 msgid "Unable to connect to host."
 msgstr "No es pot connectar a l'amfitrió."
 
-#: backend/ipp.c:713 backend/ipp.c:1138 backend/lpd.c:787 backend/socket.c:333
-#: backend/usb-unix.c:117
 msgid "Unable to contact printer, queuing on next printer in class."
 msgstr ""
 "No es pot contactar amb la impressora. Es posa a la cua de la següent "
 "impressora de la classe."
 
-#: cups/adminutil.c:726
 #, c-format
 msgid "Unable to copy 64-bit CUPS printer driver files (%d)."
 msgstr ""
 "No es poden copiar els fitxers del controlador d'impressora CUPS de 64 bits "
 "(%d)."
 
-#: cups/adminutil.c:691
 #, c-format
 msgid "Unable to copy 64-bit Windows printer driver files (%d)."
 msgstr ""
 "No es poden copiar els fitxers del controlador d'impressora Windows de 64 "
 "bits (%d)."
 
-#: cups/adminutil.c:522
 #, c-format
 msgid "Unable to copy CUPS printer driver files (%d)."
 msgstr "No es poden copiar els fitxers del controlador d'impressora CUPS (%d)."
 
-#: scheduler/ipp.c:2649
 #, c-format
 msgid "Unable to copy PPD file - %s"
 msgstr "No es pot copiar el fitxer PPD - %s"
 
-#: scheduler/ipp.c:2704
 msgid "Unable to copy PPD file."
 msgstr "No es pot copiar el fitxer PPD."
 
-#: cups/adminutil.c:487
 #, c-format
 msgid "Unable to copy Windows 2000 printer driver files (%d)."
 msgstr ""
 "No es poden copiar els fitxers del controlador d'impressora Windows 2000 "
 "(%d)."
 
-#: cups/adminutil.c:610
 #, c-format
 msgid "Unable to copy Windows 9x printer driver files (%d)."
 msgstr ""
 "No es poden copiar els fitxers del controlador d'impressora Windows 9x (%d)."
 
-#: scheduler/ipp.c:2626
 #, c-format
 msgid "Unable to copy interface script - %s"
 msgstr "No es pot copiar l'script de la interfície - %s"
 
-#: backend/ipp.c:2034
-msgid "Unable to create compressed print file"
-msgstr "No es pot crear el fitxer d'impressió comprimit"
-
-#: cups/util.c:602 cups/util.c:1656
 msgid "Unable to create printer-uri"
 msgstr "No es pot crear el printer-uri"
 
-#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236
 msgid "Unable to create temporary file"
 msgstr "No es pot crear el fitxer temporal"
 
-#: cgi-bin/admin.c:2153
 msgid "Unable to delete class"
 msgstr "No es pot esborrar la classe"
 
-#: cgi-bin/admin.c:2238
 msgid "Unable to delete printer"
 msgstr "No es pot esborrar la impressora"
 
-#: cgi-bin/classes.c:260 cgi-bin/printers.c:269
 msgid "Unable to do maintenance command"
 msgstr "No es pot executar la comanda de manteniment"
 
-#: cgi-bin/admin.c:1974
 msgid "Unable to edit cupsd.conf files larger than 1MB"
 msgstr "No es poden editar fitxers cupsd.conf més grans d'1MB"
 
-#: cups/http.c:4272
 msgid ""
 "Unable to establish a secure connection to host (certificate chain invalid)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (la cadena del "
 "certificat no és vàlida)."
 
-#: cups/http.c:4262
 msgid ""
 "Unable to establish a secure connection to host (certificate not yet valid)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat "
 "encara no és vàlid)."
 
-#: cups/http.c:4257
 msgid "Unable to establish a secure connection to host (expired certificate)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (ha expirat el "
 "certificat)."
 
-#: cups/http.c:4267
 msgid "Unable to establish a secure connection to host (host name mismatch)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (hi ha un error en "
 "el nom de l'amfitrió)."
 
-#: cups/http.c:4277
 msgid ""
 "Unable to establish a secure connection to host (peer dropped connection "
 "before responding)."
@@ -5480,345 +4371,270 @@ msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (s'ha tallat la "
 "connexió abans de respondre)."
 
-#: cups/http.c:4252
 msgid ""
 "Unable to establish a secure connection to host (self-signed certificate)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat és "
 "autosignat)."
 
-#: cups/http.c:4247
 msgid ""
 "Unable to establish a secure connection to host (untrusted certificate)."
 msgstr ""
 "No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat no "
 "és de confiança)."
 
-#: cups/http.c:4008 cups/http.c:4304 cups/http.c:4337 cups/http.c:4354
 msgid "Unable to establish a secure connection to host."
 msgstr "No es pot establir una connexió segura amb l'amfitrió."
 
-#: cgi-bin/ipp-var.c:365
 msgid "Unable to find destination for job"
 msgstr "No es pot trobar el destí de la feina"
 
-#: cups/http-support.c:1748
 msgid "Unable to find printer."
 msgstr "No es pot trobar la impressora."
 
-#: backend/ipp.c:2056
-msgid "Unable to generate compressed print file"
-msgstr "No es pot generar el fitxer d'impressió comprimit"
-
-#: backend/ipp.c:3009
 msgid "Unable to get backend exit status."
 msgstr "No es pot obtenir el motiu de la sortida de l'execució en segon pla"
 
-#: cgi-bin/classes.c:450
 msgid "Unable to get class list"
 msgstr "No es pot obtenir la llista de classes"
 
-#: cgi-bin/classes.c:549
 msgid "Unable to get class status"
 msgstr "No es pot obtenir l'estat de la classe"
 
-#: cgi-bin/admin.c:1320
 msgid "Unable to get list of printer drivers"
 msgstr "No es pot obtenir la llista dels controladors d'impressora"
 
-#: cgi-bin/admin.c:2840
 msgid "Unable to get printer attributes"
 msgstr "No es poden obtenir els atributs de la impressora"
 
-#: cgi-bin/printers.c:467
 msgid "Unable to get printer list"
 msgstr "No es pot obtenir la llista d'impressores"
 
-#: cgi-bin/printers.c:569
 msgid "Unable to get printer status"
 msgstr "No es pot obtenir l'estat de la impressora"
 
-#: backend/ipp.c:933
 msgid "Unable to get printer status."
 msgstr "No es pot obtenir l'estat de la impressora."
 
-#: cups/adminutil.c:565 cups/adminutil.c:769
 #, c-format
 msgid "Unable to install Windows 2000 printer driver files (%d)."
 msgstr ""
 "No es poden instal·lar els fitxers del controlador d'impressores per Windows "
 "2000 (%d)."
 
-#: cups/adminutil.c:639
 #, c-format
 msgid "Unable to install Windows 9x printer driver files (%d)."
 msgstr ""
 "No es poden instal·lar els fitxers del controlador d'impressores per Windows "
 "9x (%d)."
 
-#: cgi-bin/help.c:92
 msgid "Unable to load help index."
 msgstr "No es pot carregar l'índex de l'ajuda."
 
-#: backend/ipp.c:642 backend/lpd.c:421 backend/socket.c:275
 #, c-format
 msgid "Unable to locate printer \"%s\"."
 msgstr "No es pot ubicar la impressora «%s»."
 
-#: backend/dnssd.c:781 backend/ipp.c:324 backend/lpd.c:204
-#: backend/socket.c:171
 msgid "Unable to locate printer."
 msgstr "No es pot ubicar la impressora."
 
-#: cgi-bin/admin.c:813
 msgid "Unable to modify class"
 msgstr "No es pot modificar la classe"
 
-#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418
 msgid "Unable to modify printer"
 msgstr "No es pot modificar la impressora"
 
-#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521
 msgid "Unable to move job"
 msgstr "No es pot moure la feina"
 
-#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523
 msgid "Unable to move jobs"
 msgstr "No es poden moure les tasques"
 
-#: cgi-bin/admin.c:3186 cups/ppd.c:339
 msgid "Unable to open PPD file"
 msgstr "No es pot obrir el fitxer PPD"
 
-#: backend/ipp.c:2040
-msgid "Unable to open compressed print file"
-msgstr "No es pot obrir el fitxer d'impressió comprimit"
-
-#: cgi-bin/admin.c:2608
 msgid "Unable to open cupsd.conf file:"
 msgstr "No es pot obrir el fitxer cups.conf"
 
-#: backend/usb-unix.c:141
 msgid "Unable to open device file"
 msgstr "No es pot obrir el fitxer de dispositiu"
 
-#: scheduler/ipp.c:6140
 #, c-format
 msgid "Unable to open document #%d in job #%d."
 msgstr "No es pot obrir el document #%d a la feina #%d."
 
-#: cgi-bin/help.c:364
 msgid "Unable to open help file."
 msgstr "No es pot obrir el fitxer d'impressió."
 
-#: backend/ipp.c:365 backend/ipp.c:1398 backend/ipp.c:1594 backend/ipp.c:2046
-#: backend/lpd.c:488 backend/socket.c:158 backend/usb.c:237
-#: filter/gziptoany.c:71 filter/pstops.c:300
 msgid "Unable to open print file"
 msgstr "No es pot obrir el fitxer d'impressió"
 
-#: filter/rastertoepson.c:998 filter/rastertohp.c:724
-#: filter/rastertolabel.c:1147
 msgid "Unable to open raster file"
 msgstr "No es pot obrir el fitxer de trama"
 
-#: cgi-bin/ipp-var.c:795
 msgid "Unable to print test page"
 msgstr "No es pot imprimir la pàgina de prova"
 
-#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:613
-#: backend/usb-darwin.c:657 backend/usb-libusb.c:343 backend/usb-libusb.c:378
 msgid "Unable to read print data."
 msgstr "No es poden llegir les dades d'impressió."
 
-#: cups/dest.c:3402
 msgid "Unable to resolve printer URI."
 msgstr "No es pot resoldre l'URI de la impressora."
 
-#: cups/adminutil.c:2088
 #, c-format
 msgid "Unable to run \"%s\": %s"
 msgstr "No es pot executar «%s»: %s"
 
-#: filter/pstops.c:563
 msgid "Unable to see in file"
 msgstr "No es pot veure al fitxer"
 
-#: cgi-bin/ipp-var.c:598 cgi-bin/ipp-var.c:618
 msgid "Unable to send command to printer driver"
 msgstr "No es pot enviar la comanda al controlador de la impressora"
 
-#: backend/usb-darwin.c:735 backend/usb-libusb.c:454
 msgid "Unable to send data to printer."
 msgstr "No es poden enviar dades a la impressora."
 
-#: cups/adminutil.c:821
 #, c-format
 msgid "Unable to set Windows printer driver (%d)."
 msgstr "No es pot configurar el controlador d'impressores per Windows (%d)"
 
-#: cgi-bin/admin.c:3807
 msgid "Unable to set options"
 msgstr "No es poden configurar les opcions"
 
-#: cgi-bin/admin.c:3077
 msgid "Unable to set server default"
 msgstr "No es pot posar la configuració per defecte al servidor"
 
-#: backend/ipp.c:2868 backend/ipp.c:2945 backend/ipp.c:2953
 msgid "Unable to start backend process."
 msgstr "No es pot iniciar el procés en segon pla."
 
-#: cgi-bin/admin.c:1912
 msgid "Unable to upload cupsd.conf file"
 msgstr "No es pot penjar el fitxer cups.conf"
 
-#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009
 msgid "Unable to use legacy USB class driver."
 msgstr "No es pot fer servir el controlador de la classe USB antic."
 
-#: backend/runloop.c:125 backend/runloop.c:380
 msgid "Unable to write print data"
 msgstr "No es poden escriure les dades d'impressió"
 
-#: filter/gziptoany.c:90
 #, c-format
 msgid "Unable to write uncompressed print data: %s"
 msgstr "No es poden escriure les dades sense comprimir: %s"
 
-#: cups/http-support.c:1303
 msgid "Unauthorized"
 msgstr "No autoritzat"
 
-#: cgi-bin/admin.c:3503
 msgid "Units"
 msgstr "Unitats"
 
-#: cups/http-support.c:1343 cups/ppd.c:366
 msgid "Unknown"
 msgstr "Desconegut"
 
-#: filter/pstops.c:2213
 #, c-format
 msgid "Unknown choice \"%s\" for option \"%s\"."
 msgstr "La tria de «%s» per l'opció «%s» és desconeguda."
 
-#: backend/ipp.c:507
 #, c-format
 msgid "Unknown encryption option value: \"%s\"."
 msgstr "El valor de l'opció de xifrat «%s» és desconegut."
 
-#: backend/lpd.c:350
 #, c-format
 msgid "Unknown file order: \"%s\"."
 msgstr "Ordre desconegut del fitxer: «%s»."
 
-#: backend/lpd.c:321
 #, c-format
 msgid "Unknown format character: \"%c\"."
 msgstr "Format del caràcter desconegut: «%c»."
 
-#: cups/dest-options.c:770
 msgid "Unknown media size name."
 msgstr "El nom de la mida del suport no és conegut."
 
-#: backend/ipp.c:554
 #, c-format
 msgid "Unknown option \"%s\" with value \"%s\"."
 msgstr "L'opció «%s» amb valor «%s» és desconeguda."
 
-#: filter/pstops.c:2196
 #, c-format
 msgid "Unknown option \"%s\"."
 msgstr "L'opció «%s» és desconeguda."
 
-#: backend/lpd.c:336
 #, c-format
 msgid "Unknown print mode: \"%s\"."
 msgstr "El mode d'impressió «%s» és desconegut."
 
-#: scheduler/ipp.c:10496
 #, c-format
 msgid "Unknown printer-error-policy \"%s\"."
 msgstr "El paràmetre printer-error-policy «%s» és desconegut."
 
-#: scheduler/ipp.c:10479
 #, c-format
 msgid "Unknown printer-op-policy \"%s\"."
 msgstr "El paràmetre printer-op-policy «%s» és desconegut."
 
-#: cups/http-addrlist.c:710
 msgid "Unknown service name."
 msgstr "El nom del servei és desconegut."
 
-#: backend/ipp.c:526
 #, c-format
 msgid "Unknown version option value: \"%s\"."
 msgstr "El valor de l'opció de la versió és desconegut: «%s»."
 
-#: scheduler/ipp.c:402
+#, c-format
+msgid "Unsupported 'compression' value \"%s\"."
+msgstr ""
+
+#, c-format
+msgid "Unsupported 'document-format' value \"%s\"."
+msgstr ""
+
+msgid "Unsupported 'job-name' value."
+msgstr ""
+
 #, c-format
 msgid "Unsupported character set \"%s\"."
 msgstr "No s'admet el grup de caràcters «%s»."
 
-#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950
 #, c-format
 msgid "Unsupported compression \"%s\"."
 msgstr "No s'admet la compressió «%s»."
 
-#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979
 #, c-format
 msgid "Unsupported document-format \"%s\"."
 msgstr "No s'admet el document-format «%s»."
 
-#: scheduler/ipp.c:9534
 #, c-format
 msgid "Unsupported document-format \"%s/%s\"."
 msgstr "No s'admet el document-format «%s/%s»."
 
-#: scheduler/ipp.c:1367
 #, c-format
 msgid "Unsupported format \"%s\"."
 msgstr "No s'admet el format «%s»."
 
-#: scheduler/ipp.c:1465
 msgid "Unsupported margins."
 msgstr "No s'admeten els marges."
 
-#: cups/pwg-media.c:529
 msgid "Unsupported media value."
 msgstr "No s'admet el valor del suport."
 
-#: filter/pstops.c:2478
 #, c-format
 msgid "Unsupported number-up value %d, using number-up=1."
 msgstr "No s'admet el valor %d a number-up. Es fa servir number-up=1."
 
-#: filter/pstops.c:2512
 #, c-format
 msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb."
 msgstr ""
 "No s'admet el valor %s a number-up-layout. Es fa servir number-up-"
 "layout=lrtb."
 
-#: filter/pstops.c:2563
 #, c-format
 msgid "Unsupported page-border value %s, using page-border=none."
 msgstr "No s'admet el valor %s a page-border. Es fa servir page-border=none."
 
-#: filter/rastertopwg.c:147 filter/rastertopwg.c:155 filter/rastertopwg.c:164
 msgid "Unsupported raster data."
 msgstr "No s'admet les dades en trama."
 
-#: cups/snmp.c:1112
 msgid "Unsupported value type"
 msgstr "El tipus de valor no és compatible"
 
-#: cups/http-support.c:1318
 msgid "Upgrade Required"
 msgstr "S'ha d'actualitzar"
 
-#: systemv/lpadmin.c:668
 msgid ""
 "Usage:\n"
 "\n"
@@ -5839,49 +4655,36 @@ msgstr ""
 "                       [-P fitxer-ppd] [-o nom=valor]\n"
 "                       [-u allow:usuari,usuari] [-u deny:usuari,usuari]"
 
-#: backend/dnssd.c:241 backend/ipp.c:313 backend/lpd.c:191
-#: backend/socket.c:135 backend/usb.c:183 filter/commandtops.c:74
-#: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62
-#: monitor/tbcp.c:61
 #, c-format
 msgid "Usage: %s job-id user title copies options [file]"
 msgstr "Sintaxi: %s id-feina usuari títol còpies opcions [fitxer]"
 
-#: systemv/cupsaddsmb.c:281
 msgid "Usage: cupsaddsmb [options] printer1 ... printerN"
 msgstr "Sintaxi: cupsaddsmb [opcions] impressora1 ... impressoraN"
 
-#: systemv/cupsctl.c:200
 msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgstr "Sintaxi: cupsctl [opcions] [param=valor ... paramN=valorN]"
 
-#: scheduler/main.c:2017
 msgid "Usage: cupsd [options]"
 msgstr "Sintaxi: cupsd [opcions]"
 
-#: scheduler/cupsfilter.c:1429
 msgid "Usage: cupsfilter [ options ] filename"
 msgstr "Sintaxi: cupsfilter [ opcions ] nomfitxer"
 
-#: systemv/cupstestdsc.c:425
 msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]"
 msgstr "Sintaxi: cupstestdsc [opcions] nomfitxer.ps [...nomfitxer.ps]"
 
-#: systemv/cupstestppd.c:3793
 msgid ""
 "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
 msgstr ""
 "Sintaxi: cupstestppd [opcions] nomfitxer1.ppd[.gz] [... nomfitxerN.ppd[.gz]]"
 
-#: test/ipptool.c:4401
 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]"
 msgstr "Sintaxi: ipptool [opcions] URI nomfitxer[ ... nomfitxerN]"
 
-#: systemv/lpmove.c:125
 msgid "Usage: lpmove job/src dest"
 msgstr "Sintaxi: lpmove feina/font destí"
 
-#: systemv/lpoptions.c:553
 msgid ""
 "Usage: lpoptions [-h server] [-E] -d printer\n"
 "       lpoptions [-h server] [-E] [-p printer] -l\n"
@@ -5893,11 +4696,9 @@ msgstr ""
 "         lpoptions [-h servidor] [-E] -p impressora -o opció[=valor] ...\n"
 "         lpoptions [-h servidor] [-E] -x impressora"
 
-#: systemv/lppasswd.c:476
 msgid "Usage: lppasswd [-g groupname]"
 msgstr "Sintaxi: lppasswd [-g nomgrup]"
 
-#: systemv/lppasswd.c:479
 msgid ""
 "Usage: lppasswd [-g groupname] [username]\n"
 "       lppasswd [-g groupname] -a [username]\n"
@@ -5907,76 +4708,59 @@ msgstr ""
 "         lppasswd [-g nomgrup] -a [nomusuari]\n"
 "         lppasswd [-g nomgrup] -x [nomusuari]"
 
-#: berkeley/lpq.c:670
 msgid ""
 "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]"
 msgstr ""
 "Sintaxi: lpq [-P destí] [-U nomusuari] [-h nomamfitrió[:port]] [-l] "
 "[+interval]"
 
-#: ppdc/ppdc.cxx:435
 msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]"
 msgstr "Sintaxi: ppdc [opcions] nomfitxer.rv [ ... nomfitxerN.drv ]"
 
-#: ppdc/ppdhtml.cxx:172
 msgid "Usage: ppdhtml [options] filename.drv >filename.html"
 msgstr "Sintaxi: ppdhtml [opcions] nomfitxer.drv >nomfitxer.html"
 
-#: ppdc/ppdi.cxx:128
 msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr "Sintaxi: ppdi [opcions] nomfitxer.ppd [ ... nomfitxerN.ppd ]"
 
-#: ppdc/ppdmerge.cxx:367
 msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr "Sintaxi: ppdmerge [opcions] nomfitxer.ppd [ ... nomfitxerN.ppd ]"
 
-#: ppdc/ppdpo.cxx:252
 msgid ""
 "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]"
 msgstr ""
 "Sintaxi: ppdpo [opcions] -o nomfitxer.po nomfitxer.drv [ ... nomfitxerN.drv]"
 
-#: backend/snmp.c:218
 msgid "Usage: snmp [host-or-ip-address]"
 msgstr "Sintaxi: snmp [adreça-amfitrió-o-ip]"
 
-#: cups/snmp.c:1064
 msgid "Value uses indefinite length"
 msgstr "El valor té una longitud indefinida"
 
-#: cups/snmp.c:1049
 msgid "VarBind uses indefinite length"
 msgstr "VarBind té una longitud indefinida"
 
-#: cups/snmp.c:999
 msgid "Version uses indefinite length"
 msgstr "Version té una longitud indefinida"
 
-#: backend/ipp.c:1675
 msgid "Waiting for job to complete."
 msgstr "S'està esperant que acabi la feina."
 
-#: backend/usb-darwin.c:457 backend/usb-libusb.c:193
 msgid "Waiting for printer to become available."
 msgstr "S'està esperant que la impressora estigui disponible."
 
-#: backend/socket.c:444
 msgid "Waiting for printer to finish."
 msgstr "S'està esperant que la impressora acabi."
 
-#: cups/adminutil.c:793
 msgid "Warning, no Windows 2000 printer drivers are installed."
 msgstr "AVÍS. No hi ha cap controlador per Windows 2000 instal·lat."
 
-#: cups/http-support.c:1339
 msgid "Web Interface is Disabled"
 msgstr "La interfície web està deshabilitada"
 
-#: cups/ppd.c:1947
 msgid "Yes"
 msgstr "Sí"
 
-#: scheduler/client.c:2437
 #, c-format
 msgid ""
 "You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://"
@@ -5985,7 +4769,6 @@ msgstr ""
 "Heu d'accedir a aquesta pagina a través de la URL <A HREF=\"https://%s:%d%s"
 "\">https://%s:%d%s</A>."
 
-#: systemv/lppasswd.c:254
 msgid ""
 "Your password must be at least 6 characters long, cannot contain your "
 "username, and must contain at least one letter and number."
@@ -5993,287 +4776,230 @@ msgstr ""
 "La contrasenya ha de tenir com a mínim 6 caràcters, no pot contenir el nom "
 "d'usuari, i ha de tenir com a mínim una lletra i un número."
 
-#: ppdc/sample.c:439
 msgid "ZPL Label Printer"
 msgstr "Impressora d'etiquetes ZPL"
 
-#: ppdc/sample.c:362
 msgid "Zebra"
 msgstr "Zebra"
 
-#: cups/notify.c:102
 msgid "aborted"
 msgstr "interromput"
 
-#: cups/notify.c:99
 msgid "canceled"
 msgstr "cancel·lat"
 
-#: cups/notify.c:105
 msgid "completed"
 msgstr "completat"
 
-#: scheduler/ipp.c:6012
 msgid "cups-deviced failed to execute."
 msgstr "no s'ha pogut executar correctament la cups-deviced."
 
-#: scheduler/ipp.c:6842 scheduler/ipp.c:7091
 msgid "cups-driverd failed to execute."
 msgstr "no s'ha pogut executar correctament la cups-driverd"
 
-#: systemv/cupsaddsmb.c:233
 #, c-format
 msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s"
 msgstr "cupsaddsmb: falta el fitxer PPD per la impressora «%s» - %s"
 
-#: systemv/cupsctl.c:141
 msgid "cupsctl: Cannot set Listen or Port directly."
 msgstr "cupsctl: no es pot establir Listen o Port directament."
 
-#: systemv/cupsctl.c:152
 #, c-format
 msgid "cupsctl: Unable to connect to server: %s"
 msgstr "cupsctl: no es pot connectar al servidor: %s"
 
-#: systemv/cupsctl.c:195
 #, c-format
 msgid "cupsctl: Unknown option \"%s\""
 msgstr "cupsctl: l'opció «%s» és desconeguda"
 
-#: systemv/cupsctl.c:197
 #, c-format
 msgid "cupsctl: Unknown option \"-%c\""
 msgstr "cupsctl: l'opció «-%c» és desconeguda"
 
-#: scheduler/main.c:189
 msgid "cupsd: Expected config filename after \"-c\" option."
 msgstr ""
 "cupsd: s'esperava un nom de fitxer de configuració després de l'opció «-c»."
 
-#: scheduler/main.c:221 scheduler/main.c:228
+msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
+msgstr ""
+
+msgid "cupsd: Relative cups-files.conf filename not allowed."
+msgstr ""
+
 msgid "cupsd: Unable to get current directory."
 msgstr "cupsd: No es pot obtenir el directori actual."
 
-#: scheduler/main.c:295
+msgid "cupsd: Unable to get path to cups-files.conf file."
+msgstr ""
+
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr "cupsd: l'argument «%s» és desconegut - s'interromp."
 
-#: scheduler/main.c:288
 #, c-format
 msgid "cupsd: Unknown option \"%c\" - aborting."
 msgstr "cupsd: l'opció «%c» és desconeguda - s'interromp."
 
-#: scheduler/main.c:255
 msgid "cupsd: launchd(8) support not compiled in, running in normal mode."
 msgstr ""
 "cupsd: no s'ha compilat amb compatibilitat per launchd(8). S'executa en mode "
 "normal."
 
-#: scheduler/cupsfilter.c:1209
 #, c-format
 msgid "cupsfilter: Invalid document number %d."
 msgstr "cupsfilter: el document número %d no és vàlid."
 
-#: scheduler/cupsfilter.c:1203
 #, c-format
 msgid "cupsfilter: Invalid job ID %d."
 msgstr "cupsfilter: la feina %d no és vàlida."
 
-#: scheduler/cupsfilter.c:358
 msgid "cupsfilter: Only one filename can be specified."
 msgstr "cupsfilter: només es pot especificar un nom de fitxer."
 
-#: scheduler/cupsfilter.c:1251
 #, c-format
 msgid "cupsfilter: Unable to get job file - %s"
 msgstr "cupsfilter: no es pot obtenir el fitxer de la feina - %s"
 
-#: systemv/cupstestppd.c:261
 msgid "cupstestppd: The -q option is incompatible with the -v option."
 msgstr "cupstestppd: l'opció -q no és compatible amb l'opció -v."
 
-#: systemv/cupstestppd.c:277
 msgid "cupstestppd: The -v option is incompatible with the -q option."
 msgstr "cupstestppd: l'opció -v no és compatible amb l'opció -q."
 
-#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237
 #, c-format
 msgid "device for %s/%s: %s"
 msgstr "dispositiu per %s/%s: %s"
 
-#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224
 #, c-format
 msgid "device for %s: %s"
 msgstr "dispositiu per %s: %s"
 
-#: cups/snmp.c:1036
 msgid "error-index uses indefinite length"
 msgstr "error-index fa servir una longitud indefinida"
 
-#: cups/snmp.c:1028
 msgid "error-status uses indefinite length"
 msgstr "error-status fa servir una longitud indefinida"
 
-#: cups/notify.c:90
 msgid "held"
 msgstr "En pausa"
 
-#: berkeley/lpc.c:209
 msgid "help\t\tGet help on commands."
 msgstr "help\t\tproporciona ajuda sobre les comandes."
 
-#: cups/notify.c:131
 msgid "idle"
 msgstr "inactiva"
 
-#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"."
 msgstr "ipptool: «-i» i «-n» no són compatibles amb «-X»."
 
-#: test/ipptool.c:597
 #, c-format
 msgid "ipptool: Bad URI - %s."
 msgstr "ipptool: l'URI no es correcte - %s."
 
-#: test/ipptool.c:362
 #, c-format
 msgid "ipptool: Bad version %s for \"-V\"."
 msgstr "ipptool: la versió %s de «-V» no és correcta."
 
-#: test/ipptool.c:508
 msgid "ipptool: Invalid seconds for \"-i\"."
 msgstr "ipptool: els segons de «-i» no són correctes."
 
-#: test/ipptool.c:578
 msgid "ipptool: May only specify a single URI."
 msgstr "ipptool: heu d'especificar només un URI."
 
-#: test/ipptool.c:531
 msgid "ipptool: Missing count for \"-n\"."
 msgstr "ipptool: falta el comptador de «-n»."
 
-#: test/ipptool.c:408
 msgid "ipptool: Missing filename for \"-f\"."
 msgstr "ipptool: falta el nom del fitxer a «-f»."
 
-#: test/ipptool.c:389
 msgid "ipptool: Missing name=value for \"-d\"."
 msgstr "ipptool: falta nom=valor a «-d»."
 
-#: test/ipptool.c:498
 msgid "ipptool: Missing seconds for \"-i\"."
 msgstr "ipptool: falten els segons a «-i»."
 
-#: test/ipptool.c:332
 msgid "ipptool: Missing timeout for \"-T\"."
 msgstr "ipptool: falta el temps màxim d'espera a «-T»."
 
-#: test/ipptool.c:345
 msgid "ipptool: Missing version for \"-V\"."
 msgstr "ipptool: falta la versió a «-V»."
 
-#: test/ipptool.c:624
 msgid "ipptool: URI required before test file."
 msgstr "ipptool: falta l'URI abans del fitxer de prova."
 
-#: test/ipptool.c:558
 #, c-format
 msgid "ipptool: Unknown option \"-%c\"."
 msgstr "ipptool: l'opció «-%c» és desconeguda."
 
-#: scheduler/ipp.c:7838
 msgid "job-printer-uri attribute missing."
 msgstr "Falta l'atribut de job-printer-uri."
 
-#: systemv/lpadmin.c:131 systemv/lpadmin.c:375
 msgid "lpadmin: Class name can only contain printable characters."
 msgstr "lpadmin: el nom de la classe només pot tenir caràcters imprimibles."
 
-#: systemv/lpadmin.c:614
 msgid "lpadmin: Expected PPD after \"-P\" option."
 msgstr "lpadmin: s'esperava un PPD després de l'opció «-P»."
 
-#: systemv/lpadmin.c:457
 msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option."
 msgstr "lpadmin: s'esperava allow/deny:llistausuaris després de l'opció «-u»."
 
-#: systemv/lpadmin.c:364
 msgid "lpadmin: Expected class after \"-r\" option."
 msgstr "lpadmin: s'esperava una classe després de l'opció «-r»."
 
-#: systemv/lpadmin.c:120
 msgid "lpadmin: Expected class name after \"-c\" option."
 msgstr "lpadmin: s'esperava un nom de classe després de l'opció «-c»."
 
-#: systemv/lpadmin.c:558
 msgid "lpadmin: Expected description after \"-D\" option."
 msgstr "lpadmin: s'esperava una descripció després de l'opció «-D»."
 
-#: systemv/lpadmin.c:491
 msgid "lpadmin: Expected device URI after \"-v\" option."
 msgstr "lpadmin: s'esperava un URI de dispositiu després de l'opció «-v»."
 
-#: systemv/lpadmin.c:574
 msgid "lpadmin: Expected file type(s) after \"-I\" option."
 msgstr "lpadmin: s'esperava un(s) tipus de fitxer(s) després de l'opció «-I»."
 
-#: systemv/lpadmin.c:202
 msgid "lpadmin: Expected hostname after \"-h\" option."
 msgstr "lpadmin: s'esperava un nom d'amfitrió després de l'opció «-h»."
 
-#: systemv/lpadmin.c:221
 msgid "lpadmin: Expected interface after \"-i\" option."
 msgstr "lpadmin: s'esperava una interfície després de l'opció «-i»."
 
-#: systemv/lpadmin.c:594
 msgid "lpadmin: Expected location after \"-L\" option."
 msgstr "lpadmin: s'esperava una ubicació després de l'opció «-L»."
 
-#: systemv/lpadmin.c:274
 msgid "lpadmin: Expected model after \"-m\" option."
 msgstr "lpadmin: s'esperava un model després de l'opció «-m»."
 
-#: systemv/lpadmin.c:417
 msgid "lpadmin: Expected name after \"-R\" option."
 msgstr "lpadmin: s'esperava un nom després de l'opció «-R»."
 
-#: systemv/lpadmin.c:294
 msgid "lpadmin: Expected name=value after \"-o\" option."
 msgstr "lpadmin: s'esperava nom=valor després de l'opció «-o»."
 
-#: systemv/lpadmin.c:313
 msgid "lpadmin: Expected printer after \"-p\" option."
 msgstr "lpadmin: s'esperava una impressora després de l'opció «-p»."
 
-#: systemv/lpadmin.c:164
 msgid "lpadmin: Expected printer name after \"-d\" option."
 msgstr "lpadmin: s'esperava un nom d'impressora després de l'opció «-d»."
 
-#: systemv/lpadmin.c:525
 msgid "lpadmin: Expected printer or class after \"-x\" option."
 msgstr "lpadmin: s'esperava un impressora o classe després de l'opció «-x»."
 
-#: systemv/lpadmin.c:975
 msgid "lpadmin: No member names were seen."
 msgstr "lpadmin: no s'ha trobat cap nom de membre."
 
-#: systemv/lpadmin.c:762
 #, c-format
 msgid "lpadmin: Printer %s is already a member of class %s."
 msgstr "lpadmin: la impressora %s ja és membre de la classe %s."
 
-#: systemv/lpadmin.c:989
 #, c-format
 msgid "lpadmin: Printer %s is not a member of class %s."
 msgstr "lpadmin: la impressora %s no és membre de la classe %s."
 
-#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536
 msgid "lpadmin: Printer name can only contain printable characters."
 msgstr ""
 "lpadmin: el nom de la impressora només pot contenir caràcters imprimibles."
 
-#: systemv/lpadmin.c:105
 msgid ""
 "lpadmin: Unable to add a printer to the class:\n"
 "         You must specify a printer name first."
@@ -6281,18 +5007,13 @@ msgstr ""
 "lpadmin: no s'ha pogut afegir una impressora a la classe:\n"
 "         Heu d'especificar primer un nom d'impressora."
 
-#: systemv/lpadmin.c:96 systemv/lpadmin.c:149 systemv/lpadmin.c:253
-#: systemv/lpadmin.c:339 systemv/lpadmin.c:393 systemv/lpadmin.c:510
-#: systemv/lpadmin.c:647
 #, c-format
 msgid "lpadmin: Unable to connect to server: %s"
 msgstr "lpadmin: no s'ha pogut connectar al servidor: %s"
 
-#: systemv/lpadmin.c:1329
 msgid "lpadmin: Unable to create temporary file"
 msgstr "lpadmin: no s'ha pogut crear el fitxer temporal"
 
-#: systemv/lpadmin.c:402
 msgid ""
 "lpadmin: Unable to delete option:\n"
 "         You must specify a printer name first."
@@ -6300,12 +5021,10 @@ msgstr ""
 "lpadmin: no s'ha pogut esborrar l'opció:\n"
 "         Heu d'especificar primer un nom d'impressora."
 
-#: systemv/lpadmin.c:1339
 #, c-format
 msgid "lpadmin: Unable to open PPD file \"%s\" - %s"
 msgstr "lpadmin: no s'ha pogut obrir el fitxer PPD «%s» - %s"
 
-#: systemv/lpadmin.c:348
 msgid ""
 "lpadmin: Unable to remove a printer from the class:\n"
 "         You must specify a printer name first."
@@ -6313,7 +5032,6 @@ msgstr ""
 "lpadmin: no es pot esborrar una impressora de la classe:\n"
 "         Heu d'especificar primer un nom d'impressora."
 
-#: systemv/lpadmin.c:656
 msgid ""
 "lpadmin: Unable to set the printer options:\n"
 "         You must specify a printer name first."
@@ -6321,174 +5039,138 @@ msgstr ""
 "lpadmin: no es pot establir les opcions de la impressora:\n"
 "         Heu d'especificar primer un nom d'impressora."
 
-#: systemv/lpadmin.c:474
 #, c-format
 msgid "lpadmin: Unknown allow/deny option \"%s\"."
 msgstr "lpadmin: l'opció allow/deny «%s» és desconeguda."
 
-#: systemv/lpadmin.c:629
 #, c-format
 msgid "lpadmin: Unknown argument \"%s\"."
 msgstr "lpadmin: l'argument «%s» és desconegut."
 
-#: systemv/lpadmin.c:624
 #, c-format
 msgid "lpadmin: Unknown option \"%c\"."
 msgstr "lpadmin: l'opció «%c» és desconeguda."
 
-#: systemv/lpadmin.c:580
 msgid "lpadmin: Warning - content type list ignored."
 msgstr "lpadmin: avís - s'ignora el contingut de la llista de tipus."
 
-#: berkeley/lpc.c:76 berkeley/lpc.c:104 berkeley/lpc.c:140
 msgid "lpc> "
 msgstr "lpc> "
 
-#: systemv/lpinfo.c:137
 msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"."
 msgstr ""
 "lpinfo: s'esperava una cadena d'ID de dispositiu 1284 després de «--device-"
 "id»."
 
-#: systemv/lpinfo.c:190
 msgid "lpinfo: Expected language after \"--language\"."
 msgstr "lpinfo: s'esperava un idioma després de «--language»."
 
-#: systemv/lpinfo.c:207
 msgid "lpinfo: Expected make and model after \"--make-and-model\"."
 msgstr "lpinfo: s'esperava una marca i model després de «--make-and-model»."
 
-#: systemv/lpinfo.c:224
 msgid "lpinfo: Expected product string after \"--product\"."
 msgstr "lpinfo: s'esperava una cadena de producte després de «--product!»."
 
-#: systemv/lpinfo.c:155
 msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"."
 msgstr ""
 "lpinfo: s'esperava una llista d'esquemes després de l'opció «--exclude-"
 "schemes»."
 
-#: systemv/lpinfo.c:173
 msgid "lpinfo: Expected scheme list after \"--include-schemes\"."
 msgstr ""
 "lpinfo: s'esperava una llista d'esquemes després de l'opció «--include-"
 "schemes»."
 
-#: systemv/lpinfo.c:241
 msgid "lpinfo: Expected timeout after \"--timeout\"."
 msgstr "lpinfo: s'esperava un temps d'espera després de «--timeout»."
 
-#: systemv/lpinfo.c:265
 #, c-format
 msgid "lpinfo: Unknown argument \"%s\"."
 msgstr "lpinfo: l'argument «%s» és desconegut."
 
-#: systemv/lpinfo.c:259
 #, c-format
 msgid "lpinfo: Unknown option \"%c\"."
 msgstr "lpinfo: l'opció «%c» és desconeguda."
 
-#: systemv/lpinfo.c:252
 #, c-format
 msgid "lpinfo: Unknown option \"%s\"."
 msgstr "lpinfo: l'opció «%s» és desconeguda."
 
-#: systemv/lpmove.c:133
 #, c-format
 msgid "lpmove: Unable to connect to server: %s"
 msgstr "lpmove: no s'ha pogut connectar al servidor: %s"
 
-#: systemv/lpmove.c:119
 #, c-format
 msgid "lpmove: Unknown argument \"%s\"."
 msgstr "lpmove: l'argument «%s» és desconegut."
 
-#: systemv/lpmove.c:97
 #, c-format
 msgid "lpmove: Unknown option \"%c\"."
 msgstr "lpmove: l'opció «%c» és desconeguda."
 
-#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244
 msgid "lpoptions: No printers."
 msgstr "lpoptions: no hi ha cap impressora."
 
-#: systemv/lpoptions.c:219
 #, c-format
 msgid "lpoptions: Unable to add printer or instance: %s"
 msgstr "lpoptions: no s'ha pogut afegir la impressora o la instància: %s"
 
-#: systemv/lpoptions.c:521
 #, c-format
 msgid "lpoptions: Unable to get PPD file for %s: %s"
 msgstr "lpoptions: no s'ha pogut obtenir el fitxer PPD de %s: %s"
 
-#: systemv/lpoptions.c:529
 #, c-format
 msgid "lpoptions: Unable to open PPD file for %s."
 msgstr "lpoptions: no s'ha pogut obrir el fitxer PPD per %s."
 
-#: systemv/lpoptions.c:99
 msgid "lpoptions: Unknown printer or class."
 msgstr "lpoptions: la impressora o la classe són desconegudes."
 
-#: systemv/lppasswd.c:173
 msgid "lppasswd: Only root can add or delete passwords."
 msgstr ""
 "lppasswd: només l'usuari primari (root) pot afegir o esborrar contrasenyes."
 
-#: systemv/lppasswd.c:302
 msgid "lppasswd: Password file busy."
 msgstr "lppaswd: el fitxer de contrasenyes està ocupat."
 
-#: systemv/lppasswd.c:431
 msgid "lppasswd: Password file not updated."
 msgstr "lppaswd: el fitxer de contrasenyes no està actualitzat."
 
-#: systemv/lppasswd.c:398
 msgid "lppasswd: Sorry, password doesn't match."
 msgstr "lppaswwd: la contrasenya no coincideix."
 
-#: systemv/lppasswd.c:253
 msgid "lppasswd: Sorry, password rejected."
 msgstr "lppaswwd: s'ha refusat la contrasenya."
 
-#: systemv/lppasswd.c:230
 msgid "lppasswd: Sorry, passwords don't match."
 msgstr "lppaswwd: les contrasenyes no coincideixen."
 
-#: systemv/lppasswd.c:199 systemv/lppasswd.c:218
 #, c-format
 msgid "lppasswd: Unable to copy password string: %s"
 msgstr "lppasswd: no s'ha pogut copiar la cadena de contrasenya: %s"
 
-#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329
 #, c-format
 msgid "lppasswd: Unable to open password file: %s"
 msgstr "lppasswd: no s'ha pogut obrir el fitxer de contrasenyes: %s"
 
-#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408
 #, c-format
 msgid "lppasswd: Unable to write to password file: %s"
 msgstr "lppasswd: no s'ha pogut escriure al fitxer de contrasenyes: %s"
 
-#: systemv/lppasswd.c:446
 #, c-format
 msgid "lppasswd: failed to backup old password file: %s"
 msgstr ""
 "lppasswd: no s'ha pogut fer la còpia de seguretat del fitxer de contrasenyes "
 "antic: %s"
 
-#: systemv/lppasswd.c:458
 #, c-format
 msgid "lppasswd: failed to rename password file: %s"
 msgstr "lppasswd: no s'ha pogut canviar el nom del fitxer de contrasenyes: %s"
 
-#: systemv/lppasswd.c:389
 #, c-format
 msgid "lppasswd: user \"%s\" and group \"%s\" do not exist."
 msgstr "lppaswd: l'usuari «%s» i el grup «%s» no existeixen."
 
-#: systemv/lpstat.c:1039
 #, c-format
 msgid ""
 "lpstat: error - %s environment variable names non-existent destination \"%s"
@@ -6497,139 +5179,112 @@ msgstr ""
 "lpstat: error - la variable d'entorn %s esmenta el destí «%s» que no "
 "existeix."
 
-#: systemv/lpstat.c:970
 #, c-format
 msgid "members of class %s:"
 msgstr "membres de la classe %s:"
 
-#: berkeley/lpq.c:582
 msgid "no entries"
 msgstr "no hi ha cap entrada"
 
-#: systemv/lpstat.c:1043
 msgid "no system default destination"
 msgstr "no hi ha cap destí per defecte"
 
-#: scheduler/ipp.c:5702
 msgid "notify-events not specified."
 msgstr "no s'ha especificat cap notify-events."
 
-#: scheduler/ipp.c:2034 scheduler/ipp.c:5607
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" is already used."
 msgstr "L'URI de notify-recipient-uri «%s» ja s'ha fet servir."
 
-#: scheduler/ipp.c:2024 scheduler/ipp.c:5597
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" uses unknown scheme."
 msgstr "L'URI de notify-recipient-uri «%s» fa servir un esquema desconegut."
 
-#: cups/notify.c:87
 msgid "pending"
 msgstr "pendent"
 
-#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93
 #, c-format
 msgid "ppdc: Adding include directory \"%s\"."
 msgstr "ppdc: s'afegeix el directori inclòs «%s»."
 
-#: ppdc/ppdpo.cxx:134
 #, c-format
 msgid "ppdc: Adding/updating UI text from %s."
 msgstr "ppdc: s'afegeix/actualitza el text de l'UI des de %s."
 
-#: ppdc/ppdc-source.cxx:410
 #, c-format
 msgid "ppdc: Bad boolean value (%s) on line %d of %s."
 msgstr "ppdc: valor booleà incorrecte (%s) a la línia %d de %s."
 
-#: ppdc/ppdc-import.cxx:264
 #, c-format
 msgid "ppdc: Bad font attribute: %s"
 msgstr "ppdc: l'atribut del tipus de lletra és incorrecte: %s"
 
-#: ppdc/ppdc-source.cxx:1796
 #, c-format
 msgid "ppdc: Bad resolution name \"%s\" on line %d of %s."
 msgstr "ppdc: el nom de resolució «%s» de la línia %d de %s és incorrecte."
 
-#: ppdc/ppdc-source.cxx:1113
 #, c-format
 msgid "ppdc: Bad status keyword %s on line %d of %s."
 msgstr "ppdc: la paraula clau d'estat %s de la línia %d de %s és incorrecta."
 
-#: ppdc/ppdc-source.cxx:2033
 #, c-format
 msgid "ppdc: Bad variable substitution ($%c) on line %d of %s."
 msgstr ""
 "ppdc: la variable de substitució ($%c) de la línia %d de %s és incorrecta."
 
-#: ppdc/ppdc-source.cxx:2719
 #, c-format
 msgid "ppdc: Choice found on line %d of %s with no Option."
 msgstr "ppdc: s'ha trobat una elecció a la línia %d de %s sense cap opció."
 
-#: ppdc/ppdc-source.cxx:1698
 #, c-format
 msgid "ppdc: Duplicate #po for locale %s on line %d of %s."
 msgstr "ppdc: #po duplicat per l'idioma %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:932
 #, c-format
 msgid "ppdc: Expected a filter definition on line %d of %s."
 msgstr "ppdc: s'esperava una definició de filtre a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:955
 #, c-format
 msgid "ppdc: Expected a program name on line %d of %s."
 msgstr "ppdc: s'esperava un nom de programa a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:394
 #, c-format
 msgid "ppdc: Expected boolean value on line %d of %s."
 msgstr "ppdc: s'esperava un valor booleà a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1093
 #, c-format
 msgid "ppdc: Expected charset after Font on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un joc de caràcters després de Font a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:447
 #, c-format
 msgid "ppdc: Expected choice code on line %d of %s."
 msgstr "ppdc: s'esperava un codi d'elecció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:435
 #, c-format
 msgid "ppdc: Expected choice name/text on line %d of %s."
 msgstr "ppdc: s'esperava un nom/text d'elecció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:503
 #, c-format
 msgid "ppdc: Expected color order for ColorModel on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un ordre de colors per ColorModel a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:492
 #, c-format
 msgid "ppdc: Expected colorspace for ColorModel on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un espai de colors per ColorModel a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:514
 #, c-format
 msgid "ppdc: Expected compression for ColorModel on line %d of %s."
 msgstr "ppdc: s'esperava una compressió per ColorModel a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:695
 #, c-format
 msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s."
 msgstr ""
 "ppdc: s'esperava una cadena de restriccions per UIConstraints a la línia %d "
 "de %s."
 
-#: ppdc/ppdc-source.cxx:2905
 #, c-format
 msgid ""
 "ppdc: Expected driver type keyword following DriverType on line %d of %s."
@@ -6637,135 +5292,110 @@ msgstr ""
 "ppdc: s'esperava una paraula clau de tipus de controlador després de "
 "DriverType a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:826
 #, c-format
 msgid "ppdc: Expected duplex type after Duplex on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un tipus de dúplex després de Duplex a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1077
 #, c-format
 msgid "ppdc: Expected encoding after Font on line %d of %s."
 msgstr "ppdc: s'esperava una codificació després de Font a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1689
 #, c-format
 msgid "ppdc: Expected filename after #po %s on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un nom de fitxer després de #po %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1205
 #, c-format
 msgid "ppdc: Expected group name/text on line %d of %s."
 msgstr "ppdc: s'esperava un nom/text de grup a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:2619
 #, c-format
 msgid "ppdc: Expected include filename on line %d of %s."
 msgstr "ppdc: s'esperava un nom de fitxer d'inclusió a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1502
 #, c-format
 msgid "ppdc: Expected integer on line %d of %s."
 msgstr "ppdc: s'esperava un enter a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1681
 #, c-format
 msgid "ppdc: Expected locale after #po on line %d of %s."
 msgstr "ppdc: s'esperava un idioma després de #po a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:353
 #, c-format
 msgid "ppdc: Expected name after %s on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3277
 #, c-format
 msgid "ppdc: Expected name after FileName on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de FileName a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1058
 #, c-format
 msgid "ppdc: Expected name after Font on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de Font a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3108
 #, c-format
 msgid "ppdc: Expected name after Manufacturer on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de Manufacturer a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3141
 #, c-format
 msgid "ppdc: Expected name after MediaSize on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de MediaSize a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3231
 #, c-format
 msgid "ppdc: Expected name after ModelName on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de ModelName a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3294
 #, c-format
 msgid "ppdc: Expected name after PCFileName on line %d of %s."
 msgstr "ppdc: s'esperava un nom després de PCFileName a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1156
 #, c-format
 msgid "ppdc: Expected name/text after %s on line %d of %s."
 msgstr "ppdc: s'esperava un nom/text després de %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1245
 #, c-format
 msgid "ppdc: Expected name/text after Installable on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un nom/text després d'Installable a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1782
 #, c-format
 msgid "ppdc: Expected name/text after Resolution on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un nom/text després de Resolution a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:479
 #, c-format
 msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s."
 msgstr ""
 "ppdc: s'esperava una combinació de nom/text per ColorModel a la línia %d de "
 "%s."
 
-#: ppdc/ppdc-source.cxx:1574
 #, c-format
 msgid "ppdc: Expected option name/text on line %d of %s."
 msgstr "ppdc: s'esperava un nom/text d'opció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1608
 #, c-format
 msgid "ppdc: Expected option section on line %d of %s."
 msgstr "ppdc: s'esperava una secció d'opció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1586
 #, c-format
 msgid "ppdc: Expected option type on line %d of %s."
 msgstr "ppdc: s'esperava un tipus d'opció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1765
 #, c-format
 msgid "ppdc: Expected override field after Resolution on line %d of %s."
 msgstr ""
 "ppdc: s'esperava un camp de substitució després de Resolution a la línia %d "
 "de %s."
 
-#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353
 #, c-format
 msgid "ppdc: Expected quoted string on line %d of %s."
 msgstr "ppdc: s'esperava una cadena entre cometes dobles a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1004
 #, c-format
 msgid "ppdc: Expected real number on line %d of %s."
 msgstr "ppdc: s'esperava un número real a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:572
 #, c-format
 msgid ""
 "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
@@ -6773,7 +5403,6 @@ msgstr ""
 "ppdc: s'esperava una resolució/tipus de mitjà després de ColorProfile a la "
 "línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1863
 #, c-format
 msgid ""
 "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d "
@@ -6782,99 +5411,79 @@ msgstr ""
 "ppdc: s'esperava una resolució/tipus de mitjà després de SimpleColorProfile "
 "a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:361
 #, c-format
 msgid "ppdc: Expected selector after %s on line %d of %s."
 msgstr "ppdc: s'esperava un selector després de %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1101
 #, c-format
 msgid "ppdc: Expected status after Font on line %d of %s."
 msgstr "ppdc: s'esperava un estat després de Font a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:2794
 #, c-format
 msgid "ppdc: Expected string after Copyright on line %d of %s."
 msgstr "ppdc: s'esperava una cadena després de Copyright a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:3397
 #, c-format
 msgid "ppdc: Expected string after Version on line %d of %s."
 msgstr "ppdc: s'esperava una cadena després de Version a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:728
 #, c-format
 msgid "ppdc: Expected two option names on line %d of %s."
 msgstr "ppdc: s'esperava dos noms d'opció a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:372
 #, c-format
 msgid "ppdc: Expected value after %s on line %d of %s."
 msgstr "ppdc: s'esperava un valor després de %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1085
 #, c-format
 msgid "ppdc: Expected version after Font on line %d of %s."
 msgstr "ppdc: s'esperava una versió després de Font a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:227
 #, c-format
 msgid "ppdc: Invalid #include/#po filename \"%s\"."
 msgstr "ppdc: el nom de fitxer #include/#po «%s» no és vàlid."
 
-#: ppdc/ppdc-source.cxx:972
 #, c-format
 msgid "ppdc: Invalid cost for filter on line %d of %s."
 msgstr "ppdc: el cost del filtre no és vàlid a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:964
 #, c-format
 msgid "ppdc: Invalid empty MIME type for filter on line %d of %s."
 msgstr "ppdc: el tipus MIME buit no és vàlid pel filtre a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:980
 #, c-format
 msgid "ppdc: Invalid empty program name for filter on line %d of %s."
 msgstr ""
 "ppdc: el nom de programa buit no és vàlid pel filtre a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1628
 #, c-format
 msgid "ppdc: Invalid option section \"%s\" on line %d of %s."
 msgstr "ppdc: la secció d'opció «%s» no és vàlida a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1600
 #, c-format
 msgid "ppdc: Invalid option type \"%s\" on line %d of %s."
 msgstr "ppdc: el tipus d'opció «%s» no és vàlid a la línia %d de %s."
 
-#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123
 #, c-format
 msgid "ppdc: Loading driver information file \"%s\"."
 msgstr "ppdc: s'està carregant el fitxer d'informació del controlador «%s»."
 
-#: ppdc/ppdc.cxx:187
 #, c-format
 msgid "ppdc: Loading messages for locale \"%s\"."
 msgstr "ppdc: s'està carregant l'idioma «%s»."
 
-#: ppdc/ppdc.cxx:126
 #, c-format
 msgid "ppdc: Loading messages from \"%s\"."
 msgstr "ppdc: s'està carregant els missatges des de «%s»."
 
-#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644
 #, c-format
 msgid "ppdc: Missing #endif at end of \"%s\"."
 msgstr "ppdc: falta un #endif al final de «%s»."
 
-#: ppdc/ppdc-source.cxx:2513 ppdc/ppdc-source.cxx:2548
-#: ppdc/ppdc-source.cxx:2578
 #, c-format
 msgid "ppdc: Missing #if on line %d of %s."
 msgstr "ppdc: falta un #if a la línia %d de %s."
 
-#: ppdc/ppdc-catalog.cxx:418
 #, c-format
 msgid ""
 "ppdc: Need a msgid line before any translation strings on line %d of %s."
@@ -6882,117 +5491,93 @@ msgstr ""
 "oodc: es necessita un msgid abans de la cadena per traduir a la línia %d de "
 "%s."
 
-#: ppdc/ppdc-driver.cxx:730
 #, c-format
 msgid "ppdc: No message catalog provided for locale %s."
 msgstr "ppdc: no s'ha donat el catàleg de missatges per l'idioma %s."
 
-#: ppdc/ppdc-source.cxx:1651 ppdc/ppdc-source.cxx:2882
-#: ppdc/ppdc-source.cxx:2968 ppdc/ppdc-source.cxx:3061
-#: ppdc/ppdc-source.cxx:3194 ppdc/ppdc-source.cxx:3327
 #, c-format
 msgid "ppdc: Option %s defined in two different groups on line %d of %s."
 msgstr ""
 "ppdc: l'opció %s està definida a dos grups diferents a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:1644
 #, c-format
 msgid "ppdc: Option %s redefined with a different type on line %d of %s."
 msgstr ""
 "ppdc: l'opció %s està redefinida amb un tipus diferent a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:705
 #, c-format
 msgid "ppdc: Option constraint must *name on line %d of %s."
 msgstr "ppdc: l'opció de restricció ha d'incloure *nom a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:2495
 #, c-format
 msgid "ppdc: Too many nested #if's on line %d of %s."
 msgstr "ppdc: hi ha massa #if imbricats a la línia %d de %s."
 
-#: ppdc/ppdc.cxx:374
 #, c-format
 msgid "ppdc: Unable to create PPD file \"%s\" - %s."
 msgstr "ppdc: no s'ha pogut crear el fitxer PPD «%s» - %s."
 
-#: ppdc/ppdc.cxx:266
 #, c-format
 msgid "ppdc: Unable to create output directory %s: %s"
 msgstr "ppdc: no s'ha pogut crear el directori de sortida %s: %s"
 
-#: ppdc/ppdc.cxx:287
 #, c-format
 msgid "ppdc: Unable to create output pipes: %s"
 msgstr "ppdc: no s'ha pogut crear els conductes de sortida: %s"
 
-#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309
 #, c-format
 msgid "ppdc: Unable to execute cupstestppd: %s"
 msgstr "ppdc: no s'ha pogut executar cupstestppd: %s"
 
-#: ppdc/ppdc-source.cxx:1730
 #, c-format
 msgid "ppdc: Unable to find #po file %s on line %d of %s."
 msgstr "ppdc: no s'ha pogut trobar el fitxer #po %s a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:2651
 #, c-format
 msgid "ppdc: Unable to find include file \"%s\" on line %d of %s."
 msgstr ""
 "ppdc: no s'ha pogut trobar el fitxer d'inclusió «%s» a la línia %d de %s."
 
-#: ppdc/ppdc.cxx:198
 #, c-format
 msgid "ppdc: Unable to find localization for \"%s\" - %s"
 msgstr "ppdc: no s'ha pogut trobar la localització de «%s» - %s"
 
-#: ppdc/ppdc.cxx:135
 #, c-format
 msgid "ppdc: Unable to load localization file \"%s\" - %s"
 msgstr "ppdc: no s'ha pogut carregar el fitxer de localització «%s» - %s"
 
-#: ppdc/ppdc-file.cxx:50
 #, c-format
 msgid "ppdc: Unable to open %s: %s"
 msgstr "ppdc: no s'ha pogut obrir %s: %s"
 
-#: ppdc/ppdc-source.cxx:2054
 #, c-format
 msgid "ppdc: Undefined variable (%s) on line %d of %s."
 msgstr "ppdc: la variable (%s) de la línia %d de %s no està definida."
 
-#: ppdc/ppdc-catalog.cxx:435
 #, c-format
 msgid "ppdc: Unexpected text on line %d of %s."
 msgstr "ppdc: hi ha un text inesperat a la línia %d de %s."
 
-#: ppdc/ppdc-source.cxx:2924
 #, c-format
 msgid "ppdc: Unknown driver type %s on line %d of %s."
 msgstr "ppdc: el tipus de controlador %s de la línia %d de %s no és conegut."
 
-#: ppdc/ppdc-source.cxx:906
 #, c-format
 msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s."
 msgstr "ppdc: el tipus de dúplex «%s» de la línia %d de %s no és conegut."
 
-#: ppdc/ppdc-source.cxx:3154
 #, c-format
 msgid "ppdc: Unknown media size \"%s\" on line %d of %s."
 msgstr "ppdc: la mida del mitjà «%s» de la línia %d de %s no és coneguda."
 
-#: ppdc/ppdc-catalog.cxx:463
 #, c-format
 msgid "ppdc: Unknown message catalog format for \"%s\"."
 msgstr "ppdc: el format del catàleg de missatges de «%s» no és conegut."
 
-#: ppdc/ppdc-source.cxx:3408
 #, c-format
 msgid "ppdc: Unknown token \"%s\" seen on line %d of %s."
 msgstr "ppdc: el testimoni «%s» de la línia %d de %s no és conegut."
 
-#: ppdc/ppdc-source.cxx:1014
 #, c-format
 msgid ""
 "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
@@ -7000,125 +5585,99 @@ msgstr ""
 "ppdc: els caràcters finals del número real «%s» de la línia %d de %s no són "
 "coneguts."
 
-#: ppdc/ppdc-source.cxx:2164
 #, c-format
 msgid "ppdc: Unterminated string starting with %c on line %d of %s."
 msgstr ""
 "ppdc: la cadena que comença per %c de la línia %d de %s no està acabada."
 
-#: ppdc/ppdc.cxx:365
 #, c-format
 msgid "ppdc: Warning - overlapping filename \"%s\"."
 msgstr "ppdc: avís - se superposa el nom del fitxer «%s»."
 
-#: ppdc/ppdc.cxx:380
 #, c-format
 msgid "ppdc: Writing %s."
 msgstr "ppdc: s'escriu %s."
 
-#: ppdc/ppdc.cxx:148
 #, c-format
 msgid "ppdc: Writing PPD files to directory \"%s\"."
 msgstr "ppdc: s'escriuen els fitxers PPD a la carpeta «%s»."
 
-#: ppdc/ppdmerge.cxx:136
 #, c-format
 msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s."
 msgstr "ppdmerge: LanguageVersion «%s» incorrecte a %s."
 
-#: ppdc/ppdmerge.cxx:176
 #, c-format
 msgid "ppdmerge: Ignoring PPD file %s."
 msgstr "ppdmerge: s'ignora el fitxer PPD %s."
 
-#: ppdc/ppdmerge.cxx:160
 #, c-format
 msgid "ppdmerge: Unable to backup %s to %s - %s"
 msgstr "ppdmerge: no s'ha pogut fer la còpia de seguretat %s a %s- %s"
 
-#: systemv/lpstat.c:1784
 #, c-format
 msgid "printer %s disabled since %s -"
 msgstr "la impressora %s està deshabilitada des de %s -"
 
-#: systemv/lpstat.c:1773
 #, c-format
 msgid "printer %s is idle.  enabled since %s"
 msgstr "la impressora %s està inactiva. Està activada des de %s"
 
-#: systemv/lpstat.c:1778
 #, c-format
 msgid "printer %s now printing %s-%d.  enabled since %s"
 msgstr "la impressora %s està imprimint %s-%d. Està habilitada des de %s"
 
-#: systemv/lpstat.c:1909
 #, c-format
 msgid "printer %s/%s disabled since %s -"
 msgstr "la impressora %s/%s està deshabilitada des de %s -"
 
-#: systemv/lpstat.c:1895
 #, c-format
 msgid "printer %s/%s is idle.  enabled since %s"
 msgstr "la impressora %s/%s està inactiva. Està activada des de %s"
 
-#: systemv/lpstat.c:1902
 #, c-format
 msgid "printer %s/%s now printing %s-%d.  enabled since %s"
 msgstr "la impressora %s/%s està imprimint %s-%d. Està activada des de %s"
 
-#: cups/notify.c:93 cups/notify.c:134
 msgid "processing"
 msgstr "s'està processant"
 
-#: systemv/lp.c:644
 #, c-format
 msgid "request id is %s-%d (%d file(s))"
 msgstr "l'identificador de la petició és %s-%d (%d fitxer(s))"
 
-#: cups/snmp.c:1020
 msgid "request-id uses indefinite length"
 msgstr "la request-id fa servir una longitud indefinida"
 
-#: systemv/lpstat.c:2048
 msgid "scheduler is not running"
 msgstr "el programador de tasques no s'està executant"
 
-#: systemv/lpstat.c:2044
 msgid "scheduler is running"
 msgstr "el programador de tasques s'està executant"
 
-#: cups/adminutil.c:2159
 #, c-format
 msgid "stat of %s failed: %s"
 msgstr "stat de %s ha fallat: %s"
 
-#: berkeley/lpc.c:211
 msgid "status\t\tShow status of daemon and queue."
 msgstr "status\t\tmostra l'estat del dimoni i la cua."
 
-#: cups/notify.c:96 cups/notify.c:137
 msgid "stopped"
 msgstr "aturat"
 
-#: systemv/lpstat.c:1017
 #, c-format
 msgid "system default destination: %s"
 msgstr "destí per defecte del sistema: %s"
 
-#: systemv/lpstat.c:1014
 #, c-format
 msgid "system default destination: %s/%s"
 msgstr "destí per defecte del sistema: %s/%s"
 
-#: cups/notify.c:108 cups/notify.c:140
 msgid "unknown"
 msgstr "desconegut"
 
-#: cups/notify.c:117
 msgid "untitled"
 msgstr "sense títol"
 
-#: cups/snmp.c:1045
 msgid "variable-bindings uses indefinite length"
 msgstr "La variable-bindings fa servir una longitud indefinida"
 
@@ -7198,6 +5757,9 @@ msgstr "La variable-bindings fa servir una longitud indefinida"
 #~ msgstr ""
 #~ "  -v                      Mostra tots els atributs enviats i rebuts."
 
+#~ msgid "%s: Error - expected destination after \"-b\" option."
+#~ msgstr "%s: error - s'esperava un destí després de l'opció «-b»."
+
 #~ msgid "3.5\" Disk - 2 1/8 x 2 3/4\""
 #~ msgstr "Disc de 3.5 - 2 1/8 x 2 3/4\""
 
@@ -7207,6 +5769,13 @@ msgstr "La variable-bindings fa servir una longitud indefinida"
 #~ msgid "File Folder - 9/16 x 3 7/16\""
 #~ msgstr "Carpeta d'arxivador: 9/16 x 3 7/16\""
 
+#~ msgid ""
+#~ "File device URIs have been disabled. To enable, see the FileDevice "
+#~ "directive in \"%s/cupsd.conf\"."
+#~ msgstr ""
+#~ "S'han deshabilitat els URIs dels dispositius de fitxers. Per habilitar-"
+#~ "los, vegeu la directriu FileDevice a «%s/cupsd.conf»."
+
 #~ msgid "Hanging Folder - 9/16 x 2\""
 #~ msgstr "Carpeta per penjar: 9/16 x 2\""
 
@@ -7219,6 +5788,16 @@ msgstr "La variable-bindings fa servir una longitud indefinida"
 #~ msgid "Large Address - 1 4/10 x 3 1/2\""
 #~ msgstr "Adreça gran - 1 4/10 x 3 1/2\""
 
+#~ msgid "Print file accepted - job ID %d."
+#~ msgstr "S'ha acceptat el fitxer d'impressió - ID de la feina %d."
+
+#~ msgid "Print file accepted - job ID unknown."
+#~ msgstr ""
+#~ "S'ha acceptat el fitxer d'impressió - l'ID de la feina és desconegut."
+
+#~ msgid "Print file was not accepted."
+#~ msgstr "No s'ha acceptat el fitxer d'impressió."
+
 #~ msgid "Printer busy, will retry in 10 seconds."
 #~ msgstr ""
 #~ "La impressora està ocupada. Es tornarà a intentar d'aquí a 10 segons."
@@ -7247,21 +5826,38 @@ msgstr "La variable-bindings fa servir una longitud indefinida"
 #~ msgid "Shipping Address - 2 5/16 x 4\""
 #~ msgstr "Adreça de lliurament - 2 5/16 x 4\""
 
+#~ msgid "The printer URI is incorrect or no longer exists."
+#~ msgstr "L'URI de la impressora no és correcte o ja no existeix."
+
+#~ msgid "The printer does not support IPP/%d.%d, trying IPP/%s."
+#~ msgstr ""
+#~ "La impressora no és compatible amb el IPP/%d.%d, s'està intentant el IPP/"
+#~ "%s."
+
 #~ msgid "The printer is low on toner."
 #~ msgstr "S'està acabant el tòner de la impressora."
 
 #~ msgid "The printer is out of toner."
 #~ msgstr "S'ha acabat el tòner de la impressora"
 
+#~ msgid "Unable to create compressed print file"
+#~ msgstr "No es pot crear el fitxer d'impressió comprimit"
+
 #~ msgid "Unable to create temporary file:"
 #~ msgstr "No es pot crear el fitxer temporal:"
 
+#~ msgid "Unable to generate compressed print file"
+#~ msgstr "No es pot generar el fitxer d'impressió comprimit"
+
 #~ msgid "Unable to get printer status:"
 #~ msgstr "No es pot obtenir l'estat de la impressora:"
 
 #~ msgid "Unable to open PPD file:"
 #~ msgstr "No es pot obrir el fitxer PPD:"
 
+#~ msgid "Unable to open compressed print file"
+#~ msgstr "No es pot obrir el fitxer d'impressió comprimit"
+
 #~ msgid "Unable to read print data"
 #~ msgstr "No es poden llegir les dades d'impressió"
 
index 4418646a100a86461353e98da612952bb9cb99c2..3319b60401cb4e13ccc95b6d5633f340cac7b787 100644 (file)
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 1.6\n"
 "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2012-10-22 11:09-0400\n"
+"POT-Creation-Date: 2013-02-04 14:17-0500\n"
 "PO-Revision-Date: 2012-07-01 20:21+0100\n"
 "Last-Translator: Juan Pablo González Riopedre <riopedre13@yahoo.es>\n"
 "Language-Team: Spanish\n"
@@ -1159,6 +1159,169 @@ msgstr " FALLO"
 msgid " PASS"
 msgstr " PASA"
 
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad attribute name - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad attribute name - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad boolen value %d (RFC 2911 section 4.1.11)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad characters (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime day %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime deciseconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime month %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime seconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad enum value %d - out of range (RFC 2911 section 4.1.4)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 2911 section "
+"4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad octetString value - bad length %d (RFC 2911 section 4.1.10)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 2911 "
+"section 4.1.13)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 2911 section "
+"4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be "
+"positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC "
+"2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 2911 section 4.1.6)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 2911 section 4.1.6)."
+msgstr ""
+
 #, c-format
 msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
 msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
@@ -2317,6 +2480,13 @@ msgstr "document-format-default \"%s\" incorrecto."
 msgid "Bad filename buffer"
 msgstr "Nombre de archivo del búfer incorrecto"
 
+#, c-format
+msgid "Bad job-name value: %s"
+msgstr ""
+
+msgid "Bad job-name value: Wrong type or count."
+msgstr ""
+
 msgid "Bad job-priority value."
 msgstr "Valor job-priority incorrecto."
 
@@ -2932,9 +3102,6 @@ msgstr "IPP nombre mayor de 32767 bytes."
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr "IPP el valor nameWithLanguage menor del mínimo de 4 bytes."
 
-msgid "IPP nameWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
 msgid "IPP octetString length too large."
 msgstr ""
 
@@ -2947,18 +3114,9 @@ msgstr "IPP el valor de la resolución no es de 9 bytes."
 msgid "IPP string length overflows value."
 msgstr "IPP la longitud de la cadena sobrepasa el valor."
 
-msgid "IPP string value too large."
-msgstr ""
-
-msgid "IPP text length too large."
-msgstr ""
-
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr "IPP el valor textWithLanguage menor del mínimo de 4 bytes."
 
-msgid "IPP textWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
 msgid "IPP value larger than 32767 bytes."
 msgstr "IPP valor mayor de 32767 bytes."
 
@@ -4094,6 +4252,14 @@ 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"
 
+#, c-format
+msgid "Unable to compile mimeMediaType regular expression: %s."
+msgstr ""
+
+#, c-format
+msgid "Unable to compile naturalLanguage regular expression: %s."
+msgstr ""
+
 msgid "Unable to configure printer options."
 msgstr "No se han podido configurar las opciones de impresión."
 
@@ -4146,9 +4312,6 @@ msgstr ""
 msgid "Unable to copy interface script - %s"
 msgstr "No se ha podido copiar el script de interfaz - %s"
 
-msgid "Unable to create compressed print file"
-msgstr "No se ha podido crear el archivo de impresión comprimido"
-
 msgid "Unable to create printer-uri"
 msgstr "No se ha podido crear printer-uri"
 
@@ -4217,9 +4380,6 @@ msgstr "No se ha podido encontrar destino para el trabajo"
 msgid "Unable to find printer."
 msgstr "No se ha podido encontrar la impresora."
 
-msgid "Unable to generate compressed print file"
-msgstr "No se ha podido crear el archivo de impresión comprimido"
-
 msgid "Unable to get backend exit status."
 msgstr "No se ha podido obtener el estado de salida del programa backend"
 
@@ -4281,9 +4441,6 @@ msgstr "No se han podido mover los trabajos"
 msgid "Unable to open PPD file"
 msgstr "No se ha podido abrir el archivo PPD"
 
-msgid "Unable to open compressed print file"
-msgstr "No se ha podido abrir el archivo de impresión comprimido"
-
 msgid "Unable to open cupsd.conf file:"
 msgstr "No se ha podido abrir el archivo cupsd.conf:"
 
@@ -4661,9 +4818,18 @@ msgstr ""
 "cupsd: Se esperaba un nombre de archivo de configuración tras la opción \"-c"
 "\"."
 
+msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
+msgstr ""
+
+msgid "cupsd: Relative cups-files.conf filename not allowed."
+msgstr ""
+
 msgid "cupsd: Unable to get current directory."
 msgstr "cupsd: No se ha podido obtener el directorio actual."
 
+msgid "cupsd: Unable to get path to cups-files.conf file."
+msgstr ""
+
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr "cupsd: Argumento \"%s\" desconocido - cancelando."
@@ -5523,3 +5689,12 @@ msgstr "variable-bindings usa una longitud indefinida"
 
 #~ msgid "The printer does not support IPP/%d.%d, trying IPP/%s."
 #~ msgstr "La impresora no es compatible con IPP/%d.%d, probando IPP/%s."
+
+#~ msgid "Unable to create compressed print file"
+#~ msgstr "No se ha podido crear el archivo de impresión comprimido"
+
+#~ msgid "Unable to generate compressed print file"
+#~ msgstr "No se ha podido crear el archivo de impresión comprimido"
+
+#~ msgid "Unable to open compressed print file"
+#~ msgstr "No se ha podido abrir el archivo de impresión comprimido"
index 997d311290fdcd3e9d0acf72c02410dd00341cbd..2c6fb8afd94160ebb6f0f32eecc17e23435ba3a5 100644 (file)
@@ -12,7 +12,6 @@
 #   which should have been included with this file.  If this file is
 #   file is missing or damaged, see the license at "http://www.cups.org/".
 #
-
 #
 # Notes for Translators:
 #
@@ -30,7 +29,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 1.6\n"
 "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2012-05-23 16:24-0700\n"
+"POT-Creation-Date: 2013-02-04 14:17-0500\n"
 "PO-Revision-Date: 2012-12-12 11:12+0100\n"
 "Last-Translator: denis meramdjougoma <dcmeram@libertysurf.fr>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -39,746 +38,593 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: systemv/lpstat.c:1876 systemv/lpstat.c:2001
 msgid "\t\t(all)"
 msgstr ""
 
-#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004
-#: systemv/lpstat.c:2007
 msgid "\t\t(none)"
 msgstr ""
 
-#: berkeley/lpc.c:434
 #, c-format
 msgid "\t%d entries"
 msgstr ""
 
-#: systemv/lpstat.c:756 systemv/lpstat.c:772
 #, c-format
 msgid "\t%s"
 msgstr ""
 
-#: systemv/lpstat.c:1857 systemv/lpstat.c:1982
 msgid "\tAfter fault: continue"
 msgstr ""
 
-#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952
 #, c-format
 msgid "\tAlerts: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1880 systemv/lpstat.c:2005
 msgid "\tBanner required"
 msgstr ""
 
-#: systemv/lpstat.c:1881 systemv/lpstat.c:2006
 msgid "\tCharset sets:"
 msgstr ""
 
-#: systemv/lpstat.c:1845 systemv/lpstat.c:1970
 msgid "\tConnection: direct"
 msgstr ""
 
-#: systemv/lpstat.c:1836 systemv/lpstat.c:1962
 msgid "\tConnection: remote"
 msgstr ""
 
-#: systemv/lpstat.c:1800 systemv/lpstat.c:1926
 msgid "\tContent types: any"
 msgstr ""
 
-#: systemv/lpstat.c:1884 systemv/lpstat.c:2009
 msgid "\tDefault page size:"
 msgstr ""
 
-#: systemv/lpstat.c:1883 systemv/lpstat.c:2008
 msgid "\tDefault pitch:"
 msgstr ""
 
-#: systemv/lpstat.c:1885 systemv/lpstat.c:2010
 msgid "\tDefault port settings:"
 msgstr ""
 
-#: systemv/lpstat.c:1806 systemv/lpstat.c:1932
 #, c-format
 msgid "\tDescription: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1799 systemv/lpstat.c:1925
 msgid "\tForm mounted:"
 msgstr ""
 
-#: systemv/lpstat.c:1878 systemv/lpstat.c:2003
 msgid "\tForms allowed:"
 msgstr ""
 
-#: systemv/lpstat.c:1840 systemv/lpstat.c:1966
 #, c-format
 msgid "\tInterface: %s.ppd"
 msgstr ""
 
-#: systemv/lpstat.c:1849 systemv/lpstat.c:1974
 #, c-format
 msgid "\tInterface: %s/interfaces/%s"
 msgstr ""
 
-#: systemv/lpstat.c:1853 systemv/lpstat.c:1978
 #, c-format
 msgid "\tInterface: %s/ppd/%s.ppd"
 msgstr ""
 
-#: systemv/lpstat.c:1831 systemv/lpstat.c:1957
 #, c-format
 msgid "\tLocation: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1856 systemv/lpstat.c:1981
 msgid "\tOn fault: no alert"
 msgstr ""
 
-#: systemv/lpstat.c:1801 systemv/lpstat.c:1927
 msgid "\tPrinter types: unknown"
 msgstr ""
 
-#: systemv/lpstat.c:1462
 #, c-format
 msgid "\tStatus: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986
-#: systemv/lpstat.c:2000
 msgid "\tUsers allowed:"
 msgstr ""
 
-#: systemv/lpstat.c:1868 systemv/lpstat.c:1993
 msgid "\tUsers denied:"
 msgstr ""
 
-#: berkeley/lpc.c:436
 msgid "\tdaemon present"
 msgstr ""
 
-#: berkeley/lpc.c:432
 msgid "\tno entries"
 msgstr ""
 
-#: berkeley/lpc.c:404 berkeley/lpc.c:416
 #, c-format
 msgid "\tprinter is on device '%s' speed -1"
 msgstr ""
 
-#: berkeley/lpc.c:429
 msgid "\tprinting is disabled"
 msgstr ""
 
-#: berkeley/lpc.c:427
 msgid "\tprinting is enabled"
 msgstr ""
 
-#: systemv/lpstat.c:1484
 #, c-format
 msgid "\tqueued for %s"
 msgstr ""
 
-#: berkeley/lpc.c:424
 msgid "\tqueuing is disabled"
 msgstr ""
 
-#: berkeley/lpc.c:422
 msgid "\tqueuing is enabled"
 msgstr ""
 
-#: systemv/lpstat.c:1792 systemv/lpstat.c:1918
 msgid "\treason unknown"
 msgstr ""
 
-#: systemv/cupstestppd.c:454
 msgid ""
 "\n"
 "    DETAILED CONFORMANCE TEST RESULTS"
 msgstr ""
 
-#: systemv/cupstestppd.c:3800
 msgid "                          Ignore specific warnings."
 msgstr ""
 
-#: systemv/cupstestppd.c:3804
 msgid "                          Issue warnings instead of errors."
 msgstr ""
 
-#: systemv/cupstestppd.c:410 systemv/cupstestppd.c:415
 msgid "                REF: Page 15, section 3.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:405
 msgid "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:425
 msgid "                REF: Page 19, section 3.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:378
 msgid "                REF: Page 20, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:430
 msgid "                REF: Page 27, section 3.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:373
 msgid "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:420
 msgid "                REF: Pages 16-17, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:390
 msgid "                REF: Pages 42-45, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:384
 msgid "                REF: Pages 45-46, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:395
 msgid "                REF: Pages 48-49, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:400
 msgid "                REF: Pages 52-54, section 5.2."
 msgstr ""
 
-#: berkeley/lpq.c:554
 #, c-format
 msgid "        %-39.39s %.0f bytes"
 msgstr ""
 
-#: systemv/cupstestppd.c:589
 #, c-format
 msgid "        PASS    Default%s"
 msgstr ""
 
-#: systemv/cupstestppd.c:524
 msgid "        PASS    DefaultImageableArea"
 msgstr ""
 
-#: systemv/cupstestppd.c:558
 msgid "        PASS    DefaultPaperDimension"
 msgstr ""
 
-#: systemv/cupstestppd.c:631
 msgid "        PASS    FileVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:675
 msgid "        PASS    FormatVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:695
 msgid "        PASS    LanguageEncoding"
 msgstr ""
 
-#: systemv/cupstestppd.c:715
 msgid "        PASS    LanguageVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:769
 msgid "        PASS    Manufacturer"
 msgstr ""
 
-#: systemv/cupstestppd.c:809
 msgid "        PASS    ModelName"
 msgstr ""
 
-#: systemv/cupstestppd.c:829
 msgid "        PASS    NickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:889
 msgid "        PASS    PCFileName"
 msgstr ""
 
-#: systemv/cupstestppd.c:964
 msgid "        PASS    PSVersion"
 msgstr ""
 
-#: systemv/cupstestppd.c:869
 msgid "        PASS    PageRegion"
 msgstr ""
 
-#: systemv/cupstestppd.c:849
 msgid "        PASS    PageSize"
 msgstr ""
 
-#: systemv/cupstestppd.c:924
 msgid "        PASS    Product"
 msgstr ""
 
-#: systemv/cupstestppd.c:999
 msgid "        PASS    ShortNickName"
 msgstr ""
 
-#: systemv/cupstestppd.c:1374
 #, c-format
 msgid "        WARN    %s has no corresponding options."
 msgstr ""
 
-#: systemv/cupstestppd.c:1486
 #, c-format
 msgid ""
 "        WARN    %s shares a common prefix with %s\n"
 "                REF: Page 15, section 3.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1345
 #, 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:1744
 msgid "        WARN    File contains a mix of CR, LF, and CR LF line endings."
 msgstr ""
 
-#: systemv/cupstestppd.c:1390
 msgid ""
 "        WARN    LanguageEncoding required by PPD 4.3 spec.\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1726
 #, c-format
 msgid "        WARN    Line %d only contains whitespace."
 msgstr ""
 
-#: systemv/cupstestppd.c:1398
 msgid ""
 "        WARN    Manufacturer required by PPD 4.3 spec.\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1749
-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:1382
 #, c-format
 msgid ""
 "        WARN    Obsolete PPD version %.1f.\n"
 "                REF: Page 42, section 5.2."
 msgstr ""
 
-#: systemv/cupstestppd.c:1413
 msgid ""
 "        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1421
 msgid ""
 "        WARN    PCFileName should contain a unique filename.\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1456
 msgid ""
 "        WARN    Protocols contains PJL but JCL attributes are not set.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1447
 msgid ""
 "        WARN    Protocols contains both PJL and BCP; expected TBCP.\n"
 "                REF: Pages 78-79, section 5.7."
 msgstr ""
 
-#: systemv/cupstestppd.c:1430
 msgid ""
 "        WARN    ShortNickName required by PPD 4.3 spec.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:282
 msgid "       cupsaddsmb [options] -a"
 msgstr ""
 
-#: systemv/cupstestdsc.c:427
 msgid "       cupstestdsc [options] -"
 msgstr ""
 
-#: systemv/cupstestppd.c:3795
 msgid "       program | cupstestppd [options] -"
 msgstr ""
 
-#: systemv/cupstestppd.c:3727
 #, c-format
 msgid ""
 "      %s  \"%s %s\" conflicts with \"%s %s\"\n"
 "                (constraint=\"%s %s %s %s\")."
 msgstr ""
 
-#: systemv/cupstestppd.c:2248
 #, c-format
 msgid "      %s  %s %s does not exist."
 msgstr ""
 
-#: systemv/cupstestppd.c:3884
 #, c-format
 msgid "      %s  %s file \"%s\" has the wrong capitalization."
 msgstr ""
 
-#: systemv/cupstestppd.c:2318
 #, c-format
 msgid ""
 "      %s  Bad %s choice %s.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3487 systemv/cupstestppd.c:3536
-#: systemv/cupstestppd.c:3575
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3441
 #, c-format
 msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2389
 #, c-format
 msgid "      %s  Bad cupsFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2475
 #, c-format
 msgid "      %s  Bad cupsFilter2 value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2964
 #, c-format
 msgid "      %s  Bad cupsICCProfile %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2571
 #, c-format
 msgid "      %s  Bad cupsPreFilter value \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1822
 #, c-format
 msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3391
 #, c-format
 msgid "      %s  Bad language \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2433 systemv/cupstestppd.c:2529
-#: systemv/cupstestppd.c:2615 systemv/cupstestppd.c:2673
-#: systemv/cupstestppd.c:2728 systemv/cupstestppd.c:2783
-#: systemv/cupstestppd.c:2838 systemv/cupstestppd.c:2891
-#: systemv/cupstestppd.c:3013
 #, c-format
 msgid "      %s  Bad permissions on %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:2373 systemv/cupstestppd.c:2459
-#: systemv/cupstestppd.c:2555 systemv/cupstestppd.c:2642
-#: systemv/cupstestppd.c:2697 systemv/cupstestppd.c:2752
-#: systemv/cupstestppd.c:2807 systemv/cupstestppd.c:2862
 #, c-format
 msgid "      %s  Bad spelling of %s - should be %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2907
 #, c-format
 msgid "      %s  Cannot provide both APScanAppPath and APScanAppBundleID."
 msgstr ""
 
-#: systemv/cupstestppd.c:2205
 #, c-format
 msgid "      %s  Default choices conflicting."
 msgstr ""
 
-#: systemv/cupstestppd.c:1803
 #, c-format
 msgid "      %s  Empty cupsUIConstraints %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s, choice %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3427
 #, c-format
 msgid "      %s  Missing \"%s\" translation string for option %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2418 systemv/cupstestppd.c:2514
-#: systemv/cupstestppd.c:2600 systemv/cupstestppd.c:2658
-#: systemv/cupstestppd.c:2713 systemv/cupstestppd.c:2768
-#: systemv/cupstestppd.c:2823 systemv/cupstestppd.c:2875
-#: systemv/cupstestppd.c:2998
 #, c-format
 msgid "      %s  Missing %s file \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3121
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageRegion option.\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:3106
 #, c-format
 msgid ""
 "      %s  Missing REQUIRED PageSize option.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054
 #, c-format
 msgid "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1908
 #, c-format
 msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:1840
 #, c-format
 msgid "      %s  Missing cupsUIResolver %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040
 #, c-format
 msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:1892
 #, c-format
 msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
 msgstr ""
 
-#: systemv/cupstestppd.c:3613
 #, c-format
 msgid "      %s  No base translation \"%s\" is included in file."
 msgstr ""
 
-#: systemv/cupstestppd.c:2294
 #, c-format
 msgid ""
 "      %s  REQUIRED %s does not define choice None.\n"
 "                REF: Page 122, section 5.17"
 msgstr ""
 
-#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194
 #, c-format
 msgid "      %s  Size \"%s\" defined for %s but not for %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:3160
 #, c-format
 msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)."
 msgstr ""
 
-#: systemv/cupstestppd.c:3332
 #, c-format
 msgid "      %s  Size \"%s\" should be \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3292
 #, c-format
 msgid "      %s  Size \"%s\" should be the Adobe standard name \"%s\"."
 msgstr ""
 
-#: systemv/cupstestppd.c:3041
 #, c-format
 msgid "      %s  cupsICCProfile %s hash value collides with %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:1963
 #, c-format
 msgid "      %s  cupsUIResolver %s causes a loop."
 msgstr ""
 
-#: systemv/cupstestppd.c:1945
 #, 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:1168
 #, c-format
 msgid ""
 "      **FAIL**  %s must be 1284DeviceID\n"
 "                REF: Page 72, section 5.5"
 msgstr ""
 
-#: systemv/cupstestppd.c:580
 #, c-format
 msgid ""
 "      **FAIL**  Bad Default%s %s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:514
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultImageableArea %s\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:550
 #, c-format
 msgid ""
 "      **FAIL**  Bad DefaultPaperDimension %s\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:623
 #, c-format
 msgid ""
 "      **FAIL**  Bad FileVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:667
 #, c-format
 msgid ""
 "      **FAIL**  Bad FormatVersion \"%s\"\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1025
 msgid ""
 "      **FAIL**  Bad JobPatchFile attribute in file\n"
 "                REF: Page 24, section 3.4."
 msgstr ""
 
-#: systemv/cupstestppd.c:1213
 #, c-format
 msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1."
 msgstr ""
 
-#: systemv/cupstestppd.c:1227
 #, c-format
 msgid "      **FAIL**  Bad LanguageVersion %s - must be English."
 msgstr ""
 
-#: systemv/cupstestppd.c:743 systemv/cupstestppd.c:760
 #, c-format
 msgid ""
 "      **FAIL**  Bad Manufacturer (should be \"%s\")\n"
 "                REF: Page 211, table D.1."
 msgstr ""
 
-#: systemv/cupstestppd.c:800
 #, c-format
 msgid ""
 "      **FAIL**  Bad ModelName - \"%c\" not allowed in string.\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:956
 msgid ""
 "      **FAIL**  Bad PSVersion - not \"(string) int\".\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:917
 msgid ""
 "      **FAIL**  Bad Product - not \"(string)\".\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:991
 msgid ""
 "      **FAIL**  Bad ShortNickName - longer than 31 chars.\n"
 "                REF: Pages 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1149
 #, c-format
 msgid ""
 "      **FAIL**  Bad option %s choice %s\n"
 "                REF: Page 84, section 5.9"
 msgstr ""
 
-#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776
 #, c-format
 msgid "      **FAIL**  Default option code cannot be interpreted: %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:1286
 #, 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:1259
 #, 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:2101
 #, c-format
 msgid "      **FAIL**  Group names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2146
 #, c-format
 msgid "      **FAIL**  Multiple occurrences of option %s choice name %s."
 msgstr ""
 
-#: systemv/cupstestppd.c:2163
 #, c-format
 msgid "      **FAIL**  Option %s choice names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:2123
 #, c-format
 msgid "      **FAIL**  Option names %s and %s differ only by case."
 msgstr ""
 
-#: systemv/cupstestppd.c:600
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED Default%s\n"
 "                REF: Page 40, section 4.5."
 msgstr ""
 
-#: systemv/cupstestppd.c:499
 msgid ""
 "      **FAIL**  REQUIRED DefaultImageableArea\n"
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:535
 msgid ""
 "      **FAIL**  REQUIRED DefaultPaperDimension\n"
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:641
 msgid ""
 "      **FAIL**  REQUIRED FileVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:685
 msgid ""
 "      **FAIL**  REQUIRED FormatVersion\n"
 "                REF: Page 56, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1076
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED ImageableArea for PageSize %s\n"
@@ -786,68 +632,57 @@ msgid ""
 "                REF: Page 102, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:705
 msgid ""
 "      **FAIL**  REQUIRED LanguageEncoding\n"
 "                REF: Pages 56-57, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:725
 msgid ""
 "      **FAIL**  REQUIRED LanguageVersion\n"
 "                REF: Pages 57-58, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:779
 msgid ""
 "      **FAIL**  REQUIRED Manufacturer\n"
 "                REF: Pages 58-59, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:819
 msgid ""
 "      **FAIL**  REQUIRED ModelName\n"
 "                REF: Pages 59-60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:839
 msgid ""
 "      **FAIL**  REQUIRED NickName\n"
 "                REF: Page 60, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:899
 msgid ""
 "      **FAIL**  REQUIRED PCFileName\n"
 "                REF: Pages 61-62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:974
 msgid ""
 "      **FAIL**  REQUIRED PSVersion\n"
 "                REF: Pages 62-64, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:879
 msgid ""
 "      **FAIL**  REQUIRED PageRegion\n"
 "                REF: Page 100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1045
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Page 41, section 5.\n"
 "                REF: Page 99, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:859
 msgid ""
 "      **FAIL**  REQUIRED PageSize\n"
 "                REF: Pages 99-100, section 5.14."
 msgstr ""
 
-#: systemv/cupstestppd.c:1098
 #, c-format
 msgid ""
 "      **FAIL**  REQUIRED PaperDimension for PageSize %s\n"
@@ -855,2194 +690,1803 @@ msgid ""
 "                REF: Page 103, section 5.15."
 msgstr ""
 
-#: systemv/cupstestppd.c:934
 msgid ""
 "      **FAIL**  REQUIRED Product\n"
 "                REF: Page 62, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:1009
 msgid ""
 "      **FAIL**  REQUIRED ShortNickName\n"
 "                REF: Page 64-65, section 5.3."
 msgstr ""
 
-#: systemv/cupstestppd.c:334 systemv/cupstestppd.c:353
-#: systemv/cupstestppd.c:365
 #, c-format
 msgid "      **FAIL**  Unable to open PPD file - %s on line %d."
 msgstr ""
 
-#: systemv/cupstestppd.c:1498
 #, c-format
 msgid "    %d ERRORS FOUND"
 msgstr ""
 
-#: systemv/cupstestdsc.c:431
 msgid "    -h       Show program usage"
 msgstr ""
 
-#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276
 #, c-format
 msgid ""
 "    Bad %%%%BoundingBox: on line %d.\n"
 "        REF: Page 39, %%%%BoundingBox:"
 msgstr ""
 
-#: systemv/cupstestdsc.c:305
 #, c-format
 msgid ""
 "    Bad %%%%Page: on line %d.\n"
 "        REF: Page 53, %%%%Page:"
 msgstr ""
 
-#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258
 #, c-format
 msgid ""
 "    Bad %%%%Pages: on line %d.\n"
 "        REF: Page 43, %%%%Pages:"
 msgstr ""
 
-#: systemv/cupstestdsc.c:176
 #, c-format
 msgid ""
 "    Line %d is longer than 255 characters (%d).\n"
 "        REF: Page 25, Line Length"
 msgstr ""
 
-#: systemv/cupstestdsc.c:192
 msgid ""
 "    Missing %!PS-Adobe-3.0 on first line.\n"
 "        REF: Page 17, 3.1 Conforming Documents"
 msgstr ""
 
-#: systemv/cupstestdsc.c:362
 #, c-format
 msgid "    Missing %%EndComments comment.        REF: Page 41, %%EndComments"
 msgstr ""
 
-#: systemv/cupstestdsc.c:342
 #, c-format
 msgid ""
 "    Missing or bad %%BoundingBox: comment.\n"
 "        REF: Page 39, %%BoundingBox:"
 msgstr ""
 
-#: systemv/cupstestdsc.c:372
 #, c-format
 msgid ""
 "    Missing or bad %%Page: comments.\n"
 "        REF: Page 53, %%Page:"
 msgstr ""
 
-#: systemv/cupstestdsc.c:352
 #, c-format
 msgid ""
 "    Missing or bad %%Pages: comment.\n"
 "        REF: Page 43, %%Pages:"
 msgstr ""
 
-#: systemv/cupstestppd.c:1500
 msgid "    NO ERRORS FOUND"
 msgstr ""
 
-#: systemv/cupstestdsc.c:395
 #, c-format
 msgid "    Saw %d lines that exceeded 255 characters."
 msgstr ""
 
-#: systemv/cupstestdsc.c:390
 #, c-format
 msgid "    Too many %%BeginDocument comments."
 msgstr ""
 
-#: systemv/cupstestdsc.c:382
 #, c-format
 msgid "    Too many %%EndDocument comments."
 msgstr ""
 
-#: systemv/cupstestdsc.c:402
 msgid "    Warning: file contains binary data."
 msgstr ""
 
-#: systemv/cupstestdsc.c:410
 #, c-format
 msgid "    Warning: no %%EndComments comment in file."
 msgstr ""
 
-#: systemv/cupstestdsc.c:406
 #, c-format
 msgid "    Warning: obsolete DSC version %.1f in file."
 msgstr ""
 
-#: systemv/cupsctl.c:210
 msgid "  --[no-]debug-logging    Turn debug logging on/off."
 msgstr ""
 
-#: systemv/cupsctl.c:212
 msgid "  --[no-]remote-admin     Turn remote administration on/off."
 msgstr ""
 
-#: systemv/cupsctl.c:214
 msgid "  --[no-]remote-any       Allow/prevent access from the Internet."
 msgstr ""
 
-#: systemv/cupsctl.c:216
 msgid "  --[no-]share-printers   Turn printer sharing on/off."
 msgstr ""
 
-#: systemv/cupsctl.c:218
 msgid "  --[no-]user-cancel-any  Allow/prevent users to cancel any job."
 msgstr ""
 
-#: ppdc/ppdc.cxx:455
 msgid "  --cr                    End lines with CR (Mac OS 9)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:457
 msgid "  --crlf                  End lines with CR + LF (Windows)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:459
 msgid "  --lf                    End lines with LF (UNIX/Linux/OS X)."
 msgstr ""
 
-#: test/ipptool.c:4404
 msgid "  -4                      Connect using IPv4."
 msgstr ""
 
-#: test/ipptool.c:4405
 msgid "  -6                      Connect using IPv6."
 msgstr ""
 
-#: test/ipptool.c:4406
 msgid "  -C                      Send requests using chunking (default)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1431
 msgid "  -D                      Remove the input file when finished."
 msgstr ""
 
-#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255
 msgid "  -D name=value           Set named variable to value."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205
 msgid "  -E                      Encrypt the connection."
 msgstr ""
 
-#: test/ipptool.c:4408
 msgid "  -E                      Test with HTTP Upgrade to TLS."
 msgstr ""
 
-#: scheduler/main.c:2021
-msgid "  -F                      Run in the foreground but detach from console."
+msgid ""
+"  -F                      Run in the foreground but detach from console."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:286
 msgid "  -H samba-server         Use the named SAMBA server."
 msgstr ""
 
-#: test/ipptool.c:4410
 msgid "  -I                      Ignore errors."
 msgstr ""
 
-#: ppdc/ppdc.cxx:440 ppdc/ppdhtml.cxx:177 ppdc/ppdi.cxx:131 ppdc/ppdpo.cxx:257
 msgid "  -I include-dir          Add include directory to search path."
 msgstr ""
 
-#: systemv/cupstestppd.c:3799
 msgid "  -I {filename,filters,none,profiles}"
 msgstr ""
 
-#: test/ipptool.c:4411
 msgid "  -L                      Send requests using content-length."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1433
 msgid "  -P filename.ppd         Set PPD file."
 msgstr ""
 
-#: systemv/cupstestppd.c:3801
 msgid "  -R root-directory       Set alternate root."
 msgstr ""
 
-#: test/ipptool.c:4413
 msgid "  -S                      Test with SSL encryption."
 msgstr ""
 
-#: test/ipptool.c:4415
 msgid "  -T seconds              Set the receive/send timeout in seconds."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206
 msgid "  -U username             Specify username."
 msgstr ""
 
-#: test/ipptool.c:4417
 msgid "  -V version              Set default IPP version."
 msgstr ""
 
-#: systemv/cupstestppd.c:3802
-msgid "  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}"
+msgid ""
+"  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,"
+"translations}"
 msgstr ""
 
-#: test/ipptool.c:4419
 msgid "  -X                      Produce XML plist instead of plain text."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:289
 msgid "  -a                      Export all printers."
 msgstr ""
 
-#: ppdc/ppdc.cxx:442
 msgid "  -c catalog.po           Load the specified message catalog."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019
 msgid "  -c cupsd.conf           Set cupsd.conf file to use."
 msgstr ""
 
-#: test/ipptool.c:4421
 msgid "  -d name=value           Set named variable to value."
 msgstr ""
 
-#: ppdc/ppdc.cxx:444
 msgid "  -d output-dir           Specify the output directory."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1437
 msgid "  -d printer              Use the named printer."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1439
 msgid "  -e                      Use every filter from the PPD file."
 msgstr ""
 
-#: scheduler/main.c:2020
 msgid "  -f                      Run in the foreground."
 msgstr ""
 
-#: test/ipptool.c:4423
 msgid "  -f filename             Set default request filename."
 msgstr ""
 
-#: scheduler/main.c:2023
 msgid "  -h                      Show this usage message."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207
 msgid "  -h server[:port]        Specify server address."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1441
 msgid "  -i mime/type            Set input MIME type (otherwise auto-typed)."
 msgstr ""
 
-#: test/ipptool.c:4425
-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 ""
 
-#: scheduler/cupsfilter.c:1443
-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 ""
 
-#: scheduler/main.c:2024
 msgid "  -l                      Run cupsd from launchd(8)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:446
 msgid "  -l lang[,lang,...]      Specify the output language(s) (locale)."
 msgstr ""
 
-#: ppdc/ppdc.cxx:448
 msgid "  -m                      Use the ModelName value as the filename."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1445
-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:1447
 msgid "  -n copies               Set number of copies."
 msgstr ""
 
-#: test/ipptool.c:4427
-msgid "  -n count                Repeat the last file the given number of times."
+msgid ""
+"  -n count                Repeat the last file the given number of times."
 msgstr ""
 
-#: ppdc/ppdi.cxx:133
-msgid "  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
+msgid ""
+"  -o filename.drv         Set driver information file (otherwise ppdi.drv)."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:370
 msgid "  -o filename.ppd[.gz]    Set output file (otherwise stdout)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1448
 msgid "  -o name=value           Set option(s)."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1449
 msgid "  -p filename.ppd         Set PPD file."
 msgstr ""
 
-#: systemv/cupstestppd.c:3806 test/ipptool.c:4429
 msgid "  -q                      Run silently."
 msgstr ""
 
-#: systemv/cupstestppd.c:3807
 msgid "  -r                      Use 'relaxed' open mode."
 msgstr ""
 
-#: test/ipptool.c:4430
 msgid "  -t                      Produce a test report."
 msgstr ""
 
-#: ppdc/ppdc.cxx:450
 msgid "  -t                      Test PPDs instead of generating them."
 msgstr ""
 
-#: scheduler/main.c:2025
 msgid "  -t                      Test the configuration file."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1450
 msgid "  -t title                Set title."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1451
 msgid "  -u                      Remove the PPD file when finished."
 msgstr ""
 
-#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4431
-#: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259
 msgid "  -v                      Be verbose."
 msgstr ""
 
-#: systemv/cupstestppd.c:3809
 msgid "  -vv                     Be very verbose."
 msgstr ""
 
-#: ppdc/ppdc.cxx:453
 msgid "  -z                      Compress PPD files using GNU zip."
 msgstr ""
 
-#: systemv/cupstestppd.c:332 systemv/cupstestppd.c:351
-#: systemv/cupstestppd.c:363 systemv/cupstestppd.c:496
-#: systemv/cupstestppd.c:511 systemv/cupstestppd.c:532
-#: systemv/cupstestppd.c:547 systemv/cupstestppd.c:577
-#: systemv/cupstestppd.c:597 systemv/cupstestppd.c:620
-#: systemv/cupstestppd.c:638 systemv/cupstestppd.c:664
-#: systemv/cupstestppd.c:682 systemv/cupstestppd.c:702
-#: systemv/cupstestppd.c:722 systemv/cupstestppd.c:740
-#: systemv/cupstestppd.c:757 systemv/cupstestppd.c:776
-#: systemv/cupstestppd.c:797 systemv/cupstestppd.c:816
-#: systemv/cupstestppd.c:836 systemv/cupstestppd.c:856
-#: systemv/cupstestppd.c:876 systemv/cupstestppd.c:896
-#: systemv/cupstestppd.c:914 systemv/cupstestppd.c:931
-#: systemv/cupstestppd.c:953 systemv/cupstestppd.c:971
-#: systemv/cupstestppd.c:988 systemv/cupstestppd.c:1006
-#: systemv/cupstestppd.c:1022 systemv/cupstestppd.c:1042
-#: systemv/cupstestppd.c:1073 systemv/cupstestppd.c:1095
-#: systemv/cupstestppd.c:1146 systemv/cupstestppd.c:1165
-#: systemv/cupstestppd.c:1209 systemv/cupstestppd.c:1223
-#: systemv/cupstestppd.c:1255 systemv/cupstestppd.c:1282
-#: systemv/cupstestppd.c:1800 systemv/cupstestppd.c:1819
-#: systemv/cupstestppd.c:1837 systemv/cupstestppd.c:1889
-#: systemv/cupstestppd.c:1905 systemv/cupstestppd.c:1942
-#: systemv/cupstestppd.c:1960 systemv/cupstestppd.c:1996
-#: systemv/cupstestppd.c:2010 systemv/cupstestppd.c:2037
-#: systemv/cupstestppd.c:2051 systemv/cupstestppd.c:2097
-#: systemv/cupstestppd.c:2119 systemv/cupstestppd.c:2142
-#: systemv/cupstestppd.c:2159 systemv/cupstestppd.c:2201
-#: systemv/cupstestppd.c:2244 systemv/cupstestppd.c:2291
-#: systemv/cupstestppd.c:2315 systemv/cupstestppd.c:2369
-#: systemv/cupstestppd.c:2385 systemv/cupstestppd.c:2415
-#: systemv/cupstestppd.c:2429 systemv/cupstestppd.c:2455
-#: systemv/cupstestppd.c:2471 systemv/cupstestppd.c:2511
-#: systemv/cupstestppd.c:2525 systemv/cupstestppd.c:2551
-#: systemv/cupstestppd.c:2567 systemv/cupstestppd.c:2597
-#: systemv/cupstestppd.c:2611 systemv/cupstestppd.c:2638
-#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2669
-#: systemv/cupstestppd.c:2693 systemv/cupstestppd.c:2710
-#: systemv/cupstestppd.c:2724 systemv/cupstestppd.c:2748
-#: systemv/cupstestppd.c:2765 systemv/cupstestppd.c:2779
-#: systemv/cupstestppd.c:2803 systemv/cupstestppd.c:2820
-#: systemv/cupstestppd.c:2834 systemv/cupstestppd.c:2858
-#: systemv/cupstestppd.c:2872 systemv/cupstestppd.c:2887
-#: systemv/cupstestppd.c:2904 systemv/cupstestppd.c:2960
-#: systemv/cupstestppd.c:2995 systemv/cupstestppd.c:3009
-#: systemv/cupstestppd.c:3037 systemv/cupstestppd.c:3102
-#: systemv/cupstestppd.c:3117 systemv/cupstestppd.c:3156
-#: systemv/cupstestppd.c:3176 systemv/cupstestppd.c:3190
-#: systemv/cupstestppd.c:3387 systemv/cupstestppd.c:3423
-#: systemv/cupstestppd.c:3437 systemv/cupstestppd.c:3483
-#: systemv/cupstestppd.c:3515 systemv/cupstestppd.c:3532
-#: systemv/cupstestppd.c:3555 systemv/cupstestppd.c:3571
-#: systemv/cupstestppd.c:3609 systemv/cupstestppd.c:3750
-#: systemv/cupstestppd.c:3772 systemv/cupstestppd.c:3880
 msgid " FAIL"
 msgstr ""
 
-#: systemv/cupstestppd.c:1306
 msgid " PASS"
 msgstr ""
 
-#: berkeley/lpq.c:560
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad attribute name - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad attribute name - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad boolen value %d (RFC 2911 section 4.1.11)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad characters (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime day %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime deciseconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime month %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime seconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad enum value %d - out of range (RFC 2911 section 4.1.4)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 2911 section "
+"4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad octetString value - bad length %d (RFC 2911 section 4.1.10)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 2911 "
+"section 4.1.13)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 2911 section "
+"4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be "
+"positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC "
+"2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 2911 section 4.1.6)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 2911 section 4.1.6)."
+msgstr ""
+
 #, c-format
 msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
 msgstr ""
 
-#: berkeley/lpq.c:565
 #, c-format
 msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
 msgstr ""
 
-#: systemv/lpstat.c:750
 #, c-format
 msgid "%s accepting requests since %s"
 msgstr ""
 
-#: scheduler/ipp.c:10045
 #, c-format
 msgid "%s cannot be changed."
 msgstr "Impossible de modifier « %s »"
 
-#: berkeley/lpc.c:189
 #, c-format
 msgid "%s is not implemented by the CUPS version of lpc."
 msgstr ""
 
-#: berkeley/lpq.c:651
 #, c-format
 msgid "%s is not ready"
 msgstr ""
 
-#: berkeley/lpq.c:644
 #, c-format
 msgid "%s is ready"
 msgstr ""
 
-#: berkeley/lpq.c:647
 #, c-format
 msgid "%s is ready and printing"
 msgstr ""
 
-#: filter/rastertoepson.c:985 filter/rastertohp.c:711
-#: filter/rastertolabel.c:1134
 #, c-format
 msgid "%s job-id user title copies options [file]"
 msgstr ""
 
-#: systemv/lpstat.c:754
 #, c-format
 msgid "%s not accepting requests since %s -"
 msgstr ""
 
-#: scheduler/ipp.c:691
 #, c-format
 msgid "%s not supported."
 msgstr ""
 
-#: systemv/lpstat.c:765
 #, c-format
 msgid "%s/%s accepting requests since %s"
 msgstr ""
 
-#: systemv/lpstat.c:770
 #, c-format
 msgid "%s/%s not accepting requests since %s -"
 msgstr ""
 
-#: berkeley/lpq.c:552
 #, c-format
 msgid "%s: %-33.33s [job %d localhost]"
 msgstr ""
 
 #. TRANSLATORS: Message is "subject: error"
-#: cups/langprintf.c:86 scheduler/cupsfilter.c:714 systemv/lpadmin.c:805
-#: systemv/lpadmin.c:856 systemv/lpadmin.c:906 systemv/lpadmin.c:962
-#: systemv/lpadmin.c:1060 systemv/lpadmin.c:1112 systemv/lpadmin.c:1168
-#: systemv/lpadmin.c:1478
 #, c-format
 msgid "%s: %s"
 msgstr ""
 
-#: systemv/cancel.c:294 systemv/cancel.c:357
 #, c-format
 msgid "%s: %s failed: %s"
 msgstr ""
 
-#: systemv/cupsaccept.c:68
 #, c-format
 msgid "%s: Don't know what to do."
 msgstr ""
 
-#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:584
 #, c-format
-msgid "%s: Error - %s environment variable names non-existent destination \"%s\"."
+msgid ""
+"%s: Error - %s environment variable names non-existent destination \"%s\"."
 msgstr ""
 
-#: systemv/lp.c:231
 #, c-format
 msgid "%s: Error - bad job ID."
 msgstr ""
 
-#: systemv/lp.c:219
 #, c-format
 msgid "%s: Error - cannot print files and alter jobs simultaneously."
 msgstr ""
 
-#: systemv/lp.c:505
 #, c-format
 msgid "%s: Error - cannot print from stdin if files or a job ID are provided."
 msgstr ""
 
-#: systemv/lp.c:461
 #, c-format
 msgid "%s: Error - expected character set after \"-S\" option."
 msgstr ""
 
-#: systemv/lp.c:480
 #, c-format
 msgid "%s: Error - expected content type after \"-T\" option."
 msgstr ""
 
-#: berkeley/lpr.c:240
 #, c-format
 msgid "%s: Error - expected copies after \"-#\" option."
 msgstr ""
 
-#: systemv/lp.c:264
 #, c-format
 msgid "%s: Error - expected copies after \"-n\" option."
 msgstr ""
 
-#: berkeley/lpr.c:209
 #, c-format
 msgid "%s: Error - expected destination after \"-P\" option."
 msgstr ""
 
-#: systemv/lpstat.c:231
-#, c-format
-msgid "%s: Error - expected destination after \"-b\" option."
-msgstr ""
-
-#: systemv/lp.c:138
 #, c-format
 msgid "%s: Error - expected destination after \"-d\" option."
 msgstr ""
 
-#: systemv/lp.c:168
 #, c-format
 msgid "%s: Error - expected form after \"-f\" option."
 msgstr ""
 
-#: systemv/lp.c:391
 #, c-format
 msgid "%s: Error - expected hold name after \"-H\" option."
 msgstr ""
 
-#: berkeley/lpr.c:103
 #, c-format
 msgid "%s: Error - expected hostname after \"-H\" option."
 msgstr ""
 
-#: berkeley/lpq.c:180 berkeley/lprm.c:123 systemv/cancel.c:124
-#: systemv/cupsaccept.c:123 systemv/lp.c:189 systemv/lpstat.c:291
 #, c-format
 msgid "%s: Error - expected hostname after \"-h\" option."
 msgstr ""
 
-#: systemv/lp.c:371
 #, c-format
 msgid "%s: Error - expected mode list after \"-y\" option."
 msgstr ""
 
-#: berkeley/lpr.c:263
 #, c-format
 msgid "%s: Error - expected name after \"-%c\" option."
 msgstr ""
 
-#: berkeley/lpr.c:153 systemv/lp.c:288
 #, c-format
 msgid "%s: Error - expected option=value after \"-o\" option."
 msgstr ""
 
-#: systemv/lp.c:441
 #, c-format
 msgid "%s: Error - expected page list after \"-P\" option."
 msgstr ""
 
-#: systemv/lp.c:308
 #, c-format
 msgid "%s: Error - expected priority after \"-%c\" option."
 msgstr ""
 
-#: systemv/cupsaccept.c:141
 #, c-format
 msgid "%s: Error - expected reason text after \"-r\" option."
 msgstr ""
 
-#: systemv/lp.c:354
 #, c-format
 msgid "%s: Error - expected title after \"-t\" option."
 msgstr ""
 
-#: berkeley/lpq.c:111 berkeley/lpr.c:84 berkeley/lprm.c:104
-#: systemv/cancel.c:94 systemv/cupsaccept.c:101 systemv/lp.c:116
-#: systemv/lpadmin.c:438 systemv/lpstat.c:137
 #, c-format
 msgid "%s: Error - expected username after \"-U\" option."
 msgstr ""
 
-#: systemv/cancel.c:145
 #, c-format
 msgid "%s: Error - expected username after \"-u\" option."
 msgstr ""
 
-#: berkeley/lpr.c:125
 #, c-format
 msgid "%s: Error - expected value after \"-%c\" option."
 msgstr ""
 
-#: systemv/lpstat.c:157 systemv/lpstat.c:171
 #, c-format
-msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option."
+msgid ""
+"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" "
+"option."
 msgstr ""
 
-#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589
 #, c-format
 msgid "%s: Error - no default destination available."
 msgstr ""
 
-#: systemv/lp.c:330
 #, c-format
 msgid "%s: Error - priority must be between 1 and 100."
 msgstr ""
 
-#: berkeley/lpr.c:352 systemv/lp.c:592
 #, c-format
 msgid "%s: Error - scheduler not responding."
 msgstr ""
 
-#: berkeley/lpr.c:305 systemv/lp.c:537
 #, c-format
 msgid "%s: Error - too many files - \"%s\"."
 msgstr ""
 
-#: berkeley/lpr.c:287 systemv/lp.c:520
 #, c-format
 msgid "%s: Error - unable to access \"%s\" - %s"
 msgstr ""
 
-#: berkeley/lpr.c:395 systemv/lp.c:623
 #, c-format
 msgid "%s: Error - unable to queue from stdin - %s."
 msgstr ""
 
-#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214
 #, c-format
 msgid "%s: Error - unknown destination \"%s\"."
 msgstr ""
 
-#: berkeley/lpq.c:150
 #, c-format
 msgid "%s: Error - unknown destination \"%s/%s\"."
 msgstr ""
 
-#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:156
-#: systemv/cupsaccept.c:164 systemv/lp.c:496 systemv/lpstat.c:452
 #, c-format
 msgid "%s: Error - unknown option \"%c\"."
 msgstr ""
 
-#: systemv/cupsaccept.c:157
 #, c-format
 msgid "%s: Error - unknown option \"%s\"."
 msgstr ""
 
-#: systemv/lp.c:208
 #, c-format
 msgid "%s: Expected job ID after \"-i\" option."
 msgstr ""
 
-#: systemv/lpstat.c:504 systemv/lpstat.c:543
 #, c-format
 msgid "%s: Invalid destination name in list \"%s\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:567
 #, c-format
 msgid "%s: Invalid filter string \"%s\"."
 msgstr ""
 
-#: systemv/lp.c:418
 #, c-format
 msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:458
 #, c-format
 msgid "%s: No filter to convert from %s/%s to %s/%s."
 msgstr ""
 
-#: systemv/cupsaccept.c:198
 #, c-format
 msgid "%s: Operation failed: %s"
 msgstr ""
 
-#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81
-#: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102
-#: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73
-#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321
 #, c-format
 msgid "%s: Sorry, no encryption support."
 msgstr ""
 
-#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1221 systemv/cancel.c:237
-#: systemv/cupsaddsmb.c:144 systemv/cupsaddsmb.c:171
 #, c-format
 msgid "%s: Unable to connect to server."
 msgstr ""
 
-#: systemv/cancel.c:317
 #, c-format
 msgid "%s: Unable to contact server."
 msgstr ""
 
-#: scheduler/cupsfilter.c:424
 #, c-format
 msgid "%s: Unable to determine MIME type of \"%s\"."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:96
 #, c-format
 msgid "%s: Unable to open %s: %s"
 msgstr ""
 
-#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112
 #, c-format
 msgid "%s: Unable to open PPD file: %s on line %d."
 msgstr ""
 
-#: scheduler/cupsfilter.c:392
 #, c-format
 msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"."
 msgstr ""
 
-#: berkeley/lpq.c:153 systemv/lpstat.c:558
 #, c-format
 msgid "%s: Unknown destination \"%s\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:435
 #, c-format
 msgid "%s: Unknown destination MIME type %s/%s."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1426
 #, c-format
 msgid "%s: Unknown option \"%c\"."
 msgstr ""
 
-#: scheduler/cupsfilter.c:416
 #, c-format
 msgid "%s: Unknown source MIME type %s/%s."
 msgstr ""
 
-#: berkeley/lpr.c:139
 #, c-format
-msgid "%s: Warning - \"%c\" format modifier not supported - output may not be correct."
+msgid ""
+"%s: Warning - \"%c\" format modifier not supported - output may not be "
+"correct."
 msgstr ""
 
-#: systemv/lp.c:468
 #, c-format
 msgid "%s: Warning - character set option ignored."
 msgstr ""
 
-#: systemv/lp.c:487
 #, c-format
 msgid "%s: Warning - content type option ignored."
 msgstr ""
 
-#: systemv/lp.c:175
 #, c-format
 msgid "%s: Warning - form option ignored."
 msgstr ""
 
-#: systemv/lp.c:378
 #, c-format
 msgid "%s: Warning - mode option ignored."
 msgstr ""
 
-#: ppdc/sample.c:310
 msgid "-1"
 msgstr "-1"
 
-#: ppdc/sample.c:301
 msgid "-10"
 msgstr "-10"
 
-#: ppdc/sample.c:393
 msgid "-100"
 msgstr "-100"
 
-#: ppdc/sample.c:392
 msgid "-105"
 msgstr "-105"
 
-#: ppdc/sample.c:300
 msgid "-11"
 msgstr "-11"
 
-#: ppdc/sample.c:391
 msgid "-110"
 msgstr "-110"
 
-#: ppdc/sample.c:390
 msgid "-115"
 msgstr "-115"
 
-#: ppdc/sample.c:299
 msgid "-12"
 msgstr "-12"
 
-#: ppdc/sample.c:389
 msgid "-120"
 msgstr "-120"
 
-#: ppdc/sample.c:298
 msgid "-13"
 msgstr "-13"
 
-#: ppdc/sample.c:297
 msgid "-14"
 msgstr "-14"
 
-#: ppdc/sample.c:296
 msgid "-15"
 msgstr "-15"
 
-#: ppdc/sample.c:309
 msgid "-2"
 msgstr "-2"
 
-#: ppdc/sample.c:409
 msgid "-20"
 msgstr "-20"
 
-#: ppdc/sample.c:408
 msgid "-25"
 msgstr "-25"
 
-#: ppdc/sample.c:308
 msgid "-3"
 msgstr "-3"
 
-#: ppdc/sample.c:407
 msgid "-30"
 msgstr "-30"
 
-#: ppdc/sample.c:406
 msgid "-35"
 msgstr "-35"
 
-#: ppdc/sample.c:307
 msgid "-4"
 msgstr "-4"
 
-#: ppdc/sample.c:405
 msgid "-40"
 msgstr "-40"
 
-#: ppdc/sample.c:404
 msgid "-45"
 msgstr "-45"
 
-#: ppdc/sample.c:306
 msgid "-5"
 msgstr "-5"
 
-#: ppdc/sample.c:403
 msgid "-50"
 msgstr "-50"
 
-#: ppdc/sample.c:402
 msgid "-55"
 msgstr "-55"
 
-#: ppdc/sample.c:305
 msgid "-6"
 msgstr "-6"
 
-#: ppdc/sample.c:401
 msgid "-60"
 msgstr "-60"
 
-#: ppdc/sample.c:400
 msgid "-65"
 msgstr "-65"
 
-#: ppdc/sample.c:304
 msgid "-7"
 msgstr "-7"
 
-#: ppdc/sample.c:399
 msgid "-70"
 msgstr "-70"
 
-#: ppdc/sample.c:398
 msgid "-75"
 msgstr "-75"
 
-#: ppdc/sample.c:303
 msgid "-8"
 msgstr "-8"
 
-#: ppdc/sample.c:397
 msgid "-80"
 msgstr "-80"
 
-#: ppdc/sample.c:396
 msgid "-85"
 msgstr "-85"
 
-#: ppdc/sample.c:302
 msgid "-9"
 msgstr "-9"
 
-#: ppdc/sample.c:395
 msgid "-90"
 msgstr "-90"
 
-#: ppdc/sample.c:394
 msgid "-95"
 msgstr "-95"
 
-#: ppdc/sample.c:311
 msgid "0"
 msgstr "0"
 
-#: ppdc/sample.c:312
 msgid "1"
 msgstr "1"
 
-#: ppdc/sample.c:384
 msgid "1 inch/sec."
 msgstr "1 po/s"
 
-#: ppdc/sample.c:172
 msgid "1.25x0.25\""
 msgstr "1,25 x 0,25\""
 
-#: ppdc/sample.c:173
 msgid "1.25x2.25\""
 msgstr "1,25 x 2,25\""
 
-#: ppdc/sample.c:432
 msgid "1.5 inch/sec."
 msgstr "1,5 po/s"
 
-#: ppdc/sample.c:174
 msgid "1.50x0.25\""
 msgstr "1,50 x 0,25\""
 
-#: ppdc/sample.c:175
 msgid "1.50x0.50\""
 msgstr "1,50 x 0,50\""
 
-#: ppdc/sample.c:176
 msgid "1.50x1.00\""
 msgstr "1,50 x 1,00\""
 
-#: ppdc/sample.c:177
 msgid "1.50x2.00\""
 msgstr "1,50 x 2,00\""
 
-#: ppdc/sample.c:321
 msgid "10"
 msgstr "10"
 
-#: ppdc/sample.c:443
 msgid "10 inches/sec."
 msgstr "10 po/s"
 
-#: 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:423
 msgid "100"
 msgstr "100"
 
-#: ppdc/sample.c:334
 msgid "100 mm/sec."
 msgstr "100 mm/s"
 
-#: ppdc/sample.c:424
 msgid "105"
 msgstr "105"
 
-#: ppdc/sample.c:322
 msgid "11"
 msgstr "11"
 
-#: ppdc/sample.c:444
 msgid "11 inches/sec."
 msgstr "11 po/s"
 
-#: ppdc/sample.c:425
 msgid "110"
 msgstr "110"
 
-#: ppdc/sample.c:426
 msgid "115"
 msgstr "115"
 
-#: ppdc/sample.c:323
 msgid "12"
 msgstr "12"
 
-#: ppdc/sample.c:445
 msgid "12 inches/sec."
 msgstr "12 po/s"
 
-#: ppdc/sample.c:9
 msgid "12 x 11"
 msgstr ""
 
-#: ppdc/sample.c:427
 msgid "120"
 msgstr "120"
 
-#: ppdc/sample.c:335
 msgid "120 mm/sec."
 msgstr "120 mm/s"
 
-#: ppdc/sample.c:243
 msgid "120x60dpi"
 msgstr "120 x 60 ppp"
 
-#: ppdc/sample.c:249
 msgid "120x72dpi"
 msgstr "120 x 72 ppp"
 
-#: ppdc/sample.c:324
 msgid "13"
 msgstr "13"
 
-#: ppdc/sample.c:232
 msgid "136dpi"
 msgstr "136 ppp"
 
-#: ppdc/sample.c:325
 msgid "14"
 msgstr "14"
 
-#: ppdc/sample.c:326
 msgid "15"
 msgstr "15"
 
-#: ppdc/sample.c:328
 msgid "15 mm/sec."
 msgstr "15 mm/s"
 
-#: ppdc/sample.c:10
 msgid "15 x 11"
 msgstr ""
 
-#: ppdc/sample.c:336
 msgid "150 mm/sec."
 msgstr "150 mm/s"
 
-#: ppdc/sample.c:283
 msgid "150dpi"
 msgstr "150 ppp"
 
-#: ppdc/sample.c:368
 msgid "16"
 msgstr "16"
 
-#: ppdc/sample.c:369
 msgid "17"
 msgstr "17"
 
-#: ppdc/sample.c:370
 msgid "18"
 msgstr "18"
 
-#: ppdc/sample.c:244
 msgid "180dpi"
 msgstr "180 ppp"
 
-#: ppdc/sample.c:371
 msgid "19"
 msgstr "19"
 
-#: ppdc/sample.c:313
 msgid "2"
 msgstr "2"
 
-#: ppdc/sample.c:385
 msgid "2 inches/sec."
 msgstr "2 po/s"
 
-#: ppdc/sample.c:270
 msgid "2-Sided Printing"
 msgstr "Impression recto-verso"
 
-#: ppdc/sample.c:178
 msgid "2.00x0.37\""
 msgstr "2,00 x 0,37\""
 
-#: ppdc/sample.c:179
 msgid "2.00x0.50\""
 msgstr "2,00 x 0,50\""
 
-#: ppdc/sample.c:180
 msgid "2.00x1.00\""
 msgstr "2,00 x 1,00\""
 
-#: ppdc/sample.c:181
 msgid "2.00x1.25\""
 msgstr "2,00 x 1,25\""
 
-#: ppdc/sample.c:182
 msgid "2.00x2.00\""
 msgstr "2,00 x 2,00\""
 
-#: ppdc/sample.c:183
 msgid "2.00x3.00\""
 msgstr "2,00 x 3,00\""
 
-#: ppdc/sample.c:184
 msgid "2.00x4.00\""
 msgstr "2,00 x 4,00\""
 
-#: ppdc/sample.c:185
 msgid "2.00x5.50\""
 msgstr "2,00 x 5,50\""
 
-#: ppdc/sample.c:186
 msgid "2.25x0.50\""
 msgstr "2,25 x 0,50\""
 
-#: ppdc/sample.c:187
 msgid "2.25x1.25\""
 msgstr "2,25 x 1,25\""
 
-#: ppdc/sample.c:188
 msgid "2.25x4.00\""
 msgstr "2,25 x 4,00\""
 
-#: ppdc/sample.c:189
 msgid "2.25x5.50\""
 msgstr "2,25 x 5,50\""
 
-#: ppdc/sample.c:190
 msgid "2.38x5.50\""
 msgstr "2,38 x 5,50\""
 
-#: ppdc/sample.c:433
 msgid "2.5 inches/sec."
 msgstr "2,5 po/s"
 
-#: ppdc/sample.c:191
 msgid "2.50x1.00\""
 msgstr "2,50 x 1,00\""
 
-#: ppdc/sample.c:192
 msgid "2.50x2.00\""
 msgstr "2,50 x 2,00\""
 
-#: ppdc/sample.c:193
 msgid "2.75x1.25\""
 msgstr "2,75 x 1,25\""
 
-#: ppdc/sample.c:194
 msgid "2.9 x 1\""
 msgstr "2.9 x 1\""
 
-#: ppdc/sample.c:372
 msgid "20"
 msgstr "20"
 
-#: ppdc/sample.c:329
 msgid "20 mm/sec."
 msgstr "20 mm/s"
 
-#: ppdc/sample.c:337
 msgid "200 mm/sec."
 msgstr "200 mm/s"
 
-#: ppdc/sample.c:233
 msgid "203dpi"
 msgstr "203 ppp"
 
-#: ppdc/sample.c:373
 msgid "21"
 msgstr "21"
 
-#: ppdc/sample.c:374
 msgid "22"
 msgstr "22"
 
-#: ppdc/sample.c:375
 msgid "23"
 msgstr "23"
 
-#: ppdc/sample.c:376
 msgid "24"
 msgstr "24"
 
-#: ppdc/sample.c:241
 msgid "24-Pin Series"
 msgstr "Série 24 broches"
 
-#: ppdc/sample.c:250
 msgid "240x72dpi"
 msgstr "240 x 72 ppp"
 
-#: ppdc/sample.c:377
 msgid "25"
 msgstr "25"
 
-#: ppdc/sample.c:338
 msgid "250 mm/sec."
 msgstr "250 mm/s"
 
-#: ppdc/sample.c:378
 msgid "26"
 msgstr "26"
 
-#: ppdc/sample.c:379
 msgid "27"
 msgstr "27"
 
-#: ppdc/sample.c:380
 msgid "28"
 msgstr "28"
 
-#: ppdc/sample.c:381
 msgid "29"
 msgstr "29"
 
-#: ppdc/sample.c:314
 msgid "3"
 msgstr "3"
 
-#: ppdc/sample.c:386
 msgid "3 inches/sec."
 msgstr "3 po/s"
 
-#: ppdc/sample.c:3
 msgid "3 x 5"
 msgstr ""
 
-#: ppdc/sample.c:195
 msgid "3.00x1.00\""
 msgstr "3,00 x 1,00\""
 
-#: ppdc/sample.c:196
 msgid "3.00x1.25\""
 msgstr "3,00 x 1,25\""
 
-#: ppdc/sample.c:197
 msgid "3.00x2.00\""
 msgstr "3,00 x 2,00\""
 
-#: ppdc/sample.c:198
 msgid "3.00x3.00\""
 msgstr "3,00 x 3,00\""
 
-#: ppdc/sample.c:199
 msgid "3.00x5.00\""
 msgstr "3,00 x 5,00\""
 
-#: ppdc/sample.c:200
 msgid "3.25x2.00\""
 msgstr "3,25 x 2,00\""
 
-#: ppdc/sample.c:201
 msgid "3.25x5.00\""
 msgstr "3,25 x 5,00\""
 
-#: ppdc/sample.c:202
 msgid "3.25x5.50\""
 msgstr "3,25 x 5,50\""
 
-#: ppdc/sample.c:203
 msgid "3.25x5.83\""
 msgstr "3,25 x 5,83\""
 
-#: ppdc/sample.c:204
 msgid "3.25x7.83\""
 msgstr "3,25 x 7,83\""
 
-#: ppdc/sample.c:4
 msgid "3.5 x 5"
 msgstr ""
 
-#: ppdc/sample.c:171
 msgid "3.5\" Disk"
 msgstr "Disque 3,5\""
 
-#: ppdc/sample.c:205
 msgid "3.50x1.00\""
 msgstr "3,50 x 1,00\""
 
-#: ppdc/sample.c:382
 msgid "30"
 msgstr "30"
 
-#: ppdc/sample.c:330
 msgid "30 mm/sec."
 msgstr "30 mm/s"
 
-#: ppdc/sample.c:339
 msgid "300 mm/sec."
 msgstr "300 mm/s"
 
-#: ppdc/sample.c:234
 msgid "300dpi"
 msgstr "300 ppp"
 
-#: ppdc/sample.c:410
 msgid "35"
 msgstr "35"
 
-#: ppdc/sample.c:246
 msgid "360dpi"
 msgstr "360 ppp"
 
-#: ppdc/sample.c:245
 msgid "360x180dpi"
 msgstr "360 x 180 ppp"
 
-#: ppdc/sample.c:315
 msgid "4"
 msgstr "4"
 
-#: ppdc/sample.c:387
 msgid "4 inches/sec."
 msgstr "4 po/s"
 
-#: ppdc/sample.c:206
 msgid "4.00x1.00\""
 msgstr "4,00 x 1,00\""
 
-#: ppdc/sample.c:214
 msgid "4.00x13.00\""
 msgstr "4,00 x 13,00\""
 
-#: ppdc/sample.c:207
 msgid "4.00x2.00\""
 msgstr "4,00 x 2,00\""
 
-#: ppdc/sample.c:208
 msgid "4.00x2.50\""
 msgstr "4,00 x 2,50\""
 
-#: ppdc/sample.c:209
 msgid "4.00x3.00\""
 msgstr "4,00 x 3,00\""
 
-#: ppdc/sample.c:210
 msgid "4.00x4.00\""
 msgstr "4,00 x 4,00\""
 
-#: ppdc/sample.c:211
 msgid "4.00x5.00\""
 msgstr "4,00 x 5,00\""
 
-#: ppdc/sample.c:212
 msgid "4.00x6.00\""
 msgstr "4,00 x 6,00\""
 
-#: ppdc/sample.c:213
 msgid "4.00x6.50\""
 msgstr "4,00 x 6,50\""
 
-#: ppdc/sample.c:411
 msgid "40"
 msgstr "40"
 
-#: ppdc/sample.c:331
 msgid "40 mm/sec."
 msgstr "40 mm/s"
 
-#: ppdc/sample.c:412
 msgid "45"
 msgstr "45"
 
-#: ppdc/sample.c:316
 msgid "5"
 msgstr "5"
 
-#: ppdc/sample.c:437
 msgid "5 inches/sec."
 msgstr "5 po/s"
 
-#: ppdc/sample.c:5
 msgid "5 x 7"
 msgstr ""
 
-#: ppdc/sample.c:413
 msgid "50"
 msgstr "50"
 
-#: ppdc/sample.c:414
 msgid "55"
 msgstr "55"
 
-#: ppdc/sample.c:317
 msgid "6"
 msgstr "6"
 
-#: ppdc/sample.c:438
 msgid "6 inches/sec."
 msgstr "6 po/s"
 
-#: ppdc/sample.c:215
 msgid "6.00x1.00\""
 msgstr "6,00 x 1,00\""
 
-#: ppdc/sample.c:216
 msgid "6.00x2.00\""
 msgstr "6,00 x 2,00\""
 
-#: ppdc/sample.c:217
 msgid "6.00x3.00\""
 msgstr "6,00 x 3,00\""
 
-#: ppdc/sample.c:218
 msgid "6.00x4.00\""
 msgstr "6,00 x 4,00\""
 
-#: ppdc/sample.c:219
 msgid "6.00x5.00\""
 msgstr "6,00 x 5,00\""
 
-#: ppdc/sample.c:220
 msgid "6.00x6.00\""
 msgstr "6,00 x 6,00\""
 
-#: ppdc/sample.c:221
 msgid "6.00x6.50\""
 msgstr "6,00 x 6,50\""
 
-#: ppdc/sample.c:415
 msgid "60"
 msgstr "60"
 
-#: ppdc/sample.c:332
 msgid "60 mm/sec."
 msgstr "60 mm/s"
 
-#: ppdc/sample.c:261
 msgid "600dpi"
 msgstr "600 ppp"
 
-#: ppdc/sample.c:242
 msgid "60dpi"
 msgstr "60 ppp"
 
-#: ppdc/sample.c:248
 msgid "60x72dpi"
 msgstr ""
 
-#: ppdc/sample.c:416
 msgid "65"
 msgstr "65"
 
-#: ppdc/sample.c:318
 msgid "7"
 msgstr "7"
 
-#: ppdc/sample.c:440
 msgid "7 inches/sec."
 msgstr "7 po/s"
 
-#: ppdc/sample.c:11
 msgid "7 x 9"
 msgstr ""
 
-#: ppdc/sample.c:417
 msgid "70"
 msgstr "70"
 
-#: ppdc/sample.c:252
 msgid "720dpi"
 msgstr "720 ppp"
 
-#: ppdc/sample.c:418
 msgid "75"
 msgstr "75"
 
-#: ppdc/sample.c:319
 msgid "8"
 msgstr "8"
 
-#: ppdc/sample.c:441
 msgid "8 inches/sec."
 msgstr "8 po/s"
 
-#: ppdc/sample.c:12
 msgid "8 x 10"
 msgstr ""
 
-#: ppdc/sample.c:222
 msgid "8.00x1.00\""
 msgstr "8,00 x 1,00\""
 
-#: ppdc/sample.c:223
 msgid "8.00x2.00\""
 msgstr "8,00 x 2,00\""
 
-#: ppdc/sample.c:224
 msgid "8.00x3.00\""
 msgstr "8,00 x 3,00\""
 
-#: ppdc/sample.c:225
 msgid "8.00x4.00\""
 msgstr "8,00 x 4,00\""
 
-#: ppdc/sample.c:226
 msgid "8.00x5.00\""
 msgstr "8,00 x 5,00\""
 
-#: ppdc/sample.c:227
 msgid "8.00x6.00\""
 msgstr "8,00 x 6,00\""
 
-#: ppdc/sample.c:228
 msgid "8.00x6.50\""
 msgstr "8,00 x 6,50\""
 
-#: ppdc/sample.c:419
 msgid "80"
 msgstr "80"
 
-#: ppdc/sample.c:333
 msgid "80 mm/sec."
 msgstr "80 mm/s"
 
-#: ppdc/sample.c:420
 msgid "85"
 msgstr "85"
 
-#: ppdc/sample.c:320
 msgid "9"
 msgstr "9"
 
-#: ppdc/sample.c:442
 msgid "9 inches/sec."
 msgstr "9 po/s"
 
-#: ppdc/sample.c:13
 msgid "9 x 11"
 msgstr ""
 
-#: ppdc/sample.c:14
 msgid "9 x 12"
 msgstr ""
 
-#: ppdc/sample.c:247
 msgid "9-Pin Series"
 msgstr "Série 9 broches"
 
-#: ppdc/sample.c:421
 msgid "90"
 msgstr "90"
 
-#: ppdc/sample.c:422
 msgid "95"
 msgstr "95"
 
-#: berkeley/lpc.c:213
 msgid "?Invalid help command unknown."
 msgstr ""
 
-#: cgi-bin/admin.c:2368
 msgid "A Samba password is required to export printer drivers"
 msgstr ""
 
-#: cgi-bin/admin.c:2364
 msgid "A Samba username is required to export printer drivers"
 msgstr ""
 
-#: scheduler/ipp.c:2283
 #, c-format
 msgid "A class named \"%s\" already exists."
 msgstr ""
 
-#: scheduler/ipp.c:1004
 #, c-format
 msgid "A printer named \"%s\" already exists."
 msgstr ""
 
-#: ppdc/sample.c:15
 msgid "A0"
 msgstr "A0"
 
-#: ppdc/sample.c:16
 msgid "A0 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:17
 msgid "A1"
 msgstr "A1"
 
-#: ppdc/sample.c:18
 msgid "A1 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:37
 msgid "A10"
 msgstr "A10"
 
-#: ppdc/sample.c:19
 msgid "A2"
 msgstr "A2"
 
-#: ppdc/sample.c:20
 msgid "A2 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:21
 msgid "A3"
 msgstr "A3"
 
-#: 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 "A4"
 
-#: 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 "A5"
 
-#: ppdc/sample.c:31
 msgid "A5 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:30
 msgid "A5 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:32
 msgid "A6"
 msgstr "A6"
 
-#: ppdc/sample.c:33
 msgid "A6 Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:34
 msgid "A7"
 msgstr "A7"
 
-#: ppdc/sample.c:35
 msgid "A8"
 msgstr "A8"
 
-#: ppdc/sample.c:36
 msgid "A9"
 msgstr "A9"
 
-#: ppdc/sample.c:38
 msgid "ANSI A"
 msgstr "ANSI A"
 
-#: ppdc/sample.c:39
 msgid "ANSI B"
 msgstr "ANSI B"
 
-#: ppdc/sample.c:40
 msgid "ANSI C"
 msgstr "ANSI C"
 
-#: ppdc/sample.c:41
 msgid "ANSI D"
 msgstr "ANSI D"
 
-#: ppdc/sample.c:42
 msgid "ANSI E"
 msgstr "ANSI E"
 
-#: ppdc/sample.c:47
 msgid "ARCH C"
 msgstr "ARCH C"
 
-#: ppdc/sample.c:48
 msgid "ARCH C Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:49
 msgid "ARCH D"
 msgstr "ARCH D"
 
-#: ppdc/sample.c:50
 msgid "ARCH D Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:51
 msgid "ARCH E"
 msgstr "ARCH E"
 
-#: ppdc/sample.c:52
 msgid "ARCH E Long Edge"
 msgstr ""
 
-#: cgi-bin/classes.c:169 cgi-bin/printers.c:172
 msgid "Accept Jobs"
 msgstr "Accepter les tâches"
 
-#: cups/http-support.c:1284
 msgid "Accepted"
 msgstr "Accepté"
 
-#: cgi-bin/admin.c:570
 msgid "Add Class"
 msgstr "Ajouter une classe"
 
-#: cgi-bin/admin.c:882
 msgid "Add Printer"
 msgstr "Ajouter une imprimante"
 
-#: cgi-bin/admin.c:444 cgi-bin/admin.c:477 cgi-bin/admin.c:525
-#: cgi-bin/admin.c:535
 msgid "Add RSS Subscription"
 msgstr "Ajouter abonnement RSS"
 
-#: ppdc/sample.c:163
 msgid "Address"
 msgstr "Adresse"
 
-#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745
 msgid "Administration"
 msgstr "Administration"
 
-#: ppdc/sample.c:429
 msgid "Always"
 msgstr "Toujours"
 
-#: backend/socket.c:129
 msgid "AppSocket/HP JetDirect"
 msgstr "AppSocket/HP JetDirect"
 
-#: ppdc/sample.c:450
 msgid "Applicator"
 msgstr "Applicator"
 
-#: scheduler/ipp.c:1079
 #, c-format
 msgid "Attempt to set %s printer-state to bad value %d."
 msgstr ""
 
-#: scheduler/ipp.c:325
 #, c-format
 msgid "Attribute groups are out of order (%x < %x)."
 msgstr ""
 
-#: ppdc/sample.c:126
 msgid "B0"
 msgstr "B0"
 
-#: ppdc/sample.c:127
 msgid "B1"
 msgstr "B1"
 
-#: ppdc/sample.c:137
 msgid "B10"
 msgstr "B10"
 
-#: ppdc/sample.c:128
 msgid "B2"
 msgstr "B2"
 
-#: ppdc/sample.c:129
 msgid "B3"
 msgstr "B3"
 
-#: ppdc/sample.c:130
 msgid "B4"
 msgstr "B4"
 
-#: ppdc/sample.c:131
 msgid "B5"
 msgstr "B5"
 
-#: ppdc/sample.c:132
 msgid "B5 Oversize"
 msgstr ""
 
-#: ppdc/sample.c:133
 msgid "B6"
 msgstr "B6"
 
-#: ppdc/sample.c:134
 msgid "B7"
 msgstr "B7"
 
-#: ppdc/sample.c:135
 msgid "B8"
 msgstr "B8"
 
-#: ppdc/sample.c:136
 msgid "B9"
 msgstr "B9"
 
-#: cups/dest.c:1680
+#, c-format
+msgid "Bad 'document-format' value \"%s\"."
+msgstr ""
+
 msgid "Bad NULL dests pointer"
 msgstr "Pointeur de dests NULL incorrect"
 
-#: cups/ppd.c:345
 msgid "Bad OpenGroup"
 msgstr "OpenGroup erroné"
 
-#: cups/ppd.c:347
 msgid "Bad OpenUI/JCLOpenUI"
 msgstr "OpenUI/JCLOpenUI erroné"
 
-#: cups/ppd.c:349
 msgid "Bad OrderDependency"
 msgstr "OrderDependency erroné"
 
-#: cups/ppd-cache.c:148 cups/ppd-cache.c:195 cups/ppd-cache.c:233
-#: cups/ppd-cache.c:239 cups/ppd-cache.c:255 cups/ppd-cache.c:271
-#: cups/ppd-cache.c:280 cups/ppd-cache.c:288 cups/ppd-cache.c:305
-#: cups/ppd-cache.c:313 cups/ppd-cache.c:328 cups/ppd-cache.c:336
-#: cups/ppd-cache.c:354 cups/ppd-cache.c:366 cups/ppd-cache.c:381
-#: cups/ppd-cache.c:393 cups/ppd-cache.c:415 cups/ppd-cache.c:423
-#: cups/ppd-cache.c:441 cups/ppd-cache.c:449 cups/ppd-cache.c:464
-#: cups/ppd-cache.c:472 cups/ppd-cache.c:490 cups/ppd-cache.c:498
-#: cups/ppd-cache.c:525 cups/ppd-cache.c:571 cups/ppd-cache.c:579
-#: cups/ppd-cache.c:587
 msgid "Bad PPD cache file."
 msgstr ""
 
-#: cups/http-support.c:1299
 msgid "Bad Request"
 msgstr ""
 
-#: cups/snmp.c:1002
 msgid "Bad SNMP version number"
 msgstr ""
 
-#: cups/ppd.c:350
 msgid "Bad UIConstraints"
 msgstr ""
 
-#: scheduler/ipp.c:1380
 #, c-format
 msgid "Bad copies value %d."
 msgstr ""
 
-#: cups/ppd.c:358
 msgid "Bad custom parameter"
 msgstr "Paramètre personnalisé incorrect"
 
-#: cups/http-support.c:1451 scheduler/ipp.c:2350
 #, c-format
 msgid "Bad device-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2391
 #, c-format
 msgid "Bad device-uri scheme \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8224 scheduler/ipp.c:8240 scheduler/ipp.c:9454
-#: scheduler/ipp.c:10968
 #, c-format
 msgid "Bad document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9470
 #, c-format
 msgid "Bad document-format-default \"%s\"."
 msgstr ""
 
-#: cups/util.c:929
 msgid "Bad filename buffer"
 msgstr ""
 
-#: scheduler/ipp.c:10060
+#, c-format
+msgid "Bad job-name value: %s"
+msgstr ""
+
+msgid "Bad job-name value: Wrong type or count."
+msgstr ""
+
 msgid "Bad job-priority value."
 msgstr ""
 
-#: scheduler/ipp.c:1410
 #, c-format
 msgid "Bad job-sheets value \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1394
 msgid "Bad job-sheets value type."
 msgstr ""
 
-#: scheduler/ipp.c:10090
 msgid "Bad job-state value."
 msgstr ""
 
-#: scheduler/ipp.c:2974 scheduler/ipp.c:3426 scheduler/ipp.c:6078
-#: scheduler/ipp.c:6225 scheduler/ipp.c:7658 scheduler/ipp.c:7927
-#: scheduler/ipp.c:8775 scheduler/ipp.c:9001 scheduler/ipp.c:9350
-#: scheduler/ipp.c:9953
 #, c-format
 msgid "Bad job-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2049 scheduler/ipp.c:5622
 #, c-format
 msgid "Bad notify-pull-method \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:2013 scheduler/ipp.c:5586
 #, c-format
 msgid "Bad notify-recipient-uri \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1426
 #, c-format
 msgid "Bad number-up value %d."
 msgstr "Valeur de number-up %d incorrecte."
 
-#: cups/adminutil.c:292
 #, c-format
 msgid "Bad option + choice on line %d."
 msgstr ""
 
-#: scheduler/ipp.c:1443
 #, c-format
 msgid "Bad page-ranges values %d-%d."
 msgstr "Intervalle de pages erroné : %d-%d."
 
-#: scheduler/ipp.c:2434
 #, c-format
 msgid "Bad port-monitor \"%s\"."
 msgstr ""
 
-#: cups/dest.c:676 cups/dest.c:1333
 msgid "Bad printer URI."
 msgstr ""
 
-#: scheduler/ipp.c:2495
 #, c-format
 msgid "Bad printer-state value %d."
 msgstr ""
 
-#: scheduler/ipp.c:293
 #, c-format
 msgid "Bad request ID %d."
 msgstr ""
 
-#: scheduler/ipp.c:278
 #, c-format
 msgid "Bad request version number %d.%d."
 msgstr ""
 
-#: cgi-bin/admin.c:1484
 msgid "Bad subscription ID"
 msgstr ""
 
-#: cups/ppd.c:360
 msgid "Bad value string"
 msgstr ""
 
-#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536
 msgid "Banners"
 msgstr "Bannières"
 
-#: ppdc/sample.c:287
 msgid "Bond Paper"
 msgstr "Papier pour titres"
 
-#: backend/usb-darwin.c:1846
 #, c-format
 msgid "Boolean expected for waiteof option \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2057
 msgid "Buffer overflow detected, aborting."
 msgstr ""
 
-#: ppdc/sample.c:254
 msgid "CMYK"
 msgstr "CMJN"
 
-#: ppdc/sample.c:363
 msgid "CPCL Label Printer"
 msgstr "Imprimante pour étiquettes CPCL"
 
-#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534
 msgid "Cancel RSS Subscription"
 msgstr "Annuler abonnement RSS"
 
-#: backend/ipp.c:1921
 msgid "Canceling print job."
 msgstr ""
 
-#: scheduler/ipp.c:2475
 msgid "Cannot share a remote Kerberized printer."
 msgstr ""
 
-#: ppdc/sample.c:279
 msgid "Cassette"
 msgstr ""
 
-#: cgi-bin/admin.c:1655 cgi-bin/admin.c:1797 cgi-bin/admin.c:1810
-#: cgi-bin/admin.c:1821
 msgid "Change Settings"
 msgstr "Modifier les paramètres"
 
-#: scheduler/ipp.c:2061 scheduler/ipp.c:5634
 #, c-format
 msgid "Character set \"%s\" not supported."
 msgstr ""
 
-#: cgi-bin/classes.c:195 cgi-bin/classes.c:322
 msgid "Classes"
 msgstr "Classes"
 
-#: cgi-bin/printers.c:182
 msgid "Clean Print Heads"
 msgstr "Nettoyer les têtes d’impression"
 
-#: scheduler/ipp.c:3878
 msgid "Close-Job doesn't support the job-uri attribute."
 msgstr ""
 
-#: ppdc/sample.c:282
 msgid "Color"
 msgstr "Couleur"
 
-#: ppdc/sample.c:253
 msgid "Color Mode"
 msgstr "Mode de couleur"
 
-#: berkeley/lpc.c:204
 msgid ""
 "Commands may be abbreviated.  Commands are:\n"
 "\n"
 "exit    help    quit    status  ?"
 msgstr ""
 
-#: cups/snmp.c:1006
 msgid "Community name uses indefinite length"
 msgstr "Le nom de la communauté s’avère être de longueur indéfinie"
 
-#: backend/ipp.c:786 backend/lpd.c:871 backend/socket.c:395
 msgid "Connected to printer."
 msgstr ""
 
-#: backend/ipp.c:691 backend/lpd.c:694 backend/socket.c:314
 msgid "Connecting to printer."
 msgstr ""
 
-#: cups/http-support.c:1272
 msgid "Continue"
 msgstr "Continuer"
 
-#: ppdc/sample.c:365
 msgid "Continuous"
 msgstr "Continu"
 
-#: backend/lpd.c:1020 backend/lpd.c:1152
 msgid "Control file sent successfully."
 msgstr ""
 
-#: backend/ipp.c:1233 backend/lpd.c:464
 msgid "Copying print data."
 msgstr ""
 
-#: cups/http-support.c:1281
 msgid "Created"
 msgstr "Créé"
 
-#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501
 msgid "Custom"
 msgstr "Personnalisation"
 
-#: ppdc/sample.c:359
 msgid "CustominCutInterval"
 msgstr "CustominCutInterval"
 
-#: ppdc/sample.c:357
 msgid "CustominTearInterval"
 msgstr "CustominTearInterval"
 
-#: ppdc/sample.c:343
 msgid "Cut"
 msgstr "Couper"
 
-#: ppdc/sample.c:451
 msgid "Cutter"
 msgstr "Cutter"
 
-#: ppdc/sample.c:239
 msgid "Dark"
 msgstr "Foncé"
 
-#: ppdc/sample.c:235
 msgid "Darkness"
 msgstr "Tons foncés"
 
-#: backend/lpd.c:1105
 msgid "Data file sent successfully."
 msgstr ""
 
-#: cgi-bin/admin.c:2094 cgi-bin/admin.c:2105 cgi-bin/admin.c:2150
 msgid "Delete Class"
 msgstr "Supprimer la classe"
 
-#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235
 msgid "Delete Printer"
 msgstr "Supprimer l’imprimante"
 
-#: ppdc/sample.c:281
 msgid "DeskJet Series"
 msgstr "Série DeskJet"
 
-#: scheduler/ipp.c:1346
 #, c-format
 msgid "Destination \"%s\" is not accepting jobs."
 msgstr "La destination « %s » n’accepte pas de tâche."
 
-#: systemv/lpinfo.c:300
 #, c-format
 msgid ""
 "Device: uri = %s\n"
@@ -3053,934 +2497,707 @@ msgid ""
 "        location = %s"
 msgstr ""
 
-#: ppdc/sample.c:436
 msgid "Direct Thermal Media"
 msgstr "Papier pour impression thermique directe"
 
-#: cups/file.c:296
 #, c-format
 msgid "Directory \"%s\" contains a relative path."
 msgstr ""
 
-#: cups/file.c:268
 #, c-format
 msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: cups/file.c:285
 #, c-format
 msgid "Directory \"%s\" is a file."
 msgstr ""
 
-#: cups/file.c:256
 #, c-format
 msgid "Directory \"%s\" not available: %s"
 msgstr ""
 
-#: cups/file.c:241
 #, c-format
 msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: ppdc/sample.c:345
 msgid "Disabled"
 msgstr "Désactivé"
 
-#: scheduler/ipp.c:6127
 #, c-format
 msgid "Document #%d does not exist in job #%d."
 msgstr ""
 
-#: ppdc/sample.c:275
 msgid "Duplexer"
 msgstr "Duplexeur"
 
-#: ppdc/sample.c:229
 msgid "Dymo"
 msgstr "Dymo"
 
-#: ppdc/sample.c:431
 msgid "EPL1 Label Printer"
 msgstr "Imprimante pour étiquettes EPL1"
 
-#: ppdc/sample.c:434
 msgid "EPL2 Label Printer"
 msgstr "Imprimante pour étiquettes EPL2"
 
-#: cgi-bin/admin.c:1849 cgi-bin/admin.c:1861 cgi-bin/admin.c:1915
-#: cgi-bin/admin.c:1922 cgi-bin/admin.c:1957 cgi-bin/admin.c:1970
-#: cgi-bin/admin.c:1994 cgi-bin/admin.c:2067
 msgid "Edit Configuration File"
 msgstr "Modifier le fichier de configuration"
 
-#: cups/adminutil.c:337
 msgid "Empty PPD file."
 msgstr ""
 
 #. TRANSLATORS: Banner/cover sheet after the print job.
-#: cgi-bin/admin.c:3561
 msgid "Ending Banner"
 msgstr "Fin de la bannière"
 
-#: ppdc/sample.c:2
 msgid "English"
 msgstr "French"
 
-#: systemv/lppasswd.c:193
 msgid "Enter old password:"
 msgstr "Ancien mot de passe :"
 
-#: systemv/lppasswd.c:224
 msgid "Enter password again:"
 msgstr "Confirmez le nouveau mot de passe :"
 
-#: systemv/lppasswd.c:212
 msgid "Enter password:"
 msgstr "Entrez le nouveau mot de passe :"
 
-#: scheduler/client.c:2427
-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:269
 msgid "Envelope Feed"
 msgstr "Alimentation au format enveloppe"
 
-#: 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 ""
 
-#: ppdc/sample.c:240
 msgid "Epson"
 msgstr "Epson"
 
-#: cgi-bin/admin.c:3604
 msgid "Error Policy"
 msgstr "Règles d’erreur"
 
-#: filter/rastertopwg.c:403 filter/rastertopwg.c:418 filter/rastertopwg.c:429
-#: filter/rastertopwg.c:440
 msgid "Error sending raster data."
 msgstr ""
 
-#: systemv/lpinfo.c:103 systemv/lpmove.c:88
 msgid "Error: need hostname after \"-h\" option."
 msgstr ""
 
-#: ppdc/sample.c:355
 msgid "Every 10 Labels"
 msgstr "Toutes les 10 étiquettes"
 
-#: ppdc/sample.c:347
 msgid "Every 2 Labels"
 msgstr "Toutes les 2 étiquettes"
 
-#: ppdc/sample.c:348
 msgid "Every 3 Labels"
 msgstr "Toutes les 3 étiquettes"
 
-#: ppdc/sample.c:349
 msgid "Every 4 Labels"
 msgstr "Toutes les 4 étiquettes"
 
-#: ppdc/sample.c:350
 msgid "Every 5 Labels"
 msgstr "Toutes les 5 étiquettes"
 
-#: ppdc/sample.c:351
 msgid "Every 6 Labels"
 msgstr "Toutes les 6 étiquettes"
 
-#: ppdc/sample.c:352
 msgid "Every 7 Labels"
 msgstr "Toutes les 7 étiquettes"
 
-#: ppdc/sample.c:353
 msgid "Every 8 Labels"
 msgstr "Toutes les 8 étiquettes"
 
-#: ppdc/sample.c:354
 msgid "Every 9 Labels"
 msgstr "Toutes les 9 étiquettes"
 
-#: ppdc/sample.c:346
 msgid "Every Label"
 msgstr "Chaque étiquette"
 
-#: ppdc/sample.c:121
 msgid "Executive"
 msgstr ""
 
-#: cups/http-support.c:1327
 msgid "Expectation Failed"
 msgstr "Échec de la condition de valeur attendue"
 
-#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375
 msgid "Export Printers to Samba"
 msgstr "Exporter les imprimantes vers SAMBA"
 
-#: systemv/cupstestdsc.c:172 systemv/cupstestdsc.c:189
-#: systemv/cupstestdsc.c:214 systemv/cupstestdsc.c:231
-#: systemv/cupstestdsc.c:255 systemv/cupstestdsc.c:273
-#: systemv/cupstestdsc.c:302 systemv/cupstestdsc.c:339
-#: systemv/cupstestdsc.c:349 systemv/cupstestdsc.c:359
-#: systemv/cupstestdsc.c:369 systemv/cupstestdsc.c:379
-#: systemv/cupstestdsc.c:387
 msgid "FAIL"
 msgstr ""
 
-#: ppdc/sample.c:122
 msgid "FanFold German"
 msgstr ""
 
-#: ppdc/sample.c:123
 msgid "FanFold Legal German"
 msgstr ""
 
-#: ppdc/sample.c:124
 msgid "Fanfold US"
 msgstr ""
 
-#: cups/file.c:300
 #, c-format
 msgid "File \"%s\" contains a relative path."
 msgstr ""
 
-#: cups/file.c:275
 #, c-format
 msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: cups/file.c:289
 #, c-format
 msgid "File \"%s\" is a directory."
 msgstr ""
 
-#: cups/file.c:261
 #, c-format
 msgid "File \"%s\" not available: %s"
 msgstr ""
 
-#: cups/file.c:247
 #, c-format
 msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)."
 msgstr ""
 
-#: ppdc/sample.c:169
-msgid "Dossier de fichier"
+msgid "File Folder "
 msgstr ""
 
-#: scheduler/ipp.c:2370
 #, c-format
-msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cupsd.conf\"."
+msgid ""
+"File device URIs have been disabled. To enable, see the FileDevice directive "
+"in \"%s/cups-files.conf\"."
 msgstr ""
 
-#: filter/rastertoepson.c:1117 filter/rastertohp.c:845
-#: filter/rastertolabel.c:1273
 #, c-format
 msgid "Finished page %d."
 msgstr ""
 
-#: ppdc/sample.c:125
 msgid "Folio"
 msgstr "Folio"
 
-#: cups/http-support.c:1306
-msgid "Interdit"
+msgid "Forbidden"
 msgstr ""
 
-#: cups/ppd.c:742 cups/ppd.c:1302
-msgid "Général"
+msgid "General"
 msgstr ""
 
-#: ppdc/sample.c:259
 msgid "Generic"
 msgstr "Générique"
 
-#: cups/snmp.c:1016
 msgid "Get-Response-PDU uses indefinite length"
 msgstr "Get-Response-PDU s’avère être de longueur indéfinie"
 
-#: ppdc/sample.c:290
 msgid "Glossy Paper"
 msgstr "Papier brillant"
 
-#: scheduler/ipp.c:2952 scheduler/ipp.c:3352 scheduler/ipp.c:3890
-#: scheduler/ipp.c:6056 scheduler/ipp.c:6203 scheduler/ipp.c:7635
-#: scheduler/ipp.c:8753 scheduler/ipp.c:8979 scheduler/ipp.c:9328
-#: scheduler/ipp.c:9931
 msgid "Got a printer-uri attribute but no job-id."
 msgstr ""
 
-#: ppdc/sample.c:255
 msgid "Grayscale"
 msgstr "Niveaux de gris"
 
-#: ppdc/sample.c:280
 msgid "HP"
 msgstr "HP"
 
-#: ppdc/sample.c:170
 msgid "Hanging Folder"
 msgstr "Dossier suspendu"
 
-#: cgi-bin/help.c:143
 msgid "Help file not in index."
 msgstr ""
 
-#: cups/ipp.c:2687 cups/ipp.c:2714 cups/ipp.c:2737
 msgid "IPP 1setOf attribute with incompatible value tags."
 msgstr ""
 
-#: cups/ipp.c:2650
 msgid "IPP attribute has no name."
 msgstr ""
 
-#: cups/ipp.c:5487
 msgid "IPP attribute is not a member of the message."
 msgstr ""
 
-#: cups/ipp.c:3083
 msgid "IPP begCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2873
 msgid "IPP boolean value not 1 byte."
 msgstr ""
 
-#: cups/ipp.c:2934
 msgid "IPP date value not 11 bytes."
 msgstr ""
 
-#: cups/ipp.c:3104
 msgid "IPP endCollection value not 0 bytes."
 msgstr ""
 
-#: cups/ipp.c:2848
 msgid "IPP enum value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2579
 msgid "IPP extension tag larger than 0x7FFFFFFF."
 msgstr ""
 
-#: cups/ipp.c:2845
 msgid "IPP integer value not 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:3045
 msgid "IPP language length overflows value."
 msgstr ""
 
-#: cups/ipp.c:2764
+msgid "IPP language length too large."
+msgstr ""
+
 msgid "IPP member name is not empty."
 msgstr ""
 
-#: cups/ipp.c:3122
 msgid "IPP memberName value is empty."
 msgstr ""
 
-#: cups/ipp.c:2633
+msgid "IPP memberName with no attribute."
+msgstr ""
+
 msgid "IPP name larger than 32767 bytes."
 msgstr ""
 
-#: cups/ipp.c:3011
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2979
+msgid "IPP octetString length too large."
+msgstr ""
+
 msgid "IPP rangeOfInteger value not 8 bytes."
 msgstr ""
 
-#: cups/ipp.c:2952
 msgid "IPP resolution value not 9 bytes."
 msgstr ""
 
-#: cups/ipp.c:3063
 msgid "IPP string length overflows value."
 msgstr ""
 
-#: cups/ipp.c:3007
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr ""
 
-#: cups/ipp.c:2831
 msgid "IPP value larger than 32767 bytes."
 msgstr ""
 
-#: ppdc/sample.c:1
 msgid "ISOLatin1"
 msgstr "utf-8"
 
-#: cups/ppd.c:353
 msgid "Illegal control character"
 msgstr "Caractère de contrôle interdit"
 
-#: cups/ppd.c:354
 msgid "Illegal main keyword string"
 msgstr "Mot-clé essentiel interdit"
 
-#: cups/ppd.c:355
 msgid "Illegal option keyword string"
 msgstr "Mot-clé d’option interdit"
 
-#: cups/ppd.c:356
 msgid "Illegal translation string"
 msgstr "Traduction interdite"
 
-#: cups/ppd.c:357
 msgid "Illegal whitespace character"
 msgstr "Caractère « espace blanc » interdit"
 
-#: ppdc/sample.c:274
 msgid "Installable Options"
 msgstr "Options installables"
 
-#: ppdc/sample.c:277
 msgid "Installed"
 msgstr "Installée"
 
-#: ppdc/sample.c:293
 msgid "IntelliBar Label Printer"
 msgstr "Imprimante pour étiquettes IntelliBar"
 
-#: ppdc/sample.c:292
 msgid "Intellitech"
 msgstr "Intellitech"
 
-#: cups/http-support.c:1333
 msgid "Internal Server Error"
 msgstr ""
 
-#: cups/ppd.c:344
 msgid "Internal error"
 msgstr "Erreur interne"
 
-#: ppdc/sample.c:167
 msgid "Internet Postage 2-Part"
 msgstr "Affranchissement Internet en 2 parties"
 
-#: ppdc/sample.c:168
 msgid "Internet Postage 3-Part"
 msgstr "Affranchissement Internet en 3 parties"
 
-#: backend/ipp.c:307
 msgid "Internet Printing Protocol"
 msgstr "Internet Printing Protocol"
 
-#: cups/dest-options.c:839
 msgid "Invalid media size."
 msgstr ""
 
-#: filter/commandtops.c:125
 #, c-format
 msgid "Invalid printer command \"%s\"."
 msgstr ""
 
-#: cups/ppd.c:1420
 msgid "JCL"
 msgstr "JCL ( Langage de contrôle de tâche )"
 
-#: 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 ""
 
-#: scheduler/ipp.c:9051
 #, c-format
 msgid "Job #%d cannot be restarted - no files."
 msgstr ""
 
-#: scheduler/ipp.c:2992 scheduler/ipp.c:3222 scheduler/ipp.c:3277
-#: scheduler/ipp.c:3454 scheduler/ipp.c:3900 scheduler/ipp.c:5720
-#: scheduler/ipp.c:6096 scheduler/ipp.c:6243 scheduler/ipp.c:6543
-#: scheduler/ipp.c:7482 scheduler/ipp.c:7504 scheduler/ipp.c:7676
-#: scheduler/ipp.c:7901 scheduler/ipp.c:7944 scheduler/ipp.c:8793
-#: scheduler/ipp.c:9019 scheduler/ipp.c:9368 scheduler/ipp.c:9971
 #, c-format
 msgid "Job #%d does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:3486
 #, c-format
 msgid "Job #%d is already aborted - can't cancel."
 msgstr "La tâche n°%d est déjà abandonnée - impossible de l’annuler."
 
-#: scheduler/ipp.c:3480
 #, c-format
 msgid "Job #%d is already canceled - can't cancel."
 msgstr "La tâche n°%d est déjà annulée - impossible de l’annuler."
 
-#: scheduler/ipp.c:3492
 #, c-format
 msgid "Job #%d is already completed - can't cancel."
 msgstr "La tâche n°%d est déjà terminée - impossible de l’annuler."
 
-#: scheduler/ipp.c:7702 scheduler/ipp.c:7986 scheduler/ipp.c:9986
 #, c-format
 msgid "Job #%d is finished and cannot be altered."
 msgstr ""
 
-#: scheduler/ipp.c:9033
 #, c-format
 msgid "Job #%d is not complete."
 msgstr ""
 
-#: scheduler/ipp.c:3007
 #, c-format
 msgid "Job #%d is not held for authentication."
 msgstr ""
 
-#: scheduler/ipp.c:8807
 #, c-format
 msgid "Job #%d is not held."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1055
 msgid "Job Completed"
 msgstr "terminée"
 
-#: cgi-bin/ipp-var.c:1053
 msgid "Job Created"
 msgstr "Tâche créée"
 
-#: cgi-bin/ipp-var.c:1059
 msgid "Job Options Changed"
 msgstr "Options de la tâche modifiées"
 
-#: cgi-bin/ipp-var.c:1057
 msgid "Job Stopped"
 msgstr "arrêtée"
 
-#: scheduler/ipp.c:10068
 msgid "Job is completed and cannot be changed."
 msgstr "La tâche est terminée et ne peut être modifiée."
 
-#: cgi-bin/jobs.c:198
 msgid "Job operation failed"
 msgstr "L’opération sur la tâche a échoué :"
 
-#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134
 msgid "Job state cannot be changed."
 msgstr "L’état de la tâche ne peut être modifié."
 
-#: scheduler/ipp.c:8899
 msgid "Job subscriptions cannot be renewed."
 msgstr ""
 
-#: cgi-bin/jobs.c:103 cgi-bin/jobs.c:114 cgi-bin/jobs.c:195
 msgid "Jobs"
 msgstr "Tâches"
 
-#: backend/lpd.c:185
 msgid "LPD/LPR Host or Printer"
 msgstr "Hôte ou imprimante LPD/LPR"
 
-#: ppdc/sample.c:230
 msgid "Label Printer"
 msgstr "Imprimante pour étiquettes"
 
-#: ppdc/sample.c:446
 msgid "Label Top"
 msgstr "Étiquette supérieure"
 
-#: scheduler/ipp.c:2070 scheduler/ipp.c:5643
 #, c-format
 msgid "Language \"%s\" not supported."
 msgstr ""
 
-#: ppdc/sample.c:164
 msgid "Large Address"
 msgstr "Adresse étendue"
 
-#: ppdc/sample.c:291
 msgid "LaserJet Series PCL 4/5"
 msgstr "LaserJet série PCL 4/5"
 
-#: ppdc/sample.c:43
 msgid "Letter Oversize"
 msgstr ""
 
-#: ppdc/sample.c:44
 msgid "Letter Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:236
 msgid "Light"
 msgstr "Clair"
 
-#: cups/ppd.c:352
 msgid "Line longer than the maximum allowed (255 characters)"
 msgstr "Ligne dépassant la longueur maximale autorisée (255 caractères)"
 
-#: cgi-bin/admin.c:2393
 msgid "List Available Printers"
 msgstr ""
 
-#: ppdc/sample.c:272
 msgid "Long-Edge (Portrait)"
 msgstr "Bord le plus long (Portrait)"
 
-#: cups/http-support.c:1558
 msgid "Looking for printer."
 msgstr ""
 
-#: ppdc/sample.c:268
 msgid "Manual Feed"
 msgstr ""
 
-#: cups/ppd.c:789 cups/ppd.c:1357
 msgid "Media Size"
 msgstr "Taille du papier"
 
-#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262
 msgid "Media Source"
 msgstr "Source du papier"
 
-#: ppdc/sample.c:364
 msgid "Media Tracking"
 msgstr "Crénage du papier"
 
-#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285
 msgid "Media Type"
 msgstr "Type de papier"
 
-#: ppdc/sample.c:237
 msgid "Medium"
 msgstr "Moyen"
 
-#: cups/ppd.c:341
 msgid "Memory allocation error"
 msgstr "Erreur d’allocation de mémoire"
 
-#: cups/ppd.c:361
 msgid "Missing CloseGroup"
 msgstr ""
 
-#: cups/ppd.c:342
 msgid "Missing PPD-Adobe-4.x header"
 msgstr "Entête PPD-Adobe-4.x manquant"
 
-#: cups/ppd.c:351
 msgid "Missing asterisk in column 1"
 msgstr "Astérisque manquant à la colonne 1"
 
-#: scheduler/ipp.c:6119
 msgid "Missing document-number attribute."
 msgstr ""
 
-#: cups/adminutil.c:273
 #, c-format
 msgid "Missing double quote on line %d."
 msgstr ""
 
-#: cgi-bin/admin.c:736 cgi-bin/admin.c:2106 cgi-bin/admin.c:2191
-#: cgi-bin/admin.c:2785 cgi-bin/admin.c:3039 cgi-bin/admin.c:3150
-#: cgi-bin/admin.c:3860
 msgid "Missing form variable"
 msgstr ""
 
-#: scheduler/ipp.c:9422
 msgid "Missing last-document attribute in request."
 msgstr ""
 
-#: cups/pwg-media.c:535
 msgid "Missing media or media-col."
 msgstr ""
 
-#: cups/pwg-media.c:454
 msgid "Missing media-size in media-col."
 msgstr ""
 
-#: scheduler/ipp.c:6673
 msgid "Missing notify-subscription-ids attribute."
 msgstr ""
 
-#: cups/ppd.c:359
 msgid "Missing option keyword"
 msgstr ""
 
-#: scheduler/ipp.c:3133 scheduler/ipp.c:3158
 msgid "Missing requesting-user-name attribute."
 msgstr ""
 
-#: scheduler/ipp.c:461
 msgid "Missing required attributes."
 msgstr ""
 
-#: cups/adminutil.c:254
 #, c-format
 msgid "Missing value on line %d."
 msgstr ""
 
-#: cups/ppd.c:343
 msgid "Missing value string"
 msgstr "Chaîne de valeur manquante"
 
-#: cups/pwg-media.c:442
 msgid "Missing x-dimension in media-size."
 msgstr ""
 
-#: cups/pwg-media.c:448
 msgid "Missing y-dimension in media-size."
 msgstr ""
 
-#: systemv/lpinfo.c:470
 #, c-format
 msgid ""
 "Model:  name = %s\n"
@@ -3989,1520 +3206,1181 @@ msgid ""
 "        device-id = %s"
 msgstr ""
 
-#: cgi-bin/admin.c:570
 msgid "Modify Class"
 msgstr "Modifier la classe"
 
-#: cgi-bin/admin.c:882
 msgid "Modify Printer"
 msgstr "Modifier l’imprimante"
 
-#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516
 msgid "Move All Jobs"
 msgstr "Transférer toutes les tâches"
 
-#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514
 msgid "Move Job"
 msgstr "Transférer la tâche"
 
-#: cups/http-support.c:1290
 msgid "Moved Permanently"
 msgstr "Transférées de façon permanente"
 
-#: cups/ppd.c:340
 msgid "NULL PPD file pointer"
 msgstr "Pointeur de fichier PPD NULL."
 
-#: cups/snmp.c:1053
 msgid "Name OID uses indefinite length"
 msgstr "L’OID du nom s’avère être de longueur indéfinie"
 
-#: scheduler/ipp.c:1142
 msgid "Nested classes are not allowed."
 msgstr ""
 
-#: ppdc/sample.c:430
 msgid "Never"
 msgstr "Jamais"
 
-#: ppdc/sample.c:256
 msgid "New Stylus Color Series"
 msgstr "Nouvelles série Stylus Color"
 
-#: ppdc/sample.c:258
 msgid "New Stylus Photo Series"
 msgstr "Nouvelles série Stylus Photo"
 
-#: cups/ppd.c:1949
 msgid "No"
 msgstr "Non"
 
-#: cups/http-support.c:1287
 msgid "No Content"
 msgstr "Aucun contenu"
 
-#: cups/util.c:1298
 msgid "No PPD name"
 msgstr ""
 
-#: cups/snmp.c:1047
 msgid "No VarBind SEQUENCE"
 msgstr "Aucune SEQUENCE VarBind"
 
-#: cups/adminutil.c:788
 msgid "No Windows printer drivers are installed."
 msgstr ""
 
-#: cups/request.c:566 cups/request.c:908
 msgid "No active connection"
 msgstr "Aucune connexion active"
 
-#: scheduler/ipp.c:3403
 #, c-format
 msgid "No active jobs on %s."
 msgstr ""
 
-#: scheduler/ipp.c:302
 msgid "No attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:3034
 msgid "No authentication information provided."
 msgstr ""
 
-#: cups/snmp.c:1004
 msgid "No community name"
 msgstr "Aucun nom de communauté"
 
-#: scheduler/ipp.c:5919
 msgid "No default printer."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248
 msgid "No destinations added."
 msgstr "Aucune destination ajoutée."
 
-#: backend/usb.c:200
 msgid "No device URI found in argv[0] or in DEVICE_URI environment variable."
 msgstr ""
 
-#: cups/snmp.c:1034
 msgid "No error-index"
 msgstr "Paramètre error-index absent"
 
-#: cups/snmp.c:1026
 msgid "No error-status"
 msgstr ""
 
-#: scheduler/ipp.c:8190 scheduler/ipp.c:9436
 msgid "No file in print request."
 msgstr ""
 
-#: cups/util.c:923
 msgid "No modification time"
 msgstr ""
 
-#: cups/snmp.c:1051
 msgid "No name OID"
 msgstr "Aucun OID de nom"
 
-#: filter/rastertoepson.c:1147 filter/rastertohp.c:876
-#: filter/rastertolabel.c:1302
 msgid "No pages were found."
 msgstr ""
 
-#: cups/util.c:917
 msgid "No printer name"
 msgstr ""
 
-#: cups/util.c:1801
 msgid "No printer-uri found"
 msgstr ""
 
-#: cups/util.c:1786
 msgid "No printer-uri found for class"
 msgstr ""
 
-#: scheduler/ipp.c:6322
 msgid "No printer-uri in request."
 msgstr ""
 
-#: cups/snmp.c:1018
 msgid "No request-id"
 msgstr "Paramètre request-id absent"
 
-#: scheduler/ipp.c:5528
 msgid "No subscription attributes in request."
 msgstr ""
 
-#: scheduler/ipp.c:7575
 msgid "No subscriptions found."
 msgstr "Aucun abonnement trouvé."
 
-#: cups/snmp.c:1042
 msgid "No variable-bindings SEQUENCE"
 msgstr "Aucune SEQUENCE variable-bindings"
 
-#: cups/snmp.c:997
 msgid "No version number"
 msgstr "Aucun numéro de version"
 
-#: ppdc/sample.c:367
 msgid "Non-continuous (Mark sensing)"
 msgstr "Non continu (détection de marque)"
 
-#: ppdc/sample.c:366
 msgid "Non-continuous (Web sensing)"
 msgstr "Non continu (détection Web)"
 
-#: ppdc/sample.c:238
 msgid "Normal"
 msgstr "Normal"
 
-#: cups/http-support.c:1309
 msgid "Not Found"
 msgstr "Introuvable"
 
-#: cups/http-support.c:1321
 msgid "Not Implemented"
 msgstr "Non implémentée"
 
-#: ppdc/sample.c:276
 msgid "Not Installed"
 msgstr "Non installée"
 
-#: cups/http-support.c:1296
 msgid "Not Modified"
 msgstr "Non modifiée"
 
-#: cups/http-support.c:1324
 msgid "Not Supported"
 msgstr "Non prise en charge"
 
-#: scheduler/ipp.c:1518 scheduler/ipp.c:10666
 msgid "Not allowed to print."
 msgstr "Impression interdite"
 
-#: ppdc/sample.c:146
 msgid "Note"
 msgstr "Remarque"
 
-#: systemv/cupstestdsc.c:433
-msgid "Note: this program only validates the DSC comments, not the PostScript itself."
+msgid ""
+"Note: this program only validates the DSC comments, not the PostScript "
+"itself."
 msgstr ""
 
-#: cups/http-support.c:1278 cups/ppd.c:338
 msgid "OK"
 msgstr "OK"
 
-#: ppdc/sample.c:271
 msgid "Off (1-Sided)"
 msgstr "Désactivé (recto)"
 
-#: ppdc/sample.c:361
 msgid "Oki"
 msgstr "Oki"
 
-#: cgi-bin/help.c:91 cgi-bin/help.c:132 cgi-bin/help.c:142 cgi-bin/help.c:172
 msgid "Online Help"
 msgstr "Aide en ligne"
 
-#: cups/adminutil.c:955
 #, c-format
 msgid "Open of %s failed: %s"
 msgstr "L’ouverture de %s a échoué : %s"
 
-#: cups/ppd.c:346
 msgid "OpenGroup without a CloseGroup first"
 msgstr "OpenGroup sans CloseGroup préalable"
 
-#: cups/ppd.c:348
 msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"
 msgstr "OpenUI/JCLOpenUI sans CloseUI/JCLCloseUI préalable"
 
-#: cgi-bin/admin.c:3631
 msgid "Operation Policy"
 msgstr "Règles de fonctionnement"
 
-#: filter/pstops.c:2205
 #, c-format
 msgid "Option \"%s\" cannot be included via %%%%IncludeFeature."
 msgstr ""
 
-#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365
 msgid "Options Installed"
 msgstr "Options installées"
 
-#: scheduler/cupsfilter.c:1430 scheduler/main.c:2018 systemv/cupsaddsmb.c:284
-#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3797
-#: test/ipptool.c:4403 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174
-#: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254
 msgid "Options:"
 msgstr "Options"
 
-#: cups/ppd-cache.c:156
 msgid "Out of date PPD cache file."
 msgstr ""
 
-#: cups/ppd-cache.c:1381
 msgid "Out of memory."
 msgstr ""
 
-#: cups/ppd.c:795 cups/ppd.c:1363
 msgid "Output Mode"
 msgstr "Mode de sortie"
 
-#: systemv/lpstat.c:1191 systemv/lpstat.c:1195
 #, c-format
 msgid "Output for printer %s is sent to %s"
 msgstr ""
 
-#: systemv/lpstat.c:1185
 #, c-format
 msgid "Output for printer %s is sent to remote printer %s on %s"
 msgstr ""
 
-#: systemv/lpstat.c:1209 systemv/lpstat.c:1213
 #, c-format
 msgid "Output for printer %s/%s is sent to %s"
 msgstr ""
 
-#: systemv/lpstat.c:1203
 #, c-format
 msgid "Output for printer %s/%s is sent to remote printer %s on %s"
 msgstr ""
 
-#: systemv/cupstestdsc.c:399
 msgid "PASS"
 msgstr ""
 
-#: ppdc/sample.c:260
 msgid "PCL Laser Printer"
 msgstr "Imprimante laser PCL"
 
-#: ppdc/sample.c:149
 msgid "PRC16K"
 msgstr "PRC16K"
 
-#: ppdc/sample.c:150
 msgid "PRC16K Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:151
 msgid "PRC32K"
 msgstr "PRC32K"
 
-#: 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/snmp.c:1014
 msgid "Packet does not contain a Get-Response-PDU"
 msgstr "Le paquet ne contient aucun paramètre Get-Response-PDU"
 
-#: cups/snmp.c:993
 msgid "Packet does not start with SEQUENCE"
 msgstr "Le paquet ne commence pas par SEQUENCE"
 
-#: ppdc/sample.c:360
 msgid "ParamCustominCutInterval"
 msgstr "ParamCustominCutInterval"
 
-#: ppdc/sample.c:358
 msgid "ParamCustominTearInterval"
 msgstr "ParamCustominTearInterval"
 
-#: cups/auth.c:199 cups/auth.c:367
 #, c-format
 msgid "Password for %s on %s? "
 msgstr "Mot de passe pour %s sur %s ? "
 
-#: systemv/cupsaddsmb.c:252
 #, c-format
 msgid "Password for %s required to access %s via SAMBA: "
 msgstr "Un mot de passe pour %s est nécessaire pour accéder à %s via SAMBA : "
 
-#: cgi-bin/classes.c:167
 msgid "Pause Class"
 msgstr "Suspendre la classe"
 
-#: cgi-bin/printers.c:170
 msgid "Pause Printer"
 msgstr "Suspendre l’imprimante"
 
-#: ppdc/sample.c:448
 msgid "Peel-Off"
 msgstr "Décoller"
 
-#: ppdc/sample.c:160
 msgid "Photo"
 msgstr "Photo"
 
-#: ppdc/sample.c:161
 msgid "Photo Labels"
 msgstr "Étiquettes photo"
 
-#: ppdc/sample.c:286
 msgid "Plain Paper"
 msgstr ""
 
-#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580
 msgid "Policies"
 msgstr "Règles"
 
-#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662
 msgid "Port Monitor"
 msgstr "Moniteur de port"
 
-#: ppdc/sample.c:278
 msgid "PostScript Printer"
 msgstr "Imprimante PostScript"
 
-#: ppdc/sample.c:147
 msgid "Postcard"
 msgstr "Carte postale"
 
-#: 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 ""
 
-#: ppdc/sample.c:295
+msgid "Preparing to print."
+msgstr ""
+
 msgid "Print Density"
 msgstr "Densité d’impression"
 
-#: cups/notify.c:82
 msgid "Print Job:"
 msgstr "Tâche d’impression :"
 
-#: ppdc/sample.c:340
 msgid "Print Mode"
 msgstr "Mode d’impression"
 
-#: ppdc/sample.c:383
 msgid "Print Rate"
 msgstr "aux d’impression"
 
-#: cgi-bin/printers.c:179
 msgid "Print Self-Test Page"
 msgstr "Imprimer une page d’autotest"
 
-#: ppdc/sample.c:327
 msgid "Print Speed"
 msgstr "Vitesse d’impression"
 
-#: cgi-bin/ipp-var.c:792
 msgid "Print Test Page"
 msgstr "Imprimer la page de test"
 
-#: ppdc/sample.c:356
 msgid "Print and Cut"
 msgstr "Impression à découper"
 
-#: ppdc/sample.c:344
 msgid "Print and Tear"
 msgstr "Impression à détacher"
 
-#: backend/ipp.c:1537
-#, c-format
-msgid "Print file accepted - job ID %d."
-msgstr ""
-
-#: backend/ipp.c:1527
-msgid "Print file accepted - job ID unknown."
-msgstr ""
-
-#: backend/socket.c:424 backend/usb-unix.c:191
 msgid "Print file sent."
 msgstr ""
 
-#: backend/ipp.c:1488
-msgid "Print file was not accepted."
-msgstr ""
-
-#: backend/ipp.c:1895
 msgid "Print job canceled at printer."
 msgstr ""
 
-#: backend/ipp.c:1890
 msgid "Print job too large."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1047
+msgid "Print job was not accepted."
+msgstr ""
+
 msgid "Printer Added"
 msgstr "ajoutée"
 
-#: ppdc/sample.c:263
 msgid "Printer Default"
 msgstr "par défaut"
 
-#: cgi-bin/ipp-var.c:1051
 msgid "Printer Deleted"
 msgstr "supprimée"
 
-#: cgi-bin/ipp-var.c:1049
 msgid "Printer Modified"
 msgstr "modifiée"
 
-#: cgi-bin/ipp-var.c:1045
 msgid "Printer Paused"
 msgstr "en pause"
 
-#: ppdc/sample.c:294
 msgid "Printer Settings"
 msgstr "Réglages de l’imprimante"
 
-#: backend/ipp.c:1893
 msgid "Printer cannot print supplied content."
 msgstr ""
 
-#: cups/notify.c:126
 msgid "Printer:"
 msgstr "Imprimante :"
 
-#: cgi-bin/printers.c:204 cgi-bin/printers.c:332
 msgid "Printers"
 msgstr ""
 
-#: filter/rastertoepson.c:1093 filter/rastertohp.c:817
-#: filter/rastertolabel.c:1249
 #, c-format
 msgid "Printing page %d, %d%% complete."
 msgstr ""
 
-#: cgi-bin/classes.c:173 cgi-bin/printers.c:176
 msgid "Purge Jobs"
 msgstr "Purger les tâches"
 
-#: ppdc/sample.c:155
 msgid "Quarto"
 msgstr "Quarto"
 
-#: scheduler/ipp.c:1513 scheduler/ipp.c:10661
 msgid "Quota limit reached."
 msgstr ""
 
-#: berkeley/lpq.c:515
 msgid "Rank    Owner   Job     File(s)                         Total Size"
 msgstr ""
 
 #. TRANSLATORS: Pri is job priority.
-#: berkeley/lpq.c:511
-msgid "Rank   Owner      Pri  Job        Files                       Total Size"
+msgid ""
+"Rank   Owner      Pri  Job        Files                       Total Size"
 msgstr ""
 
-#: cgi-bin/classes.c:171 cgi-bin/printers.c:174
 msgid "Reject Jobs"
 msgstr "Refuser les tâches"
 
-#: backend/lpd.c:1016 backend/lpd.c:1148
 #, c-format
 msgid "Remote host did not accept control file (%d)."
 msgstr ""
 
-#: backend/lpd.c:1101
 #, c-format
 msgid "Remote host did not accept data file (%d)."
 msgstr ""
 
-#: ppdc/sample.c:428
 msgid "Reprint After Error"
 msgstr "Réimprimer après erreur"
 
-#: cups/http-support.c:1312
 msgid "Request Entity Too Large"
 msgstr "Entité de requête trop volumineuse"
 
-#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231
 msgid "Resolution"
 msgstr "Résolution"
 
-#: cgi-bin/classes.c:165
 msgid "Resume Class"
 msgstr "Relancer la classe"
 
-#: cgi-bin/printers.c:167
 msgid "Resume Printer"
 msgstr "Relancer l’imprimante"
 
-#: ppdc/sample.c:165
 msgid "Return Address"
 msgstr "Renvoyer l’adresse"
 
-#: ppdc/sample.c:449
 msgid "Rewind"
 msgstr "Rembobiner"
 
-#: cups/adminutil.c:2052
 #, c-format
 msgid "Running command: %s %s -N -A %s -c '%s'"
 msgstr ""
 
-#: cups/snmp.c:995
 msgid "SEQUENCE uses indefinite length"
 msgstr "SEQUENCE s’avère être de longueur indéfinie"
 
-#: cups/http-support.c:1336
 msgid "SSL/TLS Negotiation Error"
 msgstr ""
 
-#: cups/http-support.c:1293
 msgid "See Other"
 msgstr "Autres"
 
-#: backend/usb-darwin.c:543 backend/usb-libusb.c:273
 msgid "Sending data to printer."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:1061
 msgid "Server Restarted"
 msgstr "Le serveur a redémarré"
 
-#: cgi-bin/ipp-var.c:1067
 msgid "Server Security Auditing"
 msgstr "Vérification de la sécurité du serveur"
 
-#: cgi-bin/ipp-var.c:1063
 msgid "Server Started"
 msgstr "Le serveur a démarré"
 
-#: cgi-bin/ipp-var.c:1065
 msgid "Server Stopped"
 msgstr "Le serveur s’est arrêté"
 
-#: cups/http-support.c:1330
 msgid "Service Unavailable"
 msgstr "Service indisponible"
 
-#: cgi-bin/admin.c:2786 cgi-bin/admin.c:2832 cgi-bin/admin.c:2989
-#: cgi-bin/admin.c:3008
 msgid "Set Allowed Users"
 msgstr "Définir les autorisations"
 
-#: cgi-bin/admin.c:3035
 msgid "Set As Server Default"
 msgstr "Définir comme valeur par défaut pour le serveur"
 
-#: cgi-bin/admin.c:3135
 msgid "Set Class Options"
 msgstr "Définir les options de classe"
 
-#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691
 msgid "Set Printer Options"
 msgstr "Définir les options de l’imprimante"
 
-#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923
 msgid "Set Publishing"
 msgstr "Définir la publication"
 
-#: ppdc/sample.c:166
 msgid "Shipping Address"
 msgstr "Adresse de livraison"
 
-#: ppdc/sample.c:273
 msgid "Short-Edge (Landscape)"
 msgstr "Bord le plus court (paysage)"
 
-#: ppdc/sample.c:288
 msgid "Special Paper"
 msgstr "Papier spécial"
 
-#: backend/lpd.c:1057
 #, c-format
 msgid "Spooling job, %.0f%% complete."
 msgstr ""
 
-#: ppdc/sample.c:341
 msgid "Standard"
 msgstr "Standard"
 
 #. TRANSLATORS: Banner/cover sheet before the print job.
-#: cgi-bin/admin.c:3552
 msgid "Starting Banner"
 msgstr "Début de la bannière"
 
-#: filter/rastertoepson.c:1069 filter/rastertohp.c:793
-#: filter/rastertolabel.c:1225
 #, c-format
 msgid "Starting page %d."
 msgstr ""
 
-#: ppdc/sample.c:156
 msgid "Statement"
 msgstr "Déclaration"
 
-#: ppdc/sample.c:251
 msgid "Stylus Color Series"
 msgstr "Série Stylus Color"
 
-#: ppdc/sample.c:257
 msgid "Stylus Photo Series"
 msgstr "Série Stylus Photo"
 
-#: scheduler/ipp.c:3549 scheduler/ipp.c:6689 scheduler/ipp.c:7388
-#: scheduler/ipp.c:8887
 #, c-format
 msgid "Subscription #%d does not exist."
 msgstr ""
 
-#: ppdc/sample.c:157
 msgid "Super A"
 msgstr ""
 
-#: ppdc/sample.c:158
 msgid "Super B"
 msgstr "Super B"
 
-#: ppdc/sample.c:162
 msgid "Super B/A3"
 msgstr "Super B/A3"
 
-#: cups/http-support.c:1275
 msgid "Switching Protocols"
 msgstr "Permuter les protocoles"
 
-#: ppdc/sample.c:159
 msgid "Tabloid"
 msgstr "Tabloïd"
 
-#: ppdc/sample.c:45
 msgid "Tabloid Oversize"
 msgstr ""
 
-#: ppdc/sample.c:46
 msgid "Tabloid Oversize Long Edge"
 msgstr ""
 
-#: ppdc/sample.c:342
 msgid "Tear"
 msgstr "Détacher"
 
-#: ppdc/sample.c:447
 msgid "Tear-Off"
 msgstr "Détacher"
 
-#: ppdc/sample.c:388
 msgid "Tear-Off Adjust Position"
 msgstr "Position d’ajustement du détachement"
 
-#: scheduler/ipp.c:6393 scheduler/ipp.c:6471 scheduler/ipp.c:6487
-#: scheduler/ipp.c:6505
+#, c-format
+msgid "The \"%s\" attribute is required for print jobs."
+msgstr ""
+
 #, c-format
 msgid "The %s attribute cannot be provided with job-ids."
 msgstr ""
 
-#: scheduler/ipp.c:5118
 #, c-format
-msgid "The '%s' operation attribute cannot be supplied in a Create-Job request."
+msgid ""
+"The '%s' Job Description attribute cannot be supplied in a job creation "
+"request."
+msgstr ""
+
+#, c-format
+msgid ""
+"The '%s' operation attribute cannot be supplied in a Create-Job request."
 msgstr ""
 
-#: scheduler/ipp.c:6919
 #, c-format
 msgid "The PPD file \"%s\" could not be found."
 msgstr "Le fichier PPD « %s » n’a pu être trouvé."
 
-#: scheduler/ipp.c:6906
 #, c-format
 msgid "The PPD file \"%s\" could not be opened: %s"
 msgstr "Le fichier PPD « %s » n’a pu être ouvert : %s"
 
-#: filter/rastertoepson.c:1038 filter/rastertohp.c:764
-#: filter/rastertolabel.c:1189
 msgid "The PPD file could not be opened."
 msgstr ""
 
-#: cgi-bin/admin.c:749
-msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)."
-msgstr "Le nom de classe doit comporter au plus 127 caractères, tous imprimables, sans espace, « / » et « # »."
+msgid ""
+"The class name may only contain up to 127 printable characters and may not "
+"contain spaces, slashes (/), or the pound sign (#)."
+msgstr ""
+"Le nom de classe doit comporter au plus 127 caractères, tous imprimables, "
+"sans espace, « / » et « # »."
 
-#: cups/localize.c:353
 msgid "The developer unit needs to be replaced."
 msgstr ""
 
-#: cups/localize.c:351
 msgid "The developer unit will need to be replaced soon."
 msgstr ""
 
-#: cups/localize.c:343
 msgid "The fuser's temperature is high."
 msgstr ""
 
-#: cups/localize.c:345
 msgid "The fuser's temperature is low."
 msgstr ""
 
-#: scheduler/ipp.c:2097
-msgid "The notify-lease-duration attribute cannot be used with job subscriptions."
-msgstr "L’attribut « notify-lease-duration » ne peut pas être utilisé dans un abonnement de tâche."
+msgid ""
+"The notify-lease-duration attribute cannot be used with job subscriptions."
+msgstr ""
+"L’attribut « notify-lease-duration » ne peut pas être utilisé dans un "
+"abonnement de tâche."
 
-#: scheduler/ipp.c:2080 scheduler/ipp.c:5653
 #, c-format
 msgid "The notify-user-data value is too large (%d > 63 octets)."
 msgstr ""
 
-#: cups/localize.c:349
 msgid "The optical photoconductor needs to be replaced."
 msgstr ""
 
-#: cups/localize.c:347
 msgid "The optical photoconductor will need to be replaced soon."
 msgstr ""
 
-#: cups/localize.c:331
 msgid "The output bin is almost full."
 msgstr ""
 
-#: cups/localize.c:333
 msgid "The output bin is full."
 msgstr ""
 
-#: cups/localize.c:329
 msgid "The output bin is missing."
 msgstr ""
 
-#: cups/localize.c:325
 msgid "The paper tray is almost empty."
 msgstr ""
 
-#: cups/localize.c:327
 msgid "The paper tray is empty."
 msgstr ""
 
-#: cups/localize.c:323
 msgid "The paper tray is missing."
 msgstr ""
 
-#: cups/localize.c:306
 msgid "The paper tray needs to be filled."
 msgstr ""
 
-#: backend/ipp.c:909
-msgid "The printer URI is incorrect or no longer exists."
+msgid "The printer configuration is incorrect or the printer no longer exists."
 msgstr ""
 
-#: backend/lpd.c:619 backend/lpd.c:1009 backend/lpd.c:1091 backend/lpd.c:1141
 msgid "The printer did not respond."
 msgstr ""
 
-#: backend/ipp.c:892 backend/ipp.c:899
-#, c-format
-msgid "The printer does not support IPP/%d.%d, trying IPP/%s."
-msgstr ""
-
-#: backend/ipp.c:757 backend/ipp.c:874 backend/ipp.c:980 backend/ipp.c:1313
-#: backend/ipp.c:1464 backend/lpd.c:828 backend/socket.c:374
-#: backend/usb-unix.c:131 backend/usb-unix.c:424 backend/usb-unix.c:507
 msgid "The printer is in use."
 msgstr ""
 
-#: backend/runloop.c:254 backend/runloop.c:374 cups/localize.c:311
 msgid "The printer is not connected."
 msgstr ""
 
-#: backend/ipp.c:735 backend/ipp.c:768 backend/ipp.c:870 backend/lpd.c:807
-#: backend/lpd.c:848 backend/socket.c:353 backend/socket.c:386
 msgid "The printer is not responding."
 msgstr ""
 
-#: backend/runloop.c:396
 msgid "The printer is now connected."
 msgstr ""
 
-#: backend/usb-darwin.c:1286
 msgid "The printer is now online."
 msgstr ""
 
-#: backend/usb-darwin.c:1307
 msgid "The printer is offline."
 msgstr ""
 
-#: cups/localize.c:335
 msgid "The printer is running low on ink."
 msgstr ""
 
-#: cups/localize.c:313
 msgid "The printer is running low on toner."
 msgstr ""
 
-#: backend/ipp.c:750 backend/lpd.c:821 backend/socket.c:367
 msgid "The printer is unreachable at this time."
 msgstr ""
 
-#: cups/localize.c:337
 msgid "The printer may be out of ink."
 msgstr ""
 
-#: cups/localize.c:315
 msgid "The printer may be out of toner."
 msgstr ""
 
-#: backend/ipp.c:744 backend/lpd.c:815 backend/socket.c:361
 msgid "The printer may not exist or is unavailable at this time."
 msgstr ""
 
-#: cgi-bin/admin.c:931
-msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)."
-msgstr "Le nom d’imprimante doit comporter au plus 127 caractères, tous imprimables, sans espace, « / » et « # »."
+msgid ""
+"The printer name may only contain up to 127 printable characters and may not "
+"contain spaces, slashes (/), or the pound sign (#)."
+msgstr ""
+"Le nom d’imprimante doit comporter au plus 127 caractères, tous imprimables, "
+"sans espace, « / » et « # »."
 
-#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3198
-#: scheduler/ipp.c:3369 scheduler/ipp.c:5101 scheduler/ipp.c:5487
-#: scheduler/ipp.c:5801 scheduler/ipp.c:6359 scheduler/ipp.c:7124
-#: scheduler/ipp.c:7180 scheduler/ipp.c:7494 scheduler/ipp.c:7760
-#: scheduler/ipp.c:7849 scheduler/ipp.c:7882 scheduler/ipp.c:8205
-#: scheduler/ipp.c:8598 scheduler/ipp.c:8679 scheduler/ipp.c:9840
-#: scheduler/ipp.c:10294 scheduler/ipp.c:10624 scheduler/ipp.c:10706
-#: scheduler/ipp.c:10998
 msgid "The printer or class does not exist."
 msgstr ""
 
-#: scheduler/ipp.c:1304
 msgid "The printer or class is not shared."
 msgstr ""
 
-#: cups/localize.c:317
 msgid "The printer's cover is open."
 msgstr ""
 
-#: cups/localize.c:321
 msgid "The printer's door is open."
 msgstr ""
 
-#: cups/localize.c:319
 msgid "The printer's interlock is open."
 msgstr ""
 
-#: cups/localize.c:339
 msgid "The printer's waste bin is almost full."
 msgstr ""
 
-#: cups/localize.c:341
 msgid "The printer's waste bin is full."
 msgstr ""
 
-#: scheduler/ipp.c:982 scheduler/ipp.c:2261
 #, c-format
 msgid "The printer-uri \"%s\" contains invalid characters."
 msgstr "Le paramètre printer-uri « %s » contient des caractères non valides."
 
-#: scheduler/ipp.c:3175
 msgid "The printer-uri attribute is required."
 msgstr ""
 
-#: scheduler/ipp.c:966
-msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
-msgstr "L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/classes/CLASSNAME »."
+msgid ""
+"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
+msgstr ""
+"L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/"
+"classes/CLASSNAME »."
 
-#: scheduler/ipp.c:2245
-msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
-msgstr "L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/printers/PRINTERNAME »."
+msgid ""
+"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
+msgstr ""
+"L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/"
+"printers/PRINTERNAME »."
 
-#: cgi-bin/admin.c:474
-msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)."
-msgstr "Le nom de l’abonnement ne doit pas contenir d’espace ni aucun des symboles « / », « ? » et « # »."
+msgid ""
+"The subscription name may not contain spaces, slashes (/), question marks "
+"(?), or the pound sign (#)."
+msgstr ""
+"Le nom de l’abonnement ne doit pas contenir d’espace ni aucun des symboles "
+"« / », « ? » et « # »."
 
-#: scheduler/client.c:2450
-msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it."
+msgid ""
+"The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to "
+"enable it."
 msgstr ""
 
-#: scheduler/ipp.c:6454
 #, c-format
 msgid "The which-jobs value \"%s\" is not supported."
 msgstr ""
 
-#: scheduler/ipp.c:5731
 msgid "There are too many subscriptions."
 msgstr "Les abonnements sont trop nombreux."
 
-#: cups/localize.c:308
 msgid "There is a paper jam."
 msgstr ""
 
-#: backend/usb-darwin.c:379 backend/usb-darwin.c:438 backend/usb-darwin.c:505
-#: backend/usb-darwin.c:526 backend/usb-libusb.c:235 backend/usb-libusb.c:256
 msgid "There was an unrecoverable USB error."
 msgstr ""
 
-#: ppdc/sample.c:435
 msgid "Thermal Transfer Media"
 msgstr "Papier pour transfert thermique"
 
-#: scheduler/ipp.c:1507
 msgid "Too many active jobs."
 msgstr "Trop de tâches en cours."
 
-#: scheduler/ipp.c:1401
 #, c-format
 msgid "Too many job-sheets values (%d > 2)."
 msgstr ""
 
-#: scheduler/ipp.c:2529
 #, c-format
 msgid "Too many printer-state-reasons values (%d > %d)."
 msgstr ""
 
-#: ppdc/sample.c:289
 msgid "Transparency"
 msgstr "Transparence"
 
-#: ppdc/sample.c:284
 msgid "Tray"
 msgstr "Bac"
 
-#: ppdc/sample.c:264
 msgid "Tray 1"
 msgstr "Bac 1"
 
-#: ppdc/sample.c:265
 msgid "Tray 2"
 msgstr "Bac 2"
 
-#: ppdc/sample.c:266
 msgid "Tray 3"
 msgstr "Bac 3"
 
-#: ppdc/sample.c:267
 msgid "Tray 4"
 msgstr "Bac 4"
 
-#: cups/http-support.c:1315
 msgid "URI Too Long"
 msgstr "URI trop long"
 
-#: ppdc/sample.c:138
 msgid "US Ledger"
 msgstr "US Ledger"
 
-#: ppdc/sample.c:139
 msgid "US Legal"
 msgstr "US Légal"
 
-#: ppdc/sample.c:140
 msgid "US Legal Oversize"
 msgstr ""
 
-#: ppdc/sample.c:141
 msgid "US Letter"
 msgstr "US Lettre"
 
-#: 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:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996
 msgid "Unable to access cupsd.conf file"
 msgstr "Impossible d’accéder au fichier cupsd.conf :"
 
-#: cgi-bin/help.c:133
 msgid "Unable to access help file."
 msgstr "Impossible d’accéder au fichier d’aide :"
 
-#: cgi-bin/admin.c:526
 msgid "Unable to add RSS subscription"
 msgstr "Impossible d’ajouter d’abonnement RSS :"
 
-#: cgi-bin/admin.c:814
 msgid "Unable to add class"
 msgstr "Impossible d’ajouter la classe :"
 
-#: backend/ipp.c:1635
 msgid "Unable to add document to print job."
 msgstr ""
 
-#: scheduler/ipp.c:1548
 #, c-format
 msgid "Unable to add job for destination \"%s\"."
 msgstr ""
 
-#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419
 msgid "Unable to add printer"
 msgstr "Impossible d’ajouter l’imprimante :"
 
-#: scheduler/ipp.c:1246
 msgid "Unable to allocate memory for file types."
 msgstr ""
 
-#: filter/pstops.c:451
 msgid "Unable to allocate memory for page info"
 msgstr ""
 
-#: filter/pstops.c:445
 msgid "Unable to allocate memory for pages array"
 msgstr ""
 
-#: cgi-bin/admin.c:1525
 msgid "Unable to cancel RSS subscription"
 msgstr "Impossible d’annuler l’abonnement RSS :"
 
-#: backend/ipp.c:1942
 msgid "Unable to cancel print job."
 msgstr ""
 
-#: cgi-bin/admin.c:2990
 msgid "Unable to change printer"
 msgstr ""
 
-#: cgi-bin/admin.c:3906
 msgid "Unable to change printer-is-shared attribute"
 msgstr "Impossible de modifier l’attribut « printer-is-shared » :"
 
-#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799
 msgid "Unable to change server settings"
 msgstr "Impossible de modifier les réglages du serveur :"
 
-#: filter/commandtops.c:420
+#, c-format
+msgid "Unable to compile mimeMediaType regular expression: %s."
+msgstr ""
+
+#, c-format
+msgid "Unable to compile naturalLanguage regular expression: %s."
+msgstr ""
+
 msgid "Unable to configure printer options."
 msgstr ""
 
-#: cups/adminutil.c:911 cups/request.c:1016
 msgid "Unable to connect to host."
 msgstr "Connexion à l’hôte impossible."
 
-#: backend/ipp.c:713 backend/ipp.c:1138 backend/lpd.c:787 backend/socket.c:333
-#: backend/usb-unix.c:117
 msgid "Unable to contact printer, queuing on next printer in class."
 msgstr ""
 
-#: cups/adminutil.c:726
 #, c-format
 msgid "Unable to copy 64-bit CUPS printer driver files (%d)."
 msgstr ""
 
-#: cups/adminutil.c:691
 #, c-format
 msgid "Unable to copy 64-bit Windows printer driver files (%d)."
 msgstr ""
 
-#: cups/adminutil.c:522
 #, c-format
 msgid "Unable to copy CUPS printer driver files (%d)."
 msgstr ""
 
-#: scheduler/ipp.c:2649
 #, c-format
 msgid "Unable to copy PPD file - %s"
 msgstr ""
 
-#: scheduler/ipp.c:2704
 msgid "Unable to copy PPD file."
 msgstr ""
 
-#: cups/adminutil.c:487
 #, c-format
 msgid "Unable to copy Windows 2000 printer driver files (%d)."
 msgstr ""
 
-#: cups/adminutil.c:610
 #, c-format
 msgid "Unable to copy Windows 9x printer driver files (%d)."
 msgstr ""
 
-#: scheduler/ipp.c:2626
 #, c-format
 msgid "Unable to copy interface script - %s"
 msgstr ""
 
-#: backend/ipp.c:2034
-msgid "Unable to create compressed print file"
-msgstr ""
-
-#: cups/util.c:602 cups/util.c:1656
 msgid "Unable to create printer-uri"
 msgstr ""
 
-#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236
 msgid "Unable to create temporary file"
 msgstr "Impossible de créer le fichier temporaire :"
 
-#: cgi-bin/admin.c:2153
 msgid "Unable to delete class"
 msgstr "Impossible de supprimer la classe :"
 
-#: cgi-bin/admin.c:2238
 msgid "Unable to delete printer"
 msgstr "Impossible de supprimer l’imprimante :"
 
-#: cgi-bin/classes.c:260 cgi-bin/printers.c:269
 msgid "Unable to do maintenance command"
 msgstr "Impossible de lancer la commande de maintenance :"
 
-#: cgi-bin/admin.c:1974
 msgid "Unable to edit cupsd.conf files larger than 1MB"
 msgstr ""
 
-#: cups/http.c:4272
-msgid "Unable to establish a secure connection to host (certificate chain invalid)."
+msgid ""
+"Unable to establish a secure connection to host (certificate chain invalid)."
 msgstr ""
 
-#: cups/http.c:4262
-msgid "Unable to establish a secure connection to host (certificate not yet valid)."
+msgid ""
+"Unable to establish a secure connection to host (certificate not yet valid)."
 msgstr ""
 
-#: cups/http.c:4257
 msgid "Unable to establish a secure connection to host (expired certificate)."
 msgstr ""
 
-#: cups/http.c:4267
 msgid "Unable to establish a secure connection to host (host name mismatch)."
 msgstr ""
 
-#: cups/http.c:4277
-msgid "Unable to establish a secure connection to host (peer dropped connection before responding)."
+msgid ""
+"Unable to establish a secure connection to host (peer dropped connection "
+"before responding)."
 msgstr ""
 
-#: cups/http.c:4252
-msgid "Unable to establish a secure connection to host (self-signed certificate)."
+msgid ""
+"Unable to establish a secure connection to host (self-signed certificate)."
 msgstr ""
 
-#: cups/http.c:4247
-msgid "Unable to establish a secure connection to host (untrusted certificate)."
+msgid ""
+"Unable to establish a secure connection to host (untrusted certificate)."
 msgstr ""
 
-#: cups/http.c:4008 cups/http.c:4304 cups/http.c:4337 cups/http.c:4354
 msgid "Unable to establish a secure connection to host."
 msgstr ""
 
-#: cgi-bin/ipp-var.c:365
 msgid "Unable to find destination for job"
 msgstr ""
 
-#: cups/http-support.c:1748
 msgid "Unable to find printer."
 msgstr ""
 
-#: backend/ipp.c:2056
-msgid "Unable to generate compressed print file"
-msgstr ""
-
-#: backend/ipp.c:3009
 msgid "Unable to get backend exit status."
 msgstr ""
 
-#: cgi-bin/classes.c:450
 msgid "Unable to get class list"
 msgstr "Impossible d’obtenir la liste des classes :"
 
-#: cgi-bin/classes.c:549
 msgid "Unable to get class status"
 msgstr "Impossible d’obtenir l’état de la classe :"
 
-#: cgi-bin/admin.c:1320
 msgid "Unable to get list of printer drivers"
 msgstr "Impossible d’obtenir la liste des pilotes d’impression :"
 
-#: cgi-bin/admin.c:2840
 msgid "Unable to get printer attributes"
 msgstr "Impossible de récupérer les attributs de l’imprimante :"
 
-#: cgi-bin/printers.c:467
 msgid "Unable to get printer list"
 msgstr "Impossible d’obtenir la liste des imprimantes :"
 
-#: cgi-bin/printers.c:569
 msgid "Unable to get printer status"
 msgstr ""
 
-#: backend/ipp.c:933
 msgid "Unable to get printer status."
 msgstr "Impossible d’obtenir l’état de l’imprimante :"
 
-#: cups/adminutil.c:565 cups/adminutil.c:769
 #, c-format
 msgid "Unable to install Windows 2000 printer driver files (%d)."
 msgstr ""
 
-#: cups/adminutil.c:639
 #, c-format
 msgid "Unable to install Windows 9x printer driver files (%d)."
 msgstr ""
 
-#: cgi-bin/help.c:92
 msgid "Unable to load help index."
 msgstr ""
 
-#: backend/ipp.c:642 backend/lpd.c:421 backend/socket.c:275
 #, c-format
 msgid "Unable to locate printer \"%s\"."
 msgstr ""
 
-#: backend/dnssd.c:781 backend/ipp.c:324 backend/lpd.c:204
-#: backend/socket.c:171
 msgid "Unable to locate printer."
 msgstr ""
 
-#: cgi-bin/admin.c:813
 msgid "Unable to modify class"
 msgstr "Impossible de modifier la classe :"
 
-#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418
 msgid "Unable to modify printer"
 msgstr "Impossible de modifier l’imprimante :"
 
-#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521
 msgid "Unable to move job"
 msgstr "Impossible de transférer la tâche."
 
-#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523
 msgid "Unable to move jobs"
 msgstr "Impossible de transférer les tâches."
 
-#: cgi-bin/admin.c:3186 cups/ppd.c:339
 msgid "Unable to open PPD file"
 msgstr ""
 
-#: backend/ipp.c:2040
-msgid "Unable to open compressed print file"
-msgstr ""
-
-#: cgi-bin/admin.c:2608
 msgid "Unable to open cupsd.conf file:"
 msgstr "Impossible d’ouvrir le fichier cupsd.conf :"
 
-#: backend/usb-unix.c:141
 msgid "Unable to open device file"
 msgstr ""
 
-#: scheduler/ipp.c:6140
 #, c-format
 msgid "Unable to open document #%d in job #%d."
 msgstr ""
 
-#: cgi-bin/help.c:364
 msgid "Unable to open help file."
 msgstr ""
 
-#: backend/ipp.c:365 backend/ipp.c:1398 backend/ipp.c:1594 backend/ipp.c:2046
-#: backend/lpd.c:488 backend/socket.c:158 backend/usb.c:237
-#: filter/gziptoany.c:71 filter/pstops.c:300
 msgid "Unable to open print file"
 msgstr ""
 
-#: filter/rastertoepson.c:998 filter/rastertohp.c:724
-#: filter/rastertolabel.c:1147
 msgid "Unable to open raster file"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:795
 msgid "Unable to print test page"
 msgstr "Impossible d’imprimer la page de test :"
 
-#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:613
-#: backend/usb-darwin.c:657 backend/usb-libusb.c:343 backend/usb-libusb.c:378
 msgid "Unable to read print data."
 msgstr ""
 
-#: cups/dest.c:3402
 msgid "Unable to resolve printer URI."
 msgstr ""
 
-#: cups/adminutil.c:2088
 #, c-format
 msgid "Unable to run \"%s\": %s"
 msgstr ""
 
-#: filter/pstops.c:563
 msgid "Unable to see in file"
 msgstr ""
 
-#: cgi-bin/ipp-var.c:598 cgi-bin/ipp-var.c:618
 msgid "Unable to send command to printer driver"
 msgstr ""
 
-#: backend/usb-darwin.c:735 backend/usb-libusb.c:454
 msgid "Unable to send data to printer."
 msgstr ""
 
-#: cups/adminutil.c:821
 #, c-format
 msgid "Unable to set Windows printer driver (%d)."
 msgstr ""
 
-#: cgi-bin/admin.c:3807
 msgid "Unable to set options"
 msgstr "Impossible de définir les options :"
 
-#: cgi-bin/admin.c:3077
 msgid "Unable to set server default"
 msgstr "Impossible de définir la valeur par défaut pour le serveur :"
 
-#: backend/ipp.c:2868 backend/ipp.c:2945 backend/ipp.c:2953
 msgid "Unable to start backend process."
 msgstr ""
 
-#: cgi-bin/admin.c:1912
 msgid "Unable to upload cupsd.conf file"
 msgstr "Impossible de transmettre le fichier cupsd.conf :"
 
-#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009
 msgid "Unable to use legacy USB class driver."
 msgstr ""
 
-#: backend/runloop.c:125 backend/runloop.c:380
 msgid "Unable to write print data"
 msgstr ""
 
-#: filter/gziptoany.c:90
 #, c-format
 msgid "Unable to write uncompressed print data: %s"
 msgstr ""
 
-#: cups/http-support.c:1303
 msgid "Unauthorized"
 msgstr "Non autorisé"
 
-#: cgi-bin/admin.c:3503
 msgid "Units"
 msgstr "Unités"
 
-#: cups/http-support.c:1343 cups/ppd.c:366
 msgid "Unknown"
 msgstr "Inconnu"
 
-#: filter/pstops.c:2213
 #, c-format
 msgid "Unknown choice \"%s\" for option \"%s\"."
 msgstr ""
 
-#: backend/ipp.c:507
 #, c-format
 msgid "Unknown encryption option value: \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:350
 #, c-format
 msgid "Unknown file order: \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:321
 #, c-format
 msgid "Unknown format character: \"%c\"."
 msgstr ""
 
-#: cups/dest-options.c:770
 msgid "Unknown media size name."
 msgstr ""
 
-#: backend/ipp.c:554
 #, c-format
 msgid "Unknown option \"%s\" with value \"%s\"."
 msgstr ""
 
-#: filter/pstops.c:2196
 #, c-format
 msgid "Unknown option \"%s\"."
 msgstr ""
 
-#: backend/lpd.c:336
 #, c-format
 msgid "Unknown print mode: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:10496
 #, c-format
 msgid "Unknown printer-error-policy \"%s\"."
 msgstr "Paramètre printer-error-policy « %s » inconnu."
 
-#: scheduler/ipp.c:10479
 #, c-format
 msgid "Unknown printer-op-policy \"%s\"."
 msgstr "Paramètre printer-op-policy « %s » inconnu."
 
-#: cups/http-addrlist.c:710
 msgid "Unknown service name."
 msgstr ""
 
-#: backend/ipp.c:526
 #, c-format
 msgid "Unknown version option value: \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:402
+#, c-format
+msgid "Unsupported 'compression' value \"%s\"."
+msgstr ""
+
+#, c-format
+msgid "Unsupported 'document-format' value \"%s\"."
+msgstr ""
+
+msgid "Unsupported 'job-name' value."
+msgstr ""
+
 #, c-format
 msgid "Unsupported character set \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950
 #, c-format
 msgid "Unsupported compression \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979
 #, c-format
 msgid "Unsupported document-format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:9534
 #, c-format
 msgid "Unsupported document-format \"%s/%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1367
 #, c-format
 msgid "Unsupported format \"%s\"."
 msgstr ""
 
-#: scheduler/ipp.c:1465
 msgid "Unsupported margins."
 msgstr ""
 
-#: cups/pwg-media.c:529
 msgid "Unsupported media value."
 msgstr ""
 
-#: filter/pstops.c:2478
 #, c-format
 msgid "Unsupported number-up value %d, using number-up=1."
 msgstr ""
 
-#: filter/pstops.c:2512
 #, c-format
 msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb."
 msgstr ""
 
-#: filter/pstops.c:2563
 #, c-format
 msgid "Unsupported page-border value %s, using page-border=none."
 msgstr ""
 
-#: filter/rastertopwg.c:147 filter/rastertopwg.c:155 filter/rastertopwg.c:164
 msgid "Unsupported raster data."
 msgstr ""
 
-#: cups/snmp.c:1112
 msgid "Unsupported value type"
 msgstr "Type de valeur non pris en charge"
 
-#: cups/http-support.c:1318
 msgid "Upgrade Required"
 msgstr "Mise à niveau obligatoire"
 
-#: systemv/lpadmin.c:668
 msgid ""
 "Usage:\n"
 "\n"
@@ -5514,47 +4392,35 @@ msgid ""
 "                       [-u allow:user,user] [-u deny:user,user]"
 msgstr ""
 
-#: backend/dnssd.c:241 backend/ipp.c:313 backend/lpd.c:191
-#: backend/socket.c:135 backend/usb.c:183 filter/commandtops.c:74
-#: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62
-#: monitor/tbcp.c:61
 #, c-format
 msgid "Usage: %s job-id user title copies options [file]"
 msgstr ""
 
-#: systemv/cupsaddsmb.c:281
 msgid "Usage: cupsaddsmb [options] printer1 ... printerN"
 msgstr ""
 
-#: systemv/cupsctl.c:200
 msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]"
 msgstr ""
 
-#: scheduler/main.c:2017
 msgid "Usage: cupsd [options]"
 msgstr ""
 
-#: scheduler/cupsfilter.c:1429
 msgid "Usage: cupsfilter [ options ] filename"
 msgstr ""
 
-#: systemv/cupstestdsc.c:425
 msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]"
 msgstr ""
 
-#: systemv/cupstestppd.c:3793
-msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
+msgid ""
+"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
 msgstr ""
 
-#: test/ipptool.c:4401
 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]"
 msgstr ""
 
-#: systemv/lpmove.c:125
 msgid "Usage: lpmove job/src dest"
 msgstr ""
 
-#: systemv/lpoptions.c:553
 msgid ""
 "Usage: lpoptions [-h server] [-E] -d printer\n"
 "       lpoptions [-h server] [-E] [-p printer] -l\n"
@@ -5562,1160 +4428,927 @@ msgid ""
 "       lpoptions [-h server] [-E] -x printer"
 msgstr ""
 
-#: systemv/lppasswd.c:476
 msgid "Usage: lppasswd [-g groupname]"
 msgstr ""
 
-#: systemv/lppasswd.c:479
 msgid ""
 "Usage: lppasswd [-g groupname] [username]\n"
 "       lppasswd [-g groupname] -a [username]\n"
 "       lppasswd [-g groupname] -x [username]"
 msgstr ""
 
-#: berkeley/lpq.c:670
-msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]"
+msgid ""
+"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]"
 msgstr ""
 
-#: ppdc/ppdc.cxx:435
 msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]"
 msgstr ""
 
-#: ppdc/ppdhtml.cxx:172
 msgid "Usage: ppdhtml [options] filename.drv >filename.html"
 msgstr ""
 
-#: ppdc/ppdi.cxx:128
 msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:367
 msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
 msgstr ""
 
-#: ppdc/ppdpo.cxx:252
-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:218
 msgid "Usage: snmp [host-or-ip-address]"
 msgstr ""
 
-#: cups/snmp.c:1064
 msgid "Value uses indefinite length"
 msgstr "La valeur s’avère être de longueur indéfinie"
 
-#: cups/snmp.c:1049
 msgid "VarBind uses indefinite length"
 msgstr "VarBind s’avère être de longueur indéfinie"
 
-#: cups/snmp.c:999
 msgid "Version uses indefinite length"
 msgstr "La version s’avère être de longueur indéfinie"
 
-#: backend/ipp.c:1675
 msgid "Waiting for job to complete."
 msgstr ""
 
-#: backend/usb-darwin.c:457 backend/usb-libusb.c:193
 msgid "Waiting for printer to become available."
 msgstr ""
 
-#: backend/socket.c:444
 msgid "Waiting for printer to finish."
 msgstr ""
 
-#: cups/adminutil.c:793
 msgid "Warning, no Windows 2000 printer drivers are installed."
 msgstr ""
 
-#: cups/http-support.c:1339
 msgid "Web Interface is Disabled"
 msgstr ""
 
-#: cups/ppd.c:1947
 msgid "Yes"
 msgstr "Oui"
 
-#: scheduler/client.c:2437
 #, c-format
-msgid "You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://%s:%d%s</A>."
-msgstr "Vous devez accéder à cette page par l’URL <A HREF=\"https://%s:%d%s\">https://%s:%d%s</A>."
+msgid ""
+"You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://"
+"%s:%d%s</A>."
+msgstr ""
+"Vous devez accéder à cette page par l’URL <A HREF=\"https://%s:%d%s"
+"\">https://%s:%d%s</A>."
 
-#: systemv/lppasswd.c:254
-msgid "Your password must be at least 6 characters long, cannot contain your username, and must contain at least one letter and number."
+msgid ""
+"Your password must be at least 6 characters long, cannot contain your "
+"username, and must contain at least one letter and number."
 msgstr ""
 
-#: ppdc/sample.c:439
 msgid "ZPL Label Printer"
 msgstr "Imprimante pour étiquettes ZPL"
 
-#: ppdc/sample.c:362
 msgid "Zebra"
 msgstr "Zebra"
 
-#: cups/notify.c:102
 msgid "aborted"
 msgstr "abandonnée"
 
-#: cups/notify.c:99
 msgid "canceled"
 msgstr "annulée"
 
-#: cups/notify.c:105
 msgid "completed"
 msgstr "terminée"
 
-#: scheduler/ipp.c:6012
 msgid "cups-deviced failed to execute."
 msgstr "L’exécution de « cups-deviced » a échoué."
 
-#: scheduler/ipp.c:6842 scheduler/ipp.c:7091
 msgid "cups-driverd failed to execute."
 msgstr "L’exécution de « cups-driverd » a échoué."
 
-#: systemv/cupsaddsmb.c:233
 #, c-format
 msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s"
 msgstr ""
 
-#: systemv/cupsctl.c:141
 msgid "cupsctl: Cannot set Listen or Port directly."
 msgstr ""
 
-#: systemv/cupsctl.c:152
 #, c-format
 msgid "cupsctl: Unable to connect to server: %s"
 msgstr ""
 
-#: systemv/cupsctl.c:195
 #, c-format
 msgid "cupsctl: Unknown option \"%s\""
 msgstr ""
 
-#: systemv/cupsctl.c:197
 #, c-format
 msgid "cupsctl: Unknown option \"-%c\""
 msgstr ""
 
-#: scheduler/main.c:189
 msgid "cupsd: Expected config filename after \"-c\" option."
 msgstr ""
 
-#: scheduler/main.c:221 scheduler/main.c:228
+msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
+msgstr ""
+
+msgid "cupsd: Relative cups-files.conf filename not allowed."
+msgstr ""
+
 msgid "cupsd: Unable to get current directory."
 msgstr ""
 
-#: scheduler/main.c:295
+msgid "cupsd: Unable to get path to cups-files.conf file."
+msgstr ""
+
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr ""
 
-#: scheduler/main.c:288
 #, c-format
 msgid "cupsd: Unknown option \"%c\" - aborting."
 msgstr ""
 
-#: scheduler/main.c:255
 msgid "cupsd: launchd(8) support not compiled in, running in normal mode."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1209
 #, c-format
 msgid "cupsfilter: Invalid document number %d."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1203
 #, c-format
 msgid "cupsfilter: Invalid job ID %d."
 msgstr ""
 
-#: scheduler/cupsfilter.c:358
 msgid "cupsfilter: Only one filename can be specified."
 msgstr ""
 
-#: scheduler/cupsfilter.c:1251
 #, c-format
 msgid "cupsfilter: Unable to get job file - %s"
 msgstr ""
 
-#: systemv/cupstestppd.c:261
 msgid "cupstestppd: The -q option is incompatible with the -v option."
 msgstr ""
 
-#: systemv/cupstestppd.c:277
 msgid "cupstestppd: The -v option is incompatible with the -q option."
 msgstr ""
 
-#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237
 #, c-format
 msgid "device for %s/%s: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224
 #, c-format
 msgid "device for %s: %s"
 msgstr ""
 
-#: cups/snmp.c:1036
 msgid "error-index uses indefinite length"
 msgstr "Le paramètre error-index s’avère être de longueur indéfinie"
 
-#: cups/snmp.c:1028
 msgid "error-status uses indefinite length"
 msgstr "Le paramètre error-status s’avère être de longueur indéfinie"
 
-#: cups/notify.c:90
 msgid "held"
 msgstr "retenue"
 
-#: berkeley/lpc.c:209
 msgid "help\t\tGet help on commands."
 msgstr ""
 
-#: cups/notify.c:131
 msgid "idle"
 msgstr "inactive"
 
-#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539
 msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"."
 msgstr ""
 
-#: test/ipptool.c:597
 #, c-format
 msgid "ipptool: Bad URI - %s."
 msgstr ""
 
-#: test/ipptool.c:362
 #, c-format
 msgid "ipptool: Bad version %s for \"-V\"."
 msgstr ""
 
-#: test/ipptool.c:508
 msgid "ipptool: Invalid seconds for \"-i\"."
 msgstr ""
 
-#: test/ipptool.c:578
 msgid "ipptool: May only specify a single URI."
 msgstr ""
 
-#: test/ipptool.c:531
 msgid "ipptool: Missing count for \"-n\"."
 msgstr ""
 
-#: test/ipptool.c:408
 msgid "ipptool: Missing filename for \"-f\"."
 msgstr ""
 
-#: test/ipptool.c:389
 msgid "ipptool: Missing name=value for \"-d\"."
 msgstr ""
 
-#: test/ipptool.c:498
 msgid "ipptool: Missing seconds for \"-i\"."
 msgstr ""
 
-#: test/ipptool.c:332
 msgid "ipptool: Missing timeout for \"-T\"."
 msgstr ""
 
-#: test/ipptool.c:345
 msgid "ipptool: Missing version for \"-V\"."
 msgstr ""
 
-#: test/ipptool.c:624
 msgid "ipptool: URI required before test file."
 msgstr ""
 
-#: test/ipptool.c:558
 #, c-format
 msgid "ipptool: Unknown option \"-%c\"."
 msgstr ""
 
-#: scheduler/ipp.c:7838
 msgid "job-printer-uri attribute missing."
 msgstr ""
 
-#: systemv/lpadmin.c:131 systemv/lpadmin.c:375
 msgid "lpadmin: Class name can only contain printable characters."
 msgstr ""
 
-#: systemv/lpadmin.c:614
 msgid "lpadmin: Expected PPD after \"-P\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:457
 msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:364
 msgid "lpadmin: Expected class after \"-r\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:120
 msgid "lpadmin: Expected class name after \"-c\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:558
 msgid "lpadmin: Expected description after \"-D\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:491
 msgid "lpadmin: Expected device URI after \"-v\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:574
 msgid "lpadmin: Expected file type(s) after \"-I\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:202
 msgid "lpadmin: Expected hostname after \"-h\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:221
 msgid "lpadmin: Expected interface after \"-i\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:594
 msgid "lpadmin: Expected location after \"-L\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:274
 msgid "lpadmin: Expected model after \"-m\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:417
 msgid "lpadmin: Expected name after \"-R\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:294
 msgid "lpadmin: Expected name=value after \"-o\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:313
 msgid "lpadmin: Expected printer after \"-p\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:164
 msgid "lpadmin: Expected printer name after \"-d\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:525
 msgid "lpadmin: Expected printer or class after \"-x\" option."
 msgstr ""
 
-#: systemv/lpadmin.c:975
 msgid "lpadmin: No member names were seen."
 msgstr ""
 
-#: systemv/lpadmin.c:762
 #, c-format
 msgid "lpadmin: Printer %s is already a member of class %s."
 msgstr ""
 
-#: systemv/lpadmin.c:989
 #, c-format
 msgid "lpadmin: Printer %s is not a member of class %s."
 msgstr ""
 
-#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536
 msgid "lpadmin: Printer name can only contain printable characters."
 msgstr ""
 
-#: systemv/lpadmin.c:105
 msgid ""
 "lpadmin: Unable to add a printer to the class:\n"
 "         You must specify a printer name first."
 msgstr ""
 
-#: systemv/lpadmin.c:96 systemv/lpadmin.c:149 systemv/lpadmin.c:253
-#: systemv/lpadmin.c:339 systemv/lpadmin.c:393 systemv/lpadmin.c:510
-#: systemv/lpadmin.c:647
 #, c-format
 msgid "lpadmin: Unable to connect to server: %s"
 msgstr ""
 
-#: systemv/lpadmin.c:1329
 msgid "lpadmin: Unable to create temporary file"
 msgstr ""
 
-#: systemv/lpadmin.c:402
 msgid ""
 "lpadmin: Unable to delete option:\n"
 "         You must specify a printer name first."
 msgstr ""
 
-#: systemv/lpadmin.c:1339
 #, c-format
 msgid "lpadmin: Unable to open PPD file \"%s\" - %s"
 msgstr ""
 
-#: systemv/lpadmin.c:348
 msgid ""
 "lpadmin: Unable to remove a printer from the class:\n"
 "         You must specify a printer name first."
 msgstr ""
 
-#: systemv/lpadmin.c:656
 msgid ""
 "lpadmin: Unable to set the printer options:\n"
 "         You must specify a printer name first."
 msgstr ""
 
-#: systemv/lpadmin.c:474
 #, c-format
 msgid "lpadmin: Unknown allow/deny option \"%s\"."
 msgstr ""
 
-#: systemv/lpadmin.c:629
 #, c-format
 msgid "lpadmin: Unknown argument \"%s\"."
 msgstr ""
 
-#: systemv/lpadmin.c:624
 #, c-format
 msgid "lpadmin: Unknown option \"%c\"."
 msgstr ""
 
-#: systemv/lpadmin.c:580
 msgid "lpadmin: Warning - content type list ignored."
 msgstr ""
 
-#: berkeley/lpc.c:76 berkeley/lpc.c:104 berkeley/lpc.c:140
 msgid "lpc> "
 msgstr "lpc> "
 
-#: systemv/lpinfo.c:137
 msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"."
 msgstr ""
 
-#: systemv/lpinfo.c:190
 msgid "lpinfo: Expected language after \"--language\"."
 msgstr ""
 
-#: systemv/lpinfo.c:207
 msgid "lpinfo: Expected make and model after \"--make-and-model\"."
 msgstr ""
 
-#: systemv/lpinfo.c:224
 msgid "lpinfo: Expected product string after \"--product\"."
 msgstr ""
 
-#: systemv/lpinfo.c:155
 msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"."
 msgstr ""
 
-#: systemv/lpinfo.c:173
 msgid "lpinfo: Expected scheme list after \"--include-schemes\"."
 msgstr ""
 
-#: systemv/lpinfo.c:241
 msgid "lpinfo: Expected timeout after \"--timeout\"."
 msgstr ""
 
-#: systemv/lpinfo.c:265
 #, c-format
 msgid "lpinfo: Unknown argument \"%s\"."
 msgstr ""
 
-#: systemv/lpinfo.c:259
 #, c-format
 msgid "lpinfo: Unknown option \"%c\"."
 msgstr ""
 
-#: systemv/lpinfo.c:252
 #, c-format
 msgid "lpinfo: Unknown option \"%s\"."
 msgstr ""
 
-#: systemv/lpmove.c:133
 #, c-format
 msgid "lpmove: Unable to connect to server: %s"
 msgstr ""
 
-#: systemv/lpmove.c:119
 #, c-format
 msgid "lpmove: Unknown argument \"%s\"."
 msgstr ""
 
-#: systemv/lpmove.c:97
 #, c-format
 msgid "lpmove: Unknown option \"%c\"."
 msgstr ""
 
-#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244
 msgid "lpoptions: No printers."
 msgstr ""
 
-#: systemv/lpoptions.c:219
 #, c-format
 msgid "lpoptions: Unable to add printer or instance: %s"
 msgstr ""
 
-#: systemv/lpoptions.c:521
 #, c-format
 msgid "lpoptions: Unable to get PPD file for %s: %s"
 msgstr ""
 
-#: systemv/lpoptions.c:529
 #, c-format
 msgid "lpoptions: Unable to open PPD file for %s."
 msgstr ""
 
-#: systemv/lpoptions.c:99
 msgid "lpoptions: Unknown printer or class."
 msgstr ""
 
-#: systemv/lppasswd.c:173
 msgid "lppasswd: Only root can add or delete passwords."
 msgstr ""
 
-#: systemv/lppasswd.c:302
 msgid "lppasswd: Password file busy."
 msgstr ""
 
-#: systemv/lppasswd.c:431
 msgid "lppasswd: Password file not updated."
 msgstr ""
 
-#: systemv/lppasswd.c:398
 msgid "lppasswd: Sorry, password doesn't match."
 msgstr ""
 
-#: systemv/lppasswd.c:253
 msgid "lppasswd: Sorry, password rejected."
 msgstr ""
 
-#: systemv/lppasswd.c:230
 msgid "lppasswd: Sorry, passwords don't match."
 msgstr ""
 
-#: systemv/lppasswd.c:199 systemv/lppasswd.c:218
 #, c-format
 msgid "lppasswd: Unable to copy password string: %s"
 msgstr ""
 
-#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329
 #, c-format
 msgid "lppasswd: Unable to open password file: %s"
 msgstr ""
 
-#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408
 #, c-format
 msgid "lppasswd: Unable to write to password file: %s"
 msgstr ""
 
-#: systemv/lppasswd.c:446
 #, c-format
 msgid "lppasswd: failed to backup old password file: %s"
 msgstr ""
 
-#: systemv/lppasswd.c:458
 #, c-format
 msgid "lppasswd: failed to rename password file: %s"
 msgstr ""
 
-#: systemv/lppasswd.c:389
 #, c-format
 msgid "lppasswd: user \"%s\" and group \"%s\" do not exist."
 msgstr ""
 
-#: systemv/lpstat.c:1039
 #, c-format
-msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"."
+msgid ""
+"lpstat: error - %s environment variable names non-existent destination \"%s"
+"\"."
 msgstr ""
 
-#: systemv/lpstat.c:970
 #, c-format
 msgid "members of class %s:"
 msgstr ""
 
-#: berkeley/lpq.c:582
 msgid "no entries"
 msgstr ""
 
-#: systemv/lpstat.c:1043
 msgid "no system default destination"
 msgstr ""
 
-#: scheduler/ipp.c:5702
 msgid "notify-events not specified."
 msgstr ""
 
-#: scheduler/ipp.c:2034 scheduler/ipp.c:5607
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" is already used."
 msgstr ""
 
-#: scheduler/ipp.c:2024 scheduler/ipp.c:5597
 #, c-format
 msgid "notify-recipient-uri URI \"%s\" uses unknown scheme."
 msgstr ""
 
-#: cups/notify.c:87
 msgid "pending"
 msgstr "en attente"
 
-#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93
 #, c-format
 msgid "ppdc: Adding include directory \"%s\"."
 msgstr ""
 
-#: ppdc/ppdpo.cxx:134
 #, c-format
 msgid "ppdc: Adding/updating UI text from %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:410
 #, c-format
 msgid "ppdc: Bad boolean value (%s) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-import.cxx:264
 #, c-format
 msgid "ppdc: Bad font attribute: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1796
 #, c-format
 msgid "ppdc: Bad resolution name \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1113
 #, c-format
 msgid "ppdc: Bad status keyword %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2033
 #, c-format
 msgid "ppdc: Bad variable substitution ($%c) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2719
 #, c-format
 msgid "ppdc: Choice found on line %d of %s with no Option."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1698
 #, c-format
 msgid "ppdc: Duplicate #po for locale %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:932
 #, c-format
 msgid "ppdc: Expected a filter definition on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:955
 #, c-format
 msgid "ppdc: Expected a program name on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:394
 #, c-format
 msgid "ppdc: Expected boolean value on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1093
 #, c-format
 msgid "ppdc: Expected charset after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:447
 #, c-format
 msgid "ppdc: Expected choice code on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:435
 #, c-format
 msgid "ppdc: Expected choice name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:503
 #, c-format
 msgid "ppdc: Expected color order for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:492
 #, c-format
 msgid "ppdc: Expected colorspace for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:514
 #, c-format
 msgid "ppdc: Expected compression for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:695
 #, c-format
 msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2905
 #, c-format
-msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s."
+msgid ""
+"ppdc: Expected driver type keyword following DriverType on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:826
 #, c-format
 msgid "ppdc: Expected duplex type after Duplex on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1077
 #, c-format
 msgid "ppdc: Expected encoding after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1689
 #, c-format
 msgid "ppdc: Expected filename after #po %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1205
 #, c-format
 msgid "ppdc: Expected group name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2619
 #, c-format
 msgid "ppdc: Expected include filename on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1502
 #, c-format
 msgid "ppdc: Expected integer on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1681
 #, c-format
 msgid "ppdc: Expected locale after #po on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:353
 #, c-format
 msgid "ppdc: Expected name after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3277
 #, c-format
 msgid "ppdc: Expected name after FileName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1058
 #, c-format
 msgid "ppdc: Expected name after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3108
 #, c-format
 msgid "ppdc: Expected name after Manufacturer on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3141
 #, c-format
 msgid "ppdc: Expected name after MediaSize on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3231
 #, c-format
 msgid "ppdc: Expected name after ModelName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3294
 #, c-format
 msgid "ppdc: Expected name after PCFileName on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1156
 #, c-format
 msgid "ppdc: Expected name/text after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1245
 #, c-format
 msgid "ppdc: Expected name/text after Installable on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1782
 #, c-format
 msgid "ppdc: Expected name/text after Resolution on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:479
 #, c-format
 msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1574
 #, c-format
 msgid "ppdc: Expected option name/text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1608
 #, c-format
 msgid "ppdc: Expected option section on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1586
 #, c-format
 msgid "ppdc: Expected option type on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1765
 #, c-format
 msgid "ppdc: Expected override field after Resolution on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353
 #, c-format
 msgid "ppdc: Expected quoted string on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1004
 #, c-format
 msgid "ppdc: Expected real number on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:572
 #, c-format
-msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
+msgid ""
+"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1863
 #, c-format
-msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s."
+msgid ""
+"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d "
+"of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:361
 #, c-format
 msgid "ppdc: Expected selector after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1101
 #, c-format
 msgid "ppdc: Expected status after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2794
 #, c-format
 msgid "ppdc: Expected string after Copyright on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3397
 #, c-format
 msgid "ppdc: Expected string after Version on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:728
 #, c-format
 msgid "ppdc: Expected two option names on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:372
 #, c-format
 msgid "ppdc: Expected value after %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1085
 #, c-format
 msgid "ppdc: Expected version after Font on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:227
 #, c-format
 msgid "ppdc: Invalid #include/#po filename \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:972
 #, c-format
 msgid "ppdc: Invalid cost for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:964
 #, c-format
 msgid "ppdc: Invalid empty MIME type for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:980
 #, c-format
 msgid "ppdc: Invalid empty program name for filter on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1628
 #, c-format
 msgid "ppdc: Invalid option section \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1600
 #, c-format
 msgid "ppdc: Invalid option type \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123
 #, c-format
 msgid "ppdc: Loading driver information file \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:187
 #, c-format
 msgid "ppdc: Loading messages for locale \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:126
 #, c-format
 msgid "ppdc: Loading messages from \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644
 #, c-format
 msgid "ppdc: Missing #endif at end of \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2513 ppdc/ppdc-source.cxx:2548
-#: ppdc/ppdc-source.cxx:2578
 #, c-format
 msgid "ppdc: Missing #if on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:418
 #, 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/ppdc-driver.cxx:730
 #, c-format
 msgid "ppdc: No message catalog provided for locale %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1651 ppdc/ppdc-source.cxx:2882
-#: ppdc/ppdc-source.cxx:2968 ppdc/ppdc-source.cxx:3061
-#: ppdc/ppdc-source.cxx:3194 ppdc/ppdc-source.cxx:3327
 #, c-format
 msgid "ppdc: Option %s defined in two different groups on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1644
 #, c-format
 msgid "ppdc: Option %s redefined with a different type on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:705
 #, c-format
 msgid "ppdc: Option constraint must *name on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2495
 #, c-format
 msgid "ppdc: Too many nested #if's on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:374
 #, c-format
 msgid "ppdc: Unable to create PPD file \"%s\" - %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:266
 #, c-format
 msgid "ppdc: Unable to create output directory %s: %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:287
 #, c-format
 msgid "ppdc: Unable to create output pipes: %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309
 #, c-format
 msgid "ppdc: Unable to execute cupstestppd: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1730
 #, c-format
 msgid "ppdc: Unable to find #po file %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2651
 #, c-format
 msgid "ppdc: Unable to find include file \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:198
 #, c-format
 msgid "ppdc: Unable to find localization for \"%s\" - %s"
 msgstr ""
 
-#: ppdc/ppdc.cxx:135
 #, c-format
 msgid "ppdc: Unable to load localization file \"%s\" - %s"
 msgstr ""
 
-#: ppdc/ppdc-file.cxx:50
 #, c-format
 msgid "ppdc: Unable to open %s: %s"
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2054
 #, c-format
 msgid "ppdc: Undefined variable (%s) on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:435
 #, c-format
 msgid "ppdc: Unexpected text on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2924
 #, c-format
 msgid "ppdc: Unknown driver type %s on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:906
 #, c-format
 msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3154
 #, c-format
 msgid "ppdc: Unknown media size \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-catalog.cxx:463
 #, c-format
 msgid "ppdc: Unknown message catalog format for \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:3408
 #, c-format
 msgid "ppdc: Unknown token \"%s\" seen on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:1014
 #, c-format
-msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
+msgid ""
+"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc-source.cxx:2164
 #, c-format
 msgid "ppdc: Unterminated string starting with %c on line %d of %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:365
 #, c-format
 msgid "ppdc: Warning - overlapping filename \"%s\"."
 msgstr ""
 
-#: ppdc/ppdc.cxx:380
 #, c-format
 msgid "ppdc: Writing %s."
 msgstr ""
 
-#: ppdc/ppdc.cxx:148
 #, c-format
 msgid "ppdc: Writing PPD files to directory \"%s\"."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:136
 #, c-format
 msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:176
 #, c-format
 msgid "ppdmerge: Ignoring PPD file %s."
 msgstr ""
 
-#: ppdc/ppdmerge.cxx:160
 #, c-format
 msgid "ppdmerge: Unable to backup %s to %s - %s"
 msgstr ""
 
-#: systemv/lpstat.c:1784
 #, c-format
 msgid "printer %s disabled since %s -"
 msgstr ""
 
-#: systemv/lpstat.c:1773
 #, c-format
 msgid "printer %s is idle.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1778
 #, c-format
 msgid "printer %s now printing %s-%d.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1909
 #, c-format
 msgid "printer %s/%s disabled since %s -"
 msgstr ""
 
-#: systemv/lpstat.c:1895
 #, c-format
 msgid "printer %s/%s is idle.  enabled since %s"
 msgstr ""
 
-#: systemv/lpstat.c:1902
 #, c-format
 msgid "printer %s/%s now printing %s-%d.  enabled since %s"
 msgstr ""
 
-#: cups/notify.c:93 cups/notify.c:134
 msgid "processing"
 msgstr "en cours"
 
-#: systemv/lp.c:644
 #, c-format
 msgid "request id is %s-%d (%d file(s))"
 msgstr ""
 
-#: cups/snmp.c:1020
 msgid "request-id uses indefinite length"
 msgstr "Le paramètre request-id s’avère être de longueur indéfinie"
 
-#: systemv/lpstat.c:2048
 msgid "scheduler is not running"
 msgstr ""
 
-#: systemv/lpstat.c:2044
 msgid "scheduler is running"
 msgstr ""
 
-#: cups/adminutil.c:2159
 #, c-format
 msgid "stat of %s failed: %s"
 msgstr "stat sur %s a échoué : %s"
 
-#: berkeley/lpc.c:211
 msgid "status\t\tShow status of daemon and queue."
 msgstr ""
 
-#: cups/notify.c:96 cups/notify.c:137
 msgid "stopped"
 msgstr "arrêtée"
 
-#: systemv/lpstat.c:1017
 #, c-format
 msgid "system default destination: %s"
 msgstr ""
 
-#: systemv/lpstat.c:1014
 #, c-format
 msgid "system default destination: %s/%s"
 msgstr ""
 
-#: cups/notify.c:108 cups/notify.c:140
 msgid "unknown"
 msgstr "inconnu"
 
-#: cups/notify.c:117
 msgid "untitled"
 msgstr "sans titre"
 
-#: cups/snmp.c:1045
 msgid "variable-bindings uses indefinite length"
 msgstr ""
-
-
-#
-# End of "$Id$".
-#
index e489893b374232c80144362a47a7bafb3963626f..53bd5a21b38c0254107b20f7ddfbdb055938d212 100644 (file)
@@ -28,7 +28,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: CUPS 1.6\n"
 "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2012-10-22 11:09-0400\n"
+"POT-Creation-Date: 2013-02-04 14:17-0500\n"
 "PO-Revision-Date: 2012-06-13 01:20+0900\n"
 "Last-Translator: OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n"
 "Language-Team: OPFC TRANSCUPS <opfc-transcups@sourceforge.jp>\n"
@@ -1156,6 +1156,169 @@ msgstr " 失敗"
 msgid " PASS"
 msgstr " 合格"
 
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - %s (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad URI value \"%s\" - bad length %d (RFC 2911 section 4.1.5)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad attribute name - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad attribute name - invalid character (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad boolen value %d (RFC 2911 section 4.1.11)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad characters (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 2911 section 4.1.7)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime UTC sign '%c' (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime day %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime deciseconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime hours %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime minutes %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime month %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad dateTime seconds %u (RFC 2911 section 4.1.14)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad enum value %d - out of range (RFC 2911 section 4.1.4)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 2911 section 4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 2911 section "
+"4.1.3)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.9)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad name value \"%s\" - bad length %d (RFC 2911 section 4.1.2)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 2911 section "
+"4.1.8)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad octetString value - bad length %d (RFC 2911 section 4.1.10)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 2911 "
+"section 4.1.13)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 2911 section "
+"4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be "
+"positive (RFC 2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC "
+"2911 section 4.1.15)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid "\"%s\": Bad text value \"%s\" - bad length %d (RFC 2911 section 4.1.1)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 2911 section 4.1.6)."
+msgstr ""
+
+#, c-format
+msgid ""
+"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 2911 section 4.1.6)."
+msgstr ""
+
 #, c-format
 msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
 msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f バイト"
@@ -2309,6 +2472,13 @@ msgstr "\"%s\" は不正な document-format-default です。"
 msgid "Bad filename buffer"
 msgstr "不正なファイル名バッファーです。"
 
+#, c-format
+msgid "Bad job-name value: %s"
+msgstr ""
+
+msgid "Bad job-name value: Wrong type or count."
+msgstr ""
+
 msgid "Bad job-priority value."
 msgstr "不正な job-priority 値です。"
 
@@ -2838,8 +3008,8 @@ msgid ""
 "File device URIs have been disabled. To enable, see the FileDevice directive "
 "in \"%s/cups-files.conf\"."
 msgstr ""
-"ファイルデバイス URI は無効になっています。有効にするには、\"%s/cups-files.conf\" "
-"の FileDevice ディレクティブを参照してください。"
+"ファイルデバイス URI は無効になっています。有効にするには、\"%s/cups-files."
+"conf\" の FileDevice ディレクティブを参照してください。"
 
 #, c-format
 msgid "Finished page %d."
@@ -2929,9 +3099,6 @@ msgstr "IPP 名が 32767 バイトより大きいです。"
 msgid "IPP nameWithLanguage value less than minimum 4 bytes."
 msgstr "IPP の nameWithLanguage が最小値 4 バイト未満です。"
 
-msgid "IPP nameWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
 msgid "IPP octetString length too large."
 msgstr ""
 
@@ -2944,18 +3111,9 @@ msgstr "IPP の resolution は想定された 9 バイトになっていませ
 msgid "IPP string length overflows value."
 msgstr "IPP の文字列長の値がオーバーフローしています。"
 
-msgid "IPP string value too large."
-msgstr ""
-
-msgid "IPP text length too large."
-msgstr ""
-
 msgid "IPP textWithLanguage value less than minimum 4 bytes."
 msgstr "IPP の textWithLanguage の値が最小値 4 バイト未満です。"
 
-msgid "IPP textWithLanguage value more than maximum 1090 bytes."
-msgstr ""
-
 msgid "IPP value larger than 32767 bytes."
 msgstr "IPP の値が 32767 バイト以上です。"
 
@@ -4087,6 +4245,14 @@ msgstr "printer-is-shared 属性を変更することができません"
 msgid "Unable to change server settings"
 msgstr "サーバーの設定を変更できません"
 
+#, c-format
+msgid "Unable to compile mimeMediaType regular expression: %s."
+msgstr ""
+
+#, c-format
+msgid "Unable to compile naturalLanguage regular expression: %s."
+msgstr ""
+
 msgid "Unable to configure printer options."
 msgstr "プリンターオプションを設定できません。"
 
@@ -4129,9 +4295,6 @@ msgstr ""
 msgid "Unable to copy interface script - %s"
 msgstr "インターフェイススクリプトをコピーできません - %s"
 
-msgid "Unable to create compressed print file"
-msgstr "圧縮プリントファイルを作成できません"
-
 msgid "Unable to create printer-uri"
 msgstr "printer-uri を作成できません。"
 
@@ -4187,9 +4350,6 @@ msgstr "ジョブの宛先が見つかりません"
 msgid "Unable to find printer."
 msgstr "プリンターが見つかりません。"
 
-msgid "Unable to generate compressed print file"
-msgstr "圧縮プリントファイルを生成できません"
-
 msgid "Unable to get backend exit status."
 msgstr "バックエンドの終了ステータスを取得できません。"
 
@@ -4250,9 +4410,6 @@ msgstr "複数のジョブを移動できません"
 msgid "Unable to open PPD file"
 msgstr "PPD ファイルを読み込むことができません"
 
-msgid "Unable to open compressed print file"
-msgstr "圧縮プリントファイルを開けません"
-
 msgid "Unable to open cupsd.conf file:"
 msgstr "cupsd.conf ファイルを開けません:"
 
@@ -4622,9 +4779,18 @@ msgstr "cupsctl: \"-%c\"は未知のオプションです。"
 msgid "cupsd: Expected config filename after \"-c\" option."
 msgstr "cupsd: \"-c\" オプションのあとには設定ファイル名が必要です。"
 
+msgid "cupsd: Expected cups-files.conf filename after \"-s\" option."
+msgstr ""
+
+msgid "cupsd: Relative cups-files.conf filename not allowed."
+msgstr ""
+
 msgid "cupsd: Unable to get current directory."
 msgstr "cupsd: カレントディレクトリーを取得できません。"
 
+msgid "cupsd: Unable to get path to cups-files.conf file."
+msgstr ""
+
 #, c-format
 msgid "cupsd: Unknown argument \"%s\" - aborting."
 msgstr "cupsd: \"%s\" は未知の引数です - 停止します。"
@@ -5515,3 +5681,12 @@ msgstr "variable-bindings の長さが不定"
 
 #~ msgid "The printer does not support IPP/%d.%d, trying IPP/%s."
 #~ msgstr "プリンターが IPP/%d.%d をサポートしていません。IPP/%s を試します。"
+
+#~ msgid "Unable to create compressed print file"
+#~ msgstr "圧縮プリントファイルを作成できません"
+
+#~ msgid "Unable to generate compressed print file"
+#~ msgstr "圧縮プリントファイルを生成できません"
+
+#~ msgid "Unable to open compressed print file"
+#~ msgstr "圧縮プリントファイルを開けません"
diff --git a/locale/cups_ru.po b/locale/cups_ru.po
deleted file mode 100644 (file)
index c87b3a0..0000000
+++ /dev/null
@@ -1,7133 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: CUPS 1.4\n"
-"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n"
-"POT-Creation-Date: 2010-03-03 10:36-0800\n"
-"PO-Revision-Date: 2009-02-16 12:00-0800\n"
-"Last-Translator: Apple Inc.\n"
-"Language-Team: Apple Inc.\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-msgid "\t\t(all)"
-msgstr "\t\t(все)"
-
-msgid "\t\t(none)"
-msgstr "\t\t(нет)"
-
-#, c-format
-msgid "\t%d entries"
-msgstr "\tзаписей: %d"
-
-msgid "\tAfter fault: continue"
-msgstr "\tПосле ошибки: продолжить"
-
-msgid "\tAlerts:"
-msgstr "\tПредупреждения:"
-
-msgid "\tBanner required"
-msgstr "\tТребуется баннер"
-
-msgid "\tCharset sets:"
-msgstr "\tНабор символов устанавливает:"
-
-msgid "\tConnection: direct"
-msgstr "\tПодключение: прямое"
-
-msgid "\tConnection: remote"
-msgstr "\tПодключение: удаленное"
-
-msgid "\tDefault page size:"
-msgstr "\tРазмер страницы по умолчанию:"
-
-msgid "\tDefault pitch:"
-msgstr "\tВысота по умолчанию:"
-
-msgid "\tDefault port settings:"
-msgstr "\tНастройки порта по умолчанию:"
-
-#, c-format
-msgid "\tDescription: %s"
-msgstr "\tОписание: %s"
-
-msgid ""
-"\tForm mounted:"
-"\tContent types: any"
-"\tPrinter types: unknown"
-msgstr ""
-"\tФорма подключения:"
-"\tТипы контента: любые"
-"\tТипы принтеров: неизвестно"
-
-msgid "\tForms allowed:"
-msgstr "\tРазрешенные формы:"
-
-#, c-format
-msgid "\tInterface: %s.ppd"
-msgstr "\tИнтерфейс: %s.ppd"
-
-#, c-format
-msgid "\tInterface: %s/interfaces/%s"
-msgstr "\tИнтерфейс: %s/интерфейсы/%s"
-
-#, c-format
-msgid "\tInterface: %s/ppd/%s.ppd"
-msgstr "\tИнтерфейс: %s/ppd/%s.ppd"
-
-#, c-format
-msgid "\tLocation: %s"
-msgstr "\tРасположение: %s"
-
-msgid "\tOn fault: no alert"
-msgstr "\tПри ошибке: не выводить предупреждение"
-
-msgid "\tUsers allowed:"
-msgstr "\tРазрешенные пользователи:"
-
-msgid "\tUsers denied:"
-msgstr "\tЗапрещенные пользователи:"
-
-msgid "\tdaemon present"
-msgstr "\tдемон присутствует"
-
-msgid "\tno entries"
-msgstr "\tнет записей"
-
-#, c-format
-msgid "\tprinter is on device '%s' speed -1"
-msgstr "\tпринтер на скорости -1 устройства «%s»"
-
-msgid "\tprinting is disabled"
-msgstr "\tпечать отключена"
-
-msgid "\tprinting is enabled"
-msgstr "\tпечать включена"
-
-#, c-format
-msgid "\tqueued for %s"
-msgstr "\tочередь для %s"
-
-msgid "\tqueuing is disabled"
-msgstr "\tочередь отключена"
-
-msgid "\tqueuing is enabled"
-msgstr "\tочередь включена"
-
-msgid "\treason unknown"
-msgstr "\tпричина неизвестна"
-
-msgid ""
-""
-"    DETAILED CONFORMANCE TEST RESULTS"
-msgstr ""
-""
-"    ПОДРОБНЫЕ РЕЗУЛЬТАТЫ ТЕСТА СООТВЕТСТВИЯ"
-
-msgid "                REF: Page 15, section 3.1."
-msgstr "                REF: Стр. 15, раздел 3.1."
-
-msgid "                REF: Page 15, section 3.2."
-msgstr "                REF: Стр. 15, раздел 3.2."
-
-msgid "                REF: Page 19, section 3.3."
-msgstr "                REF: Стр. 19, раздел 3.3."
-
-msgid "                REF: Page 20, section 3.4."
-msgstr "                REF: Стр. 20, раздел 3.4."
-
-msgid "                REF: Page 27, section 3.5."
-msgstr "                REF: Стр. 27, раздел 3.5."
-
-msgid "                REF: Page 42, section 5.2."
-msgstr "                REF: Стр. 42, раздел 5.2."
-
-msgid "                REF: Pages 16-17, section 3.2."
-msgstr "                REF: Стр. 16-17, раздел 3.2."
-
-msgid "                REF: Pages 42-45, section 5.2."
-msgstr "                REF: Стр. 42-45, раздел 5.2."
-
-msgid "                REF: Pages 45-46, section 5.2."
-msgstr "                REF: Стр. 45-46, раздел 5.2."
-
-msgid "                REF: Pages 48-49, section 5.2."
-msgstr "                REF: Стр. 48-49, раздел 5.2."
-
-msgid "                REF: Pages 52-54, section 5.2."
-msgstr "                REF: Стр. 52-54, раздел 5.2."
-
-#, c-format
-msgid "        %-39.39s %.0f bytes"
-msgstr "        %-39.39s %.0f байт"
-
-#, c-format
-msgid "        PASS    Default%s"
-msgstr "        PASS    Default%s"
-
-msgid "        PASS    DefaultImageableArea"
-msgstr "        PASS    DefaultImageableArea"
-
-msgid "        PASS    DefaultPaperDimension"
-msgstr "        PASS    DefaultPaperDimension"
-
-msgid "        PASS    FileVersion"
-msgstr "        PASS    FileVersion"
-
-msgid "        PASS    FormatVersion"
-msgstr "        PASS    FormatVersion"
-
-msgid "        PASS    LanguageEncoding"
-msgstr "        PASS    LanguageEncoding"
-
-msgid "        PASS    LanguageVersion"
-msgstr "        PASS    LanguageVersion"
-
-msgid "        PASS    Manufacturer"
-msgstr "        PASS    Manufacturer"
-
-msgid "        PASS    ModelName"
-msgstr "        PASS    ModelName"
-
-msgid "        PASS    NickName"
-msgstr "        PASS    NickName"
-
-msgid "        PASS    PCFileName"
-msgstr "        PASS    PCFileName"
-
-msgid "        PASS    PSVersion"
-msgstr "        PASS    PSVersion"
-
-msgid "        PASS    PageRegion"
-msgstr "        PASS    PageRegion"
-
-msgid "        PASS    PageSize"
-msgstr "        PASS    PageSize"
-
-msgid "        PASS    Product"
-msgstr "        PASS    Product"
-
-msgid "        PASS    ShortNickName"
-msgstr "        PASS    ShortNickName"
-
-#, c-format
-msgid ""
-"        WARN    \"%s %s\" conflicts with \"%s %s\""
-"                (constraint=\"%s %s %s %s\")"
-msgstr ""
-"        WARN    «%s %s» конфликтует с «%s %s»"
-"                (constraint=«%s %s %s %s»)"
-
-#, c-format
-msgid "        WARN    %s has no corresponding options"
-msgstr ""
-
-#, c-format
-msgid ""
-"        WARN    %s shares a common prefix with %s"
-"                REF: Page 15, section 3.2."
-msgstr ""
-"        WARN    %s использует общий префикс совместно с %s"
-"                REF: Стр. 15, раздел 3.2."
-
-msgid "        WARN    Default choices conflicting"
-msgstr ""
-
-#, c-format
-msgid ""
-"        WARN    Duplex option keyword %s may not work as expected and should "
-"be named Duplex"
-"                REF: Page 122, section 5.17"
-msgstr ""
-
-msgid "        WARN    File contains a mix of CR, LF, and CR LF line endings"
-msgstr ""
-
-msgid ""
-"        WARN    LanguageEncoding required by PPD 4.3 spec."
-"                REF: Pages 56-57, section 5.3."
-msgstr ""
-"        WARN    LanguageEncoding требуется спецификацией PPD 4.3."
-"                REF: Стр. 56-57, раздел 5.3."
-
-#, c-format
-msgid "        WARN    Line %d only contains whitespace"
-msgstr ""
-
-msgid ""
-"        WARN    Manufacturer required by PPD 4.3 spec."
-"                REF: Pages 58-59, section 5.3."
-msgstr ""
-"        WARN    LanguageEncoding требуется спецификацией PPD 4.3."
-"                REF: Стр. 58-59, раздел 5.3."
-
-msgid ""
-"        WARN    Non-Windows PPD files should use lines ending with only LF, "
-"not CR LF"
-msgstr ""
-
-#, c-format
-msgid ""
-"        WARN    Obsolete PPD version %.1f"
-"                REF: Page 42, section 5.2."
-msgstr ""
-
-msgid ""
-"        WARN    PCFileName longer than 8.3 in violation of PPD spec."
-"                REF: Pages 61-62, section 5.3."
-msgstr ""
-"        WARN    PCFileName длиннее чем 8.3 нарушает спецификацию PPD."
-"                REF: Стр. 61-62, раздел 5.3."
-
-msgid ""
-"        WARN    PCFileName should contain a unique filename."
-"                REF: Pages 61-62, section 5.3."
-msgstr ""
-
-msgid ""
-"        WARN    Protocols contains PJL but JCL attributes are not set."
-"                REF: Pages 78-79, section 5.7."
-msgstr ""
-"        WARN    Protocols содержит PJL, но атрибуты JCL не настроены."
-"                REF: Стр. 78-79, раздел 5.7."
-
-msgid ""
-"        WARN    Protocols contains both PJL and BCP; expected TBCP."
-"                REF: Pages 78-79, section 5.7."
-msgstr ""
-
-msgid ""
-"        WARN    ShortNickName required by PPD 4.3 spec."
-"                REF: Pages 64-65, section 5.3."
-msgstr ""
-"        WARN    ShortNickName требуется спецификацией PPD 4.3."
-"                REF: Стр. 64-65, раздел 5.3."
-
-#, c-format
-msgid "      %s  %s %s does not exist"
-msgstr ""
-
-#, c-format
-msgid "      %s  %s file \"%s\" has the wrong capitalization"
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  Bad %s choice %s"
-"                REF: Page 122, section 5.17"
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad cupsFilter value \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad cupsICCProfile %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad cupsPreFilter value \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad cupsUIConstraints %s: \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad language \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on APDialogExtension file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on APPrinterIconPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on APPrinterLowInkTool file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on APPrinterUtilityPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on APScanAppPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on cupsFilter file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on cupsICCProfile file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad permissions on cupsPreFilter file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Bad spelling of %s - should be %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Cannot provide both APScanAppPath and APScanAppBundleID"
-msgstr ""
-
-#, c-format
-msgid "      %s  Empty cupsUIConstraints %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing \"%s\" translation string for option %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing \"%s\" translation string for option %s, choice %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing APDialogExtension file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing APPrinterIconPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing APPrinterLowInkTool file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing APPrinterUtilityPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing APScanAppPath file \"%s\""
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  Missing REQUIRED PageRegion option"
-"                REF: Page 100, section 5.14."
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  Missing REQUIRED PageSize option"
-"                REF: Page 99, section 5.14."
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing cupsFilter file \"%s\""
-msgstr "      %s  Файл cupsFilter отсутствует «%s»"
-
-#, c-format
-msgid "      %s  Missing cupsICCProfile file \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing cupsPreFilter file \"%s\""
-msgstr "      %s  Файл cupsFilter «%s» отсутствует"
-
-#, c-format
-msgid "      %s  Missing cupsUIResolver %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\""
-msgstr ""
-
-#, c-format
-msgid "      %s  No base translation \"%s\" is included in file"
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  Non-standard size name \"%s\""
-"                REF: Page 187, section B.2."
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  REQUIRED %s does not define choice None"
-"                REF: Page 122, section 5.17"
-msgstr ""
-
-#, c-format
-msgid "      %s  Size \"%s\" defined for %s but not for %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  Size \"%s\" has unexpected dimensions (%gx%g)"
-msgstr ""
-
-#, c-format
-msgid "      %s  cupsICCProfile %s hash value collides with %s"
-msgstr ""
-
-#, c-format
-msgid "      %s  cupsUIResolver %s causes a loop"
-msgstr ""
-
-#, c-format
-msgid ""
-"      %s  cupsUIResolver %s does not list at least two different options"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  %s choice names %s and %s differ only by case"
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  %s must be 1284DeviceID"
-"                REF: Page 72, section 5.5"
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  BAD Default%s %s"
-"                REF: Page 40, section 4.5."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ Default%s %s"
-"                REF: Стр. 40, раздел 4.5."
-
-#, c-format
-msgid ""
-"      **FAIL**  BAD DefaultImageableArea %s"
-"                REF: Page 102, section 5.15."
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  BAD DefaultPaperDimension %s"
-"                REF: Page 103, section 5.15."
-msgstr ""
-
-msgid ""
-"      **FAIL**  BAD JobPatchFile attribute in file"
-"                REF: Page 24, section 3.4."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ JobPatchFile атрибут в файле"
-"                REF: Стр. 24, раздел 3.4."
-
-msgid ""
-"      **FAIL**  BAD Manufacturer (should be \"HP\")"
-"                REF: Page 211, table D.1."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ Manufacturer (должен быть «HP»)"
-"                REF: Стр. 211, таблица D.1."
-
-msgid ""
-"      **FAIL**  BAD Manufacturer (should be \"Oki\")"
-"                REF: Page 211, table D.1."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ Manufacturer (должен быть «Oki»)"
-"                REF: Стр. 211, таблица D.1."
-
-#, c-format
-msgid ""
-"      **FAIL**  BAD ModelName - \"%c\" not allowed in string."
-"                REF: Pages 59-60, section 5.3."
-msgstr ""
-"      **FAIL**  НЕВЕРНОЕ ModelName – «%c» не разрешено в строке."
-"                REF: Стр. 59-60, раздел 5.3."
-
-msgid ""
-"      **FAIL**  BAD PSVersion - not \"(string) int\"."
-"                REF: Pages 62-64, section 5.3."
-msgstr ""
-"      **FAIL**  НЕВЕРНАЯ PSVersion – не «(string) int»."
-"                REF: Стр. 62-64, раздел 5.3."
-
-msgid ""
-"      **FAIL**  BAD Product - not \"(string)\"."
-"                REF: Page 62, section 5.3."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ Product – не «(string)»."
-"                REF: Стр. 62, раздел 5.3."
-
-msgid ""
-"      **FAIL**  BAD ShortNickName - longer than 31 chars."
-"                REF: Pages 64-65, section 5.3."
-msgstr ""
-"      **FAIL**  НЕВЕРНЫЙ ShortNickName – длиннее чем 31 симв."
-"                REF: Стр. 64-65, раздел 5.3."
-
-#, c-format
-msgid ""
-"      **FAIL**  Bad %s choice %s"
-"                REF: Page 84, section 5.9"
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  Bad FileVersion \"%s\""
-"                REF: Page 56, section 5.3."
-msgstr ""
-"      **FAIL**  Неверная FileVersion \"%s\""
-"                REF: Стр. 56, раздел 5.3."
-
-#, c-format
-msgid ""
-"      **FAIL**  Bad FormatVersion \"%s\""
-"                REF: Page 56, section 5.3."
-msgstr ""
-"      **FAIL**  Неверная FormatVersion \"%s\""
-"                REF: Стр. 56, раздел 5.3."
-
-#, c-format
-msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  Bad LanguageVersion %s - must be English"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  Default option code cannot be interpreted: %s"
-msgstr ""
-"      **FAIL**  Не удается интерпретировать код параметра по умолчанию: %s"
-
-#, c-format
-msgid ""
-"      **FAIL**  Default translation string for option %s choice %s contains "
-"8-bit characters"
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  Default translation string for option %s contains 8-bit "
-"characters"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  Group names %s and %s differ only by case"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  Multiple occurrences of %s choice name %s"
-msgstr ""
-
-#, c-format
-msgid "      **FAIL**  Option names %s and %s differ only by case"
-msgstr ""
-
-#, c-format
-msgid ""
-"      **FAIL**  REQUIRED Default%s"
-"                REF: Page 40, section 4.5."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ Default%s"
-"                REF: Стр. 40, раздел 4.5."
-
-msgid ""
-"      **FAIL**  REQUIRED DefaultImageableArea"
-"                REF: Page 102, section 5.15."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ DefaultImageableArea"
-"                REF: Стр. 102, раздел 5.15."
-
-msgid ""
-"      **FAIL**  REQUIRED DefaultPaperDimension"
-"                REF: Page 103, section 5.15."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ DefaultPaperDimension"
-"                REF: Стр. 103, раздел 5.15."
-
-msgid ""
-"      **FAIL**  REQUIRED FileVersion"
-"                REF: Page 56, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ FileVersion"
-"                REF: Стр. 56, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED FormatVersion"
-"                REF: Page 56, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ FormatVersion"
-"                REF: Стр. 56, раздел 5.3."
-
-#, c-format
-msgid ""
-"      **FAIL**  REQUIRED ImageableArea for PageSize %s"
-"                REF: Page 41, section 5."
-"                REF: Page 102, section 5.15."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ ImageableArea для PageSize %s"
-"                REF: Стр. 41, раздел 5."
-"                REF: Стр. 102, раздел 5.15."
-
-msgid ""
-"      **FAIL**  REQUIRED LanguageEncoding"
-"                REF: Pages 56-57, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ LanguageEncoding"
-"                REF: Стр. 56-57, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED LanguageVersion"
-"                REF: Pages 57-58, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ LanguageVersion"
-"                REF: Стр. 57-58, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED Manufacturer"
-"                REF: Pages 58-59, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ Manufacturer"
-"                REF: Стр. 58-59, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED ModelName"
-"                REF: Pages 59-60, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ ModelName"
-"                REF: Стр. 59-60, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED NickName"
-"                REF: Page 60, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ NickName"
-"                REF: Стр. 60, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED PCFileName"
-"                REF: Pages 61-62, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PCFileName"
-"                REF: Стр. 61-62, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED PSVersion"
-"                REF: Pages 62-64, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PSVersion"
-"                REF: Стр. 62-64, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED PageRegion"
-"                REF: Page 100, section 5.14."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PageRegion"
-"                REF: Стр. 100, раздел 5.14."
-
-msgid ""
-"      **FAIL**  REQUIRED PageSize"
-"                REF: Page 41, section 5."
-"                REF: Page 99, section 5.14."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PageSize"
-"                REF: Стр. 41, раздел 5."
-"                REF: Стр. 99, раздел 5.14."
-
-msgid ""
-"      **FAIL**  REQUIRED PageSize"
-"                REF: Pages 99-100, section 5.14."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PageSize"
-"                REF: Стр. 99-100, раздел 5.14."
-
-#, c-format
-msgid ""
-"      **FAIL**  REQUIRED PaperDimension for PageSize %s"
-"                REF: Page 41, section 5."
-"                REF: Page 103, section 5.15."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ PaperDimension для PageSize %s"
-"                REF: Стр. 41, раздел 5."
-"                REF: Стр. 103, раздел 5.15."
-
-msgid ""
-"      **FAIL**  REQUIRED Product"
-"                REF: Page 62, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ Product"
-"                REF: Стр. 62, раздел 5.3."
-
-msgid ""
-"      **FAIL**  REQUIRED ShortNickName"
-"                REF: Page 64-65, section 5.3."
-msgstr ""
-"      **FAIL**  ТРЕБУЕТСЯ ShortNickName"
-"                REF: Стр. 64-65, раздел 5.3."
-
-#, c-format
-msgid "    %d ERRORS FOUND"
-msgstr "    ОБНАРУЖЕНО ОШИБОК: %d"
-
-#, c-format
-msgid ""
-"    Bad %%%%BoundingBox: on line %d"
-"        REF: Page 39, %%%%BoundingBox:"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Bad %%%%Page: on line %d"
-"        REF: Page 53, %%%%Page:"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Bad %%%%Pages: on line %d"
-"        REF: Page 43, %%%%Pages:"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Line %d is longer than 255 characters (%d)"
-"        REF: Page 25, Line Length"
-msgstr ""
-
-msgid ""
-"    Missing %!PS-Adobe-3.0 on first line"
-"        REF: Page 17, 3.1 Conforming Documents"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Missing %%EndComments comment"
-"        REF: Page 41, %%EndComments"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Missing or bad %%BoundingBox: comment"
-"        REF: Page 39, %%BoundingBox:"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Missing or bad %%Page: comments"
-"        REF: Page 53, %%Page:"
-msgstr ""
-
-#, c-format
-msgid ""
-"    Missing or bad %%Pages: comment"
-"        REF: Page 43, %%Pages:"
-msgstr ""
-
-msgid "    NO ERRORS FOUND"
-msgstr "    ОШИБОК НЕ ОБНАРУЖЕНО"
-
-#, c-format
-msgid "    Saw %d lines that exceeded 255 characters"
-msgstr ""
-
-#, c-format
-msgid "    Too many %%BeginDocument comments"
-msgstr ""
-
-#, c-format
-msgid "    Too many %%EndDocument comments"
-msgstr ""
-
-msgid "    Warning: file contains binary data"
-msgstr ""
-
-#, c-format
-msgid "    Warning: no %%EndComments comment in file"
-msgstr ""
-
-#, c-format
-msgid "    Warning: obsolete DSC version %.1f in file"
-msgstr ""
-
-msgid " FAIL"
-msgstr " FAIL"
-
-#, c-format
-msgid ""
-" FAIL"
-"      **FAIL**  Unable to open PPD file - %s"
-msgstr ""
-" FAIL"
-"      **FAIL**  Не удается открыть PPD-файл – %s"
-
-#, c-format
-msgid ""
-" FAIL"
-"      **FAIL**  Unable to open PPD file - %s on line %d."
-msgstr ""
-" FAIL"
-"      **FAIL**  Не удается открыть PPD-файл – %s в строке %d."
-
-msgid " PASS"
-msgstr " PASS"
-
-msgid "#10 Envelope"
-msgstr "#10 Envelope"
-
-msgid "#11 Envelope"
-msgstr "#11 Envelope"
-
-msgid "#12 Envelope"
-msgstr "#12 Envelope"
-
-msgid "#14 Envelope"
-msgstr "#14 Envelope"
-
-msgid "#9 Envelope"
-msgstr "#9 Envelope"
-
-#, c-format
-msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes"
-msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f байт"
-
-#, c-format
-msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes"
-msgstr "%-7s %-7.7s %-7d %-31.31s %.0f байт"
-
-#, c-format
-msgid "%.0f x %.0f millimeters"
-msgstr "%.0f x %.0f мм"
-
-#, c-format
-msgid "%.0f x %.0f to %.0f x %.0f millimeters"
-msgstr "%.0f x %.0f — %.0f x %.0f мм"
-
-#, c-format
-msgid "%.2f x %.2f inches"
-msgstr "%.2f x %.2f дюймов"
-
-#, c-format
-msgid "%.2f x %.2f to %.2f x %.2f inches"
-msgstr "%.2f x %.2f-%.2f x %.2f дюймов"
-
-#, c-format
-msgid "%s accepting requests since %s"
-msgstr "%s принимает запросы с момента %s"
-
-#, c-format
-msgid "%s cannot be changed."
-msgstr "%s не может быть изменен."
-
-#, c-format
-msgid "%s is not implemented by the CUPS version of lpc."
-msgstr "%s не выполнено версией CUPS для lpc."
-
-#, c-format
-msgid "%s is not ready"
-msgstr "%s не готов"
-
-#, c-format
-msgid "%s is ready"
-msgstr "%s готов"
-
-#, c-format
-msgid "%s is ready and printing"
-msgstr "%s готов и печатает"
-
-#, c-format
-msgid ""
-"%s not accepting requests since %s -"
-"\t%s"
-msgstr ""
-"%s не принимает запросы с момента %s -"
-"\t%s"
-
-#, c-format
-msgid "%s not supported"
-msgstr ""
-
-#, c-format
-msgid "%s/%s accepting requests since %s"
-msgstr "%s/%s принимает запросы с момента %s"
-
-#, c-format
-msgid ""
-"%s/%s not accepting requests since %s -"
-"\t%s"
-msgstr ""
-"%s/%s не принимает запросы с момента %s -"
-"\t%s"
-
-#, c-format
-msgid "%s: %-33.33s [job %d localhost]"
-msgstr "%s: %-33.33s [задание %d localhost]"
-
-#, c-format
-msgid "%s: %s failed: %s"
-msgstr "%s: ошибка %s: %s"
-
-#, c-format
-msgid "%s: Don't know what to do"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s: Error - %s environment variable names non-existent destination \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Error - bad job ID"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - cannot print files and alter jobs simultaneously"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - cannot print from stdin if files or a job ID are provided"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected character set after '-S' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected content type after '-T' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected copies after '-n' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected copy count after '-#' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected destination after '-P' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected destination after '-b' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected destination after '-d' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected form after '-f' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected hold name after '-H' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected hostname after '-H' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected hostname after '-h' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected mode list after '-y' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected name after '-%c' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected option string after '-o' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected page list after '-P' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected priority after '-%c' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected reason text after '-r' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected title after '-t' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected username after '-U' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected username after '-U' option!n"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected username after '-u' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - expected value after '-%c' option"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' "
-"option"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - no default destination available."
-msgstr "%s: Ошибка – нет доступного назначения по умолчанию."
-
-#, c-format
-msgid "%s: Error - priority must be between 1 and 100."
-msgstr "%s: Ошибка – приоритет должен быть от 1 до 100."
-
-#, c-format
-msgid "%s: Error - scheduler not responding"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - too many files - \"%s\""
-msgstr "%s: Ошибка – слишком много файлов – «%s»"
-
-#, c-format
-msgid "%s: Error - unable to access \"%s\" - %s"
-msgstr "%s: Ошибка – не удается получить доступ к «%s» – %s"
-
-#, c-format
-msgid "%s: Error - unable to queue from stdin - %s"
-msgstr "%s: Ошибка – не удается поставить в очередь из stdin - %s"
-
-#, c-format
-msgid "%s: Error - unknown destination \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Error - unknown destination \"%s/%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Error - unknown option '%c'"
-msgstr ""
-
-#, c-format
-msgid "%s: Error - unknown option '%s'"
-msgstr ""
-
-#, c-format
-msgid "%s: Expected job ID after '-i' option"
-msgstr ""
-
-#, c-format
-msgid "%s: Filter \"%s\" not available: %s"
-msgstr "%s: Фильтр «%s» недоступен: %s"
-
-#, c-format
-msgid "%s: Invalid destination name in list \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Invalid filter string \"%s\""
-msgstr "%s: Неверная строка фильтра «%s»"
-
-#, c-format
-msgid "%s: Need job ID ('-i jobid') before '-H restart'"
-msgstr ""
-
-#, c-format
-msgid "%s: No filter to convert from %s/%s to %s/%s"
-msgstr ""
-
-#, c-format
-msgid "%s: Operation failed: %s"
-msgstr "%s: Операция не удалась: %s"
-
-#, c-format
-msgid "%s: Sorry, no encryption support compiled in"
-msgstr ""
-
-#, c-format
-msgid "%s: Unable to connect to server"
-msgstr "%s: Не удается подключиться к серверу"
-
-#, c-format
-msgid "%s: Unable to contact server"
-msgstr ""
-
-#, c-format
-msgid "%s: Unable to determine MIME type of \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Unable to open %s: %s"
-msgstr "%s: Не удается открыть %s: %s"
-
-#, c-format
-msgid "%s: Unable to open PPD file: %s on line %d"
-msgstr "%s: Не удается открыть PPD-файл: %s в строке %d."
-
-#, c-format
-msgid "%s: Unable to open PPD file: %s on line %d."
-msgstr ""
-
-#, c-format
-msgid "%s: Unable to read MIME database from \"%s\" or \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Unknown destination \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: Unknown destination MIME type %s/%s"
-msgstr ""
-
-#, c-format
-msgid "%s: Unknown option '%c'"
-msgstr ""
-
-#, c-format
-msgid "%s: Unknown source MIME type %s/%s"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s: Warning - '%c' format modifier not supported - output may not be "
-"correct"
-msgstr ""
-
-#, c-format
-msgid "%s: Warning - character set option ignored"
-msgstr ""
-
-#, c-format
-msgid "%s: Warning - content type option ignored"
-msgstr ""
-
-#, c-format
-msgid "%s: Warning - form option ignored"
-msgstr ""
-
-#, c-format
-msgid "%s: Warning - mode option ignored"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s: error - %s environment variable names non-existent destination \"%s\""
-msgstr ""
-
-#, c-format
-msgid "%s: error - expected option=value after '-o' option"
-msgstr ""
-
-#, c-format
-msgid "%s: error - no default destination available."
-msgstr "%s: ошибка – нет доступного назначения по умолчанию."
-
-msgid "-1"
-msgstr "-1"
-
-msgid "-10"
-msgstr "-10"
-
-msgid "-100"
-msgstr "-100"
-
-msgid "-105"
-msgstr "-105"
-
-msgid "-11"
-msgstr "-11"
-
-msgid "-110"
-msgstr "-110"
-
-msgid "-115"
-msgstr "-115"
-
-msgid "-12"
-msgstr "-12"
-
-msgid "-120"
-msgstr "-120"
-
-msgid "-13"
-msgstr "-13"
-
-msgid "-14"
-msgstr "-14"
-
-msgid "-15"
-msgstr "-15"
-
-msgid "-2"
-msgstr "-2"
-
-msgid "-20"
-msgstr "-20"
-
-msgid "-25"
-msgstr "-25"
-
-msgid "-3"
-msgstr "-3"
-
-msgid "-30"
-msgstr "-30"
-
-msgid "-35"
-msgstr "-35"
-
-msgid "-4"
-msgstr "-4"
-
-msgid "-40"
-msgstr "-40"
-
-msgid "-45"
-msgstr "-45"
-
-msgid "-5"
-msgstr "-5"
-
-msgid "-50"
-msgstr "-50"
-
-msgid "-55"
-msgstr "-55"
-
-msgid "-6"
-msgstr "-6"
-
-msgid "-60"
-msgstr "-60"
-
-msgid "-65"
-msgstr "-65"
-
-msgid "-7"
-msgstr "-7"
-
-msgid "-70"
-msgstr "-70"
-
-msgid "-75"
-msgstr "-75"
-
-msgid "-8"
-msgstr "-8"
-
-msgid "-80"
-msgstr "-80"
-
-msgid "-85"
-msgstr "-85"
-
-msgid "-9"
-msgstr "-9"
-
-msgid "-90"
-msgstr "-90"
-
-msgid "-95"
-msgstr "-95"
-
-msgid "0"
-msgstr "0"
-
-msgid "1"
-msgstr "1"
-
-msgid "1 inch/sec."
-msgstr "1 дюйм/с"
-
-msgid "1.25x0.25\""
-msgstr "1,25x0,25\""
-
-msgid "1.25x2.25\""
-msgstr "1,25x2,25\""
-
-msgid "1.5 inch/sec."
-msgstr "1,5 дюйма/с"
-
-msgid "1.50x0.25\""
-msgstr "1,50x0,25\""
-
-msgid "1.50x0.50\""
-msgstr "1,50x0,50\""
-
-msgid "1.50x1.00\""
-msgstr "1,50x1,00\""
-
-msgid "1.50x2.00\""
-msgstr "1,50x2,00\""
-
-msgid "10"
-msgstr "10"
-
-msgid "10 inches/sec."
-msgstr "10 дюймов/с"
-
-msgid "10 x 11\""
-msgstr "10 x 11\""
-
-msgid "10 x 13\""
-msgstr "10 x 13\""
-
-msgid "10 x 14\""
-msgstr "10 x 14\""
-
-msgid "100"
-msgstr "100"
-
-msgid "100 mm/sec."
-msgstr "100 мм/с"
-
-msgid "105"
-msgstr "105"
-
-msgid "11"
-msgstr "11"
-
-msgid "11 inches/sec."
-msgstr "11 дюймов/с"
-
-msgid "110"
-msgstr "110"
-
-msgid "115"
-msgstr "115"
-
-msgid "12"
-msgstr "12"
-
-msgid "12 inches/sec."
-msgstr "12 дюймов/с"
-
-msgid "12 x 11\""
-msgstr "12 x 11\""
-
-msgid "120"
-msgstr "120"
-
-msgid "120 mm/sec."
-msgstr "120 мм/с"
-
-msgid "120x60dpi"
-msgstr "120x60dpi"
-
-msgid "120x72dpi"
-msgstr "120x72dpi"
-
-msgid "13"
-msgstr "13"
-
-msgid "136dpi"
-msgstr "136dpi"
-
-msgid "14"
-msgstr "14"
-
-msgid "15"
-msgstr "15"
-
-msgid "15 mm/sec."
-msgstr "15 мм/с"
-
-msgid "15 x 11\""
-msgstr "15 x 11\""
-
-msgid "150 mm/sec."
-msgstr "150 мм/с"
-
-msgid "150dpi"
-msgstr "150dpi"
-
-msgid "16"
-msgstr "16"
-
-msgid "17"
-msgstr "17"
-
-msgid "18"
-msgstr "18"
-
-msgid "180dpi"
-msgstr "180dpi"
-
-msgid "19"
-msgstr "19"
-
-msgid "2"
-msgstr "2"
-
-msgid "2 inches/sec."
-msgstr "2 дюйма/с"
-
-msgid "2-Sided Printing"
-msgstr "двусторонняя печать"
-
-msgid "2.00x0.37\""
-msgstr "2,00x0,37\""
-
-msgid "2.00x0.50\""
-msgstr "2,00x0,50\""
-
-msgid "2.00x1.00\""
-msgstr "2,00x1,00\""
-
-msgid "2.00x1.25\""
-msgstr "2,00x1,25\""
-
-msgid "2.00x2.00\""
-msgstr "2,00x2,00\""
-
-msgid "2.00x3.00\""
-msgstr "2,00x3,00\""
-
-msgid "2.00x4.00\""
-msgstr "2,00x4,00\""
-
-msgid "2.00x5.50\""
-msgstr "2,00x5,50\""
-
-msgid "2.25x0.50\""
-msgstr "2,25x0,50\""
-
-msgid "2.25x1.25\""
-msgstr "2,25x1,25\""
-
-msgid "2.25x4.00\""
-msgstr "2,25x4,00\""
-
-msgid "2.25x5.50\""
-msgstr "2,25x5,50\""
-
-msgid "2.38x5.50\""
-msgstr "2,38x5,50\""
-
-msgid "2.5 inches/sec."
-msgstr "2,5 дюйма/с"
-
-msgid "2.50x1.00\""
-msgstr "2,50x1,00\""
-
-msgid "2.50x2.00\""
-msgstr "2,50x2,00\""
-
-msgid "2.75x1.25\""
-msgstr "2,75x1,25\""
-
-msgid "2.9 x 1\""
-msgstr "2,9 x 1\""
-
-msgid "20"
-msgstr "20"
-
-msgid "20 mm/sec."
-msgstr "20 мм/с"
-
-msgid "200 mm/sec."
-msgstr "200 мм/с"
-
-msgid "203dpi"
-msgstr "203dpi"
-
-msgid "21"
-msgstr "21"
-
-msgid "22"
-msgstr "22"
-
-msgid "23"
-msgstr "23"
-
-msgid "24"
-msgstr "24"
-
-msgid "24-Pin Series"
-msgstr "Тип 24-Pin"
-
-msgid "240x72dpi"
-msgstr "240x72dpi"
-
-msgid "25"
-msgstr "25"
-
-msgid "250 mm/sec."
-msgstr "250 мм/с"
-
-msgid "26"
-msgstr "26"
-
-msgid "27"
-msgstr "27"
-
-msgid "28"
-msgstr "28"
-
-msgid "29"
-msgstr "29"
-
-msgid "3"
-msgstr "3"
-
-msgid "3 inches/sec."
-msgstr "3 дюйма/с"
-
-msgid "3.00x1.00\""
-msgstr "3,00x1,00\""
-
-msgid "3.00x1.25\""
-msgstr "3,00x1,25\""
-
-msgid "3.00x2.00\""
-msgstr "3,00x2,00\""
-
-msgid "3.00x3.00\""
-msgstr "3,00x3,00\""
-
-msgid "3.00x5.00\""
-msgstr "3,00x5,00\""
-
-msgid "3.25x2.00\""
-msgstr "3,25x2,00\""
-
-msgid "3.25x5.00\""
-msgstr "3,25x5,00\""
-
-msgid "3.25x5.50\""
-msgstr "3,25x5,50\""
-
-msgid "3.25x5.83\""
-msgstr "3,25x5,83\""
-
-msgid "3.25x7.83\""
-msgstr "3,25x7,83\""
-
-msgid "3.5\" Disk"
-msgstr "Диск 3.5\""
-
-msgid "3.5\" Disk - 2 1/8 x 2 3/4\""
-msgstr "Диск 3.5\" - 2 1/8 x 2 3/4\""
-
-msgid "3.50x1.00\""
-msgstr "3,50x1,00\""
-
-msgid "30"
-msgstr "30"
-
-msgid "30 mm/sec."
-msgstr "30 мм/с"
-
-msgid "300 mm/sec."
-msgstr "300 мм/с"
-
-msgid "300dpi"
-msgstr "300dpi"
-
-msgid "35"
-msgstr "35"
-
-msgid "360dpi"
-msgstr "360dpi"
-
-msgid "360x180dpi"
-msgstr "360x180dpi"
-
-msgid "4"
-msgstr "4"
-
-msgid "4 inches/sec."
-msgstr "4 дюйма/с"
-
-msgid "4.00x1.00\""
-msgstr "4,00x1,00\""
-
-msgid "4.00x13.00\""
-msgstr "4,00x13,00\""
-
-msgid "4.00x2.00\""
-msgstr "4,00x2,00\""
-
-msgid "4.00x2.50\""
-msgstr "4,00x2,50\""
-
-msgid "4.00x3.00\""
-msgstr "4,00x3,00\""
-
-msgid "4.00x4.00\""
-msgstr "4,00x4,00\""
-
-msgid "4.00x5.00\""
-msgstr "4,00x5,00\""
-
-msgid "4.00x6.00\""
-msgstr "4,00x6,00\""
-
-msgid "4.00x6.50\""
-msgstr "4,00x6,50\""
-
-msgid "40"
-msgstr "40"
-
-msgid "40 mm/sec."
-msgstr "40 мм/с"
-
-msgid "45"
-msgstr "45"
-
-msgid "5"
-msgstr "5"
-
-msgid "5 inches/sec."
-msgstr "5 дюймов/с"
-
-msgid "50"
-msgstr "50"
-
-msgid "55"
-msgstr "55"
-
-msgid "6"
-msgstr "6"
-
-msgid "6 inches/sec."
-msgstr "6 дюймов/с"
-
-msgid "6.00x1.00\""
-msgstr "6,00x1,00\""
-
-msgid "6.00x2.00\""
-msgstr "6,00x2,00\""
-
-msgid "6.00x3.00\""
-msgstr "6,00x3,00\""
-
-msgid "6.00x4.00\""
-msgstr "6,00x4,00\""
-
-msgid "6.00x5.00\""
-msgstr "6,00x5,00\""
-
-msgid "6.00x6.00\""
-msgstr "6,00x6,00\""
-
-msgid "6.00x6.50\""
-msgstr "6,00x6,50\""
-
-msgid "60"
-msgstr "60"
-
-msgid "60 mm/sec."
-msgstr "60 мм/с"
-
-msgid "600dpi"
-msgstr "600dpi"
-
-msgid "60dpi"
-msgstr "60dpi"
-
-msgid "60x720dpi"
-msgstr "60x720dpi"
-
-msgid "65"
-msgstr "65"
-
-msgid "7"
-msgstr "7"
-
-msgid "7 inches/sec."
-msgstr "7 дюймов/с"
-
-msgid "7 x 9\""
-msgstr "7 x 9\""
-
-msgid "70"
-msgstr "70"
-
-msgid "720dpi"
-msgstr "720dpi"
-
-msgid "75"
-msgstr "75"
-
-msgid "8"
-msgstr "8"
-
-msgid "8 inches/sec."
-msgstr "8 дюймов/с"
-
-msgid "8 x 10\""
-msgstr "8 x 10\""
-
-msgid "8.00x1.00\""
-msgstr "8,00x1,00\""
-
-msgid "8.00x2.00\""
-msgstr "8,00x2,00\""
-
-msgid "8.00x3.00\""
-msgstr "8,00x3,00\""
-
-msgid "8.00x4.00\""
-msgstr "8,00x4,00\""
-
-msgid "8.00x5.00\""
-msgstr "8,00x5,00\""
-
-msgid "8.00x6.00\""
-msgstr "8,00x6,00\""
-
-msgid "8.00x6.50\""
-msgstr "8,00x6,50\""
-
-msgid "80"
-msgstr "80"
-
-msgid "80 mm/sec."
-msgstr "80 мм/с"
-
-msgid "85"
-msgstr "85"
-
-msgid "9"
-msgstr "9"
-
-msgid "9 inches/sec."
-msgstr "9 дюймов/с"
-
-msgid "9 x 11\""
-msgstr "9 x 11\""
-
-msgid "9 x 12\""
-msgstr "9 x 12\""
-
-msgid "9-Pin Series"
-msgstr "Тип 9-Pin"
-
-msgid "90"
-msgstr "90"
-
-msgid "95"
-msgstr "95"
-
-msgid "?Invalid help command unknown"
-msgstr "?Неверная команда справки неизвестна"
-
-msgid "A Samba password is required to export printer drivers"
-msgstr ""
-
-msgid "A Samba username is required to export printer drivers"
-msgstr ""
-
-#, c-format
-msgid "A class named \"%s\" already exists"
-msgstr ""
-
-#, c-format
-msgid "A printer named \"%s\" already exists"
-msgstr ""
-
-msgid "A0"
-msgstr "A0"
-
-msgid "A1"
-msgstr "A1"
-
-msgid "A10"
-msgstr "A10"
-
-msgid "A2"
-msgstr "A2"
-
-msgid "A3"
-msgstr "A3"
-
-msgid "A3 (Oversize)"
-msgstr "A3 (расширенный)"
-
-msgid "A4"
-msgstr "A4"
-
-msgid "A4 (Oversize)"
-msgstr "A4 (расширенный)"
-
-msgid "A4 (Small)"
-msgstr "A4 (уменьшенный)"
-
-msgid "A5"
-msgstr "A5"
-
-msgid "A5 (Oversize)"
-msgstr "A5 (расширенный)"
-
-msgid "A6"
-msgstr "A6"
-
-msgid "A7"
-msgstr "A7"
-
-msgid "A8"
-msgstr "A8"
-
-msgid "A9"
-msgstr "A9"
-
-msgid "ANSI A"
-msgstr "ANSI A"
-
-msgid "ANSI B"
-msgstr "ANSI B"
-
-msgid "ANSI C"
-msgstr "ANSI C"
-
-msgid "ANSI D"
-msgstr "ANSI D"
-
-msgid "ANSI E"
-msgstr "ANSI E"
-
-msgid "ARCH A"
-msgstr "ARCH A"
-
-msgid "ARCH B"
-msgstr "ARCH B"
-
-msgid "ARCH C"
-msgstr "ARCH C"
-
-msgid "ARCH D"
-msgstr "ARCH D"
-
-msgid "ARCH E"
-msgstr "ARCH E"
-
-msgid "Accept Jobs"
-msgstr "Принять задания"
-
-msgid "Accepted"
-msgstr "Принято"
-
-msgid "Add Class"
-msgstr "Добавить класс"
-
-msgid "Add Printer"
-msgstr "Добавить принтер"
-
-msgid "Add RSS Subscription"
-msgstr "Добавить подписку на RSS"
-
-msgid "Address"
-msgstr "Адрес"
-
-msgid "Address - 1 1/8 x 3 1/2\""
-msgstr "Адрес - 1 1/8 x 3 1/2\""
-
-msgid "Administration"
-msgstr "Администрация"
-
-msgid "Always"
-msgstr "Всегда"
-
-msgid "AppSocket/HP JetDirect"
-msgstr "AppSocket/HP JetDirect"
-
-msgid "Applicator"
-msgstr "Исполнительное устройство"
-
-#, c-format
-msgid "Attempt to set %s printer-state to bad value %d"
-msgstr ""
-
-#, c-format
-msgid "Attribute groups are out of order (%x < %x)"
-msgstr ""
-
-msgid "B0"
-msgstr "B0"
-
-msgid "B1"
-msgstr "B1"
-
-msgid "B10"
-msgstr "B10"
-
-msgid "B2"
-msgstr "B2"
-
-msgid "B3"
-msgstr "B3"
-
-msgid "B4"
-msgstr "B4"
-
-msgid "B5"
-msgstr "B5"
-
-msgid "B6"
-msgstr "B6"
-
-msgid "B7"
-msgstr "B7"
-
-msgid "B8"
-msgstr "B8"
-
-msgid "B9"
-msgstr "B9"
-
-msgid "Bad NULL dests pointer"
-msgstr "Неверный указатель NULL dests"
-
-msgid "Bad OpenGroup"
-msgstr "Неверное значение OpenGroup"
-
-msgid "Bad OpenUI/JCLOpenUI"
-msgstr "Неверное значение OpenUI/JCLOpenUI"
-
-msgid "Bad OrderDependency"
-msgstr "Неверное значение OrderDependency"
-
-msgid "Bad Request"
-msgstr "Неверный запрос"
-
-msgid "Bad SNMP version number"
-msgstr "Неверный номер версии SNMP"
-
-msgid "Bad UIConstraints"
-msgstr "Неверное значение UIConstraints"
-
-#, c-format
-msgid "Bad copies value %d."
-msgstr "Неверное значение количества копий %d."
-
-msgid "Bad custom parameter"
-msgstr "Неверный индивидуальный параметр"
-
-#, c-format
-msgid "Bad device URI \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad device-uri \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad device-uri scheme \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad document-format \"%s\""
-msgstr ""
-
-msgid "Bad filename buffer"
-msgstr ""
-
-#, c-format
-msgid "Bad font attribute: %s"
-msgstr "Неверный атрибут шрифта: %s"
-
-msgid "Bad job-priority value"
-msgstr ""
-
-#, c-format
-msgid "Bad job-sheets value \"%s\""
-msgstr ""
-
-msgid "Bad job-sheets value type"
-msgstr ""
-
-msgid "Bad job-state value"
-msgstr ""
-
-#, c-format
-msgid "Bad job-uri attribute \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad notify-pull-method \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad notify-recipient-uri URI \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad number-up value %d."
-msgstr "Неверное значение number-up %d."
-
-#, c-format
-msgid "Bad option + choice on line %d"
-msgstr ""
-
-#, c-format
-msgid "Bad page-ranges values %d-%d."
-msgstr "Неверные значения page-ranges %d-%d."
-
-#, c-format
-msgid "Bad port-monitor \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Bad printer-state value %d"
-msgstr ""
-
-#, c-format
-msgid "Bad request ID %d"
-msgstr ""
-
-#, c-format
-msgid "Bad request version number %d.%d"
-msgstr ""
-
-msgid "Bad subscription ID"
-msgstr ""
-
-msgid "Bad value string"
-msgstr ""
-
-msgid "Banners"
-msgstr "Баннеры"
-
-msgid "Billing Information: "
-msgstr "Реквизиты для выставления счета: "
-
-msgid "Bond Paper"
-msgstr "Документная бумага"
-
-msgid "C0 Envelope"
-msgstr "Конверт C0"
-
-msgid "C1 Envelope"
-msgstr "Конверт C1"
-
-msgid "C2 Envelope"
-msgstr "Конверт C2"
-
-msgid "C3 Envelope"
-msgstr "Конверт C3"
-
-msgid "C4"
-msgstr "C4"
-
-msgid "C4 Envelope"
-msgstr "Конверт C4"
-
-msgid "C5"
-msgstr "C5"
-
-msgid "C5 Envelope"
-msgstr "Конверт C5"
-
-msgid "C6"
-msgstr "C6"
-
-msgid "C6 Envelope"
-msgstr "Конверт C6"
-
-msgid "C65 Envelope"
-msgstr "Конверт C65"
-
-msgid "C7 Envelope"
-msgstr "Конверт C7"
-
-msgid "CMYK"
-msgstr "CMYK"
-
-msgid "CPCL Label Printer"
-msgstr "Принтер для печати этикеток CPCL"
-
-msgid "Cancel RSS Subscription"
-msgstr "Отменить подписку на RSS"
-
-msgid "Change Settings"
-msgstr "Изменить настройки"
-
-#, c-format
-msgid "Character set \"%s\" not supported"
-msgstr ""
-
-msgid "Chou3 Envelope"
-msgstr "Конверт Chou3"
-
-msgid "Chou4 Envelope"
-msgstr "Конверт Chou4"
-
-msgid "Classes"
-msgstr "Классы"
-
-msgid "Clean Print Heads"
-msgstr "Очистить головки принтера"
-
-msgid "Color"
-msgstr "Цвет"
-
-msgid "Color Mode"
-msgstr "Цветной режим"
-
-msgid ""
-"Commands may be abbreviated.  Commands are:"
-""
-"exit    help    quit    status  ?"
-msgstr ""
-"Команды могут быть сокращены.  Команды:"
-""
-"exit    help    quit    status  ?"
-
-msgid "Community name uses indefinite length"
-msgstr "Для имени сообщества длина не установлена"
-
-msgid "Continue"
-msgstr "Продолжить"
-
-msgid "Continuous"
-msgstr "Непрерывно"
-
-#, c-format
-msgid "Could not scan type \"%s\""
-msgstr ""
-
-msgid "Created"
-msgstr "Создано"
-
-msgid "Created On: "
-msgstr "Дата создания: "
-
-msgid "Custom"
-msgstr "Индивидуальный"
-
-msgid "CustominCutInterval"
-msgstr "CustominCutInterval"
-
-msgid "CustominTearInterval"
-msgstr "CustominTearInterval"
-
-msgid "Cut"
-msgstr "Обрезать"
-
-msgid "Cutter"
-msgstr "Резак"
-
-msgid "DL"
-msgstr "DL"
-
-msgid "DL Envelope"
-msgstr "Конверт DL"
-
-msgid "Dark"
-msgstr "Темный"
-
-msgid "Darkness"
-msgstr "Затемненность"
-
-msgid "Delete Class"
-msgstr "Удалить класс"
-
-msgid "Delete Printer"
-msgstr "Удалить принтер"
-
-msgid "Description: "
-msgstr "Описание: "
-
-msgid "DeskJet Series"
-msgstr "Серия DeskJet"
-
-#, c-format
-msgid "Destination \"%s\" is not accepting jobs."
-msgstr "Назначение «%s» не принимает задания."
-
-#, c-format
-msgid ""
-"Device: uri = %s"
-"        class = %s"
-"        info = %s"
-"        make-and-model = %s"
-"        device-id = %s"
-"        location = %s"
-msgstr ""
-"Устройство: uri = %s"
-"        class = %s"
-"        info = %s"
-"        make-and-model = %s"
-"        device-id = %s"
-"        location = %s"
-
-msgid "Direct Thermal Media"
-msgstr "Носитель для прямой термопечати"
-
-msgid "Disabled"
-msgstr "Отключено"
-
-#, c-format
-msgid "Document %d not found in job %d."
-msgstr "Документ %d в задании %d не найден."
-
-msgid "Double Postcard"
-msgstr "Двойная открытка"
-
-msgid "Driver Name: "
-msgstr "Имя драйвера: "
-
-msgid "Driver Version: "
-msgstr "Версия драйвера: "
-
-msgid "Duplexer"
-msgstr "Дуплексер"
-
-msgid "Dymo"
-msgstr "Dymo"
-
-#, c-format
-msgid "Unable to allocate memory for page info: %s"
-msgstr "Не удается выделить память для информации страницы: %s"
-
-#, c-format
-msgid "Unable to allocate memory for pages array: %s"
-msgstr "Не удается выделить память для массива страниц: %s"
-
-msgid "EPL1 Label Printer"
-msgstr "Принтер для печати этикеток EPL1"
-
-msgid "EPL2 Label Printer"
-msgstr "Принтер для печати этикеток EPL2"
-
-#, c-format
-msgid "%s job-id user title copies options [file]"
-msgstr ""
-
-#, c-format
-msgid "Bad %%BoundingBox: comment seen"
-msgstr ""
-
-#, c-format
-msgid "Bad %%IncludeFeature: comment"
-msgstr ""
-
-#, c-format
-msgid "Bad %%Page: comment in file"
-msgstr ""
-
-#, c-format
-msgid "Bad %%PageBoundingBox: comment in file"
-msgstr ""
-
-#, c-format
-msgid "Bad charset file %s"
-msgstr "Неверный файл набора символов %s"
-
-#, c-format
-msgid "Bad charset type %s"
-msgstr "Неверный тип набора символов %s"
-
-#, c-format
-msgid "Bad columns value %d"
-msgstr ""
-
-#, c-format
-msgid "Bad cpi value %f"
-msgstr ""
-
-#, c-format
-msgid "Bad font description line: %s"
-msgstr "Неверная строка описания шрифта: %s"
-
-#, c-format
-msgid "Bad lpi value %f"
-msgstr ""
-
-msgid "Bad page setup"
-msgstr ""
-
-#, c-format
-msgid "Bad text direction %s"
-msgstr "Неверное направление текста %s"
-
-#, c-format
-msgid "Bad text width %s"
-msgstr "Неверная ширина текста %s"
-
-msgid "Destination printer does not exist"
-msgstr ""
-
-#, c-format
-msgid "Duplicate %%BoundingBox: comment seen"
-msgstr ""
-
-#, c-format
-msgid "Duplicate %%Pages: comment seen"
-msgstr ""
-
-msgid "Empty print file"
-msgstr ""
-
-#, c-format
-msgid "Error %d sending PAPSendData request: %s"
-msgstr "Ошибка %d при отправке запроса PAPSendData: %s"
-
-#, c-format
-msgid "Expected quoted string on line %d of %s"
-msgstr ""
-
-msgid "Fatal USB error"
-msgstr ""
-
-#, c-format
-msgid "Missing %%EndProlog"
-msgstr ""
-
-#, c-format
-msgid "Missing %%EndSetup"
-msgstr ""
-
-#, c-format
-msgid "Missing value on line %d of banner file"
-msgstr ""
-
-#, c-format
-msgid ""
-"Need a msgid line before any translation strings on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "No %%BoundingBox: comment in header"
-msgstr ""
-
-#, c-format
-msgid "No %%Pages: comment in header"
-msgstr ""
-
-msgid ""
-"No device URI found in argv[0] or in DEVICE_URI environment variable"
-msgstr ""
-
-#, c-format
-msgid "No fonts in charset file %s"
-msgstr "Отсутствуют шрифты в файле набора символов %s"
-
-msgid "No pages found"
-msgstr ""
-
-msgid "Out of paper"
-msgstr ""
-
-msgid "PRINTER environment variable not defined"
-msgstr ""
-
-#, c-format
-msgid "Print file was not accepted (%s)"
-msgstr ""
-
-msgid "Printer not responding"
-msgstr "Принтер не отвечает"
-
-msgid "Printer sent unexpected EOF"
-msgstr "Принтер преждевременно передал индикатор EOF"
-
-#, c-format
-msgid "Remote host did not accept control file (%d)"
-msgstr "Удаленный хост не принял контрольный файл (%d)"
-
-#, c-format
-msgid "Remote host did not accept data file (%d)"
-msgstr "Удаленный хост не принял файл данных (%d)"
-
-msgid "There was a timeout error while sending data to the printer"
-msgstr ""
-"Сбой, связанный со временем ожидания при отправке данных на принтер"
-
-#, c-format
-msgid "Unable to add file %d to job: %s"
-msgstr "Не удается добавить файл %d к заданию: %s"
-
-#, c-format
-msgid "Unable to cancel job %d: %s"
-msgstr "Не удается отменить задание %d: %s"
-
-msgid "Unable to connect to printer; will retry in 30 seconds."
-msgstr ""
-
-msgid "Unable to copy PDF file"
-msgstr "Не удается копировать файл PDF"
-
-msgid "Unable to create pipe"
-msgstr ""
-
-msgid "Unable to create socket"
-msgstr "Не удается создать сокет"
-
-#, c-format
-msgid "Unable to create temporary compressed print file: %s"
-msgstr "Не удается создать временный сжатый файл печати: %s"
-
-msgid "Unable to create temporary file"
-msgstr "Не удается создать временный файл"
-
-#, c-format
-msgid "Unable to exec pictwpstops: %s"
-msgstr "Не удается выполнить pictwpstops: %s"
-
-msgid "Unable to execute gs program"
-msgstr "Не удается запустить программу gs"
-
-msgid "Unable to execute pdftops program"
-msgstr "Не удается запустить программу pdftops"
-
-msgid "Unable to execute pstops program"
-msgstr ""
-
-#, c-format
-msgid "Unable to fork pictwpstops: %s"
-msgstr "Не удается разветвить pictwpstops: %s"
-
-msgid "Unable to get PAP request"
-msgstr "Не удается получить запрос PAP"
-
-msgid "Unable to get PAP response"
-msgstr "Не удается получить ответ PAP"
-
-#, c-format
-msgid "Unable to get PPD file for printer \"%s\" - %s."
-msgstr "Не удается получить PPD-файл для принтера «%s» – %s."
-
-msgid "Unable to get default AppleTalk zone"
-msgstr "Не удается определить стандартную зону AppleTalk"
-
-#, c-format
-msgid "Unable to get job %d attributes (%s)"
-msgstr ""
-
-#, c-format
-msgid "Unable to get printer status (%s)"
-msgstr ""
-
-#, c-format
-msgid "Unable to locate printer '%s'"
-msgstr ""
-
-msgid "Unable to look for PAP response"
-msgstr "Не удается провести поиск ответа PAP"
-
-msgid "Unable to lookup AppleTalk printers"
-msgstr "Не удается провести поиск принтеров AppleTalk"
-
-msgid "Unable to make AppleTalk address"
-msgstr "Не удается ставить адрес AppleTalk"
-
-#, c-format
-msgid "Unable to open \"%s\" - %s"
-msgstr "Не удается открыть «%s» – %s"
-
-#, c-format
-msgid "Unable to open %s: %s"
-msgstr "Не удается открыть %s: %s"
-
-msgid "Unable to open PPD file"
-msgstr ""
-
-#, c-format
-msgid "Unable to open banner file \"%s\" - %s"
-msgstr "Не удается открыть файл баннера «%s» – %s"
-
-#, c-format
-msgid "Unable to open device file \"%s\": %s"
-msgstr "Не удается открыть файл устройства «%s»: %s"
-
-#, c-format
-msgid "Unable to open file \"%s\" - %s"
-msgstr "Не удается открыть файл «%s» – %s"
-
-#, c-format
-msgid "Unable to open file \"%s\": %s"
-msgstr "Не удается открыть файл «%s»: %s"
-
-msgid "Unable to open image file for printing"
-msgstr ""
-
-#, c-format
-msgid "Unable to open print file \"%s\": %s"
-msgstr "Не удается открыть файл печати «%s»: %s"
-
-#, c-format
-msgid "Unable to open print file %s - %s"
-msgstr "Не удается открыть файл печати %s – %s"
-
-#, c-format
-msgid "Unable to open print file %s: %s"
-msgstr "Не удается открыть файл печати %s: %s"
-
-#, c-format
-msgid "Unable to open raster file - %s"
-msgstr ""
-
-#, c-format
-msgid "Unable to open temporary compressed print file: %s"
-msgstr "Не удается открыть временный сжатый файл печати: %s"
-
-#, c-format
-msgid "Unable to print %d text columns"
-msgstr ""
-
-#, c-format
-msgid "Unable to print %dx%d text page"
-msgstr ""
-
-msgid "Unable to read print data"
-msgstr "Не удается считать данные печати"
-
-msgid "Unable to read print data"
-msgstr ""
-
-msgid "Unable to reserve port"
-msgstr "Не удается зарезервировать порт"
-
-#, c-format
-msgid "Unable to seek to offset %ld in file - %s"
-msgstr "Не удается перейти к смещению %ld в файле – %s"
-
-#, c-format
-msgid "Unable to seek to offset %lld in file - %s"
-msgstr "Не удается перейти к смещению %lld в файле – %s"
-
-msgid "Unable to send LPD command"
-msgstr "Не удается отправить команду LPD"
-
-msgid "Unable to send PAP tickle request"
-msgstr "Не удается отправить контрольный запрос PAP"
-
-msgid "Unable to send initial PAP send data request"
-msgstr "Не удается отправить исходный запрос PAP на отправку данных"
-
-msgid "Unable to send print data"
-msgstr ""
-
-msgid "Unable to send print file to printer"
-msgstr "Не удается отправить файл печати на принтер"
-
-msgid "Unable to send trailing nul to printer"
-msgstr "Не удается отправить конечное нулевое значение на принтер"
-
-#, c-format
-msgid "Unable to wait for pictwpstops: %s"
-msgstr "Не удается подождать pictwpstops: %s"
-
-#, c-format
-msgid "Unable to write %d bytes to \"%s\": %s"
-msgstr "Не удается записать %d байт на «%s»: %s"
-
-#, c-format
-msgid "Unable to write %d bytes to printer"
-msgstr ""
-
-msgid "Unable to write control file"
-msgstr "Не удается записать контрольный файл"
-
-msgid "Unable to write print data"
-msgstr "Не удается записать данные печати"
-
-#, c-format
-msgid "Unable to write print data: %s"
-msgstr "Не удается записать данные печати: %s"
-
-msgid "Unable to write raster data to driver"
-msgstr ""
-
-#, c-format
-msgid "Unable to write uncompressed document data: %s"
-msgstr "Не удается записать несжатые данные документа: %s"
-
-#, c-format
-msgid "Unexpected text on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "Unknown encryption option value \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unknown file order \"%s\""
-msgstr "Неизвестный порядок файлов «%s»"
-
-#, c-format
-msgid "Unknown format character \"%c\""
-msgstr "Символ неизвестного формата «%c»"
-
-#, c-format
-msgid "Unknown message catalog format for \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unknown option \"%s\" with value \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unknown print mode \"%s\""
-msgstr "Неизвестный режим печати «%s»"
-
-#, c-format
-msgid "Unknown version option value \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unsupported brightness value %s, using brightness=100"
-msgstr ""
-
-#, c-format
-msgid "Unsupported gamma value %s, using gamma=1000"
-msgstr ""
-
-#, c-format
-msgid "Unsupported number-up value %d, using number-up=1"
-msgstr ""
-
-#, c-format
-msgid ""
-"Unsupported number-up-layout value %s, using number-up-layout=lrtb"
-msgstr ""
-
-#, c-format
-msgid "Unsupported page-border value %s, using page-border=none"
-msgstr ""
-
-#, c-format
-msgid "doc_printf overflow (%d bytes) detected, aborting"
-msgstr ""
-
-#, c-format
-msgid "pictwpstops exited on signal %d"
-msgstr ""
-
-#, c-format
-msgid "pictwpstops exited with status %d"
-msgstr ""
-
-msgid "select() failed"
-msgstr "Сбой оператора select()"
-
-msgid "unable to stat print file"
-msgstr "Не удается установить файл печати"
-
-msgid "Edit Configuration File"
-msgstr "Редактировать файл конфигурации"
-
-msgid "Empty PPD file"
-msgstr ""
-
-msgid "Ending Banner"
-msgstr "Конечный баннер"
-
-msgid "English"
-msgstr "Russian"
-
-msgid "Enter old password:"
-msgstr "Введите старый пароль:"
-
-msgid "Enter password again:"
-msgstr "Введите пароль снова:"
-
-msgid "Enter password:"
-msgstr "Введите пароль:"
-
-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 ""
-"Введите свое имя пользователя и пароль или данные учетной записи root, чтобы "
-"получить доступ к этой странице. Если используется проверка подлинности "
-"Kerberos, необходимо также иметь действительный билет Kerberos."
-
-msgid "Envelope Feed"
-msgstr "Подача конвертов"
-
-msgid "Epson"
-msgstr "Epson"
-
-msgid "Error Policy"
-msgstr "Политика ошибок"
-
-msgid "Error: need hostname after '-h' option"
-msgstr ""
-
-msgid "Every 10 Labels"
-msgstr "Каждые 10 этикеток"
-
-msgid "Every 2 Labels"
-msgstr "Каждые 2 этикетки"
-
-msgid "Every 3 Labels"
-msgstr "Каждые 3 этикетки"
-
-msgid "Every 4 Labels"
-msgstr "Каждые 4 этикетки"
-
-msgid "Every 5 Labels"
-msgstr "Каждые 5 этикеток"
-
-msgid "Every 6 Labels"
-msgstr "Каждые 6 этикеток"
-
-msgid "Every 7 Labels"
-msgstr "Каждые 7 этикеток"
-
-msgid "Every 8 Labels"
-msgstr "Каждые 8 этикеток"
-
-msgid "Every 9 Labels"
-msgstr "Каждые 9 этикеток"
-
-msgid "Every Label"
-msgstr "Каждая этикетка"
-
-msgid "Expectation Failed"
-msgstr "Сбой ожидания"
-
-msgid "Export Printers to Samba"
-msgstr "Экспортировать принтеры в Samba"
-
-msgid "FAIL"
-msgstr "FAIL"
-
-msgid "File Folder"
-msgstr "Каталог файла"
-
-msgid "File Folder - 9/16 x 3 7/16\""
-msgstr "Каталог файла - 9 16/8 x 3 7/16\""
-
-#, c-format
-msgid ""
-"File device URIs have been disabled! To enable, see the FileDevice directive "
-"in \"%s/cupsd.conf\"."
-msgstr ""
-"URI-адреса файлового устройства отключены! Чтобы включить их, используйте "
-"директиву FileDevice в «%s/cupsd.conf»."
-
-msgid "Folio"
-msgstr "Фолио"
-
-msgid "Forbidden"
-msgstr "Запрещено"
-
-msgid "General"
-msgstr "Основные"
-
-msgid "Generic"
-msgstr "Общее"
-
-msgid "German FanFold"
-msgstr "German FanFold"
-
-msgid "German FanFold Legal"
-msgstr "German FanFold Legal"
-
-msgid "Get-Response-PDU uses indefinite length"
-msgstr "Для Get-Response-PDU длина не установлена"
-
-msgid "Glossy Paper"
-msgstr "Глянцевая бумага"
-
-msgid "Got a printer-uri attribute but no job-id"
-msgstr ""
-
-msgid "Grayscale"
-msgstr "Оттенки серого"
-
-msgid "HP"
-msgstr "HP"
-
-msgid "Hanging Folder"
-msgstr "Папка подвесного хранения"
-
-msgid "Hanging Folder - 9/16 x 2\""
-msgstr "Папка подвесного хранения - 9/16 x 2\""
-
-msgid "AppleTalk disabled in System Preferences"
-msgstr "AppleTalk отключен в Системных настройках"
-
-msgid "AppleTalk disabled in System Preferences."
-msgstr "AppleTalk отключен в Системных настройках."
-
-msgid "Canceling print job."
-msgstr "Отмена задания печати…"
-
-msgid "Connected to printer."
-msgstr "Подключен к принтеру…"
-
-msgid "Connecting to printer."
-msgstr "Подключение к принтеру…"
-
-msgid "Control file sent successfully"
-msgstr "Контрольный файл успешно отправлен"
-
-msgid "Copying print data."
-msgstr ""
-
-msgid "Data file sent successfully"
-msgstr "Файл данных успешно отправлен"
-
-#, c-format
-msgid "Finished page %d."
-msgstr ""
-
-#, c-format
-msgid "Formatting page %d."
-msgstr "Форматирование страницы %d…"
-
-msgid "Loading image file."
-msgstr "Загрузка файла изображения…"
-
-msgid "Looking for printer."
-msgstr "Поиск принтера."
-
-msgid "Opening connection"
-msgstr "Установка соединения"
-
-msgid "Print file sent, waiting for printer to finish."
-msgstr "Файл печати отправлен, ожидание окончания работы принтера…"
-
-msgid "Printer busy; will retry in 10 seconds."
-msgstr "Принтер занят; попытка будет повторена через 10 секунд…"
-
-msgid "Printer busy; will retry in 30 seconds."
-msgstr "Принтер занят; попытка будет повторена через 30 секунд…"
-
-msgid "Printer busy; will retry in 5 seconds."
-msgstr "Принтер занят; попытка будет повторена через 5 секунд…"
-
-#, c-format
-msgid "Printer does not support IPP/%d.%d, trying IPP/1.0."
-msgstr ""
-"Принтер не поддерживает IPP/%d.%d; попытка использовать IPP/1.0…"
-
-msgid "Printer is busy; will retry in 5 seconds."
-msgstr "Принтер занят; попытка будет повторена через 5 секунд…"
-
-msgid "Printer is currently off-line."
-msgstr "В данный момент принтер не подключен к сети."
-
-msgid "Printer is currently offline."
-msgstr "В данный момент принтер не подключен к сети."
-
-msgid "Printer is now online."
-msgstr "Принтер подключен к сети."
-
-msgid "Printer is offline."
-msgstr "Принтер не подключен к сети."
-
-msgid "Printer not connected; will retry in 30 seconds."
-msgstr "Принтер не подключен; попытка будет повторена через 30 секунд…"
-
-#, c-format
-msgid "Printing page %d, %d%% complete."
-msgstr "Печать страницы %d, %d%% завершена…"
-
-#, c-format
-msgid "Printing page %d."
-msgstr "Печать страницы %d…"
-
-msgid "Ready to print."
-msgstr "Готов к печати."
-
-#, c-format
-msgid "Sending control file (%lu bytes)"
-msgstr "Отправка контрольного файла (%lu байт)"
-
-#, c-format
-msgid "Sending control file (%u bytes)"
-msgstr "Отправка контрольного файла (%u байт)"
-
-msgid "Sending data"
-msgstr "Отправка данных"
-
-#, c-format
-msgid "Sending data file (%ld bytes)"
-msgstr "Отправка файла данных (%ld байт)"
-
-#, c-format
-msgid "Sending data file (%lld bytes)"
-msgstr "Отправка файла данных (%lld байт)"
-
-msgid "Sending print data."
-msgstr "Отправка данных печати…"
-
-#, c-format
-msgid "Sent print file, %ld bytes."
-msgstr "Отправлен файл печати, %ld байт…"
-
-#, c-format
-msgid "Sent print file, %lld bytes."
-msgstr "Отправлен файл печати, %lld байт…"
-
-#, c-format
-msgid "Spooling LPR job, %.0f%% complete."
-msgstr "Спулинг задания LPR, %.0f%% выполнено…"
-
-#, c-format
-msgid "Starting page %d."
-msgstr ""
-
-msgid "Unable to contact printer, queuing on next printer in class."
-msgstr ""
-"Не удается установить связь с принтером, постановка в очередь на "
-"следующем принтере в классе…"
-
-#, c-format
-msgid "Using default AppleTalk zone \"%s\""
-msgstr "Используется стандартная зона AppleTalk «%s»"
-
-msgid "Waiting for job to complete."
-msgstr "Ожидание окончания выполнения задания…"
-
-msgid "Waiting for printer to become available."
-msgstr "Ожидание доступа к принтеру."
-
-msgid "ISO B0"
-msgstr "ISO B0"
-
-msgid "ISO B1"
-msgstr "ISO B1"
-
-msgid "ISO B10"
-msgstr "ISO B10"
-
-msgid "ISO B2"
-msgstr "ISO B2"
-
-msgid "ISO B3"
-msgstr "ISO B3"
-
-msgid "ISO B4"
-msgstr "ISO B4"
-
-msgid "ISO B4 Envelope"
-msgstr "Конверт ISO B4"
-
-msgid "ISO B5"
-msgstr "ISO B5"
-
-msgid "ISO B5 (Oversize)"
-msgstr "ISO B5 (расширенный)"
-
-msgid "ISO B5 Envelope"
-msgstr "Конверт ISO B5"
-
-msgid "ISO B6"
-msgstr "ISO B6"
-
-msgid "ISO B6 Envelope"
-msgstr "Конверт ISO B6"
-
-msgid "ISO B7"
-msgstr "ISO B7"
-
-msgid "ISO B8"
-msgstr "ISO B8"
-
-msgid "ISO B9"
-msgstr "ISO B9"
-
-msgid "ISOLatin1"
-msgstr "UTF-8"
-
-msgid "Illegal control character"
-msgstr "Недействительный контрольный символ"
-
-msgid "Illegal main keyword string"
-msgstr "Недействительная основная строка ключевых слов"
-
-msgid "Illegal option keyword string"
-msgstr "Недействительная строка ключевых слов параметра"
-
-msgid "Illegal translation string"
-msgstr "Недействительный перевод"
-
-msgid "Illegal whitespace character"
-msgstr "Недействительный символ пробела"
-
-msgid "Installable Options"
-msgstr "Параметры, разрешенные к установке"
-
-msgid "Installed"
-msgstr "Установлено"
-
-msgid "IntelliBar Label Printer"
-msgstr "Принтер для печати этикеток IntelliBar"
-
-msgid "Intellitech"
-msgstr "Intellitech"
-
-msgid "Internal Server Error"
-msgstr ""
-
-msgid "Internal error"
-msgstr "Внутренняя ошибка"
-
-msgid "Internet Postage 2-Part"
-msgstr "Наклейки Internet Postage 2-Part"
-
-msgid "Internet Postage 2-Part - 2 1/4 x 7 1/2\""
-msgstr "Наклейки Internet Postage 2-Part - 2 1/4 x 7 1/2\""
-
-msgid "Internet Postage 3-Part"
-msgstr "Наклейки Internet Postage 3-Part"
-
-msgid "Internet Postage 3-Part - 2 1/4 x 7\""
-msgstr "Наклейки Internet Postage 3-Part - 2 1/4 x 7\""
-
-msgid "Internet Printing Protocol"
-msgstr "Протокол интернет-печати"
-
-msgid "Invite Envelope"
-msgstr "Конверт Invite Envelope"
-
-msgid "Italian Envelope"
-msgstr "Конверт Italian Envelope"
-
-msgid "JCL"
-msgstr "JCL"
-
-#, c-format
-msgid "Job #%d cannot be restarted - no files"
-msgstr ""
-
-#, c-format
-msgid "Job #%d does not exist"
-msgstr ""
-
-#, c-format
-msgid "Job #%d is already aborted - can't cancel."
-msgstr "Задание #%d уже прервано – не удается отменить."
-
-#, c-format
-msgid "Job #%d is already canceled - can't cancel."
-msgstr "Задание #%d уже отменено – не удается отменить."
-
-#, c-format
-msgid "Job #%d is already completed - can't cancel."
-msgstr "Задание #%d уже завершено – не удается отменить."
-
-#, c-format
-msgid "Job #%d is finished and cannot be altered"
-msgstr ""
-
-#, c-format
-msgid "Job #%d is not complete"
-msgstr ""
-
-#, c-format
-msgid "Job #%d is not held"
-msgstr ""
-
-#, c-format
-msgid "Job #%d is not held for authentication"
-msgstr ""
-
-#, c-format
-msgid "Job #%s does not exist"
-msgstr ""
-
-#, c-format
-msgid "Job %d not found"
-msgstr ""
-
-msgid "Job Completed"
-msgstr "Задание завершено"
-
-msgid "Job Created"
-msgstr "Задание создано"
-
-msgid "Job ID: "
-msgstr "ID задания: "
-
-msgid "Job Options Changed"
-msgstr "Параметры задания изменены"
-
-msgid "Job Stopped"
-msgstr "Задание остановлено"
-
-msgid "Job UUID: "
-msgstr "UUID задания: "
-
-msgid "Job is completed and cannot be changed."
-msgstr "Задание завершено и не может быть изменено."
-
-msgid "Job operation failed:"
-msgstr "Сбой операции задания:"
-
-msgid "Job state cannot be changed."
-msgstr "Состояние задания не может быть изменено."
-
-msgid "Job subscriptions cannot be renewed"
-msgstr ""
-
-msgid "Jobs"
-msgstr "Задания"
-
-msgid "Kaku2 Envelope"
-msgstr "Конверт Kaku2"
-
-msgid "Kaku3 Envelope"
-msgstr "Конверт Kaku3"
-
-msgid "LPD/LPR Host or Printer"
-msgstr "Хост или принтер LPD/LPR"
-
-msgid "Label Printer"
-msgstr "Принтер для печати этикеток"
-
-msgid "Label Top"
-msgstr "Верхний край этикетки"
-
-#, c-format
-msgid "Language \"%s\" not supported"
-msgstr ""
-
-msgid "Large Address"
-msgstr "Полный адрес"
-
-msgid "Large Address - 1 4/10 x 3 1/2\""
-msgstr "Полный адрес - 1 4/10 x 3 1/2\""
-
-msgid "LaserJet Series PCL 4/5"
-msgstr "Серия LaserJet, PCL 4/5"
-
-msgid "Light"
-msgstr "Светлый"
-
-msgid "Line longer than the maximum allowed (255 characters)"
-msgstr "Строка длиннее разрешенного предела (255 символов)"
-
-msgid "List Available Printers"
-msgstr "Список доступных принтеров"
-
-msgid "Location: "
-msgstr "Местоположение: "
-
-msgid "Long-Edge (Portrait)"
-msgstr "По длинной стороне (книжная)"
-
-msgid "Make and Model: "
-msgstr "Марка и модель: "
-
-msgid "Manual Feed"
-msgstr "Ручная подача"
-
-msgid "Media Dimensions: "
-msgstr "Размеры бумаги: "
-
-msgid "Media Limits: "
-msgstr "Ограничения бумаги: "
-
-msgid "Media Name: "
-msgstr "Название бумаги: "
-
-msgid "Media Size"
-msgstr "Размер бумаги"
-
-msgid "Media Source"
-msgstr "Источник бумаги"
-
-msgid "Media Tracking"
-msgstr "Контроль подачи бумаги"
-
-msgid "Media Type"
-msgstr "Тип бумаги"
-
-msgid "Medium"
-msgstr "Средний"
-
-msgid "Memory allocation error"
-msgstr "Ошибка распределения памяти"
-
-msgid "Missing PPD-Adobe-4.x header"
-msgstr "Отсутствует заголовок PPD-Adobe-4.x"
-
-msgid "Missing asterisk in column 1"
-msgstr "Отсутствует звездочка в колонке 1"
-
-msgid "Missing document-number attribute"
-msgstr ""
-
-#, c-format
-msgid "Missing double quote on line %d"
-msgstr ""
-
-msgid "Missing form variable"
-msgstr ""
-
-msgid "Missing notify-subscription-ids attribute"
-msgstr ""
-
-msgid "Missing option keyword"
-msgstr ""
-
-msgid "Missing requesting-user-name attribute"
-msgstr ""
-
-msgid "Missing required attributes"
-msgstr ""
-
-#, c-format
-msgid "Missing value on line %d"
-msgstr ""
-
-msgid "Missing value string"
-msgstr "Отсутствует строка значения"
-
-#, c-format
-msgid ""
-"Model:  name = %s"
-"        natural_language = %s"
-"        make-and-model = %s"
-"        device-id = %s"
-msgstr ""
-"Model:  name = %s"
-"        natural_language = %s"
-"        make-and-model = %s"
-"        device-id = %s"
-
-msgid "Modify Class"
-msgstr "Изменить класс"
-
-msgid "Modify Printer"
-msgstr "Изменить принтер"
-
-msgid "Monarch"
-msgstr "Monarch"
-
-msgid "Monarch Envelope"
-msgstr "Конверт Monarch"
-
-msgid "Move All Jobs"
-msgstr "Переместить все задания"
-
-msgid "Move Job"
-msgstr "Переместить задание"
-
-msgid "Moved Permanently"
-msgstr "Перемещено окончательно"
-
-#, c-format
-msgid "Print file accepted - job ID %d."
-msgstr "Файл печати принят – ID задания %d."
-
-msgid "Print file accepted - job ID unknown."
-msgstr "Файл печати принят – ID задания неизвестен."
-
-msgid "NULL PPD file pointer"
-msgstr "Указатель PPD-файла установлен на NULL"
-
-msgid "Name OID uses indefinite length"
-msgstr "Для имени OID длина не установлена"
-
-msgid "Nested classes are not allowed"
-msgstr ""
-
-msgid "Never"
-msgstr "Никогда"
-
-msgid "New Stylus Color Series"
-msgstr "Серия Stylus Color нового поколения"
-
-msgid "New Stylus Photo Series"
-msgstr "Серия Stylus Photo нового поколения"
-
-msgid "No"
-msgstr "Нет"
-
-msgid "No Content"
-msgstr "Нет контента"
-
-msgid "No PPD name"
-msgstr ""
-
-msgid "No VarBind SEQUENCE"
-msgstr "Нет последовательности VarBind"
-
-msgid "No Windows printer drivers are installed"
-msgstr ""
-
-msgid "No active connection"
-msgstr "Нет рабочего подключения"
-
-#, c-format
-msgid "No active jobs on %s"
-msgstr ""
-
-msgid "No attributes in request"
-msgstr ""
-
-msgid "No authentication information provided"
-msgstr ""
-
-msgid "No community name"
-msgstr "Нет имени сообщества"
-
-msgid "No default printer"
-msgstr "Нет принтера по умолчанию"
-
-msgid "No destinations added."
-msgstr "Нет добавленных назначений."
-
-msgid "No error-index"
-msgstr "Нет значения error-index"
-
-msgid "No error-status"
-msgstr "Нет значения error-status"
-
-msgid "No file!?"
-msgstr ""
-
-msgid "No modification time"
-msgstr ""
-
-msgid "No name OID"
-msgstr "Нет имени OID"
-
-msgid "No printer name"
-msgstr ""
-
-msgid "No printer-uri found"
-msgstr ""
-
-msgid "No printer-uri found for class"
-msgstr ""
-
-msgid "No printer-uri in request"
-msgstr ""
-
-msgid "No request-id"
-msgstr "Нет идентификатора request-id"
-
-msgid "No subscription attributes in request"
-msgstr ""
-
-msgid "No subscriptions found."
-msgstr "Подписки не найдены."
-
-msgid "No variable-bindings SEQUENCE"
-msgstr "Нет последовательности variable-bindings"
-
-msgid "No version number"
-msgstr "Нет номера версии"
-
-msgid "Non-continuous (Mark sensing)"
-msgstr "С прерыванием (опознавание маркеров)"
-
-msgid "Non-continuous (Web sensing)"
-msgstr "С прерыванием (опознавание сети)"
-
-msgid "Normal"
-msgstr "Нормальный"
-
-msgid "Not Found"
-msgstr "Не найдено"
-
-msgid "Not Implemented"
-msgstr "Не реализовано"
-
-msgid "Not Installed"
-msgstr "Не установлено"
-
-msgid "Not Modified"
-msgstr "Не изменено"
-
-msgid "Not Supported"
-msgstr "Не поддерживается"
-
-msgid "Not allowed to print."
-msgstr "Не разрешено печатать."
-
-msgid "Note"
-msgstr "Примечание"
-
-msgid "OK"
-msgstr "ОК"
-
-msgid "Off (1-Sided)"
-msgstr "Выкл. (односторонняя печать)"
-
-msgid "Oki"
-msgstr "Oki"
-
-msgid "Online Help"
-msgstr "Интерактивная справка"
-
-#, c-format
-msgid "Open of %s failed: %s"
-msgstr "Не удалось открыть %s: %s"
-
-msgid "OpenGroup without a CloseGroup first"
-msgstr "OpenGroup без предыдущего CloseGroup"
-
-msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first"
-msgstr "OpenUI/JCLOpenUI без предыдущего CloseUI/JCLCloseUI"
-
-msgid "Operation Policy"
-msgstr "Политика операций"
-
-msgid "Options Installed"
-msgstr "Параметры установлены"
-
-msgid "Options: "
-msgstr "Параметры: "
-
-msgid "Output Mode"
-msgstr "Режим вывода"
-
-#, c-format
-msgid "Output for printer %s is sent to %s"
-msgstr "Вывод для принтера %s отправлен на %s"
-
-#, c-format
-msgid "Output for printer %s is sent to remote printer %s on %s"
-msgstr "Вывод для принтера %s отправлен на удаленный принтер %s на %s"
-
-#, c-format
-msgid "Output for printer %s/%s is sent to %s"
-msgstr "Вывод для принтера %s/%s отправлен на %s"
-
-#, c-format
-msgid "Output for printer %s/%s is sent to remote printer %s on %s"
-msgstr "Вывод для принтера %s/%s отправлен на удаленный принтер %s на %s"
-
-msgid "PASS"
-msgstr "PASS"
-
-msgid "PCL Laser Printer"
-msgstr "Лазерный принтер PCL"
-
-msgid "PRC1 Envelope"
-msgstr "Конверт PRC1"
-
-msgid "PRC10 Envelope"
-msgstr "Конверт PRC10"
-
-msgid "PRC16K"
-msgstr "PRC16K"
-
-msgid "PRC2 Envelope"
-msgstr "Конверт PRC2"
-
-msgid "PRC3 Envelope"
-msgstr "Конверт PRC3"
-
-msgid "PRC32K"
-msgstr "PRC32K"
-
-msgid "PRC32K (Oversize)"
-msgstr "PRC32K (расширенный)"
-
-msgid "PRC4 Envelope"
-msgstr "Конверт PRC4"
-
-msgid "PRC5 Envelope"
-msgstr "Конверт PRC5"
-
-msgid "PRC6 Envelope"
-msgstr "Конверт PRC6"
-
-msgid "PRC7 Envelope"
-msgstr "Конверт PRC7"
-
-msgid "PRC8 Envelope"
-msgstr "Конверт PRC8"
-
-msgid "PRC9 Envelope"
-msgstr "Конверт PRC9"
-
-msgid "Packet does not contain a Get-Response-PDU"
-msgstr "В пакете нет Get-Response-PDU"
-
-msgid "Packet does not start with SEQUENCE"
-msgstr "Нет индикатора SEQUENCE в начале пакета"
-
-msgid "ParamCustominCutInterval"
-msgstr "ParamCustominCutInterval"
-
-msgid "ParamCustominTearInterval"
-msgstr "ParamCustominTearInterval"
-
-#, c-format
-msgid "Password for %s on %s? "
-msgstr "Пароль для %s на %s? "
-
-#, c-format
-msgid "Password for %s required to access %s via SAMBA: "
-msgstr "Для доступа к %s через SAMBA требуется пароль для %s: "
-
-msgid "Pause Class"
-msgstr "Приостановить класс"
-
-msgid "Pause Printer"
-msgstr "Приостановить принтер"
-
-msgid "Peel-Off"
-msgstr "Съемный слой"
-
-msgid "Personal Envelope"
-msgstr "Индивидуальный конверт"
-
-msgid "Photo"
-msgstr "Фото"
-
-msgid "Photo Labels"
-msgstr "Фотоэтикетки"
-
-msgid "Plain Paper"
-msgstr "Обычная бумага"
-
-msgid "Policies"
-msgstr "Политики"
-
-msgid "Port Monitor"
-msgstr "Мониторинг порта"
-
-msgid "PostScript Printer"
-msgstr "Принтер PostScript"
-
-msgid "Postcard"
-msgstr "Открытка"
-
-msgid "Print Density"
-msgstr "Плотность печати"
-
-msgid "Print Job:"
-msgstr "Задание печати:"
-
-msgid "Print Mode"
-msgstr "Режим печати"
-
-msgid "Print Rate"
-msgstr "Скорость печати"
-
-msgid "Print Self-Test Page"
-msgstr "Напечатать пробную страницу"
-
-msgid "Print Speed"
-msgstr "Скорость печати"
-
-msgid "Print Test Page"
-msgstr "Напечатать пробную страницу"
-
-msgid "Print and Cut"
-msgstr "Напечатать и обрезать"
-
-msgid "Print and Tear"
-msgstr "Напечатать и оборвать"
-
-msgid "Printed For: "
-msgstr "Напечатано для: "
-
-msgid "Printed From: "
-msgstr "Напечатано из: "
-
-msgid "Printed On: "
-msgstr "Дата печати: "
-
-msgid "Printer Added"
-msgstr "Принтер добавлен"
-
-msgid "Printer Default"
-msgstr "Принтер выбран по умолчанию"
-
-msgid "Printer Deleted"
-msgstr "Принтер удален"
-
-msgid "Printer Modified"
-msgstr "Принтер изменен"
-
-msgid "Printer Name: "
-msgstr "Имя принтера: "
-
-msgid "Printer Paused"
-msgstr "Принтер приостановлен"
-
-msgid "Printer Settings"
-msgstr "Параметры принтера"
-
-msgid "Printer:"
-msgstr "Принтер:"
-
-msgid "Printers"
-msgstr "Принтеры"
-
-msgid "Purge Jobs"
-msgstr "Удалить задания"
-
-msgid "Quarto"
-msgstr "Кватро"
-
-msgid "Quota limit reached."
-msgstr "Предел квоты достигнут."
-
-msgid "Rank    Owner   Job     File(s)                         Total Size"
-msgstr ""
-"Ранг    Владелец   Задание     Файл(ы)                         Общий размер"
-
-msgid ""
-"Rank   Owner      Pri  Job        Files                       Total Size"
-msgstr ""
-"Ранг    Владелец   Задание печати     Файл(ы)                         Общий "
-"размер"
-
-msgid "Reject Jobs"
-msgstr "Отклонить задания"
-
-msgid "Reprint After Error"
-msgstr "Повторить печать после ошибки"
-
-msgid "Request Entity Too Large"
-msgstr "Слишком большое содержимое запроса"
-
-msgid "Resolution"
-msgstr "Разрешение"
-
-msgid "Resume Class"
-msgstr "Возобновить работу класса"
-
-msgid "Resume Printer"
-msgstr "Возобновить работу принтера"
-
-msgid "Return Address"
-msgstr "Обратный адрес"
-
-msgid "Return Address - 3/4 x 2\""
-msgstr "Обратный адрес - 3/4 x 2\""
-
-msgid "Rewind"
-msgstr "Вернуться в начало"
-
-#, c-format
-msgid "Running command: %s %s -N -A %s -c '%s'"
-msgstr "Запущенная команда: %s %s -N -A %s -c «%s»"
-
-msgid "SEQUENCE uses indefinite length"
-msgstr "Для SEQUENCE длина не установлена"
-
-msgid "See Other"
-msgstr "Посмотреть другие"
-
-#, c-format
-msgid "Serial Port #%d"
-msgstr "Последовательный порт #%d"
-
-msgid "Server Restarted"
-msgstr "Сервер перезагружен"
-
-msgid "Server Security Auditing"
-msgstr "Проверка безопасности сервера"
-
-msgid "Server Started"
-msgstr "Сервер загружен"
-
-msgid "Server Stopped"
-msgstr "Сервер остановлен"
-
-msgid "Service Unavailable"
-msgstr "Служба недоступна"
-
-msgid "Set Allowed Users"
-msgstr "Указать допущенных пользователей"
-
-msgid "Set As Server Default"
-msgstr "Использовать данный сервер по умолчанию"
-
-msgid "Set Class Options"
-msgstr "Настроить параметры класса"
-
-msgid "Set Printer Options"
-msgstr "Настроить параметры принтера"
-
-msgid "Set Publishing"
-msgstr "Настроить публикацию"
-
-msgid "Shipping Address"
-msgstr "Адрес доставки"
-
-msgid "Shipping Address - 2 5/16 x 4\""
-msgstr "Адрес доставки - 2 5/16 x 4\""
-
-msgid "Short-Edge (Landscape)"
-msgstr "По короткой стороне (альбомная)"
-
-msgid "Special Paper"
-msgstr "Особая бумага"
-
-msgid "Standard"
-msgstr "Стандартный"
-
-msgid "Starting Banner"
-msgstr "Запуск баннера"
-
-msgid "Statement"
-msgstr "Оператор"
-
-msgid "Stylus Color Series"
-msgstr "Серия Stylus Color"
-
-msgid "Stylus Photo Series"
-msgstr "Серия Stylus Photo"
-
-msgid "Super A"
-msgstr "Super A"
-
-msgid "Super B"
-msgstr "Super B"
-
-msgid "Super B/A3"
-msgstr "Super B/A3"
-
-msgid "Switching Protocols"
-msgstr "Протоколы переключения"
-
-msgid "Tabloid"
-msgstr "Tabloid"
-
-msgid "Tabloid (Oversize)"
-msgstr "Tabloid (расширенный)"
-
-msgid "Tear"
-msgstr "Оборвать"
-
-msgid "Tear-Off"
-msgstr "Место отрыва"
-
-msgid "Tear-Off Adjust Position"
-msgstr "Откорректировать положение места отрыва"
-
-#, c-format
-msgid "The PPD file \"%s\" could not be found."
-msgstr "Не удается найти PPD-файл «%s»."
-
-#, c-format
-msgid "The PPD file \"%s\" could not be opened: %s"
-msgstr "Не удалось открыть PPD-файл «%s»: %s"
-
-msgid ""
-"The class name may only contain up to 127 printable characters and may not "
-"contain spaces, slashes (/), or the pound sign (#)."
-msgstr ""
-"Имя класса может содержать максимально 127 печатных символов и не может "
-"содержать пробелы, дроби (/) или знак «решетки» (#)."
-
-msgid "The developer unit needs to be replaced."
-msgstr ""
-
-msgid "The developer unit will need to be replaced soon."
-msgstr ""
-
-msgid "The fuser's temperature is high."
-msgstr ""
-
-msgid "The fuser's temperature is low."
-msgstr ""
-
-msgid ""
-"The notify-lease-duration attribute cannot be used with job subscriptions."
-msgstr ""
-"Атрибут notify-lease-duration не может использоваться с подписками на "
-"задание."
-
-#, c-format
-msgid "The notify-user-data value is too large (%d > 63 octets)"
-msgstr ""
-
-msgid "The optical photoconductor needs to be replaced."
-msgstr ""
-
-msgid "The optical photoconductor will need to be replaced soon."
-msgstr ""
-
-msgid "The output bin is almost full."
-msgstr ""
-
-msgid "The output bin is full."
-msgstr ""
-
-msgid "The output bin is missing."
-msgstr ""
-
-msgid "The paper tray is almost empty."
-msgstr ""
-
-msgid "The paper tray is empty."
-msgstr ""
-
-msgid "The paper tray is missing."
-msgstr ""
-
-msgid "The paper tray needs to be filled."
-msgstr ""
-
-msgid "The printer is almost out of ink."
-msgstr ""
-
-msgid "The printer is low on toner."
-msgstr ""
-
-msgid "The printer is offline."
-msgstr ""
-
-msgid "The printer is out of ink."
-msgstr ""
-
-msgid "The printer is out of toner."
-msgstr ""
-
-msgid ""
-"The printer name may only contain up to 127 printable characters and may not "
-"contain spaces, slashes (/), or the pound sign (#)."
-msgstr ""
-"Имя принтера может содержать максимально 127 печатных символов и не может "
-"содержать пробелы, дроби (/) или знак «решетки» (#)."
-
-msgid "The printer or class is not shared"
-msgstr ""
-
-msgid "The printer or class was not found."
-msgstr "Принтер или класс не найден."
-
-msgid "The printer's cover is open."
-msgstr ""
-
-msgid "The printer's door is open."
-msgstr ""
-
-msgid "The printer's interlock is open."
-msgstr ""
-
-msgid "The printer's waste bin is almost full."
-msgstr ""
-
-msgid "The printer's waste bin is full."
-msgstr ""
-
-#, c-format
-msgid "The printer-uri \"%s\" contains invalid characters."
-msgstr "printer-uri «%s» содержит недопустимые символы."
-
-msgid "The printer-uri attribute is required"
-msgstr ""
-
-msgid ""
-"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"."
-msgstr "printer-uri должен иметь форму «ipp://HOSTNAME/classes/CLASSNAME»."
-
-msgid ""
-"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"."
-msgstr "printer-uri должен иметь форму «ipp://HOSTNAME/printers/PRINTERNAME»."
-
-msgid ""
-"The subscription name may not contain spaces, slashes (/), question marks "
-"(?), or the pound sign (#)."
-msgstr ""
-"Имя подписки не может содержать пробелы, дроби (/), вопросительные знаки (?) "
-"или знак «решетки» (#)."
-
-msgid "There are too many subscriptions."
-msgstr "Слишком много подписок."
-
-msgid "There is a paper jam."
-msgstr ""
-
-msgid "Thermal Transfer Media"
-msgstr "Носитель для печати методом термопереноса"
-
-msgid "Title: "
-msgstr "Заголовок: "
-
-msgid "Too many active jobs."
-msgstr "Слишком много активных заданий."
-
-#, c-format
-msgid "Too many job-sheets values (%d > 2)"
-msgstr ""
-
-#, c-format
-msgid "Too many printer-state-reasons values (%d > %d)"
-msgstr ""
-
-msgid "Transparency"
-msgstr "Прозрачность"
-
-msgid "Tray"
-msgstr "Лоток"
-
-msgid "Tray 1"
-msgstr "Лоток 1"
-
-msgid "Tray 2"
-msgstr "Лоток 2"
-
-msgid "Tray 3"
-msgstr "Лоток 3"
-
-msgid "Tray 4"
-msgstr "Лоток 4"
-
-msgid "URI Too Long"
-msgstr "Слишком длинный адрес URI"
-
-msgid "US Executive"
-msgstr "US Executive"
-
-msgid "US Fanfold"
-msgstr "US Fanfold"
-
-msgid "US Ledger"
-msgstr "US Ledger"
-
-msgid "US Legal"
-msgstr "US Legal"
-
-msgid "US Legal (Oversize)"
-msgstr "US Legal (расширенный)"
-
-msgid "US Letter"
-msgstr "US Letter"
-
-msgid "US Letter (Oversize)"
-msgstr "US Letter (расширенный)"
-
-msgid "US Letter (Small)"
-msgstr "US Letter (уменьшенный)"
-
-#, c-format
-msgid "USB Serial Port #%d"
-msgstr "Последовательный порт USB #%d"
-
-msgid "Unable to access cupsd.conf file:"
-msgstr "Не удается получить доступ к файлу «cupsd.conf»:"
-
-msgid "Unable to add RSS subscription:"
-msgstr "Не удается добавить подписку RSS:"
-
-msgid "Unable to add class:"
-msgstr "Не удается добавить класс:"
-
-#, c-format
-msgid "Unable to add job for destination \"%s\""
-msgstr ""
-
-msgid "Unable to add printer:"
-msgstr "Не удается добавить принтер:"
-
-msgid "Unable to allocate memory for file types"
-msgstr ""
-
-msgid "Unable to cancel RSS subscription:"
-msgstr "Не удается отменить подписку RSS:"
-
-msgid "Unable to change printer-is-shared attribute:"
-msgstr "Не удается изменить атрибут printer-is-shared:"
-
-msgid "Unable to change printer:"
-msgstr "Не удается изменить принтер:"
-
-msgid "Unable to change server settings:"
-msgstr "Не удается изменить настройки сервера:"
-
-msgid "Unable to connect to host."
-msgstr "Не удается подключиться к хосту."
-
-#, c-format
-msgid "Unable to copy 64-bit CUPS printer driver files (%d)"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy 64-bit Windows printer driver files (%d)"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy CUPS printer driver files (%d)"
-msgstr ""
-
-msgid "Unable to copy PPD file"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy PPD file - %s"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy Windows 2000 printer driver files (%d)"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy Windows 9x printer driver files (%d)"
-msgstr ""
-
-#, c-format
-msgid "Unable to copy interface script - %s"
-msgstr ""
-
-msgid "Unable to create printer-uri"
-msgstr ""
-
-msgid "Unable to create temporary file:"
-msgstr "Не удается создать временный файл:"
-
-msgid "Unable to delete class:"
-msgstr "Не удается удалить класс:"
-
-msgid "Unable to delete printer:"
-msgstr "Не удается удалить принтер:"
-
-msgid "Unable to do maintenance command:"
-msgstr "Не удается выполнить команду обслуживания:"
-
-msgid "Unable to edit cupsd.conf files larger than 1MB"
-msgstr ""
-
-msgid "Unable to find destination for job"
-msgstr ""
-
-msgid "Unable to find printer"
-msgstr ""
-
-msgid "Unable to get class list:"
-msgstr "Не удается получить список класса:"
-
-msgid "Unable to get class status:"
-msgstr "Не удается получить статус класса:"
-
-msgid "Unable to get list of printer drivers:"
-msgstr "Не удается получить список драйверов принтера:"
-
-msgid "Unable to get printer attributes:"
-msgstr "Не удается получить атрибуты принтера:"
-
-msgid "Unable to get printer list:"
-msgstr "Не удается получить список принтеров:"
-
-msgid "Unable to get printer status:"
-msgstr "Не удается получить статус принтера:"
-
-#, c-format
-msgid "Unable to install Windows 2000 printer driver files (%d)"
-msgstr ""
-
-#, c-format
-msgid "Unable to install Windows 9x printer driver files (%d)"
-msgstr ""
-
-msgid "Unable to modify class:"
-msgstr "Не удается изменить класс:"
-
-msgid "Unable to modify printer:"
-msgstr "Не удается изменить принтер:"
-
-msgid "Unable to move job"
-msgstr "Не удается переместить задание"
-
-msgid "Unable to move jobs"
-msgstr "Не удается переместить задания"
-
-msgid "Unable to open PPD file"
-msgstr "Не удается открыть PPD-файл"
-
-msgid "Unable to open PPD file:"
-msgstr "Не удается открыть PPD-файл:"
-
-msgid "Unable to open cupsd.conf file:"
-msgstr "Не удается открыть файл «cupsd.conf»:"
-
-#, c-format
-msgid "Unable to open document %d in job %d"
-msgstr ""
-
-msgid "Unable to print test page:"
-msgstr "Не удается напечатать пробную страницу:"
-
-#, c-format
-msgid "Unable to run \"%s\": %s"
-msgstr "Не удается запустить «%s»: %s"
-
-msgid "Unable to send command to printer driver"
-msgstr ""
-
-#, c-format
-msgid "Unable to set Windows printer driver (%d)"
-msgstr ""
-
-msgid "Unable to set options:"
-msgstr "Не удается настроить параметры:"
-
-msgid "Unable to set server default:"
-msgstr "Не удается назначить сервер используемым по умолчанию:"
-
-msgid "Unable to upload cupsd.conf file:"
-msgstr "Не удается загрузить файл «cupsd.conf»:"
-
-msgid "Unable to use legacy USB class driver"
-msgstr ""
-
-msgid "Unauthorized"
-msgstr "Не санкционировано"
-
-msgid "Units"
-msgstr "Единицы"
-
-msgid "Unknown"
-msgstr "Неизвестный"
-
-#, c-format
-msgid "Unknown printer-error-policy \"%s\"."
-msgstr "Неизвестная политика printer-error-policy «%s»."
-
-#, c-format
-msgid "Unknown printer-op-policy \"%s\"."
-msgstr "Неизвестная политика printer-op-policy «%s»."
-
-#, c-format
-msgid "Unsupported character set \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unsupported compression \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unsupported compression attribute %s"
-msgstr ""
-
-#, c-format
-msgid "Unsupported format \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unsupported format '%s'"
-msgstr ""
-
-#, c-format
-msgid "Unsupported format '%s/%s'"
-msgstr ""
-
-msgid "Unsupported value type"
-msgstr "Неподдерживаемый тип значения"
-
-msgid "Upgrade Required"
-msgstr "Требуется обновление"
-
-msgid ""
-"Usage:"
-""
-"    lpadmin [-h server] -d destination"
-"    lpadmin [-h server] -x destination"
-"    lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]"
-"                       [-r remove-class] [-v device] [-D description]"
-"                       [-P ppd-file] [-o name=value]"
-"                       [-u allow:user,user] [-u deny:user,user]"
-""
-msgstr ""
-"Синтаксис:"
-""
-"    lpadmin [-h server] -d destination"
-"    lpadmin [-h server] -x destination"
-"    lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]"
-"                       [-r remove-class] [-v device] [-D description]"
-"                       [-P ppd-file] [-o name=value]"
-"                       [-u allow:user,user] [-u deny:user,user]"
-""
-
-#, c-format
-msgid "Usage: %s job user title copies options [filename]"
-msgstr "Синтаксис: %s job user title copies options [filename]"
-
-#, c-format
-msgid "Usage: %s job-id user title copies options [file]"
-msgstr "Синтаксис: %s job-id user title copies options [file]"
-
-#, c-format
-msgid "Usage: %s job-id user title copies options file"
-msgstr "Синтаксис: %s job-id user title copies options file"
-
-msgid ""
-"Usage: convert [ options ]"
-""
-"Options:"
-""
-"  -e                   Use every filter from the PPD file"
-"  -f filename          Set file to be converted (otherwise stdin)"
-"  -o filename          Set file to be generated (otherwise stdout)"
-"  -i mime/type         Set input MIME type (otherwise auto-typed)"
-"  -j mime/type         Set output MIME type (otherwise application/pdf)"
-"  -P filename.ppd      Set PPD file"
-"  -a 'name=value ...'  Set option(s)"
-"  -U username          Set username for job"
-"  -J title             Set title"
-"  -c copies            Set number of copies"
-"  -u                   Remove the PPD file when finished"
-"  -D                   Remove the input file when finished"
-msgstr ""
-
-msgid ""
-"Usage: cupsaddsmb [options] printer1 ... printerN"
-"       cupsaddsmb [options] -a"
-""
-"Options:"
-"  -E               Encrypt the connection to the server"
-"  -H samba-server  Use the named SAMBA server"
-"  -U samba-user    Authenticate using the named SAMBA user"
-"  -a               Export all printers"
-"  -h cups-server   Use the named CUPS server"
-"  -v               Be verbose (show commands)"
-msgstr ""
-"Синтаксис: cupsaddsmb [options] принтер1 ... принтерN"
-"       cupsaddsmb [options] -a"
-""
-"Параметры:"
-"  -E               Подключение к серверу шифруется"
-"  -H samba-server  Используется названный сервер SAMBA"
-"  -U samba-user    Выполняется проверка подлинности с использованием "
-"указанного пользователя SAMBA"
-"  -a               Экспортируются все принтеры"
-"  -h cups-server   Используется названный сервер CUPS"
-"  -v               Подробное отображение (показать команды)"
-
-msgid ""
-"Usage: cupsctl [options] [param=value ... paramN=valueN]"
-""
-"Options:"
-""
-"    -E                      Enable encryption"
-"    -U username             Specify username"
-"    -h server[:port]        Specify server address"
-""
-"    --[no-]debug-logging    Turn debug logging on/off"
-"    --[no-]remote-admin     Turn remote administration on/off"
-"    --[no-]remote-any       Allow/prevent access from the Internet"
-"    --[no-]remote-printers  Show/hide remote printers"
-"    --[no-]share-printers   Turn printer sharing on/off"
-"    --[no-]user-cancel-any  Allow/prevent users to cancel any job"
-msgstr ""
-"Синтаксис: cupsctl [options] [param=value ... paramN=valueN]"
-""
-"Параметры:"
-""
-"    -E                      Включается шифрование"
-"    -U username             Указывается имя пользователя"
-"    -h server[:port]        Указывается адрес сервера"
-""
-"    --[no-]debug-logging    Включается/отключается ведение журнала отладки"
-"    --[no-]remote-admin     Включается/отключается удаленное "
-"администрирование"
-"    --[no-]remote-any       Разрешается/запрещается доступ из Интернета"
-"    --[no-]remote-printers  Отображаются/скрываются удаленные принтеры"
-"    --[no-]share-printers   Включается/отключается совместное использование "
-"принтеров"
-"    --[no-]user-cancel-any  Пользователям разрешается/запрещается отменять "
-"задания"
-
-msgid ""
-"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]"
-""
-"-c config-file      Load alternate configuration file"
-"-f                  Run in the foreground"
-"-F                  Run in the foreground but detach"
-"-h                  Show this usage message"
-"-l                  Run cupsd from launchd(8)"
-msgstr ""
-"Синтаксис: cupsd [-c config-file] [-f] [-F] [-h] [-l]"
-""
-"-c config-file      Загружается альтернативный файл конфигурации"
-"-f                  Задание имеет высокий приоритет"
-"-F                  Задание имеет высокий приоритет и выделяется"
-"-h                  Отображается данное сообщение"
-"-l                  cupsd запускается из launchd(8)"
-
-msgid ""
-"Usage: cupsfilter -m mime/type [ options ] filename"
-""
-"Options:"
-""
-"  -c cupsd.conf    Set cupsd.conf file to use"
-"  -e               Use every filter from the PPD file"
-"  -j job-id[,N]    Filter file N from the specified job (default is file 1)"
-"  -n copies        Set number of copies"
-"  -o name=value    Set option(s)"
-"  -p filename.ppd  Set PPD file"
-"  -t title         Set title"
-msgstr ""
-
-msgid ""
-"Usage: cupstestdsc [options] filename.ps [... filename.ps]"
-"       cupstestdsc [options] -"
-""
-"Options:"
-""
-"    -h       Show program usage"
-""
-"    Note: this program only validates the DSC comments, not the PostScript "
-"itself."
-msgstr ""
-"Синтаксис: cupstestdsc [options] filename.ps [... filename.ps]"
-"       cupstestdsc [options] -"
-""
-"Параметры:"
-""
-"    -h       Отображается справка по использованию программы"
-""
-"    Примечание: данная программа проверяет только комментарии DSC, а не сам "
-"PostScript."
-
-msgid ""
-"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
-"       program | cupstestppd [options] -"
-""
-"Options:"
-""
-"    -I {filename,filters,none,profiles}"
-"                         Ignore specific warnings"
-"    -R root-directory    Set alternate root"
-"    -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,"
-"translations}"
-"                         Issue warnings instead of errors"
-"    -q                   Run silently"
-"    -r                   Use 'relaxed' open mode"
-"    -v                   Be slightly verbose"
-"    -vv                  Be very verbose"
-msgstr ""
-
-msgid ""
-"Usage: ipptest [options] URI filename.test [ ... filenameN.test ]"
-""
-"Options:"
-""
-"-E             Test with encryption."
-"-V version     Set default IPP version."
-"-X             Produce XML instead of plain text."
-"-c             Send requests using chunking (default)"
-"-d name=value  Define variable."
-"-f filename    Set default test file."
-"-i seconds     Repeat the last test file with the given interval."
-"-l             Send requests using content-length"
-"-v             Show all attributes sent and received."
-msgstr ""
-
-msgid "Usage: lpmove job/src dest"
-msgstr "Синтаксис: lpmove job/src dest"
-
-msgid ""
-"Usage: lpoptions [-h server] [-E] -d printer"
-"       lpoptions [-h server] [-E] [-p printer] -l"
-"       lpoptions [-h server] [-E] -p printer -o option[=value] ."
-"       lpoptions [-h server] [-E] -x printer"
-msgstr ""
-"Usage: lpoptions [-h server] [-E] -d printer"
-"       lpoptions [-h server] [-E] [-p printer] -l"
-"       lpoptions [-h server] [-E] -p printer -o option[=value] ."
-"       lpoptions [-h server] [-E] -x printer"
-
-msgid "Usage: lppasswd [-g groupname]"
-msgstr "Синтаксис: lppasswd [-g groupname]"
-
-msgid ""
-"Usage: lppasswd [-g groupname] [username]"
-"       lppasswd [-g groupname] -a [username]"
-"       lppasswd [-g groupname] -x [username]"
-msgstr ""
-"{>Синтаксис: lppasswd [-g groupname] [username]"
-"       lppasswd [-g groupname] -a [username]"
-"       lppasswd [-g groupname] -x [username]"
-
-msgid ""
-"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]"
-msgstr ""
-"Синтаксис: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] "
-"[+interval]"
-
-msgid ""
-"Usage: ppdc [options] filename.drv [ ... filenameN.drv ]"
-"Options:"
-"  -D name=value        Set named variable to value."
-"  -I include-dir       Add include directory to search path."
-"  -c catalog.po        Load the specified message catalog."
-"  -d output-dir        Specify the output directory."
-"  -l lang[,lang,...]   Specify the output language(s) (locale)."
-"  -m                   Use the ModelName value as the filename."
-"  -t                   Test PPDs instead of generating them."
-"  -v                   Be verbose (more v's for more verbosity)."
-"  -z                   Compress PPD files using GNU zip."
-"  --cr                 End lines with CR (Mac OS 9)."
-"  --crlf               End lines with CR + LF (Windows)."
-"  --lf                 End lines with LF (UNIX/Linux/Mac OS X)."
-msgstr ""
-"Синтаксис: ppdc [options] filename.drv [ ... filenameN.drv ]"
-"Параметры:"
-"  -D name=value        Указанной переменной присваивается значение."
-"  -I include-dir       Добавляется каталог в путь поиска."
-"  -c catalog.po        Загружается указанный каталог сообщений."
-"  -d output-dir        Указывается каталог для выходных данных."
-"  -l lang[,lang,...]   Указывается язык (регион) для выходных данных."
-"  -m                   В качестве имени файла используется значение "
-"ModelName."
-"  -t                   Вместо создания PPD-файлов выполняется их проверка."
-"  -v                   Режим подробного отображения (чем больше букв v, тем "
-"выше уровень детализации)."
-"  -z                   Файлы PPD сжимаются с использованием GNU zip."
-"  --cr                 Строки заканчиваются на CR (Mac OS 9)."
-"  --crlf               Строки заканчиваются на CR + LF (Windows)."
-"  --lf                 Строки заканчиваются на LF (UNIX/Linux/Mac OS X)."
-
-msgid ""
-"Usage: ppdhtml [options] filename.drv >filename.html"
-"  -D name=value        Set named variable to value."
-"Options:"
-"  -I include-dir    Add include directory to search path."
-msgstr ""
-"Синтаксис: ppdhtml [options] filename.drv >filename.html"
-"  -D name=value        Указанной переменной присваивается значение."
-"Параметры:"
-"  -I include-dir    Добавляется каталог в путь поиска."
-
-msgid ""
-"Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
-"Options:"
-"  -I include-dir"
-"  -o filename.drv"
-msgstr ""
-"Синтаксис: ppdi [options] filename.ppd [ ... filenameN.ppd ]"
-"Параметры:"
-"  -I include-dir"
-"  -o filename.drv"
-
-msgid ""
-"Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
-"Options:"
-"  -o filename.ppd[.gz]"
-msgstr ""
-"Синтаксис: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]"
-"Параметры:"
-"  -o filename.ppd[.gz]"
-
-msgid ""
-"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]"
-"Options:"
-"  -D name=value        Set named variable to value."
-"  -I include-dir    Add include directory to search path."
-"  -v                Be verbose (more v's for more verbosity)."
-msgstr ""
-"Синтаксис: ppdpo [options] -o filename.po filename.drv [ ... filenameN."
-"drv ]"
-"Параметры:"
-"  -D name=value        Указанной переменной присваивается значение."
-"  -I include-dir    Добавляется каталог в путь поиска."
-"  -v                Подробный режим (чем больше букв v, тем выше уровень "
-"детализации)."
-
-msgid "Usage: snmp [host-or-ip-address]"
-msgstr "Синтаксис: snmp [host-or-ip-address]"
-
-msgid "Value uses indefinite length"
-msgstr "Для значения длина не установлена"
-
-msgid "VarBind uses indefinite length"
-msgstr "Для VarBind длина не установлена"
-
-msgid "Version uses indefinite length"
-msgstr "Для Version длина не установлена"
-
-#, c-format
-msgid "Adding only the first %d printers found"
-msgstr "Будут добавлены только первые найденные принтеры (%d)"
-
-#, c-format
-msgid "Boolean expected for waiteof option \"%s\""
-msgstr "Параметр waiteof «%s» должен иметь булево значение"
-
-#, c-format
-msgid "Network host '%s' is busy; will retry in %d seconds."
-msgstr ""
-
-#, c-format
-msgid "Option \"%s\" cannot be included via IncludeFeature"
-msgstr ""
-
-msgid "Printer not responding"
-msgstr "Принтер не отвечает"
-
-msgid "Printer sent unexpected EOF"
-msgstr "Принтер преждевременно передал индикатор EOF"
-
-#, c-format
-msgid ""
-"Remote host did not respond with command status byte after %d "
-"seconds"
-msgstr ""
-
-#, c-format
-msgid ""
-"Remote host did not respond with control status byte after %d "
-"seconds"
-msgstr ""
-
-#, c-format
-msgid ""
-"Remote host did not respond with data status byte after %d seconds"
-msgstr ""
-
-msgid ""
-"This document does not conform to the Adobe Document Structuring "
-"Conventions and may not print correctly"
-msgstr ""
-
-#, c-format
-msgid "Unable to open \"%s:%s\": %s"
-msgstr "Не удается открыть «%s:%s»: %s"
-
-msgid "Unable to send PAP status request"
-msgstr "Не удается отправить запрос статуса PAP"
-
-#, c-format
-msgid "Unexpected PAP packet of type %d"
-msgstr "Непредвиденный PAP-пакет типа %d"
-
-#, c-format
-msgid "Unknown PAP packet of type %d"
-msgstr "Неизвестный PAP-пакет типа %d"
-
-#, c-format
-msgid "Unknown choice \"%s\" for option \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unknown option \"%s\""
-msgstr ""
-
-#, c-format
-msgid "Unsupported baud rate %s"
-msgstr ""
-
-#, c-format
-msgid "number expected for status option \"%s\""
-msgstr "Параметр статуса «%s» должен иметь числовое значение"
-
-msgid "Warning, no Windows 2000 printer drivers are installed"
-msgstr ""
-
-msgid "Yes"
-msgstr "Да"
-
-#, c-format
-msgid ""
-"You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://%"
-"s:%d%s</A>."
-msgstr ""
-"Вы должны получить доступ к этой странице с помощью URL <A HREF=«https://%s:%d"
-"%s»>https://%s:%d%s</A>."
-
-msgid "You4 Envelope"
-msgstr "Конверт You4"
-
-msgid "ZPL Label Printer"
-msgstr "Принтер для печати этикеток ZPL"
-
-msgid "Zebra"
-msgstr "Zebra"
-
-msgid "aborted"
-msgstr "отменено"
-
-msgid "canceled"
-msgstr "отменено"
-
-msgid "completed"
-msgstr "завершено"
-
-msgid "convert: Use the -f option to specify a file to convert."
-msgstr "convert: Используйте параметр -f для указания конвертируемого файла."
-
-msgid "cups-deviced failed to execute."
-msgstr "Не удалось выполнить cups-deviced."
-
-msgid "cups-driverd failed to execute."
-msgstr "Не удалось выполнить cups-driverd."
-
-#, c-format
-msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s"
-msgstr "cupsaddsmb: Нет PPD-файла для принтера «%s» – %s"
-
-#, c-format
-msgid "cupsctl: Unable to connect to server: %s"
-msgstr "cupsctl: Не удается подключиться к серверу: %s"
-
-#, c-format
-msgid "cupsctl: Unknown option \"%s\""
-msgstr ""
-
-#, c-format
-msgid "cupsctl: Unknown option \"-%c\""
-msgstr ""
-
-msgid "cupsd: Expected config filename after \"-c\" option"
-msgstr ""
-
-msgid "cupsd: Unable to get current directory"
-msgstr ""
-
-#, c-format
-msgid "cupsd: Unknown argument \"%s\" - aborting"
-msgstr ""
-
-#, c-format
-msgid "cupsd: Unknown option \"%c\" - aborting"
-msgstr ""
-
-msgid "cupsd: launchd(8) support not compiled in, running in normal mode."
-msgstr ""
-"cupsd: Поддержка launchd(8) не скомпилирована, работа в нормальном режиме."
-
-#, c-format
-msgid "cupsfilter: Invalid document number %d"
-msgstr ""
-
-#, c-format
-msgid "cupsfilter: Invalid job ID %d"
-msgstr ""
-
-msgid "cupsfilter: Only one filename can be specified"
-msgstr ""
-
-#, c-format
-msgid "cupsfilter: Unable to get job file - %s"
-msgstr "cupsfilter: Не удается получить файл задания - %s"
-
-msgid "cupstestppd: The -q option is incompatible with the -v option."
-msgstr "cupstestppd: Параметр «-q» несовместим с параметром «-v»."
-
-msgid "cupstestppd: The -v option is incompatible with the -q option."
-msgstr "cupstestppd: Параметр «-v» несовместим с параметром «-q»."
-
-#, c-format
-msgid "device for %s/%s: %s"
-msgstr "устройство для %s/%s: %s"
-
-#, c-format
-msgid "device for %s: %s"
-msgstr "устройство для %s: %s"
-
-msgid "error-index uses indefinite length"
-msgstr "Для error-index длина не установлена"
-
-msgid "error-status uses indefinite length"
-msgstr "Для error-status длина не установлена"
-
-msgid "held"
-msgstr "задержано"
-
-msgid "help\t\tget help on commands"
-msgstr "справка\t\tполучить справку о командах"
-
-msgid "idle"
-msgstr "свободен"
-
-msgid "ipptest: \"-i\" is incompatible with \"-x\"."
-msgstr ""
-
-#, c-format
-msgid "ipptest: Bad URI - %s."
-msgstr ""
-
-#, c-format
-msgid "ipptest: Bad version %s for \"-V\"."
-msgstr ""
-
-msgid "ipptest: May only specify a single URI."
-msgstr ""
-
-msgid "ipptest: Missing filename for \"-f\"."
-msgstr ""
-
-msgid "ipptest: Missing name=value for \"-d\"."
-msgstr ""
-
-msgid "ipptest: Missing seconds for \"-i\"."
-msgstr ""
-
-msgid "ipptest: Missing version for \"-V\"."
-msgstr ""
-
-msgid "ipptest: Only http, https, and ipp URIs are supported."
-msgstr ""
-
-msgid "ipptest: URI required before test file."
-msgstr ""
-
-#, c-format
-msgid "ipptest: Unknown option \"-%c\"."
-msgstr ""
-
-msgid "job-printer-uri attribute missing"
-msgstr ""
-
-msgid "lpadmin: Class name can only contain printable characters"
-msgstr ""
-
-msgid "lpadmin: Expected PPD after '-P' option"
-msgstr ""
-
-msgid "lpadmin: Expected allow/deny:userlist after '-u' option"
-msgstr ""
-
-msgid "lpadmin: Expected class after '-r' option"
-msgstr ""
-
-msgid "lpadmin: Expected class name after '-c' option"
-msgstr ""
-
-msgid "lpadmin: Expected description after '-D' option"
-msgstr ""
-
-msgid "lpadmin: Expected device URI after '-v' option"
-msgstr ""
-
-msgid "lpadmin: Expected file type(s) after '-I' option"
-msgstr ""
-
-msgid "lpadmin: Expected hostname after '-h' option"
-msgstr ""
-
-msgid "lpadmin: Expected interface after '-i' option"
-msgstr ""
-
-msgid "lpadmin: Expected location after '-L' option"
-msgstr ""
-
-msgid "lpadmin: Expected model after '-m' option"
-msgstr ""
-
-msgid "lpadmin: Expected name=value after '-o' option"
-msgstr ""
-
-msgid "lpadmin: Expected printer after '-p' option"
-msgstr ""
-
-msgid "lpadmin: Expected printer name after '-d' option"
-msgstr ""
-
-msgid "lpadmin: Expected printer or class after '-x' option"
-msgstr ""
-
-msgid "lpadmin: No member names were seen"
-msgstr ""
-
-#, c-format
-msgid "lpadmin: Printer %s is already a member of class %s."
-msgstr "lpadmin: Принтер %s уже является членом класса %s."
-
-#, c-format
-msgid "lpadmin: Printer %s is not a member of class %s."
-msgstr "lpadmin: Принтер %s не является членом класса %s."
-
-msgid "lpadmin: Printer name can only contain printable characters"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to add a printer to the class:"
-"         You must specify a printer name first"
-msgstr ""
-
-#, c-format
-msgid "lpadmin: Unable to connect to server: %s"
-msgstr "lpadmin: Не удается подключиться к серверу: %s"
-
-#, c-format
-msgid "lpadmin: Unable to open PPD file \"%s\" - %s"
-msgstr "lpadmin: Не удается открыть PPD-файл «%s» – %s"
-
-#, c-format
-msgid "lpadmin: Unable to open file \"%s\": %s"
-msgstr "lpadmin: Не удается открыть файл «%s»: %s"
-
-msgid ""
-"lpadmin: Unable to remove a printer from the class:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the PPD file:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the device URI:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the interface script or PPD file:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the interface script:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the printer description:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the printer location:"
-"         You must specify a printer name first"
-msgstr ""
-
-msgid ""
-"lpadmin: Unable to set the printer options:"
-"         You must specify a printer name first"
-msgstr ""
-
-#, c-format
-msgid "lpadmin: Unknown allow/deny option \"%s\""
-msgstr ""
-
-#, c-format
-msgid "lpadmin: Unknown argument '%s'"
-msgstr ""
-
-#, c-format
-msgid "lpadmin: Unknown option '%c'"
-msgstr ""
-
-msgid "lpadmin: Warning - content type list ignored"
-msgstr ""
-
-msgid "lpc> "
-msgstr "lpc> "
-
-msgid "lpinfo: Expected 1284 device ID string after --device-id"
-msgstr ""
-
-msgid "lpinfo: Expected language after --language"
-msgstr ""
-
-msgid "lpinfo: Expected make and model after --make-and-model"
-msgstr ""
-
-msgid "lpinfo: Expected product string after --product"
-msgstr ""
-
-msgid "lpinfo: Expected scheme list after --exclude-schemes"
-msgstr ""
-
-msgid "lpinfo: Expected scheme list after --include-schemes"
-msgstr ""
-
-msgid "lpinfo: Expected timeout after --timeout"
-msgstr ""
-
-#, c-format
-msgid "lpinfo: Unknown argument '%s'"
-msgstr ""
-
-#, c-format
-msgid "lpinfo: Unknown option '%c'"
-msgstr ""
-
-#, c-format
-msgid "lpinfo: Unknown option '%s'"
-msgstr ""
-
-#, c-format
-msgid "lpmove: Unable to connect to server: %s"
-msgstr "lpmove: Не удается подключиться к серверу: %s"
-
-#, c-format
-msgid "lpmove: Unknown argument '%s'"
-msgstr ""
-
-#, c-format
-msgid "lpmove: Unknown option '%c'"
-msgstr ""
-
-msgid "lpoptions: No printers"
-msgstr ""
-
-#, c-format
-msgid "lpoptions: Unable to add printer or instance: %s"
-msgstr "lpoptions: Не удается добавить принтер или представитель класса: %s"
-
-#, c-format
-msgid "lpoptions: Unable to get PPD file for %s: %s"
-msgstr "lpoptions: Не удается получить PPD-файл для %s: %s"
-
-#, c-format
-msgid "lpoptions: Unable to open PPD file for %s"
-msgstr ""
-
-msgid "lpoptions: Unknown printer or class"
-msgstr ""
-
-msgid "lppasswd: Only root can add or delete passwords"
-msgstr ""
-
-msgid "lppasswd: Password file busy"
-msgstr ""
-
-msgid "lppasswd: Password file not updated"
-msgstr ""
-
-msgid "lppasswd: Sorry, password doesn't match"
-msgstr ""
-
-msgid ""
-"lppasswd: Sorry, password rejected."
-"Your password must be at least 6 characters long, cannot contain"
-"your username, and must contain at least one letter and number."
-msgstr ""
-"lppasswd: Пароль отклонен."
-"Пароль должен состоять как минимум из 6 символов, не может содержать"
-"Ваше имя пользователя и должен содержать по крайней мере одну букву и "
-"цифру."
-
-msgid "lppasswd: Sorry, passwords don't match"
-msgstr ""
-
-#, c-format
-msgid "lppasswd: Unable to copy password string: %s"
-msgstr "lppasswd: Не удается копировать строку пароля: %s"
-
-#, c-format
-msgid "lppasswd: Unable to open password file: %s"
-msgstr "lppasswd: Не удается открыть файл пароля: %s"
-
-#, c-format
-msgid "lppasswd: Unable to write to password file: %s"
-msgstr "lppasswd: Не удается записать файл пароля: %s"
-
-#, c-format
-msgid "lppasswd: failed to backup old password file: %s"
-msgstr "lppasswd: Не удалось создать рез. копию старого файла пароля: %s"
-
-#, c-format
-msgid "lppasswd: failed to rename password file: %s"
-msgstr "lppasswd: Не удалось переименовать файл пароля: %s"
-
-#, c-format
-msgid "lppasswd: user \"%s\" and group \"%s\" do not exist."
-msgstr "lppasswd: Пользователь «%s» и группа «%s» не существуют."
-
-#, c-format
-msgid ""
-"lpstat: error - %s environment variable names non-existent destination \"%s"
-"\""
-msgstr ""
-
-#, c-format
-msgid "members of class %s:"
-msgstr "члены класса %s:"
-
-msgid "no entries"
-msgstr "нет записей"
-
-msgid "no system default destination"
-msgstr "нет назначения системы по умолчанию"
-
-msgid "notify-events not specified"
-msgstr ""
-
-#, c-format
-msgid "notify-recipient-uri URI \"%s\" is already used"
-msgstr ""
-
-#, c-format
-msgid "notify-recipient-uri URI \"%s\" uses unknown scheme"
-msgstr ""
-
-#, c-format
-msgid "notify-subscription-id %d no good"
-msgstr ""
-
-msgid "pending"
-msgstr "задержка"
-
-#, c-format
-msgid "ppdc: Adding include directory \"%s\"."
-msgstr "ppdc: Добавляю каталог «%s»."
-
-#, c-format
-msgid "ppdc: Adding/updating UI text from %s."
-msgstr "ppdc: Добавляю/обновляю текст интерфейса из %s."
-
-#, c-format
-msgid "ppdc: Bad boolean value (%s) on line %d of %s."
-msgstr "ppdc: Недопустимое булево значение (%s) в строке %d из %s."
-
-#, c-format
-msgid "ppdc: Bad resolution name \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Bad status keyword %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Bad variable substitution ($%c) on line %d of %s."
-msgstr "ppdc: Недопустимая замена переменной ($%c) в строке %d из %s."
-
-#, c-format
-msgid "ppdc: Choice found on line %d of %s with no Option"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Duplicate #po for locale %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected a filter definition on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected a program name on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected boolean value on line %d of %s."
-msgstr "ppdc: В строке %d из %s должно быть булево значение."
-
-#, c-format
-msgid "ppdc: Expected charset after Font on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected choice code on line %d of %s."
-msgstr "ppdc: В строке %d из %s должен быть код выбора."
-
-#, c-format
-msgid "ppdc: Expected choice name/text on line %d of %s."
-msgstr "ppdc: В строке %d из %s должно быть имя/текст выбора."
-
-#, c-format
-msgid "ppdc: Expected color order for ColorModel on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected colorspace for ColorModel on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected compression for ColorModel on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"ppdc: Expected driver type keyword following DriverType on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected duplex type after Duplex on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected encoding after Font on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected filename after #po %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected group name/text on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected include filename on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected integer on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected locale after #po on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after FileName on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after Font on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after Manufacturer on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after MediaSize on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after ModelName on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name after PCFileName on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name/text after %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name/text after Installable on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name/text after Resolution on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected option name/text on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected option section on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected option type on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected override field after Resolution on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected real number on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d "
-"of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected selector after %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected status after Font on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected string after Copyright on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected string after Version on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected two option names on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected value after %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Expected version after Font on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid #include/#po filename \"%s\""
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid cost for filter on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid empty MIME type for filter on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid empty program name for filter on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid option section \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Invalid option type \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Loading driver information file \"%s\"."
-msgstr "ppdc: Загружаю файл с информацией о драйвере «%s»."
-
-#, c-format
-msgid "ppdc: Loading messages for locale \"%s\"."
-msgstr "ppdc: Загружаю сообщения для региона «%s»."
-
-#, c-format
-msgid "ppdc: Loading messages from \"%s\"."
-msgstr "ppdc: Загружаю сообщения из «%s»."
-
-#, c-format
-msgid "ppdc: Missing #endif at end of \"%s\""
-msgstr ""
-
-#, c-format
-msgid "ppdc: Missing #if on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: No message catalog provided for locale %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Option %s defined in two different groups on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Option %s redefined with a different type on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Option constraint must *name on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Too many nested #if's on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unable to create PPD file \"%s\" - %s."
-msgstr "lpadmin: Не удается создать PPD-файл «%s» – %s"
-
-#, c-format
-msgid "ppdc: Unable to create output directory %s: %s"
-msgstr "ppdc: Не удается создать каталог для выходных данных %s: %s"
-
-#, c-format
-msgid "ppdc: Unable to create output pipes: %s"
-msgstr "ppdc: Не удается создать конвейеры для выходных данных: %s"
-
-#, c-format
-msgid "ppdc: Unable to execute cupstestppd: %s"
-msgstr "ppdc: Не удается выполнить cupstestppd: %s"
-
-#, c-format
-msgid "ppdc: Unable to find #po file %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unable to find include file \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unable to find localization for \"%s\" - %s"
-msgstr "ppdc: Не удается найти локализацию для «%s» - %s"
-
-#, c-format
-msgid "ppdc: Unable to load localization file \"%s\" - %s"
-msgstr "ppdc: Не удается загрузить файл локализации «%s» - %s"
-
-#, c-format
-msgid "ppdc: Undefined variable (%s) on line %d of %s."
-msgstr "ppdc: Не определена переменная (%s) в строке %d из %s."
-
-#, c-format
-msgid "ppdc: Unknown driver type %s on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unknown media size \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unknown token \"%s\" seen on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Unterminated string starting with %c on line %d of %s"
-msgstr ""
-
-#, c-format
-msgid "ppdc: Warning - overlapping filename \"%s\"."
-msgstr ""
-
-#, c-format
-msgid "ppdc: Writing %s."
-msgstr "ppdc: Записываю %s."
-
-#, c-format
-msgid "ppdc: Writing PPD files to directory \"%s\"."
-msgstr "ppdc: Записываю PPD-файлы в каталог «%s»."
-
-#, c-format
-msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s"
-msgstr ""
-
-#, c-format
-msgid "ppdmerge: Ignoring PPD file %s."
-msgstr "ppdmerge: Пропускаю PPD-файл %s."
-
-#, c-format
-msgid "ppdmerge: Unable to backup %s to %s- %s"
-msgstr "ppdmerge: Невозможно создать резервную копию %s на %s- %s"
-
-#, c-format
-msgid "printer %s disabled since %s -"
-msgstr "принтер %s отключен с момента %s -"
-
-#, c-format
-msgid "printer %s is idle.  enabled since %s"
-msgstr "принтер %s свободен. Включен с момента %s"
-
-#, c-format
-msgid "printer %s now printing %s-%d.  enabled since %s"
-msgstr "принтер %s сейчас печатает %s-%d. Включен с момента %s"
-
-#, c-format
-msgid "printer %s/%s disabled since %s -"
-msgstr "принтер %s/%s отключен с момента %s -"
-
-#, c-format
-msgid "printer %s/%s is idle.  enabled since %s"
-msgstr "принтер %s/%s свободен. Включен с момента %s"
-
-#, c-format
-msgid "printer %s/%s now printing %s-%d.  enabled since %s"
-msgstr "принтер %s/%s сейчас печатает %s-%d. Включен с момента %s"
-
-msgid "processing"
-msgstr "обработка"
-
-#, c-format
-msgid "request id is %s-%d (%d file(s))"
-msgstr "id запроса %s-%d (%d файл.)"
-
-msgid "request-id uses indefinite length"
-msgstr "Для request-id длина не определена"
-
-msgid "scheduler is not running"
-msgstr "планировщик не запущен"
-
-msgid "scheduler is running"
-msgstr "планировщик запущен"
-
-#, c-format
-msgid "stat of %s failed: %s"
-msgstr "не удалось установить %s: %s"
-
-msgid "status\t\tshow status of daemon and queue"
-msgstr "статус\t\tпоказать статус демона и очереди"
-
-msgid "stopped"
-msgstr "остановлен"
-
-#, c-format
-msgid "system default destination: %s"
-msgstr "назначение системы по умолчанию: %s"
-
-#, c-format
-msgid "system default destination: %s/%s"
-msgstr "назначение системы по умолчанию: %s/%s"
-
-msgid "unknown"
-msgstr "неизвестный"
-
-msgid "untitled"
-msgstr "новый"
-
-msgid "variable-bindings uses indefinite length"
-msgstr "Для variable-bindings длина не установлена"
-
-#~ msgid "        WARN    %s has no corresponding options!"
-#~ msgstr "        WARN    %s не содержит соответствующих параметров!"
-
-#~ msgid "        WARN    Default choices conflicting!"
-#~ msgstr "        WARN    Значения, используемые по умолчанию, конфликтуют!"
-
-#~ msgid ""
-#~ "        WARN    Duplex option keyword %s may not work as expected and "
-#~ "should be named Duplex!"
-#~ "                REF: Page 122, section 5.17"
-#~ msgstr ""
-#~ "        WARN    Ключевое слово параметра дуплекса %s может привести к "
-#~ "некорректным результатам. Используйте имя «Duplex»!"
-#~ "                REF: Стр. 122, раздел 5.17"
-
-#~ msgid ""
-#~ "        WARN    File contains a mix of CR, LF, and CR LF line endings!"
-#~ msgstr ""
-#~ "        WARN    Файл содержит комбинацию окончаний строки CR, LF и CR "
-#~ "LF!"
-
-#~ msgid "        WARN    Line %d only contains whitespace!"
-#~ msgstr "        WARN    Строка %d содержит только пробелы!"
-
-#~ msgid "        WARN    Missing APDialogExtension file \"%s\""
-#~ msgstr "        WARN    Файл APDialogExtension отсутствует «%s»"
-
-#~ msgid "        WARN    Missing APPrinterIconPath file \"%s\""
-#~ msgstr "        WARN    Файл APPrinterIconPath отсутствует «%s»"
-
-#~ msgid ""
-#~ "        WARN    Non-Windows PPD files should use lines ending with only "
-#~ "LF, not CR LF!"
-#~ msgstr ""
-#~ "        WARN    PPD-файлы не из Windows должны использовать строки только "
-#~ "с окончанием LF, а не с CR LF!"
-
-#~ msgid ""
-#~ "        WARN    Obsolete PPD version %.1f!"
-#~ "                REF: Page 42, section 5.2."
-#~ msgstr ""
-#~ "        WARN    Устаревшая версия PPD %.1f!"
-#~ "                REF: Стр. 42, раздел 5.2."
-
-#~ msgid "      %s  %s %s does not exist!"
-#~ msgstr "      %s  %s %s не существует!"
-
-#~ msgid ""
-#~ "      %s  Bad %s choice %s!"
-#~ "                REF: Page 122, section 5.17"
-#~ msgstr ""
-#~ "      %s  Неверный %s выбор %s!"
-#~ "                REF: Стр. 122, раздел 5.17"
-
-#~ msgid "      %s  Bad UTF-8 \"%s\" translation string for option %s!"
-#~ msgstr "      %s  Неверный перевод UTF-8 «%s» для параметра %s!"
-
-#~ msgid ""
-#~ "      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s!"
-#~ msgstr "      %s  Неверный перевод UTF-8 «%s» для параметра %s, выбора %s!"
-
-#~ msgid "      %s  Bad cupsFilter value \"%s\"!"
-#~ msgstr "      %s  Неверное значение cupsFilter «%s»!"
-
-#~ msgid "      %s  Bad cupsICCProfile %s!"
-#~ msgstr "      %s  Неверный cupsICCProfile %s!"
-
-#~ msgid "      %s  Bad cupsPreFilter value \"%s\"!"
-#~ msgstr "      %s  Неверное значение cupsPreFilter «%s»!"
-
-#~ msgid "      %s  Bad cupsUIConstraints %s: \"%s\"!"
-#~ msgstr "      %s  Неверный cupsUIConstraints %s: \"%s\"!"
-
-#~ msgid "      %s  Bad language \"%s\"!"
-#~ msgstr "      %s  Неверный язык «%s»!"
-
-#~ msgid "      %s  Empty cupsUIConstraints %s!"
-#~ msgstr "      %s  Пустой cupsUIConstraints %s!"
-
-#~ msgid "      %s  Missing \"%s\" translation string for option %s!"
-#~ msgstr "      %s  Перевод «%s» отсутствует для параметра %s!"
-
-#~ msgid ""
-#~ "      %s  Missing \"%s\" translation string for option %s, choice %s!"
-#~ msgstr "      %s  Перевод «%s» отсутствует для параметра %s, выбора %s!"
-
-#~ msgid ""
-#~ "      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"!"
-#~ msgstr ""
-#~ "      %s  Выбор *%s %s отсутствует в UIConstraints «*%s %s *%s %s»!"
-
-#~ msgid "      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\"!"
-#~ msgstr ""
-#~ "      %s  Выбор *%s %s отсутствует в cupsUIConstraints %s: \"%s\"!"
-
-#~ msgid "      %s  Missing cupsICCProfile file \"%s\"!"
-#~ msgstr "      %s  Файл cupsICCProfile отсутствует «%s»!"
-
-#~ msgid "      %s  Missing cupsUIResolver %s!"
-#~ msgstr "      %s  Отсутствует cupsUIResolver %s!"
-
-#~ msgid "      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"!"
-#~ msgstr "      %s  Параметр %s отсутствует в UIConstraints «*%s %s *%s %s»!"
-
-#~ msgid "      %s  Missing option %s in cupsUIConstraints %s: \"%s\"!"
-#~ msgstr "      %s  Параметр %s отсутствует в cupsUIConstraints %s: \"%s\"!"
-
-#~ msgid "      %s  No base translation \"%s\" is included in file!"
-#~ msgstr "      %s  Основной перевод «%s» не включен в файл!"
-
-#~ msgid ""
-#~ "      %s  REQUIRED %s does not define choice None!"
-#~ "                REF: Page 122, section 5.17"
-#~ msgstr ""
-#~ "      ТРЕБУЕТСЯ %s: %s не определяет выбор «Нет»!"
-#~ "                REF: Стр. 122, раздел 5.17"
-
-#~ msgid "      %s  cupsICCProfile %s hash value collides with %s!"
-#~ msgstr "      Хеш-значение %s  cupsICCProfile %s конфликтует с %s!"
-
-#~ msgid "      %s  cupsUIResolver %s causes a loop!"
-#~ msgstr "      %s  cupsUIResolver %s создает цикл!"
-
-#~ msgid "      **FAIL**  %s choice names %s and %s differ only by case!"
-#~ msgstr ""
-#~ "      **FAIL**  Для выбора %s имена %s и %s различаются только регистром "
-#~ "символов!"
-
-#~ msgid ""
-#~ "      **FAIL**  %s must be 1284DeviceID!"
-#~ "                REF: Page 72, section 5.5"
-#~ msgstr ""
-#~ "      **FAIL**  %s должно соответствовать 1284DeviceID!"
-#~ "                REF: Стр. 72, раздел 5.5"
-
-#~ msgid ""
-#~ "      **FAIL**  BAD DefaultImageableArea %s!"
-#~ "                REF: Page 102, section 5.15."
-#~ msgstr ""
-#~ "      **FAIL**  НЕВЕРНЫЙ DefaultImageableArea %s!"
-#~ "                REF: Стр. 102, раздел 5.15."
-
-#~ msgid ""
-#~ "      **FAIL**  BAD DefaultPaperDimension %s!"
-#~ "                REF: Page 103, section 5.15."
-#~ msgstr ""
-#~ "      **FAIL**  НЕВЕРНЫЙ DefaultPaperDimension %s!"
-#~ "                REF: Стр. 103, раздел 5.15."
-
-#~ msgid ""
-#~ "      **FAIL**  Bad %s choice %s!"
-#~ "                REF: Page 84, section 5.9"
-#~ msgstr ""
-#~ "      **FAIL**  Неверный %s выбор %s!"
-#~ "                REF: Стр. 84, раздел 5,9"
-
-#~ msgid "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1!"
-#~ msgstr ""
-#~ "      **FAIL**  Неверный LanguageEncoding %s – должно быть ISOLatin1!"
-
-#~ msgid "      **FAIL**  Bad LanguageVersion %s - must be English!"
-#~ msgstr ""
-#~ "      **FAIL**  Неверный LanguageVersion %s – должен быть английский!"
-
-#~ msgid ""
-#~ "      **FAIL**  Default translation string for option %s choice %s "
-#~ "contains 8-bit characters!"
-#~ msgstr ""
-#~ "      **FAIL**  Стандартный перевод для параметра %s выбора %s содержит 8-"
-#~ "битовые символы!"
-
-#~ msgid ""
-#~ "      **FAIL**  Default translation string for option %s contains 8-bit "
-#~ "characters!"
-#~ msgstr ""
-#~ "      **FAIL**  Стандартный перевод для параметра %s содержит 8-битовые "
-#~ "символы!"
-
-#~ msgid "      **FAIL**  Group names %s and %s differ only by case!"
-#~ msgstr ""
-#~ "      **FAIL**  Имена групп %s и %s различаются только регистром "
-#~ "символов!"
-
-#~ msgid "      **FAIL**  Multiple occurrences of %s choice name %s!"
-#~ msgstr "      **FAIL**  Для выбора %s имя %s встречается несколько раз!"
-
-#~ msgid "      **FAIL**  Option names %s and %s differ only by case!"
-#~ msgstr ""
-#~ "      **FAIL**  Имена параметров %s и %s различаются только регистром "
-#~ "символов!"
-
-#~ msgid ""
-#~ "    Bad %%%%BoundingBox: on line %d!"
-#~ "        REF: Page 39, %%%%BoundingBox:"
-#~ msgstr ""
-#~ "    Неверный %%%%BoundingBox: в строке %d!"
-#~ "        REF: Стр. 39, %%%%BoundingBox:"
-
-#~ msgid ""
-#~ "    Bad %%%%Page: on line %d!"
-#~ "        REF: Page 53, %%%%Page:"
-#~ msgstr ""
-#~ "    Неверная %%%%Page: в строке %d!"
-#~ "        REF: Стр. 53, %%%%Page:"
-
-#~ msgid ""
-#~ "    Bad %%%%Pages: on line %d!"
-#~ "        REF: Page 43, %%%%Pages:"
-#~ msgstr ""
-#~ "    Неверные %%%%Pages: в строке %d!"
-#~ "        REF: Стр. 43, %%%%Pages:"
-
-#~ msgid ""
-#~ "    Line %d is longer than 255 characters (%d)!"
-#~ "        REF: Page 25, Line Length"
-#~ msgstr ""
-#~ "    Строка %d длиннее 255 символов (%d)!"
-#~ "        REF: Стр. 25, Длина строки"
-
-#~ msgid ""
-#~ "    Missing %!PS-Adobe-3.0 on first line!"
-#~ "        REF: Page 17, 3.1 Conforming Documents"
-#~ msgstr ""
-#~ "    %!PS-Adobe-3.0 отсутствует в первой строке!"
-#~ "        REF: Стр. 17, 3.1 Соответствующие документы"
-
-#~ msgid ""
-#~ "    Missing %%EndComments comment!"
-#~ "        REF: Page 41, %%EndComments"
-#~ msgstr ""
-#~ "    Комментарий %%EndComments отсутствует!"
-#~ "        REF: Стр. 41, %%EndComments"
-
-#~ msgid ""
-#~ "    Missing or bad %%BoundingBox: comment!"
-#~ "        REF: Page 39, %%BoundingBox:"
-#~ msgstr ""
-#~ "    Отсутствующий или неверный %%BoundingBox: комментарий!"
-#~ "        REF: Стр. 39, %%BoundingBox:"
-
-#~ msgid ""
-#~ "    Missing or bad %%Page: comments!"
-#~ "        REF: Page 53, %%Page:"
-#~ msgstr ""
-#~ "    Отсутствующая или неверная %%Page: комментарий!"
-#~ "        REF: Стр. 53, %%Page:"
-
-#~ msgid ""
-#~ "    Missing or bad %%Pages: comment!"
-#~ "        REF: Page 43, %%Pages:"
-#~ msgstr ""
-#~ "    Отсутствующие или неверные %%Pages: комментарий!"
-#~ "        REF: Стр. 43, %%Pages:"
-
-#~ msgid "    Saw %d lines that exceeded 255 characters!"
-#~ msgstr "    Обнаружено строк длиннее 255 символов: %d!"
-
-#~ msgid "    Too many %%BeginDocument comments!"
-#~ msgstr "    Слишком много комментариев %%BeginDocument!"
-
-#~ msgid "    Too many %%EndDocument comments!"
-#~ msgstr "    Слишком много комментариев %%EndDocument!"
-
-#~ msgid "    Warning: file contains binary data!"
-#~ msgstr "    файл содержит бинарные данные!"
-
-#~ msgid "    Warning: no %%EndComments comment in file!"
-#~ msgstr "    нет комментария %%EndComments в файле!"
-
-#~ msgid "    Warning: obsolete DSC version %.1f in file!"
-#~ msgstr "    устаревшая версия DSC %.1f в файле!"
-
-#~ msgid "%s not supported!"
-#~ msgstr "%s не поддерживается!"
-
-#~ msgid "%s: Don't know what to do!"
-#~ msgstr "%s: Дальнейшие действия неизвестны!"
-
-#~ msgid ""
-#~ "%s: Error - %s environment variable names non-existent destination \"%s"
-#~ "\"!"
-#~ msgstr ""
-#~ "%s: Ошибка – %s переменная окружения указывает несуществующее назначение «%"
-#~ "s»!"
-
-#~ msgid "%s: Error - bad job ID!"
-#~ msgstr "%s: Ошибка – неверный ID задания!"
-
-#~ msgid "%s: Error - cannot print files and alter jobs simultaneously!"
-#~ msgstr ""
-#~ "%s: Ошибка – невозможно одновременно печатать файлы и изменять задания!"
-
-#~ msgid ""
-#~ "%s: Error - cannot print from stdin if files or a job ID are provided!"
-#~ msgstr ""
-#~ "%s: Ошибка – не удается печатать из stdin, если предоставлены файлы или "
-#~ "ID задания!"
-
-#~ msgid "%s: Error - expected character set after '-S' option!"
-#~ msgstr "%s: Ошибка – после параметра «-S» должен идти набор символов!"
-
-#~ msgid "%s: Error - expected content type after '-T' option!"
-#~ msgstr "%s: Ошибка – после параметра «-T» должен быть указан тип контента!"
-
-#~ msgid "%s: Error - expected copies after '-n' option!"
-#~ msgstr ""
-#~ "%s: Ошибка – после параметра «-n» должно быть указано количество копий!"
-
-#~ msgid "%s: Error - expected copy count after '-#' option!"
-#~ msgstr "%s: Ошибка – после параметра «-#» должен быть указан номер копии!"
-
-#~ msgid "%s: Error - expected destination after '-P' option!"
-#~ msgstr "%s: Ошибка – после параметра «-P» должно быть указано назначение!"
-
-#~ msgid "%s: Error - expected destination after '-b' option!"
-#~ msgstr "%s: Ошибка – после параметра «-b» должно быть указано назначение!"
-
-#~ msgid "%s: Error - expected destination after '-d' option!"
-#~ msgstr "%s: Ошибка – после параметра «-d» должно быть указано назначение!"
-
-#~ msgid "%s: Error - expected form after '-f' option!"
-#~ msgstr "%s: Ошибка – после параметра «-f» должна быть указана форма!"
-
-#~ msgid "%s: Error - expected hold name after '-H' option!"
-#~ msgstr "%s: Ошибка – после параметра «-H» должно быть указано имя хоста!"
-
-#~ msgid "%s: Error - expected hostname after '-H' option!"
-#~ msgstr "%s: Ошибка – после параметра «-H» должно быть указано имя хоста!"
-
-#~ msgid "%s: Error - expected hostname after '-h' option!"
-#~ msgstr "%s: Ошибка – после параметра «-h» должно быть указано имя хоста!"
-
-#~ msgid "%s: Error - expected mode list after '-y' option!"
-#~ msgstr ""
-#~ "%s: Ошибка – после параметра «-y» должен быть указан список режимов!"
-
-#~ msgid "%s: Error - expected name after '-%c' option!"
-#~ msgstr "%s: Ошибка – после параметра «-%c» должно быть указано имя!"
-
-#~ msgid "%s: Error - expected option string after '-o' option!"
-#~ msgstr ""
-#~ "%s: Ошибка – после параметра «-o» должна быть указана строка параметра!"
-
-#~ msgid "%s: Error - expected page list after '-P' option!"
-#~ msgstr "%s: Ошибка – после параметра «-P» должен идти список страниц!"
-
-#~ msgid "%s: Error - expected priority after '-%c' option!"
-#~ msgstr "%s: Ошибка – после параметра «-%c» должен быть указан приоритет!"
-
-#~ msgid "%s: Error - expected reason text after '-r' option!"
-#~ msgstr "%s: Ошибка – после параметра «-r» должен идти текст причины!"
-
-#~ msgid "%s: Error - expected title after '-t' option!"
-#~ msgstr "%s: Ошибка – после параметра «-t» должен быть указан заголовок!"
-
-#~ msgid "%s: Error - expected username after '-U' option!"
-#~ msgstr ""
-#~ "%s: Ошибка – после параметра «-U» должно быть указано имя пользователя!"
-
-#~ msgid "%s: Error - expected username after '-u' option!"
-#~ msgstr ""
-#~ "%s: Ошибка – после параметра «-u» должно быть указано имя пользователя!"
-
-#~ msgid "%s: Error - expected value after '-%c' option!"
-#~ msgstr "%s: Ошибка – после параметра «-%c» должно быть указано значение!"
-
-#~ msgid ""
-#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' "
-#~ "option!"
-#~ msgstr ""
-#~ "%s: Ошибка – требуется «завершено», «не завершено» или «все» после параметра "
-#~ "«-W»!"
-
-#~ msgid "%s: Error - scheduler not responding!"
-#~ msgstr "%s: Ошибка – планировщик не отвечает!"
-
-#~ msgid "%s: Error - unknown destination \"%s\"!"
-#~ msgstr "%s: Ошибка – неизвестное назначение «%s»!"
-
-#~ msgid "%s: Error - unknown destination \"%s/%s\"!"
-#~ msgstr "%s: Ошибка – неизвестное назначение «%s/%s»!"
-
-#~ msgid "%s: Error - unknown option '%c'!"
-#~ msgstr "%s: Ошибка – неизвестный параметр «%c»!"
-
-#~ msgid "%s: Error - unknown option '%s'!"
-#~ msgstr "%s: Ошибка – неизвестный параметр «%s»!"
-
-#~ msgid "%s: Expected job ID after '-i' option!"
-#~ msgstr "%s: После параметра «-i» должен быть указан ID задания!"
-
-#~ msgid "%s: Invalid destination name in list \"%s\"!"
-#~ msgstr "%s: Неверное имя назначения в списке «%s»!"
-
-#~ msgid "%s: Need job ID ('-i jobid') before '-H restart'!"
-#~ msgstr "%s: Требуется ID задания («-i jobid») перед «-H restart»!"
-
-#~ msgid "%s: No filter to convert from %s/%s to %s/%s!"
-#~ msgstr "%s: Нет фильтра для преобразования из %s/%s в %s/%s!"
-
-#~ msgid "%s: Sorry, no encryption support compiled in!"
-#~ msgstr "%s: Нет скомпилированной поддержки шифрования!"
-
-#~ msgid "%s: Unable to contact server!"
-#~ msgstr "%s: Не удается установить связь с сервером!"
-
-#~ msgid "%s: Unable to determine MIME type of \"%s\"!"
-#~ msgstr "%s: Не удается определить тип MIME «%s»!"
-
-#~ msgid "%s: Unable to open %s - %s"
-#~ msgstr "%s: Не удается открыть %s – %s"
-
-#~ msgid "%s: Unable to open %s - %s on line %d."
-#~ msgstr "%s: Не удается открыть %s – %s в строке %d."
-
-#~ msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"!"
-#~ msgstr "%s: Не удается прочитать базу данных MIME в «%s» или «%s»!"
-
-#~ msgid "%s: Unknown destination \"%s\"!"
-#~ msgstr "%s: Неизвестное назначение «%s»!"
-
-#~ msgid "%s: Unknown destination MIME type %s/%s!"
-#~ msgstr "%s: Неизвестный MIME-тип назначения %s/%s!"
-
-#~ msgid "%s: Unknown option '%c'!"
-#~ msgstr "%s: Неизвестный параметр «%c»!"
-
-#~ msgid "%s: Unknown source MIME type %s/%s!"
-#~ msgstr "%s: Неизвестный MIME-тип источника %s/%s!"
-
-#~ msgid ""
-#~ "%s: Warning - '%c' format modifier not supported - output may not be "
-#~ "correct!"
-#~ msgstr ""
-#~ "%s: Внимание – модификатор формата «%c» не поддерживается – вывод может "
-#~ "быть неправильным!"
-
-#~ msgid "%s: Warning - character set option ignored!"
-#~ msgstr "%s: Внимание – параметр набора символов пропущен!"
-
-#~ msgid "%s: Warning - content type option ignored!"
-#~ msgstr "%s: Внимание – параметр типа контента пропущен!"
-
-#~ msgid "%s: Warning - form option ignored!"
-#~ msgstr "%s: Внимание – параметр формы пропущен!"
-
-#~ msgid "%s: Warning - mode option ignored!"
-#~ msgstr "%s: Внимание – параметр режима пропущен!"
-
-#~ msgid ""
-#~ "%s: error - %s environment variable names non-existent destination \"%s"
-#~ "\"!"
-#~ msgstr ""
-#~ "%s: ошибка – переменная окружения %s указывает несуществующее назначение «%"
-#~ "s»!"
-
-#~ msgid "%s: error - expected option=value after '-o' option!"
-#~ msgstr ""
-#~ "%s: ошибка – после параметра «-o» должна идти запись вида option=value!"
-
-#~ msgid "600 DPI Grayscale"
-#~ msgstr "600dpi, оттенки серого"
-
-#~ msgid "A Samba password is required to export printer drivers!"
-#~ msgstr "Для экспорта драйверов принтера требуется пароль Samba!"
-
-#~ msgid "A Samba username is required to export printer drivers!"
-#~ msgstr "Для экспорта драйверов принтера требуется имя пользователя Samba!"
-
-#~ msgid "A class named \"%s\" already exists!"
-#~ msgstr "Класс с именем «%s» уже существует!"
-
-#~ msgid "A printer named \"%s\" already exists!"
-#~ msgstr "Принтер с именем «%s» уже существует!"
-
-#~ msgid "Attempt to set %s printer-state to bad value %d!"
-#~ msgstr "Попытка установить %s printer-state на неверное значение %d!"
-
-#~ msgid "Attribute groups are out of order (%x < %x)!"
-#~ msgstr "Группы атрибутов не действуют (%x < %x)!"
-
-#~ msgid "Bad device URI \"%s\"!"
-#~ msgstr "Неверный URI устройства «%s»!"
-
-#~ msgid "Bad device-uri \"%s\"!"
-#~ msgstr "Неверное значение device-uri «%s»!"
-
-#~ msgid "Bad device-uri scheme \"%s\"!"
-#~ msgstr "Неверная схема device-uri «%s»!"
-
-#~ msgid "Bad document-format \"%s\"!"
-#~ msgstr "Неверное значение document-format «%s»!"
-
-#~ msgid "Bad filename buffer!"
-#~ msgstr "Ошибка в буфере filename!"
-
-#~ msgid "Bad job-priority value!"
-#~ msgstr "Неверное значение job-priority!"
-
-#~ msgid "Bad job-sheets value \"%s\"!"
-#~ msgstr "Неверное значение job-sheets «%s»!"
-
-#~ msgid "Bad job-sheets value type!"
-#~ msgstr "Неверный тип значения job-sheets!"
-
-#~ msgid "Bad job-state value!"
-#~ msgstr "Неверное значение job-state!"
-
-#~ msgid "Bad job-uri attribute \"%s\"!"
-#~ msgstr "Неверный атрибут job-uri «%s»!"
-
-#~ msgid "Bad notify-pull-method \"%s\"!"
-#~ msgstr "Неверное значение notify-pull-method «%s»!"
-
-#~ msgid "Bad notify-recipient-uri URI \"%s\"!"
-#~ msgstr "Неверный URI notify-recipient-uri «%s»!"
-
-#~ msgid "Bad option + choice on line %d!"
-#~ msgstr "Неверный параметр + выбор в строке %d!"
-
-#~ msgid "Bad port-monitor \"%s\"!"
-#~ msgstr "Неверное значение port-monitor «%s»!"
-
-#~ msgid "Bad printer-state value %d!"
-#~ msgstr "Неверное значение printer-state %d!"
-
-#~ msgid "Bad request version number %d.%d!"
-#~ msgstr "Неверный номер версии запроса %d.%d!"
-
-#~ msgid "Bad subscription ID!"
-#~ msgstr "Неверный ID подписки!"
-
-#~ msgid "Character set \"%s\" not supported!"
-#~ msgstr "Набор символов «%s» не поддерживается!"
-
-#~ msgid "Could not scan type \"%s\"!"
-#~ msgstr "Не удалось сканировать тип «%s»!"
-
-#~ msgid "Cover open."
-#~ msgstr "Крышка открыта."
-
-#~ msgid "Developer almost empty."
-#~ msgstr "Проявитель почти закончился."
-
-#~ msgid "Developer empty!"
-#~ msgstr "Проявитель закончился!"
-
-#~ msgid "Door open."
-#~ msgstr "Дверца открыта."
-
-#~ msgid "Bad %%BoundingBox: comment seen!"
-#~ msgstr "Неверный %%BoundingBox: комментарий просмотрен!"
-
-#~ msgid "Bad %%IncludeFeature: comment!"
-#~ msgstr "Неверный %%IncludeFeature: комментарий!"
-
-#~ msgid "Bad %%Page: comment in file!"
-#~ msgstr "Неверная %%Page: комментарий в файле!"
-
-#~ msgid "Bad %%PageBoundingBox: comment in file!"
-#~ msgstr "Неверный %%PageBoundingBox: комментарий в файле!"
-
-#~ msgid "Bad SCSI device file \"%s\"!"
-#~ msgstr "Неверный файл устройства SCSI «%s»!"
-
-#~ msgid "Bad columns value %d!"
-#~ msgstr "Неверное значение количества столбцов %d!"
-
-#~ msgid "Bad cpi value %f!"
-#~ msgstr "Неверное значение cpi %f!"
-
-#~ msgid "Bad lpi value %f!"
-#~ msgstr "Неверное значение lpi %f!"
-
-#~ msgid "Bad page setup!"
-#~ msgstr "Неверные параметры страницы!"
-
-#~ msgid "Destination printer does not exist!"
-#~ msgstr "Целевой принтер не существует!"
-
-#~ msgid "Duplicate %%BoundingBox: comment seen!"
-#~ msgstr "Дубликат %%BoundingBox: комментарий просмотрен!"
-
-#~ msgid "Duplicate %%Pages: comment seen!"
-#~ msgstr "Дубликат %%Pages: комментарий просмотрен!"
-
-#~ msgid "Empty print file!"
-#~ msgstr "Пустой файл печати!"
-
-#~ msgid "Expected quoted string on line %d of %s!"
-#~ msgstr "В строке %d из %s должна быть строка в кавычках!"
-
-#~ msgid "Fatal USB error!"
-#~ msgstr "Критический сбой USB!"
-
-#~ msgid "Invalid HP-GL/2 command seen, unable to print file!"
-#~ msgstr ""
-#~ "Обнаружена неверная команда HP-GL/2, не удается напечатать файл!"
-
-#~ msgid "Missing %%EndProlog!"
-#~ msgstr "Отсутствует %%EndProlog!"
-
-#~ msgid "Missing %%EndSetup!"
-#~ msgstr "Отсутствует %%EndSetup!"
-
-#~ msgid ""
-#~ "Missing device URI on command-line and no DEVICE_URI environment "
-#~ "variable!"
-#~ msgstr ""
-#~ "Отсутствует идентификатор URI устройства в командной строке и "
-#~ "переменная окружения DEVICE_URI!"
-
-#~ msgid "Missing value on line %d of banner file!"
-#~ msgstr "Отсутствует значение в строке %d в файле баннера!"
-
-#~ msgid ""
-#~ "Need a msgid line before any translation strings on line %d of %"
-#~ "s!"
-#~ msgstr ""
-#~ "Требуется строка msgid перед строкой перевода в строке %d из %s!"
-
-#~ msgid "No %%BoundingBox: comment in header!"
-#~ msgstr "Нет %%BoundingBox: комментарий в заголовке!"
-
-#~ msgid "No %%Pages: comment in header!"
-#~ msgstr "Нет %%Pages: комментарий в заголовке!"
-
-#~ msgid ""
-#~ "No device URI found in argv[0] or in DEVICE_URI environment "
-#~ "variable!"
-#~ msgstr ""
-#~ "Не обнаружено URI устройства в argv[0] или переменной окружения "
-#~ "DEVICE_URI!"
-
-#~ msgid "No pages found!"
-#~ msgstr "Страницы не найдены!"
-
-#~ msgid "Out of paper!"
-#~ msgstr "Нет бумаги!"
-
-#~ msgid "PRINTER environment variable not defined!"
-#~ msgstr "Переменная окружения PRINTER не указана!"
-
-#~ msgid "Print file was not accepted (%s)!"
-#~ msgstr "Файл печати не принят (%s)!"
-
-#~ msgid "Printer not responding!"
-#~ msgstr "Принтер не отвечает!"
-
-#~ msgid "Unable to create temporary file - %s."
-#~ msgstr "Не удается создать временный файл – %s."
-
-#~ msgid "Unable to create temporary file: %s"
-#~ msgstr "Не удается создать временный файл: %s"
-
-#~ msgid "Unable to get job %d attributes (%s)!"
-#~ msgstr "Не удается получить атрибуты задания %d (%s)!"
-
-#~ msgid "Unable to get printer status (%s)!"
-#~ msgstr "Не удается получить статус принтера (%s)!"
-
-#~ msgid "Unable to locate printer '%s'!"
-#~ msgstr "Не удается обнаружить принтер «%s»!"
-
-#~ msgid "Unable to open image file for printing!"
-#~ msgstr "Не удается открыть файл изображения для печати!"
-
-#~ msgid "Unable to open temporary file"
-#~ msgstr "Не удается открыть временный файл"
-
-#~ msgid "Unable to print %d text columns!"
-#~ msgstr "Не удается напечатать столбцы с текстом (%d)!"
-
-#~ msgid "Unable to print %dx%d text page!"
-#~ msgstr "Не удается напечатать страницу с текстом %dx%d!"
-
-#~ msgid "Unable to read print data!"
-#~ msgstr "Не удается считать данные печати!"
-
-#~ msgid "Unable to send print data (%d)"
-#~ msgstr "Не удается отправить данные печати (%d)"
-
-#~ msgid "Unable to send print data!"
-#~ msgstr "Не удается отправить данные печати!"
-
-#~ msgid "Unable to write %d bytes to printer!"
-#~ msgstr "Не удается записать %d байт на принтер!"
-
-#~ msgid "Unable to write raster data to driver!"
-#~ msgstr "Не удается записать растровые данные на драйвер!"
-
-#~ msgid "Unable to write to temporary file"
-#~ msgstr "Не удается записать данные во временный файл"
-
-#~ msgid "Unexpected text on line %d of %s!"
-#~ msgstr "Непредвиденный текст в строке %d из %s!"
-
-#~ msgid "Unknown encryption option value \"%s\"!"
-#~ msgstr "Неизвестное значение параметра шифрования «%s»!"
-
-#~ msgid "Unknown message catalog format for \"%s\"!"
-#~ msgstr "Неизвестный формат каталога сообщений для «%s»!"
-
-#~ msgid "Unknown option \"%s\" with value \"%s\"!"
-#~ msgstr "Неизвестный параметр «%s» со значением «%s»!"
-
-#~ msgid "Unknown version option value \"%s\"!"
-#~ msgstr "Неизвестное значение параметра версии «%s»!"
-
-#~ msgid "Unsupported brightness value %s, using brightness=100!"
-#~ msgstr ""
-#~ "Неподдерживаемое значение яркости %s, используется "
-#~ "brightness=100!"
-
-#~ msgid "Unsupported gamma value %s, using gamma=1000!"
-#~ msgstr ""
-#~ "Неподдерживаемое значение гаммы %s, используется gamma=1000!"
-
-#~ msgid "Unsupported number-up value %d, using number-up=1!"
-#~ msgstr ""
-#~ "Неподдерживаемое значение number-up %d, используется number-up=1!"
-
-#~ msgid ""
-#~ "Unsupported number-up-layout value %s, using number-up-"
-#~ "layout=lrtb!"
-#~ msgstr ""
-#~ "Неподдерживаемое значение number-up-layout %s, используется number-"
-#~ "up-layout=lrtb!"
-
-#~ msgid "Unsupported page-border value %s, using page-border=none!"
-#~ msgstr ""
-#~ "Неподдерживаемое значение page-border %s, используется page-"
-#~ "border=none!"
-
-#~ msgid "doc_printf overflow (%d bytes) detected, aborting!"
-#~ msgstr "Обнаружено переполнение doc_printf (%d байт), отменяю!"
-
-#~ msgid "pdftops filter crashed on signal %d!"
-#~ msgstr "Сбой фильтра pdftops при сигнале %d!"
-
-#~ msgid "pdftops filter exited with status %d!"
-#~ msgstr "Фильтр pictwpstops закрыт со статусом %d!"
-
-#~ msgid "pictwpstops exited on signal %d!"
-#~ msgstr "Фильтр pictwpstops закрыт по сигналу %d!"
-
-#~ msgid "pictwpstops exited with status %d!"
-#~ msgstr "Фильтр pictwpstops закрыт со статусом %d!"
-
-#~ msgid ""
-#~ "recoverable: Unable to connect to printer; will retry in 30 "
-#~ "seconds."
-#~ msgstr ""
-#~ "Восстанавливаемо: не удается подключиться к принтеру; попытка "
-#~ "будет повторена через 30 секунд…"
-
-#~ msgid "Empty PPD file!"
-#~ msgstr "Пустой PPD-файл!"
-
-#~ msgid "Error: need hostname after '-h' option!"
-#~ msgstr "Требуется имя хоста после параметра «-h»!"
-
-#~ msgid "Fuser temperature high!"
-#~ msgstr "Высокая температура термофиксатора!"
-
-#~ msgid "Fuser temperature low!"
-#~ msgstr "Низкая температура термофиксатора!"
-
-#~ msgid "Got a printer-uri attribute but no job-id!"
-#~ msgstr "Получен атрибут printer-uri, но не job-id!"
-
-#~ msgid "Ink/toner almost empty."
-#~ msgstr "Чернила/тонер заканчиваются."
-
-#~ msgid "Ink/toner empty!"
-#~ msgstr "Чернила/тонер закончились!"
-
-#~ msgid "Ink/toner waste bin almost full."
-#~ msgstr "Корзина чернил/тонера почти полный."
-
-#~ msgid "Ink/toner waste bin full!"
-#~ msgstr "Корзина чернил/тонера полная!"
-
-#~ msgid "Interlock open."
-#~ msgstr "Открыт замок."
-
-#~ msgid "Job #%d cannot be restarted - no files!"
-#~ msgstr "Задание #%d не может быть перезапущено – нет файлов!"
-
-#~ msgid "Job #%d does not exist!"
-#~ msgstr "Задание #%d не существует!"
-
-#~ msgid "Job #%d is finished and cannot be altered!"
-#~ msgstr "Задание #%d завершено и не может быть изменено!"
-
-#~ msgid "Job #%d is not complete!"
-#~ msgstr "Задание #%d не завершено!"
-
-#~ msgid "Job #%d is not held for authentication!"
-#~ msgstr "Задание #%d не задержано для идентификации!"
-
-#~ msgid "Job #%d is not held!"
-#~ msgstr "Задание #%d не задержано!"
-
-#~ msgid "Job #%s does not exist!"
-#~ msgstr "Задание #%s не существует!"
-
-#~ msgid "Job %d not found!"
-#~ msgstr "Задание #%d не найдено!"
-
-#~ msgid "Job subscriptions cannot be renewed!"
-#~ msgstr "Подписки на задание не могут быть обновлены!"
-
-#~ msgid "Language \"%s\" not supported!"
-#~ msgstr "Язык «%s» не поддерживается!"
-
-#~ msgid "Media jam!"
-#~ msgstr "Затор бумаги!"
-
-#~ msgid "Media tray almost empty."
-#~ msgstr "Лоток с бумагой почти пуст."
-
-#~ msgid "Media tray empty!"
-#~ msgstr "Лоток с бумагой пуст!"
-
-#~ msgid "Media tray missing!"
-#~ msgstr "Лоток с бумагой отсутствует!"
-
-#~ msgid "Media tray needs to be filled."
-#~ msgstr "Необходимо вставить бумагу в лоток."
-
-#~ msgid "Missing document-number attribute!"
-#~ msgstr "Отсутствует атрибут document-number!"
-
-#~ msgid "Missing double quote on line %d!"
-#~ msgstr "Отсутствуют двойные кавычки в строке %d!"
-
-#~ msgid "Missing form variable!"
-#~ msgstr "Отсутствует переменная формы!"
-
-#~ msgid "Missing notify-subscription-ids attribute!"
-#~ msgstr "Отсутствует атрибут notify-subscription-ids!"
-
-#~ msgid "Missing requesting-user-name attribute!"
-#~ msgstr "Отсутствует атрибут requesting-user-name!"
-
-#~ msgid "Missing required attributes!"
-#~ msgstr "Отсутствуют обязательные атрибуты!"
-
-#~ msgid "Missing value on line %d!"
-#~ msgstr "Отсутствует значение в строке %d!"
-
-#~ msgid "No PPD name!"
-#~ msgstr "Нет имени PPD!"
-
-#~ msgid "No Windows printer drivers are installed!"
-#~ msgstr "Нет установленных драйверов принтера Windows!"
-
-#~ msgid "No active jobs on %s!"
-#~ msgstr "Нет активных заданий на %s!"
-
-#~ msgid "No attributes in request!"
-#~ msgstr "Нет атрибутов в запросе!"
-
-#~ msgid "No authentication information provided!"
-#~ msgstr "Нет информации для проверки подлинности!"
-
-#~ msgid "No file!?!"
-#~ msgstr "Нет файла!?!"
-
-#~ msgid "No modification time!"
-#~ msgstr "Не указано время изменения!"
-
-#~ msgid "No printer name!"
-#~ msgstr "Нет имени принтера!"
-
-#~ msgid "No printer-uri found for class!"
-#~ msgstr "Не указан адрес printer-uri для класса!"
-
-#~ msgid "No printer-uri found!"
-#~ msgstr "Не указан адрес printer-uri!"
-
-#~ msgid "No printer-uri in request!"
-#~ msgstr "Нет адреса printer-uri в запросе!"
-
-#~ msgid "No subscription attributes in request!"
-#~ msgstr "Нет атрибутов подписки в запросе!"
-
-#~ msgid "OPC almost at end-of-life."
-#~ msgstr "OPC почти в end-of-life."
-
-#~ msgid "OPC at end-of-life!"
-#~ msgstr "OPC в end-of-life!"
-
-#~ msgid "Out of toner!"
-#~ msgstr "Недостаточно тонера!"
-
-#~ msgid "Output bin almost full."
-#~ msgstr "Выходной лоток почти заполнен."
-
-#~ msgid "Output bin full!"
-#~ msgstr "Выходной лоток заполнен!"
-
-#~ msgid "Output tray missing!"
-#~ msgstr "Выходной лоток отсутствует!"
-
-#~ msgid "Printer offline."
-#~ msgstr "Принтер в режиме не подключен к сети."
-
-#~ msgid "SCSI Printer"
-#~ msgstr "Принтер SCSI"
-
-#~ msgid "The notify-user-data value is too large (%d > 63 octets)!"
-#~ msgstr "Значение notify-user-data слишком длинное (%d > 63 октетов)!"
-
-#~ msgid "The printer or class is not shared!"
-#~ msgstr "Нет общего доступа к принтеру или классу!"
-
-#~ msgid "The printer-uri attribute is required!"
-#~ msgstr "Требуется атрибут printer-uri!"
-
-#~ msgid "Toner low."
-#~ msgstr "Тонер заканчивается."
-
-#~ msgid "Too many job-sheets values (%d > 2)!"
-#~ msgstr "Слишком много значений job-sheets (%d > 2)!"
-
-#~ msgid "Too many printer-state-reasons values (%d > %d)!"
-#~ msgstr "Слишком много значений printer-state-reasons (%d > %d)!"
-
-#~ msgid "Unable to add job for destination \"%s\"!"
-#~ msgstr "Не удается добавить задание для назначения «%s»!"
-
-#~ msgid "Unable to allocate memory for file types!"
-#~ msgstr "Не удается выделить память для типов файлов!"
-
-#~ msgid "Unable to copy 64-bit CUPS printer driver files (%d)!"
-#~ msgstr "Не удается копировать 64-битовые файлы драйвера принтера CUPS (%d)!"
-
-#~ msgid "Unable to copy 64-bit Windows printer driver files (%d)!"
-#~ msgstr ""
-#~ "Не удается копировать 64-битовые файлы драйвера принтера для Windows (%d)!"
-
-#~ msgid "Unable to copy CUPS printer driver files (%d)!"
-#~ msgstr "Не удается копировать файлы драйвера принтера CUPS (%d)!"
-
-#~ msgid "Unable to copy PPD file - %s!"
-#~ msgstr "Не удается копировать PPD-файл – %s!"
-
-#~ msgid "Unable to copy PPD file!"
-#~ msgstr "Не удается копировать PPD-файл!"
-
-#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!"
-#~ msgstr "Не удается копировать файлы драйвера принтера Windows 2000 (%d)!"
-
-#~ msgid "Unable to copy Windows 9x printer driver files (%d)!"
-#~ msgstr "Не удается копировать файлы драйвера принтера Windows 9x (%d)!"
-
-#~ msgid "Unable to copy interface script - %s!"
-#~ msgstr "Не удается копировать скрипт интерфейса – %s!"
-
-#~ msgid "Unable to create printer-uri!"
-#~ msgstr "Не удается создать printer-uri!"
-
-#~ msgid "Unable to edit cupsd.conf files larger than 1MB!"
-#~ msgstr "Невозможно редактировать файлы «cupsd.conf» больше 1 МБ!"
-
-#~ msgid "Unable to find destination for job!"
-#~ msgstr "Не удается найти назначение для задания!"
-
-#~ msgid "Unable to find printer!"
-#~ msgstr "Не удается найти принтер!"
-
-#~ msgid "Unable to install Windows 2000 printer driver files (%d)!"
-#~ msgstr "Не удается установить файлы драйвера принтера Windows 2000 (%d)!"
-
-#~ msgid "Unable to install Windows 9x printer driver files (%d)!"
-#~ msgstr "Не удается установить файлы драйвера принтера Windows 9x (%d)!"
-
-#~ msgid "Unable to open document %d in job %d!"
-#~ msgstr "Не удается открыть документ %d в задании %d!"
-
-#~ msgid "Unable to send command to printer driver!"
-#~ msgstr "Не удается отправить команду драйверу принтера!"
-
-#~ msgid "Unable to set Windows printer driver (%d)!"
-#~ msgstr "Не удается настроить драйвер принтера Windows (%d)!"
-
-#~ msgid "Unable to use legacy USB class driver!"
-#~ msgstr "Не удается использовать устаревший драйвер класса USB!"
-
-#~ msgid "Unknown printer error (%s)!"
-#~ msgstr "Неизвестная ошибка принтера (%s)!"
-
-#~ msgid "Unsupported character set \"%s\"!"
-#~ msgstr "Неподдерживаемый набор символов «%s»!"
-
-#~ msgid "Unsupported compression \"%s\"!"
-#~ msgstr "Неподдерживаемое сжатие «%s»!"
-
-#~ msgid "Unsupported compression attribute %s!"
-#~ msgstr "Неподдерживаемый атрибут сжатия %s!"
-
-#~ msgid "Unsupported format \"%s\"!"
-#~ msgstr "Неподдерживаемый формат «%s»!"
-
-#~ msgid "Unsupported format '%s'!"
-#~ msgstr "Неподдерживаемый формат «%s»!"
-
-#~ msgid "Unsupported format '%s/%s'!"
-#~ msgstr "Неподдерживаемый формат «%s/%s»!"
-
-#~ msgid ""
-#~ "Usage: convert [ options ]"
-#~ ""
-#~ "Options:"
-#~ ""
-#~ "  -f filename          Set file to be converted (otherwise stdin)"
-#~ "  -o filename          Set file to be generated (otherwise stdout)"
-#~ "  -i mime/type         Set input MIME type (otherwise auto-typed)"
-#~ "  -j mime/type         Set output MIME type (otherwise application/pdf)"
-#~ "  -P filename.ppd      Set PPD file"
-#~ "  -a 'name=value ...'  Set option(s)"
-#~ "  -U username          Set username for job"
-#~ "  -J title             Set title"
-#~ "  -c copies            Set number of copies"
-#~ "  -u                   Remove the PPD file when finished"
-#~ "  -D                   Remove the input file when finished"
-#~ msgstr ""
-#~ "Синтаксис: convert [ options ]"
-#~ ""
-#~ "Параметры:"
-#~ ""
-#~ "  -f filename          Указывается конвертируемый файл (в противном "
-#~ "случае stdin)"
-#~ "  -o filename          Указывается создаваемый файл (в противном случае "
-#~ "stdout)"
-#~ "  -i mime/type         Указывается MIME-тип данных на входе (в противном "
-#~ "случае auto-typed)"
-#~ "  -j mime/type         Указывается MIME-тип данных на выходе (в противном "
-#~ "случае application/pdf)"
-#~ "  -P filename.ppd      Указывается PPD-файл"
-#~ "  -a 'name=value ...'  Указываются параметры"
-#~ "  -U username          Указывается имя пользователя для задания"
-#~ "  -J title             Указывается заголовок"
-#~ "  -c copies            Указывается количество копий"
-#~ "  -u                   PPD-файл удаляется после выполнения команды"
-#~ "  -D                   Файл, поступивший на вход, удаляется после "
-#~ "выполнения команды"
-
-#~ msgid ""
-#~ "Usage: cupsfilter -m mime/type [ options ] filename"
-#~ ""
-#~ "Options:"
-#~ ""
-#~ "  -c cupsd.conf    Set cupsd.conf file to use"
-#~ "  -j job-id[,N]    Filter file N from the specified job (default is file "
-#~ "1)"
-#~ "  -n copies        Set number of copies"
-#~ "  -o name=value    Set option(s)"
-#~ "  -p filename.ppd  Set PPD file"
-#~ "  -t title         Set title"
-#~ msgstr ""
-#~ "Синтаксис: cupsfilter -m mime/type [ options ] filename"
-#~ ""
-#~ "Параметры:"
-#~ ""
-#~ "  -c cupsd.conf    Используется файл cupsd.conf"
-#~ "  -j job-id[,N]    Из указанного задания выбирается файл N (по умолчанию "
-#~ "файл 1)"
-#~ "  -n copies        Задается количество копий"
-#~ "  -o name=value    Задаются параметры"
-#~ "  -p filename.ppd  Задается PPD-файл"
-#~ "  -t title         Задается заголовок"
-
-#~ msgid ""
-#~ "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]"
-#~ "       program | cupstestppd [options] -"
-#~ ""
-#~ "Options:"
-#~ ""
-#~ "    -R root-directory    Set alternate root"
-#~ "    -W {all,none,constraints,defaults,duplex,filters,translations}"
-#~ "                         Issue warnings instead of errors"
-#~ "    -q                   Run silently"
-#~ "    -r                   Use 'relaxed' open mode"
-#~ "    -v                   Be slightly verbose"
-#~ "    -vv                  Be very verbose"
-#~ msgstr ""
-#~ "Синтаксис: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[."
-#~ "gz]]"
-#~ "       program | cupstestppd [options] -"
-#~ ""
-#~ "Параметры:"
-#~ ""
-#~ "    -R root-directory    Задается альтернативный корневой каталог"
-#~ "    -W {all,none,constraints,defaults,duplex,filters,translations}"
-#~ "                         Вместо ошибок выдаются предупреждения"
-#~ "    -q                   Команда выполняется в «тихом» режиме"
-#~ "    -r                   Используется открытый режим"
-#~ "    -v                   Режим более подробного отображения"
-#~ "    -vv                  Режим максимально подробного отображения"
-
-#~ msgid "Failed to read side-channel request!"
-#~ msgstr "Не удалось прочитать запрос бокового канала!"
-
-#~ msgid "Option \"%s\" cannot be included via IncludeFeature!"
-#~ msgstr "Параметр «%s» не может быть включен через IncludeFeature!"
-
-#~ msgid ""
-#~ "Remote host did not respond with command status byte after %d "
-#~ "seconds!"
-#~ msgstr ""
-#~ "Удаленный хост не ответил байтом command-статуса после %d "
-#~ "секунд!"
-
-#~ msgid ""
-#~ "Remote host did not respond with control status byte after %d "
-#~ "seconds!"
-#~ msgstr ""
-#~ "Удаленный хост не ответил байтом control-статуса после %d "
-#~ "секунд!"
-
-#~ msgid ""
-#~ "Remote host did not respond with data status byte after %d "
-#~ "seconds!"
-#~ msgstr ""
-#~ "Удаленный хост не ответил байтом data-статуса после %d секунд!"
-
-#~ msgid "SCSI command timed out (%d); retrying."
-#~ msgstr "Время команды SCSI истекло (%d). Повтор попытки…"
-
-#~ msgid ""
-#~ "This document does not conform to the Adobe Document Structuring "
-#~ "Conventions and may not print correctly!"
-#~ msgstr ""
-#~ "Этот документ не соответствует Adobe Document Structuring "
-#~ "Conventions и может быть напечатан неправильно!"
-
-#~ msgid "Unknown choice \"%s\" for option \"%s\"!"
-#~ msgstr "Неизвестный выбор «%s» для параметра «%s»!"
-
-#~ msgid "Unknown option \"%s\"!"
-#~ msgstr "Неизвестный параметр «%s»!"
-
-#~ msgid "Unsupported baud rate %s!"
-#~ msgstr "Неподдерживаемая скорость передачи данных в бодах %s!"
-
-#~ msgid ""
-#~ "recoverable: Network host '%s' is busy; will retry in %d "
-#~ "seconds."
-#~ msgstr ""
-#~ "Восстанавливаемо. Хост сети «%s» занят. Попытка будет повторена "
-#~ "через %d сек…"
-
-#~ msgid "Warning, no Windows 2000 printer drivers are installed!"
-#~ msgstr "Внимание! Нет установленных драйверов принтера Windows 2000!"
-
-#~ msgid "cupsctl: Unknown option \"%s\"!"
-#~ msgstr "cupsctl: Неизвестный параметр «%s»!"
-
-#~ msgid "cupsctl: Unknown option \"-%c\"!"
-#~ msgstr "cupsctl: Неизвестный параметр «-%c»!"
-
-#~ msgid "cupsd: Expected config filename after \"-c\" option!"
-#~ msgstr "cupsd: Ожидаемое имя файла конфигурации после параметра «-c»!"
-
-#~ msgid "cupsd: Unable to get current directory!"
-#~ msgstr "cupsd: Не удается определить текущий каталог!"
-
-#~ msgid "cupsd: Unknown argument \"%s\" - aborting!"
-#~ msgstr "cupsd: Неизвестный аргумент «%s» – отмена!"
-
-#~ msgid "cupsd: Unknown option \"%c\" - aborting!"
-#~ msgstr "cupsd: Неизвестный параметр «%c» – отмена!"
-
-#~ msgid "cupsfilter: Invalid document number %d!"
-#~ msgstr "cupsfilter: Недопустимый номер документа %d!"
-
-#~ msgid "cupsfilter: Invalid job ID %d!"
-#~ msgstr "cupsfilter: Недопустимый ID задания %d!"
-
-#~ msgid "cupsfilter: Only one filename can be specified!"
-#~ msgstr "cupsfilter: Только одно имя файла может быть указано!"
-
-#~ msgid "cupsfilter: Unable to create temporary file: %s"
-#~ msgstr "cupsfilter: Не удается создать временный файл: %s"
-
-#~ msgid "job-printer-uri attribute missing!"
-#~ msgstr "Атрибут job-printer-uri отсутствует!"
-
-#~ msgid "lpadmin: Class name can only contain printable characters!"
-#~ msgstr "lpadmin: Имя класса может содержать только печатные символы!"
-
-#~ msgid "lpadmin: Expected PPD after '-P' option!"
-#~ msgstr "lpadmin: После параметра «-P» должен быть указан PPD!"
-
-#~ msgid "lpadmin: Expected allow/deny:userlist after '-u' option!"
-#~ msgstr ""
-#~ "lpadmin: После параметра «-u» должен быть указан allow/deny:userlist!"
-
-#~ msgid "lpadmin: Expected class after '-r' option!"
-#~ msgstr "lpadmin: После параметра «-r» должен быть указан класс!"
-
-#~ msgid "lpadmin: Expected class name after '-c' option!"
-#~ msgstr "lpadmin: После параметра «-c» должно быть указано имя класса!"
-
-#~ msgid "lpadmin: Expected description after '-D' option!"
-#~ msgstr "lpadmin: После параметра «-D» должно идти описание!"
-
-#~ msgid "lpadmin: Expected device URI after '-v' option!"
-#~ msgstr "lpadmin: После параметра «-v» должен быть указан URI устройства!"
-
-#~ msgid "lpadmin: Expected file type(s) after '-I' option!"
-#~ msgstr "lpadmin: После параметра «-I» должны быть указаны типы файлов!"
-
-#~ msgid "lpadmin: Expected hostname after '-h' option!"
-#~ msgstr "lpadmin: После параметра «-h» должно быть указано имя хоста!"
-
-#~ msgid "lpadmin: Expected interface after '-i' option!"
-#~ msgstr "lpadmin: После параметра «-i» должен быть указан интерфейс!"
-
-#~ msgid "lpadmin: Expected location after '-L' option!"
-#~ msgstr "lpadmin: После параметра «-L» должно быть указано местоположение!"
-
-#~ msgid "lpadmin: Expected model after '-m' option!"
-#~ msgstr "lpadmin: После параметра «-m» должна быть указана модель!"
-
-#~ msgid "lpadmin: Expected name=value after '-o' option!"
-#~ msgstr ""
-#~ "lpadmin: После параметра «-o» должно быть указано значение вида "
-#~ "name=value!"
-
-#~ msgid "lpadmin: Expected printer after '-p' option!"
-#~ msgstr "lpadmin: После параметра «-p» должен быть указан принтер!"
-
-#~ msgid "lpadmin: Expected printer name after '-d' option!"
-#~ msgstr "lpadmin: После параметра «-d» должно быть указано имя принтера!"
-
-#~ msgid "lpadmin: Expected printer or class after '-x' option!"
-#~ msgstr ""
-#~ "lpadmin: После параметра «-x» должен быть указан принтер или класс!"
-
-#~ msgid "lpadmin: No member names were seen!"
-#~ msgstr "lpadmin: Имена участников не обнаружены!"
-
-#~ msgid "lpadmin: Printer name can only contain printable characters!"
-#~ msgstr "lpadmin: Имя принтера может содержать только печатные символы!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to add a printer to the class:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается добавить принтер к классу:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid "lpadmin: Unable to create temporary file - %s"
-#~ msgstr "lpadmin: Не удается создать временный файл – %s"
-
-#~ msgid "lpadmin: Unable to create temporary file: %s"
-#~ msgstr "lpadmin: Не удается создать временный файл: %s"
-
-#~ msgid ""
-#~ "lpadmin: Unable to remove a printer from the class:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается удалить принтер из класса:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the PPD file:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить PPD-файл:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the device URI:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить URI устройства:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the interface script or PPD file:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить скрипт интерфейса или PPD-файл:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the interface script:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить скрипт интерфейса:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the printer description:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить описание принтера:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the printer location:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить размещение принтера:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid ""
-#~ "lpadmin: Unable to set the printer options:"
-#~ "         You must specify a printer name first!"
-#~ msgstr ""
-#~ "lpadmin: Не удается настроить параметры принтера:"
-#~ "         Необходимо сначала указать имя принтера!"
-
-#~ msgid "lpadmin: Unknown allow/deny option \"%s\"!"
-#~ msgstr "lpadmin: Неизвестный параметр allow/deny «%s»!"
-
-#~ msgid "lpadmin: Unknown argument '%s'!"
-#~ msgstr "lpadmin: Неизвестный аргумент «%s»!"
-
-#~ msgid "lpadmin: Unknown option '%c'!"
-#~ msgstr "lpadmin: Неизвестный параметр «%c»!"
-
-#~ msgid "lpadmin: Warning - content type list ignored!"
-#~ msgstr "lpadmin: Внимание – список типов контента пропущен!"
-
-#~ msgid "lpinfo: Expected 1284 device ID string after --device-id!"
-#~ msgstr "lpinfo: После --device-id должна идти строка ID устройства 1284!"
-
-#~ msgid "lpinfo: Expected language after --language!"
-#~ msgstr "lpinfo: После –language должен быть указан язык!"
-
-#~ msgid "lpinfo: Expected make and model after --make-and-model!"
-#~ msgstr ""
-#~ "lpinfo: После --make-and-model должна быть указана марка и модель!"
-
-#~ msgid "lpinfo: Expected product string after --product!"
-#~ msgstr "lpinfo: После –product должна идти строка продукта!"
-
-#~ msgid "lpinfo: Expected scheme list after --exclude-schemes!"
-#~ msgstr "lpinfo: После --exclude-schemes должен идти список схем!"
-
-#~ msgid "lpinfo: Expected scheme list after --include-schemes!"
-#~ msgstr "lpinfo: После --ixclude-schemes должен идти список схем!"
-
-#~ msgid "lpinfo: Expected timeout after --timeout!"
-#~ msgstr "lpinfo: После –timeout должно быть указано время ожидания!"
-
-#~ msgid "lpinfo: Unknown argument '%s'!"
-#~ msgstr "lpinfo: Неизвестный аргумент «%s»!"
-
-#~ msgid "lpinfo: Unknown option '%c'!"
-#~ msgstr "lpinfo: Неизвестный параметр «%c»!"
-
-#~ msgid "lpinfo: Unknown option '%s'!"
-#~ msgstr "lpinfo: Неизвестный параметр «%s»!"
-
-#~ msgid "lpmove: Unknown argument '%s'!"
-#~ msgstr "lpmove: Неизвестный аргумент «%s»!"
-
-#~ msgid "lpmove: Unknown option '%c'!"
-#~ msgstr "lpmove: Неизвестный параметр «%c»!"
-
-#~ msgid "lpoptions: No printers!?!"
-#~ msgstr "lpoptions: Нет принтеров!?!"
-
-#~ msgid "lpoptions: Unable to open PPD file for %s!"
-#~ msgstr "lpoptions: Не удается открыть PPD-файл для %s!"
-
-#~ msgid "lpoptions: Unknown printer or class!"
-#~ msgstr "lpoptions: Неизвестный принтер или класс!"
-
-#~ msgid "lppasswd: Only root can add or delete passwords!"
-#~ msgstr ""
-#~ "lppasswd: Только пользователь root может добавлять или удалять пароли!"
-
-#~ msgid "lppasswd: Password file busy!"
-#~ msgstr "lppasswd: Файл пароля занят!"
-
-#~ msgid "lppasswd: Password file not updated!"
-#~ msgstr "lppasswd: Файл пароля не обновлен!"
-
-#~ msgid "lppasswd: Sorry, password doesn't match!"
-#~ msgstr "lppasswd: Пароль не подходит!"
-
-#~ msgid "lppasswd: Sorry, passwords don't match!"
-#~ msgstr "lppasswd: Пароль не подходит!"
-
-#~ msgid ""
-#~ "lpstat: error - %s environment variable names non-existent destination \"%"
-#~ "s\"!"
-#~ msgstr ""
-#~ "lpstat: Ошибка – %s переменная окружения указывает несуществующее "
-#~ "назначение «%s»!"
-
-#~ msgid "notify-events not specified!"
-#~ msgstr "notify-events не указаны!"
-
-#~ msgid "notify-recipient-uri URI \"%s\" is already used!"
-#~ msgstr "URI-адрес notify-recipient-uri «%s» уже используется!"
-
-#~ msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!"
-#~ msgstr "URI-адрес notify-recipient-uri «%s» использует неизвестную схему!"
-
-#~ msgid "notify-subscription-id %d no good!"
-#~ msgstr "notify-subscription-id %d неверный!"
-
-#~ msgid "ppdc: Bad resolution name \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Недопустимое имя разрешения «%s» в строке %d из %s."
-
-#~ msgid "ppdc: Bad status keyword %s on line %d of %s!"
-#~ msgstr "ppdc: Недопустимое ключевое слово статуса %s в строке %d из %s."
-
-#~ msgid "ppdc: Choice found on line %d of %s with no Option!"
-#~ msgstr ""
-#~ "ppdc: В строке %d из %s обнаружено значение, не привязанное к параметру!"
-
-#~ msgid "ppdc: Duplicate #po for locale %s on line %d of %s!"
-#~ msgstr "ppdc: Дубликат #po для региона %s в строке %d из %s!"
-
-#~ msgid "ppdc: Expected a filter definition on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть определение фильтра!"
-
-#~ msgid "ppdc: Expected a program name on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть имя программы!"
-
-#~ msgid "ppdc: Expected charset after Font on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: После Font в строке %d из %s должен быть указан набор символов!"
-
-#~ msgid "ppdc: Expected color order for ColorModel on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: После ColorModel в строке %d из %s должна быть указана цветовая "
-#~ "схема!"
-
-#~ msgid "ppdc: Expected colorspace for ColorModel on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: Для ColorModel в строке %d из %s должно быть указано пространство "
-#~ "цветов!"
-
-#~ msgid "ppdc: Expected compression for ColorModel on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: Для ColorModel в строке %d из %s должно быть указано сжатие!"
-
-#~ msgid ""
-#~ "ppdc: Expected constraints string for UIConstraints on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: Для UIConstraints в строке %d из %s должна быть указана строка "
-#~ "ограничений!"
-
-#~ msgid ""
-#~ "ppdc: Expected driver type keyword following DriverType on line %d of %"
-#~ "s!"
-#~ msgstr ""
-#~ "ppdc: После DriverType в строке %d из %s должно быть указано ключевое "
-#~ "слово типа драйвера!"
-
-#~ msgid "ppdc: Expected duplex type after Duplex on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: После Duplex в строке %d из %s должен быть указан тип дуплекса!"
-
-#~ msgid "ppdc: Expected encoding after Font on line %d of %s!"
-#~ msgstr "ppdc: После Font в строке %d из %s должна быть указана кодировка!"
-
-#~ msgid "ppdc: Expected filename after #po %s on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: После #po %s в строке %d из %s должно быть указано имя файла!"
-
-#~ msgid "ppdc: Expected group name/text on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть указано имя группы/текст!"
-
-#~ msgid "ppdc: Expected include filename on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть указано имя файла!"
-
-#~ msgid "ppdc: Expected integer on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть целое число!"
-
-#~ msgid "ppdc: Expected locale after #po on line %d of %s!"
-#~ msgstr "ppdc: После #po в строке %d из %s должен быть указан регион!"
-
-#~ msgid "ppdc: Expected name after %s on line %d of %s!"
-#~ msgstr "ppdc: После %s в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after FileName on line %d of %s!"
-#~ msgstr "ppdc: После FileName в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after Font on line %d of %s!"
-#~ msgstr "ppdc: После Font в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after Manufacturer on line %d of %s!"
-#~ msgstr "ppdc: После Manufacturer в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after MediaSize on line %d of %s!"
-#~ msgstr "ppdc: После MediaSize в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after ModelName on line %d of %s!"
-#~ msgstr "ppdc: После ModelName в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name after PCFileName on line %d of %s!"
-#~ msgstr "ppdc: После PCFileName в строке %d из %s должно быть имя!"
-
-#~ msgid "ppdc: Expected name/text after %s on line %d of %s!"
-#~ msgstr "ppdc: После %s в строке %d из %s должно быть имя/текст!"
-
-#~ msgid "ppdc: Expected name/text after Installable on line %d of %s!"
-#~ msgstr "ppdc: После Installable в строке %d из %s должно быть имя/текст!"
-
-#~ msgid "ppdc: Expected name/text after Resolution on line %d of %s!"
-#~ msgstr "ppdc: После Resolution в строке %d из %s должно быть имя/текст!"
-
-#~ msgid ""
-#~ "ppdc: Expected name/text combination for ColorModel on line %d of %s!"
-#~ msgstr "ppdc: После ColorModel в строке %d из %s должно быть имя/текст!"
-
-#~ msgid "ppdc: Expected option name/text on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть указано имя параметра/текст!"
-
-#~ msgid "ppdc: Expected option section on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должен быть раздел параметров!"
-
-#~ msgid "ppdc: Expected option type on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должен быть указан тип параметра!"
-
-#~ msgid "ppdc: Expected override field after Resolution on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: После Resolution в строке %d из %s должно быть поле "
-#~ "переопределения!"
-
-#~ msgid "ppdc: Expected real number on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должно быть действительное число!"
-
-#~ msgid ""
-#~ "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %"
-#~ "s!"
-#~ msgstr ""
-#~ "ppdc: После ColorProfile в строке %d из %s должно быть указано разрешение/"
-#~ "тип носителя!"
-
-#~ msgid ""
-#~ "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %"
-#~ "d of %s!"
-#~ msgstr ""
-#~ "ppdc: После SimpleColorProfile в строке %d из %s должно быть указано "
-#~ "разрешение/тип носителя!"
-
-#~ msgid "ppdc: Expected selector after %s on line %d of %s!"
-#~ msgstr "ppdc: После %s в строке %d из %s должен быть селектор!"
-
-#~ msgid "ppdc: Expected status after Font on line %d of %s!"
-#~ msgstr "ppdc: После Font в строке %d из %s должен быть указан статус!"
-
-#~ msgid "ppdc: Expected string after Copyright on line %d of %s!"
-#~ msgstr "ppdc: После Copyright в строке %d из %s должна быть строка!"
-
-#~ msgid "ppdc: Expected string after Version on line %d of %s!"
-#~ msgstr "ppdc: После Version в строке %d из %s должна быть строка!"
-
-#~ msgid "ppdc: Expected two option names on line %d of %s!"
-#~ msgstr "ppdc: В строке %d из %s должны быть два имени параметра!"
-
-#~ msgid "ppdc: Expected value after %s on line %d of %s!"
-#~ msgstr "ppdc: После %s в строке %d из %s должно быть значение!"
-
-#~ msgid "ppdc: Expected version after Font on line %d of %s!"
-#~ msgstr "ppdc: После Font в строке %d из %s должна быть указана версия!"
-
-#~ msgid "ppdc: Invalid #include/#po filename \"%s\"!"
-#~ msgstr "ppdc: Неверное имя файла #include/#po «%s»!"
-
-#~ msgid "ppdc: Invalid cost for filter on line %d of %s!"
-#~ msgstr "ppdc: Затраты на фильтр в строке %d из %s указаны неверно!"
-
-#~ msgid "ppdc: Invalid empty MIME type for filter on line %d of %s!"
-#~ msgstr "ppdc: Недопустимый пустой MIME-тип для фильтра в строке %d из %s!"
-
-#~ msgid "ppdc: Invalid empty program name for filter on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: Недопустимое пустое имя программы для фильтра в строке %d из %s!"
-
-#~ msgid "ppdc: Invalid option section \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Неверный раздел параметров «%s» в строке %d из %s!"
-
-#~ msgid "ppdc: Invalid option type \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Неверный тип параметра «%s» в строке %d из %s!"
-
-#~ msgid "ppdc: Missing #endif at end of \"%s\"!"
-#~ msgstr "ppdc: Отсутствует #endif в конце «%s»!"
-
-#~ msgid "ppdc: Missing #if on line %d of %s!"
-#~ msgstr "ppdc: Отсутствует #if в строке %d из %s!"
-
-#~ msgid "ppdc: No message catalog provided for locale %s!"
-#~ msgstr "ppdc: Не указан каталог сообщений для региона %s!"
-
-#~ msgid "ppdc: Option %s redefined with a different type on line %d of %s!"
-#~ msgstr "ppdc: Для параметра %s определен другой тип в строке %d из %s!"
-
-#~ msgid "ppdc: Option constraint must *name on line %d of %s!"
-#~ msgstr ""
-#~ "ppdc: Для ограничения параметра должно быть указано *name в строке %d из %"
-#~ "s!"
-
-#~ msgid "ppdc: Too many nested #if's on line %d of %s!"
-#~ msgstr "ppdc: Слишком много вложенных операторов #if в строке %d из %s!"
-
-#~ msgid "ppdc: Unable to find #po file %s on line %d of %s!"
-#~ msgstr "ppdc: Не удается найти файл #po %s в строке %d из %s!"
-
-#~ msgid "ppdc: Unable to find include file \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Не удается найти файл «%s» в строке %d из %s!"
-
-#~ msgid "ppdc: Unknown driver type %s on line %d of %s!"
-#~ msgstr "ppdc: Неизвестный тип драйвера %s в строке %d из %s!"
-
-#~ msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Неизвестный тип дуплекса «%s» в строке %d из %s!"
-
-#~ msgid "ppdc: Unknown media size \"%s\" on line %d of %s!"
-#~ msgstr "ppdc: Неизвестный размер носителя «%s» в строке %d из %s!"
-
-#~ msgid "ppdc: Unknown token \"%s\" seen on line %d of %s!"
-#~ msgstr "ppdc: Неизвестный маркер «%s» в строке %d из %s!"
-
-#~ msgid ""
-#~ "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %"
-#~ "s!"
-#~ msgstr ""
-#~ "ppdc: Неизвестные конечные символы в вещественном числе «%s» в строке %d "
-#~ "из %s!"
-
-#~ msgid "ppdc: Unterminated string starting with %c on line %d of %s!"
-#~ msgstr "ppdc: Не завершена строка, начинающаяся с %c в строке %d из %s!"
-
-#~ msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s!"
-#~ msgstr "ppdmerge: Неверное значение LanguageVersion «%s» в %s!"
diff --git a/templates/ru/add-class.tmpl b/templates/ru/add-class.tmpl
deleted file mode 100644 (file)
index 8eb5c46..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Новая группа</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-
-<TABLE>
-<TR>
-<TH CLASS="label">Название:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_NAME" SIZE="40" MAXLENGTH="127"><BR>
-<SMALL>(может содержать любые символы кроме "/", "#" и пробела)</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" SIZE="40" MAXLENGTH="127"><BR>
-<SMALL>(Расширенное описание группы, например, "Дуплексный принтер")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" SIZE="40" MAXLENGTH="127"><BR>
-<SMALL>(Место расположение группы, например, "Кабинет 55")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Состав группы:</TH>
-<TD>
-<SELECT NAME="MEMBER_URIS" SIZE="10" MULTIPLE>
-{[member_uris]<OPTION VALUE="{member_uris}" {?member_selected}>{member_names}}
-</SELECT>
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Добавить группу"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/add-printer.tmpl b/templates/ru/add-printer.tmpl
deleted file mode 100644 (file)
index 15746cb..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Add Printer</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
-<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
-<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
-<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
-{?current_make!?<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE" VALUE="{current_make}">:}
-{?current_make_and_model!?<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{current_make_and_model}">:}
-
-<TABLE>
-<TR>
-<TH CLASS="label">Название:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_NAME" SIZE="40" MAXLENGTH="127" VALUE="{?template_name}"><BR>
-<SMALL>(может содержать любые символы кроме "/","#" и пробела)</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" SIZE="40" MAXLENGTH="127" VALUE="{?PRINTER_INFO}"><BR>
-<SMALL>(расширенное описание, например "HP LaserJet с дуплексной печатью")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" SIZE="40" MAXLENGTH="127" VALUE="{?PRINTER_LOCATION}"><BR>
-<SMALL>(месторасположение принтера, например, "Кабинет 55")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Совместный доступ:</TH>
-<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
-Разрешить совместный доступ к этому принтеру</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/add-rss-subscription.tmpl b/templates/ru/add-rss-subscription.tmpl
deleted file mode 100644 (file)
index 04442d8..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-rss-subscription">
-
-<H2 CLASS="title">Добавление подписки по RSS</H2>
-
-<TABLE SUMMARY="Добавление подписки по RSS">
-<TR>
-<TH CLASS="label">Название:</TH>
-<TD COLSPAN="5"><INPUT TYPE="TEXT" NAME="SUBSCRIPTION_NAME" SIZE="40" MAXLENGTH="127" VALUE="{?SUBSCRIPTION_NAME}"><BR>
-<SMALL>(Может содержать любые символы кроме "/", "#", "?" и пробела)</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Очередь:</TH>
-<TD COLSPAN="5"><SELECT NAME="PRINTER_URI" SIZE="10"><OPTION VALUE="#ALL#"{?PRINTER_URI=#ALL#? SELECTED:}>Все очереди</OPTION>{[printer_name]<OPTION VALUE="{printer_uri_supported}"{?PRINTER_URI={printer_uri_supported}? SELECTED:}>{printer_name}</OPTION>}</SELECT></TD>
-</TR>
-<TR VALIGN="TOP">
-<TH CLASS="label">События:</TH>
-<TD><INPUT TYPE="CHECKBOX" NAME="EVENT_JOB_CREATED" {?EVENT_JOB_CREATED}>Новое задание<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_JOB_COMPLETED" {?EVENT_JOB_COMPLETED}>Задание выполнено<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_JOB_STOPPED" {?EVENT_JOB_STOPPED}>Задание остановленно<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_JOB_CONFIG_CHANGED" {?EVENT_JOB_CONFIG_CHANGED}>Изменены параметры задания</TD>
-<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-<TD><INPUT TYPE="CHECKBOX" NAME="EVENT_PRINTER_STOPPED" {?EVENT_PRINTER_STOPPED}>Очередь остановлена<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_PRINTER_ADDED" {?EVENT_PRINTER_ADDED}>Очередь добавлена<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_PRINTER_MODIFIED" {?EVENT_PRINTER_MODIFIED}>Очередь изменена<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_PRINTER_DELETED" {?EVENT_PRINTER_DELETED}>Очередь удалена</TD>
-<TD>&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-<TD><INPUT TYPE="CHECKBOX" NAME="EVENT_SERVER_STARTED" {?EVENT_SERVER_STARTED}>Сервер запущен<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_SERVER_STOPPED" {?EVENT_SERVER_STOPPED}>Сервер остановлен<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_SERVER_RESTARTED" {?EVENT_SERVER_RESTARTED}>Сервер перезапущен<BR>
-<INPUT TYPE="CHECKBOX" NAME="EVENT_SERVER_AUDIT" {?EVENT_SERVER_AUDIT}>Проверка безопасности сервера</TD>
-</TR>
-<TR>
-<TH CLASS="label">Количество событий в ленте:</TH>
-<TD COLSPAN="5"><INPUT TYPE="NUMBER" NAME="MAX_EVENTS" SIZE="4" MAXLENGTH="4" VALUE="{MAX_EVENTS?{MAX_EVENTS}:20}"></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD COLSPAN="5"><INPUT TYPE="SUBMIT" VALUE="Добавить подписку по RSS"></TD>
-</TR>
-</TABLE>
-
-</FORM>
diff --git a/templates/ru/admin.tmpl b/templates/ru/admin.tmpl
deleted file mode 100644 (file)
index 04e9f63..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<TABLE CLASS="indent" SUMMARY="Администрирование">
-<TR><TD VALIGN="TOP">
-
-<H2 CLASS="title">Принтеры</H2>
-
-<P>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="SUBMIT" VALUE="Добавить принтер"></FORM>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="find-new-printers"><INPUT TYPE="SUBMIT" VALUE="Найти новый принтер"></FORM>
-<FORM ACTION="/printers/" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Управление принтерами"></FORM>
-{have_samba?<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="export-samba"><INPUT TYPE="SUBMIT" VALUE="Экспортировать принтер в Samba"></FORM>:}
-</P>
-
-<H2 CLASS="title">Группы</H2>
-
-<P>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-class"><INPUT TYPE="SUBMIT" VALUE="Добавить группу"></FORM>
-<FORM ACTION="/classes/" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Управление группами"></FORM>
-</P>
-
-<H2 CLASS="title">Задания</H2>
-
-<P>
-<FORM ACTION="/jobs/" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Управление заданиями"></FORM>
-</P>
-
-</TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
-
-<H2 CLASS="title">Сервер</H2>
-
-<P>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server"><INPUT TYPE="SUBMIT" VALUE="Редактировать конфигурационный файл"></FORM>
-<FORM ACTION="/admin/log/access_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Показать журнал заданий"></FORM>
-<FORM ACTION="/admin/log/error_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Показать журнал ошибок"></FORM>
-<FORM ACTION="/admin/log/page_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Показать журнал страниц"></FORM>
-</P>
-
-{SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>
-<BLOCKQUOTE>{SETTINGS_ERROR}</BLOCKQUOTE>:
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-
-{ADVANCEDSETTINGS?<P><B>Параметры сервера\:</B></P>
-
-<P><A HREF="/admin/">Дополнительные параметры<SMALL>&#x25bc;</SMALL></A><BR>
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
-<INPUT TYPE="HIDDEN" NAME="ADVANCEDSETTINGS" VALUE="YES">
-<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Показать принтеры, использующиеся в других системах<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Протоколы\:
-<INPUT TYPE="TEXT" NAME="MAX_CLIENTS" VALUE="{?max_clients}" SIZE="6"><BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Разрешить печать из интернета<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="BROWSE_WEB_IF" {?browse_web_if}> Анонсировать веб-интерфейс<BR>
-<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Разрешить удаленное администрирование<BR>
-{have_gssapi?<INPUT TYPE="CHECKBOX" NAME="KERBEROS" {?kerberos}> Разрешить аутентификацию Kerberos (<A HREF="/help/kerberos.html?TOPIC=Getting+Started">FAQ</A>)<BR>:}
-<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Разрешать пользователям отменять любое задание(не только их собственное)<BR>
-<INPUT TYPE="CHECKBOX" NAME="PRESERVE_JOBS" {?preserve_jobs}> Вести журнал заданий<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Количество заданий\:
-<INPUT TYPE="TEXT" NAME="MAX_JOBS" VALUE="{?max_jobs}" SIZE="6"><BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Записывать метаданные(Retain Metadata)\:
-<INPUT TYPE="TEXT" NAME="PRESERVE_JOB_HISTORY" VALUE="{?preserve_job_history}" SIZE="6"><BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Существующие документы(Retain Documents)\:
-<INPUT TYPE="TEXT" NAME="PRESERVE_JOB_FILES" VALUE="{?preserve_job_files}" SIZE="6"><BR>
-<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Сохранять отладочную информацию в журнале<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Максимальный размер журнала ошибок\:
-<INPUT TYPE="TEXT" NAME="MAX_LOG_SIZE" VALUE="{?max_log_size}" SIZE="6"></P>
-
-:<P><B>Параметры сервера:</B></P>
-
-<P><A HREF="/admin/?ADVANCEDSETTINGS=YES">Дополнительные параметры <SMALL>&#x25b6;</SMALL></A><BR>
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
-<INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> Разрешить совместный доступ к принтерам, подключенных к этой системе<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Разрешить печать из Интернета<BR>
-<INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> Разрешить удаленное администрирование<BR>
-{have_gssapi?<INPUT TYPE="CHECKBOX" NAME="KERBEROS" {?kerberos}> Разрешить аутентификацию Kerberos (<A HREF="/help/kerberos.html?TOPIC=Getting+Started">FAQ</A>)<BR>:}
-<INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> Разрешить пользователям отменять любое задание(не только их собственные)<BR>
-<INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> Сохранять отладочную информацию в журнале</P>
-
-}
-<P><INPUT TYPE="SUBMIT" NAME="CHANGESETTINGS" VALUE="Сохранить"></P>
-
-</FORM>}
-
-</TD></TR>
-</TABLE>
-
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Подписка по RSS</H2>
-
-<P>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-rss-subscription"><INPUT TYPE="SUBMIT" VALUE="Добавить подписку по RSS"></FORM>
-</P>
-
-</DIV>
-
-{notify_subscription_id?<TABLE CLASS="list" SUMMARY="Подписки по RSS">
-<THEAD><TR><TH>Name</TH><TH>События</TH><TH>Очередь</TH></TR></THEAD>
-<TBODY>{[notify_subscription_id]
-<TR><TD><A HREF="{notify_recipient_uri}">{notify_recipient_name}</A><BR>
-<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="cancel-subscription"><INPUT TYPE="HIDDEN" NAME="notify_subscription_id" VALUE="{notify_subscription_id}"><INPUT TYPE="SUBMIT" VALUE="Отменить подписку по RSS"></FORM>&nbsp;</TD><TD>{notify_events}</TD><TD NOWRAP>&nbsp;{notify_printer_name?{notify_printer_name}:Все очереди}</TD></TR>}
-</TBODY>
-</TABLE>:}
diff --git a/templates/ru/choose-device.tmpl b/templates/ru/choose-device.tmpl
deleted file mode 100644 (file)
index 3472f5f..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{op=modify-printer?Изменение {printer_name}:Добавление принтера}</H2>
-
-{CUPS_GET_DEVICES_DONE?<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
-
-<TABLE>
-{op=add-printer?:<TR>
-<TH CLASS="label">Текущее подключение\:</TH>
-<TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" VALUE="{current_device_uri}" CHECKED>
-{current_device_uri}</TD>
-</TR>}
-<TR>
-<TH CLASS="label">Локальные принтеры\:</TH>
-<TD>
-{[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
-VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
-{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
-:}}
-</TD>
-</TR>
-<TR>
-<TH CLASS="label">Обнаруженные сетевые принтеры\:</TH>
-<TD>
-{[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
-VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
-{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
-:}:}}
-</TD>
-</TR>
-<TR>
-<TR>
-<TH CLASS="label">Другие сетевые принтеры\:</TH>
-<TD>
-{[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI"
-VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
-{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
-}:}}
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-</TABLE>
-
-</FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
-ALT="Busy Indicator"> Поиск принтеров...</P>}
-
-</DIV>
diff --git a/templates/ru/choose-make.tmpl b/templates/ru/choose-make.tmpl
deleted file mode 100644 (file)
index d428ac6..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{op=modify-printer?Изменение {printer_name}:Добавление принтера}</H2>
-
-<FORM METHOD="POST" ACTION="/admin" ENCTYPE="multipart/form-data">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
-<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
-<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
-<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
-<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
-
-<TABLE>
-{op=modify-printer?:<TR>
-<TH CLASS="label">Название:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">{printer_name}</TD>
-</TR>}
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{printer_info}">{printer_info}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{printer_location}">{printer_location}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Совместный доступ:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_IS_SHARED" VALUE="{?printer_is_shared}">
-{?printer_is_shared=?Нет совместного доступа:{?printer_is_shared=0?Нет совместного доступа:}} Разрешить совместный доступ к этому принтеру</TD>
-</TR>
-<TR>
-<TH CLASS="label">Создать:</TH>
-<TD>
-<SELECT NAME="PPD_MAKE" SIZE="10">
-{[ppd_make]<OPTION VALUE="{ppd_make}" {?current_make={ppd_make}?SELECTED:}>{ppd_make}}
-</SELECT>
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD>&nbsp;</TD>
-</TR>
-<TR>
-<TH CLASS="label">или использовать файл PPD:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="MAX_FILE_SIZE" VALUE="262144"><INPUT
-TYPE="FILE" NAME="PPD_FILE"></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="{op=add-printer?Добавить принтер:Сохранить}"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/choose-model.tmpl b/templates/ru/choose-model.tmpl
deleted file mode 100644 (file)
index 1700582..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{op=modify-printer?Изменение {printer_name}:Добавление принтера}</H2>
-
-<FORM METHOD="POST" ACTION="/admin" ENCTYPE="multipart/form-data">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
-<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
-<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
-<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
-<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
-<TABLE>
-{op=modify-printer?:<TR>
-<TH CLASS="label">Название:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">{printer_name}</TD>
-</TR>}
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{printer_info}">{printer_info}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{printer_location}">{printer_location}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Совместный доступ:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="PRINTER_IS_SHARED" VALUE="{?printer_is_shared}">
-{?printer_is_shared=?Нет совместного доступа:{?printer_is_shared=0?Нет совместного доступа:}} Разрешить совместный доступ к этому принтеру</TD>
-</TR>
-<TR>
-<TH CLASS="label">Создать:</TH>
-<TD>{PPD_MAKE} <INPUT TYPE="SUBMIT" NAME="SELECT_MAKE" VALUE="Выбрать другую модель"></TD>
-</TR>
-<TR>
-<TH CLASS="label">Модель:</TH>
-<TD>
-<SELECT NAME="PPD_NAME" SIZE="10">
-{op=add-printer?:<OPTION VALUE="__no_change__" SELECTED>Текущий драйвер - {current_make_and_model}</OPTION>:}
-{[ppd_name]<OPTION VALUE="{ppd_name}" {op=modify-printer?:{?current_make_and_model={ppd_make_and_model}?SELECTED:}}>{ppd_make_and_model} ({ppd_natural_language})
-}</SELECT>
-</TD>
-</TR>
-<TR>
-<TH CLASS="label">или использовать файл PPD:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="MAX_FILE_SIZE" VALUE="262144"><INPUT
-TYPE="FILE" NAME="PPD_FILE"></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="{op=add-printer?Добавить принтер:Сохранить}"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/choose-serial.tmpl b/templates/ru/choose-serial.tmpl
deleted file mode 100644 (file)
index 5a953a2..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{op=modify-printer?Изменение {printer_name}:Добавление принтера}</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
-
-<TABLE>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Скорость передачи:</TH>
-<TD><SELECT NAME="BAUDRATE">
-{[baudrates]<OPTION {?baudrate={baudrates}?SELECTED:}>{baudrates}}
-</SELECT></TD>
-</TR>
-<TR>
-<TH CLASS="label">Печать страниц:</TH>
-<TD><SELECT NAME="PARITY">
-<OPTION VALUE="none" {?parity=none?SELECTED:}>Все
-<OPTION VALUE="even" {?parity=even?SELECTED:}>Только четные
-<OPTION VALUE="odd" {?parity=odd?SELECTED:}>Только нечетные
-</SELECT></TD>
-</TR>
-<TR>
-<TH CLASS="label">Биты данных:</TH>
-<TD><SELECT NAME="BITS">
-<OPTION {?bits=8?SELECTED:}>8
-<OPTION {?bits=7?SELECTED:}>7
-</SELECT></TD>
-</TR>
-<TR>
-<TH CLASS="label">Управление:</TH>
-<TD><SELECT NAME="FLOW">
-<OPTION VALUE="none" {?flow=none?SELECTED:}>Нет
-<OPTION VALUE="soft" {?flow=soft?SELECTED:}>XON/XOFF (Программное)
-<OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Аппаратное)
-<OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Аппаратное)
-</SELECT></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/choose-uri.tmpl b/templates/ru/choose-uri.tmpl
deleted file mode 100644 (file)
index 3c843f0..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{op=modify-printer?Изменение {printer_name}:Добавление принтера}</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
-<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
-
-<TABLE>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="URL" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
-</TR>
-<TR>
-<TD></TD>
-<TD>Примеры:
-<PRE>
-    http://hostname:631/ipp/
-    http://hostname:631/ipp/port1
-
-    ipp://hostname/ipp/
-    ipp://hostname/ipp/port1
-
-    lpd://hostname/queue
-
-    socket://hostname
-    socket://hostname:9100
-</PRE>
-
-<P>Смотрите раздел <A HREF="/help/network.html" TARGET="_blank">"Сетевые принтеры"</A> для выяснения правильного адреса вашего принтера.</P>
-
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/class-added.tmpl b/templates/ru/class-added.tmpl
deleted file mode 100644 (file)
index 626cfec..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Новая группа</H2>
-
-<P>Группа <A HREF="/classes/{printer_name}">{printer_name}</A> успешно добавлена.
-
-</DIV>
diff --git a/templates/ru/class-confirm.tmpl b/templates/ru/class-confirm.tmpl
deleted file mode 100644 (file)
index 0eb87ef..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Удаление группы {printer_name}</H2>
-
-<P><B>Предупреждение:</B> Вы действительно хотите удалить группу
-{printer_name}?</P>
-
-<P ALIGN="CENTER"><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="op" VALUE="delete-class"><INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"><INPUT TYPE="SUBMIT" NAME="confirm" VALUE="Удалить группу"></FORM></P>
-
-</DIV>
diff --git a/templates/ru/class-deleted.tmpl b/templates/ru/class-deleted.tmpl
deleted file mode 100644 (file)
index 08f5999..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Удаление группы {printer_name}</H2>
-
-<P>Группа {printer_name} успешно удалена.
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/class-jobs-header.tmpl b/templates/ru/class-jobs-header.tmpl
deleted file mode 100644 (file)
index 8487cbb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<DIV CLASS="indent">
-<H3 CLASS="title">Задания</H3>
-</DIV>
diff --git a/templates/ru/class-modified.tmpl b/templates/ru/class-modified.tmpl
deleted file mode 100644 (file)
index 986a02b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Изменение группы {printer_name}</H2>
-
-<P>Группа <A HREF="/classes/{printer_name}">{printer_name}</A> успешно изменена.
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/class.tmpl b/templates/ru/class.tmpl
deleted file mode 100644 (file)
index 75c28da..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<DIV CLASS="indent">
-<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
-({printer_state=3?Idle:{printer_state=4?печать:приостановлен}},
-{printer_is_accepting_jobs=0?Не принимает задания:Принимает задания},
-{server_is_sharing_printers=0?нет совместного доступа:{printer_is_shared=0?нет совместного доступа:}} Разрешен совместный доступ{default_name={printer_name}?, Сервер по умолчанию:})</H2>
-
-<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
-<OPTION VALUE="">Обслуживание</OPTION>
-<OPTION VALUE="print-test-page">Печать пробной страницы</OPTION>
-{printer_state=5?<OPTION VALUE="start-class">Данные группы</OPTION>:<OPTION VALUE="stop-class">Приостановить группу</OPTION>}
-{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Принимать задания</OPTION>:<OPTION VALUE="reject-jobs">Не принимать задания</OPTION>}
-<OPTION VALUE="move-jobs">Переместить все задания</OPTION>
-<OPTION VALUE="purge-jobs">Отменить все задания</OPTION>
-</SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Сохранить" STYLE="display: none;">
-</FORM>
-
-<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
-<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="1">
-<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
-<OPTION VALUE="">Администрирование</OPTION>
-<OPTION VALUE="modify-class">Изменить группу</OPTION>
-<OPTION VALUE="delete-class">Удалить группу</OPTION>
-<OPTION VALUE="set-class-options">Установить параметры по умолчанию</OPTION>
-<OPTION VALUE="set-as-default">Установить как принтер по умолчанию</OPTION>
-<OPTION VALUE="set-allowed-users">Список разрешенных пользователей</OPTION>
-</SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Сохранить" STYLE="display: none;">
-</FORM>
-
-<TABLE SUMMARY="{printer_name}">
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Описание:</TH><TD>{printer_info}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Расположение:</TH><TD>{printer_location}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Состав:</TH><TD>{?member_uris=?Нет принтеров:{member_uris}}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">По умолчанию:</TH><TD>job-sheets={job_sheets_default}
-media={media_default?{media_default}:неизвестный}
-{sides_default?sides={sides_default}:}</TD></TR>
-</TABLE>
-
-</DIV>
diff --git a/templates/ru/classes-header.tmpl b/templates/ru/classes-header.tmpl
deleted file mode 100644 (file)
index 51012c5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<P ALIGN="CENTER">{total=0?Нет групп:Показать {#printer_name} из {total} группы{total=1?:es}}.</P>
diff --git a/templates/ru/classes.tmpl b/templates/ru/classes.tmpl
deleted file mode 100644 (file)
index 5038bea..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{#printer_name=0?:
-<TABLE CLASS="list" SUMMARY="Список групп">
-<THEAD>
-<TR><TH><A HREF="{THISURL}?QUERY={?QUERY}&amp;WHICH_JOBS={?WHICH_JOBS}&amp;FIRST={FIRST}&amp;ORDER={ORDER=dec?asc:dec}">{ORDER=dec?<SMALL>&#x25b2;</SMALL> Очередь <SMALL>&#x25b2;</SMALL>:<SMALL>&#x25bc;</SMALL> Очередь <SMALL>&#x25bc;</SMALL>}</A></TH><TH>Описание</TH><TH>Расположение</TH><TH>Состав</TH><TH>Статус</TH></TR>
-</THEAD>
-<TBODY>
-{[printer_name]
-<TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{?member_uris=?Нет принтеров:{member_uris}}</TD><TD>{printer_state=3?В ожидании:{printer_state=4?Печатает:Приостановлен}}{printer_state_message? - "{printer_state_message}":}</TD></TR>
-}
-</TBODY>
-</TABLE></DIV>}
diff --git a/templates/ru/command.tmpl b/templates/ru/command.tmpl
deleted file mode 100644 (file)
index 9149543..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{title} для {printer_name}</H2>
-
-<P>{job_state>5?:<IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16"
-ALIGN="ABSMIDDLE" ALT="Busy Indicator"> }Обработка задания
-{job_state=3?в очереди:{job_state=4?удерживается:
-{job_state=5?обрабатывается:{job_state=6?остановлено:
-{job_state=7?отменено:{job_state=8?прервано:завершено}}}}}}{job_state=9?:{job_printer_state_message?,
-<EM>"{job_printer_state_message}"</EM>:}}</P>
-
-</DIV>
diff --git a/templates/ru/edit-config.tmpl b/templates/ru/edit-config.tmpl
deleted file mode 100644 (file)
index d194059..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<SCRIPT TYPE="text/javascript">
-function reset_config()
-{
-  document.cups.CUPSDCONF.value = "{?cupsdconf_default}";
-}
-</SCRIPT>
-
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Редактирование конфигурационного файла</H2>
-
-<FORM NAME="cups" METHOD="POST" ACTION="/admin/">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
-
-<TEXTAREA NAME="CUPSDCONF" COLS="80" ROWS="25">{CUPSDCONF}</TEXTAREA>
-
-<P><INPUT TYPE="SUBMIT" NAME="SAVECHANGES" VALUE="Сохранить изменения">
-<INPUT TYPE="BUTTON" VALUE="Сбросить все изменения"
-onClick="reset_config();"></P>
-
-</FORM>
-
-</DIV>
diff --git a/templates/ru/error-op.tmpl b/templates/ru/error-op.tmpl
deleted file mode 100644 (file)
index 922976f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{?title} {?printer_name} - ошибка </H2>
-
-<P>Ошибка:</P>
-
-<BLOCKQUOTE>Неизвестная операция "{op}"!</BLOCKQUOTE>
-
-</DIV>
diff --git a/templates/ru/error.tmpl b/templates/ru/error.tmpl
deleted file mode 100644 (file)
index 4a35c8f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{?title} {?printer_name} - ошибка</H2>
-
-<P>{?message?{message}:Ошибка}:</P>
-
-<BLOCKQUOTE>{error}</BLOCKQUOTE>
-
-</DIV>
diff --git a/templates/ru/header.tmpl.in b/templates/ru/header.tmpl.in
deleted file mode 100644 (file)
index 6d16855..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-<HEAD>
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-       <TITLE>{title} - CUPS @CUPS_VERSION@@CUPS_REVISION@</TITLE>
-       <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css">
-       <LINK REL="SHORTCUT ICON" HREF="/images/cups-icon.png" TYPE="image/png">
-       {refresh_page?<META HTTP-EQUIV="Refresh" CONTENT="{refresh_page}">:}
-</HEAD>
-<BODY>
-<TABLE CLASS="page" SUMMARY="{title}">
-<TR><TD CLASS="body">
-<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
-<TR HEIGHT="36">
-<TD><A HREF="http://www.cups.org/" TARGET="_blank"><IMG
-SRC="/images/left.gif" WIDTH="64" HEIGHT="36" BORDER="0" ALT=""></A></TD>
-<TD CLASS="unsel"><A HREF="/">&nbsp;&nbsp;Начало&nbsp;&nbsp;</A></TD>
-<TD CLASS="{SECTION=admin?:un}sel"><A HREF="/admin">&nbsp;&nbsp;Администрирование&nbsp;&nbsp;</A></TD>
-<TD CLASS="{SECTION=classes?:un}sel"><A HREF="/classes/">&nbsp;&nbsp;Группы&nbsp;&nbsp;</A></TD>
-<TD CLASS="{SECTION=help?:un}sel"><A HREF="/help/">&nbsp;&nbsp;Справка&nbsp;&nbsp;</A></TD>
-<TD CLASS="{SECTION=jobs?:un}sel"><A HREF="/jobs/">&nbsp;&nbsp;Задания&nbsp;&nbsp;</A></TD>
-<TD CLASS="{SECTION=printers?:un}sel"><A HREF="/printers/">&nbsp;&nbsp;Принтеры&nbsp;&nbsp;</A></TD>
-<TD CLASS="unsel" WIDTH="100%"><FORM ACTION="/help/" METHOD="GET"><INPUT
-TYPE="SEARCH" NAME="QUERY" SIZE="20" PLACEHOLDER="Поиск по справке"
-VALUE="{SECTION=help?{?QUERY}:}" AUTOSAVE="org.cups.help" RESULTS="20"></FORM></TD>
-<TD><IMG SRC="/images/right.gif" WIDTH="4" HEIGHT="36" ALT=""></TD>
-</TR>
-<TR><TD COLSPAN="9">&nbsp;</TD></TR>
-</TABLE>
diff --git a/templates/ru/help-header.tmpl b/templates/ru/help-header.tmpl
deleted file mode 100644 (file)
index eab4cfc..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<DIV CLASS="indent">
-<FORM ACTION="/help/{?HELPFILE}" METHOD="GET">
-{TOPIC?<INPUT TYPE="HIDDEN" NAME="TOPIC" VALUE="{TOPIC}">:}
-
-<P ALIGN="CENTER"><B>Поиск
-{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}:</B> <INPUT
-TYPE="SEARCH" NAME="QUERY" VALUE="{?QUERY}" SIZE="40" PLACEHOLDER=""
-AUTOSAVE="org.cups.help" RESULTS="20">
-<INPUT TYPE="SUBMIT" NAME="SEARCH" VALUE="Поиск">
-<INPUT TYPE="SUBMIT" NAME="CLEAR" VALUE="Очистить"></P>
-
-</FORM>
-
-<!-- Bookmarks -->
-<DIV CLASS="sidebar"><TABLE CLASS="inset" SUMMARY="Содержание">
-<TR><TD>
-
-<H3 CLASS="title">Документация</H3>
-
-<P CLASS="l0"><A HREF="/help/{QUERY??QUERY={QUERY}:}">Все разделы</A></P>
-<HR>
-
-{[BMTEXT]<P CLASS="l{BMINDENT}"><A HREF="{BMLINK}">{BMTEXT}</A></P>
-}
-</TD></TR>
-</TABLE></DIV>
-
-{QUERY?<P>Результаты поиска в {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:всей справке}}\:</P>
-{QTEXT?<UL>
-{[QTEXT]<LI><A HREF="{QLINK}">{QTEXT}</A>{QPTEXT? (in <I><A HREF="{QPLINK}">{QPTEXT}</A></I>):}</LI>}
-{QTEXT?</UL>:}
-:<P>Не найдено совпадений.</P>}
-<HR NOSHADE>:}
-{HELPTITLE?<H1>{HELPTITLE}</H1>
-<FORM ACTION="/help/{?HELPFILE}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="PRINTABLE" VALUE="YES"><INPUT TYPE="SUBMIT" VALUE="Показать версию для печати"></FORM>:
-
-<H1>Спрвака</H1>
-
-<P>Это справка CUPS. Введите выше слова для поиска в справке и нажмите "Поиск", чтобы показать результаты поиска.</P>
-
-<P>Если вы пока мало знакомы с CUPS, прочтите раздел "<a
-href="/help/overview.html">Введение в CUPS</a>". Опытные пользователи
-могут обратиться к разделу "<a href="/help/whatsnew.html">Что нового в CUPS 1.6</a>".</P>
-
-<P><A HREF="http://www.cups.org/">Веб-сайт CUPS</A> так же содержит большое количество ресурсов лоя пользователей, включая форум, ответы на часто задаваемые вопросы и форму для регистрации ошибок и пожеланий.</P>}
diff --git a/templates/ru/help-printable.tmpl b/templates/ru/help-printable.tmpl
deleted file mode 100644 (file)
index 2463c16..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-<HEAD>
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-       <TITLE>{HELPTITLE}</TITLE>
-       <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups-printable.css">
-       <LINK REL="SHORTCUT ICON" HREF="/images/cups-icon.png" TYPE="image/png">
-</HEAD>
-<BODY>
diff --git a/templates/ru/help-trailer.tmpl b/templates/ru/help-trailer.tmpl
deleted file mode 100644 (file)
index 4c1ebed..0000000
+++ /dev/null
@@ -1 +0,0 @@
-</DIV>
diff --git a/templates/ru/job-cancel.tmpl b/templates/ru/job-cancel.tmpl
deleted file mode 100644 (file)
index cba5644..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Отмена задания {job_id}</H2>
-
-<P><A HREF="{job_printer_uri}">Задание {job_id}</A> отменено.
-
-</DIV>
diff --git a/templates/ru/job-hold.tmpl b/templates/ru/job-hold.tmpl
deleted file mode 100644 (file)
index 162e4a4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Приостановка задания {job_id}</H2>
-
-<P><A HREF="{job_printer_uri}">Задание {job_id}</A> приостановлено.
-
-</DIV>
diff --git a/templates/ru/job-move.tmpl b/templates/ru/job-move.tmpl
deleted file mode 100644 (file)
index 598e4db..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<DIV CLASS="indent">
-
-<FORM METHOD="POST" ACTION="/{SECTION}/{job_id?:{printer_name}}">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{job_id?<INPUT TYPE="HIDDEN" NAME="JOB_ID" VALUE="{job_id}">:}
-
-<H2 CLASS="title">{job_id?Перемещение задания {job_id}:Перемещение всех заданий}</H2>
-
-<TABLE>
-<TR>
-<TH CLASS="label">Переместить на принтер:</TH>
-<TD>
-<SELECT NAME="JOB_PRINTER_URI" SIZE="10">
-{[job_printer_uri]<OPTION VALUE="{job_printer_uri}">{job_printer_name}}
-</SELECT>
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="{job_id?Переместить задание:Переместить все задания}"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-
-</DIV>
diff --git a/templates/ru/job-moved.tmpl b/templates/ru/job-moved.tmpl
deleted file mode 100644 (file)
index e5bd656..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">{job_id?Перемещение задания {job_id}:Перемещение всех заданий}</H2>
-
-<P>{job_id?<A HREF="/jobs/{job_id}">Задание {job_id}</A>:Все задания} перемещены на
-<A HREF="/{is_class?группы:принтеры}/{job_printer_name}">{job_printer_name}</A>.</P>
-
-</DIV>
diff --git a/templates/ru/job-release.tmpl b/templates/ru/job-release.tmpl
deleted file mode 100644 (file)
index 1cad15a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Разблокирование задания {job_id}</H2>
-
-<P><A HREF="{job_printer_uri}">Задание {job_id}</A> разблокировано.
-
-</DIV>
diff --git a/templates/ru/job-restart.tmpl b/templates/ru/job-restart.tmpl
deleted file mode 100644 (file)
index 490fc3a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Перезапуск задания {job_id}</H2>
-
-<P><A HREF="{job_printer_uri}">Задание {job_id}</A> запущено заново.
-
-</DIV>
diff --git a/templates/ru/jobs-header.tmpl b/templates/ru/jobs-header.tmpl
deleted file mode 100644 (file)
index 7b645b5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<DIV CLASS="indent">{?which_jobs=?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="Показать активные задания"></FORM>}
-{?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="completed"><INPUT TYPE="SUBMIT" VALUE="Показать завершенные задания"></FORM>}
-{?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="all"><INPUT TYPE="SUBMIT" VALUE="Показать все задания"></FORM>}</DIV>
-
-<P ALIGN="CENTER">{total=0?Нет заданий:Задание {#job_id} из {total} {?which_jobs=?активных:{which_jobs=all?:завершенных}}}.</P>
diff --git a/templates/ru/jobs.tmpl b/templates/ru/jobs.tmpl
deleted file mode 100644 (file)
index 9bd3bc8..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-{#job_id=0?:
-<TABLE CLASS="list" SUMMARY="Задания">
-<THEAD>
-<TR><TH><A HREF="{THISURL}?QUERY={?QUERY}&amp;WHICH_JOBS={?WHICH_JOBS}&amp;FIRST={FIRST}&amp;ORDER={ORDER=dec?asc:dec}">{ORDER=dec?<SMALL>&#x25b2;</SMALL> Номер <SMALL>&#x25b2;</SMALL>:<SMALL>&#x25bc;</SMALL> ID <SMALL>&#x25bc;</SMALL>}</A></TH><TH>Название</TH><TH>Пользователь</TH><TH>Размер</TH><TH>Страниц</TH><TH>Статус</TH><TH>Управление</TH></TR>
-</THEAD>
-<TBODY>
-{[job_id]
-<TR VALIGN="TOP">
-<TD><A HREF="{job_printer_uri}">{job_printer_name}</A>-{job_id}{?phone? ({phone}):}&nbsp;</TD>
-<TD>{?job_name=?Неизвестное:{job_name}}&nbsp;</TD>
-<TD>{?job_originating_user_name=?Приостановленно пользователем:{job_originating_user_name}}&nbsp;</TD>
-<TD>{job_k_octets}k&nbsp;</TD>
-<TD>{job_media_sheets_completed=0?Неизвестно:{?job_media_sheets_completed}}&nbsp;</TD>
-<TD>{job_state=3?В очереди<BR>{time_at_creation}:{job_state=4?Приостановлено с<BR>{time_at_creation}:
-{job_state=5?Создано<BR>{time_at_processing}:{job_state=6?Остановлено:
-{job_state=7?Отменено<BR>{time_at_completed}:{job_state=8?Прервано:Завершено<BR>{time_at_completed}}}}}}}&nbsp;{job_printer_state_message?<BR>
-<EM>"{job_printer_state_message}"</EM>:}</TD>
-<TD>
-{job_preserved>0?{job_state>5?
-<FORM ACTION="/jobs/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="restart-job"><INPUT TYPE="HIDDEN" NAME="job_id" VALUE="{job_id}"><INPUT TYPE="HIDDEN" NAME="job_printer_uri" VALUE="{job_printer_uri}"><INPUT TYPE="SUBMIT" VALUE="Перезапустить"></FORM>:}:}
-{job_state=4?
-<FORM ACTION="/jobs/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="release-job"><INPUT TYPE="HIDDEN" NAME="job_id" VALUE="{job_id}"><INPUT TYPE="HIDDEN" NAME="job_printer_uri" VALUE="{job_printer_uri}">
-<INPUT TYPE="SUBMIT" VALUE="Продолжить"></FORM>:}
-{job_state=3?
-<FORM ACTION="/jobs/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="hold-job"><INPUT TYPE="HIDDEN" NAME="job_id" VALUE="{job_id}"><INPUT TYPE="HIDDEN" NAME="job_printer_uri" VALUE="{job_printer_uri}">
-<INPUT TYPE="SUBMIT" VALUE="Приостановить"></FORM>:}
-{job_state<7?
-<FORM ACTION="/jobs/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="cancel-job"><INPUT TYPE="HIDDEN" NAME="job_id" VALUE="{job_id}"><INPUT TYPE="HIDDEN" NAME="job_printer_uri" VALUE="{job_printer_uri}">
-<INPUT TYPE="SUBMIT" VALUE="Отменить"></FORM>
-<FORM ACTION="/jobs/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="move-job"><INPUT TYPE="HIDDEN" NAME="job_id" VALUE="{job_id}"><INPUT TYPE="SUBMIT" VALUE="Переместить"></FORM>:}
-&nbsp;</TD>
-</TR>
-}
-</TBODY>
-</TABLE>
-}
diff --git a/templates/ru/list-available-printers.tmpl b/templates/ru/list-available-printers.tmpl
deleted file mode 100644 (file)
index 90d3c94..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Доступные принтеры</H2>
-
-{#device_uri=0?<P>Не обнаружено ни одного принтера.</P>
-:<UL>{[device_uri]
-<LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Локальный принтер"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Добавить этот принтер"></FORM>
-{device_make_and_model} ({device_info})</LI>
-}</UL>}
-
-</DIV>
diff --git a/templates/ru/modify-class.tmpl b/templates/ru/modify-class.tmpl
deleted file mode 100644 (file)
index a85698a..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Изменение группы {printer_name}</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
-
-<TABLE>
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"></TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"></TD>
-</TR>
-<TR>
-<TH CLASS="label">Состав группы:</TH>
-<TD>
-<SELECT NAME="MEMBER_URIS" SIZE="10" MULTIPLE>
-{[member_uris]<OPTION VALUE="{member_uris}" {?member_selected}>{member_names}}
-</SELECT>
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Изменить группу"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/modify-printer.tmpl b/templates/ru/modify-printer.tmpl
deleted file mode 100644 (file)
index 8ec523f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Изменение принтера {printer_name}</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
-<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
-<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
-<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
-<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
-
-<TABLE>
-<TR>
-<TH CLASS="label">Описание:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"><BR>
-<SMALL>(расширенное описание принтера, например,  "HP LaserJet с дуплексной печатью")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Расположение:</TH>
-<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"><BR>
-<SMALL>(местоположение принтера, например, "Кабинет 55")</SMALL></TD>
-</TR>
-<TR>
-<TH CLASS="label">Подключение:</TH>
-<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
-</TR>
-<TR>
-<TH CLASS="label">Совместный доступ:</TH>
-<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
-Разрешить совместный доступ к этому принтеру</TD>
-</TR>
-<TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Продолжить"></TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>
diff --git a/templates/ru/norestart.tmpl b/templates/ru/norestart.tmpl
deleted file mode 100644 (file)
index a08a467..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Применение изменений</H2>
-
-<P>Сервер не был перезапущен,поскольку не произошло изменений в конфигурации...</P>
-
-</DIV>
diff --git a/templates/ru/option-boolean.tmpl b/templates/ru/option-boolean.tmpl
deleted file mode 100644 (file)
index e832ee1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<TR>
-<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
-<TD>
-{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
-</TD>
-</TR>
diff --git a/templates/ru/option-conflict.tmpl b/templates/ru/option-conflict.tmpl
deleted file mode 100644 (file)
index 9497fb7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<P><B>Ошибка:</B> следующие параметры конфликтуют:</P>
-
-<UL>
-{[ckeyword]<LI><A HREF="#{ckeyword}">{ckeytext}</A>: {cchoice}</LI>
-}</UL>
-
-<P>Измените один или несколько параметров для того, чтобы избежать конфликта.</P>
diff --git a/templates/ru/option-header.tmpl b/templates/ru/option-header.tmpl
deleted file mode 100644 (file)
index 464726a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<DIV CLASS="tab" ID="{group_id}">
-
-<H3 ALIGN="CENTER">{group}</H3>
-
-<TABLE WIDTH="100%">
diff --git a/templates/ru/option-pickmany.tmpl b/templates/ru/option-pickmany.tmpl
deleted file mode 100644 (file)
index 0da75e5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<TR>
-<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
-<TD><SELECT NAME="{keyword}" MULTIPLE SIZE="10">
-{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
-</SELECT></TD>
-</TR>
diff --git a/templates/ru/option-pickone.tmpl b/templates/ru/option-pickone.tmpl
deleted file mode 100644 (file)
index ac4b818..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<TR>
-<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
-<TD><SELECT NAME="{keyword}" ID="select-{keyword}" ONCHANGE="update_paramtable('{keyword}')">
-{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
-</SELECT>
-{iscustom=1?<TABLE NAME="paramtable" id="{keyword}-params">{[params]
-<TR><TH CLASS="sublabel">{paramtext}:</TH>
-<TD>{params=Units?<SELECT NAME="{keyword-1}.{params}">
-<OPTION VALUE="pt"{paramvalue=pt? SELECTED:}>Пункты</OPTION>
-<OPTION VALUE="mm"{paramvalue=mm? SELECTED:}>Милиметры</OPTION>
-<OPTION VALUE="cm"{paramvalue=cm? SELECTED:}>Сантиметры</OPTION>
-<OPTION VALUE="in"{paramvalue=in? SELECTED:}>Дюймы</OPTION>
-<OPTION VALUE="ft"{paramvalue=ft? SELECTED:}>Футы</OPTION>
-<OPTION VALUE="m"{paramvalue=m? SELECTED:}>Метры</OPTION>
-</SELECT>:<INPUT TYPE="{inputtype}" NAME="{keyword-1}.{params}" VALUE="{paramvalue}">}</TD></TR>
-}</TABLE>
-</TD>:}
-</TR>
diff --git a/templates/ru/option-trailer.tmpl b/templates/ru/option-trailer.tmpl
deleted file mode 100644 (file)
index f80e946..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-</TABLE>
-
-<P ALIGN="CENTER"><INPUT TYPE="SUBMIT" VALUE="Сохранить параметры по умолчанию"></P>
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/pager.tmpl b/templates/ru/pager.tmpl
deleted file mode 100644 (file)
index d5cc7ff..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<TABLE CLASS="inset" SUMMARY="Paging Bar">
-<TR>
-       <TD WIDTH="50%">{PREV?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INPUT TYPE="HIDDEN" NAME="ORDER" VALUE="{?ORDER}"><INPUT TYPE="HIDDEN" NAME="WHICH_JOBS" VALUE="{?WHICH_JOBS}"><INPUT TYPE="HIDDEN" NAME="FIRST" VALUE="{PREV}"><INPUT TYPE="SUBMIT" VALUE="&#x25c0; Предварительный просмотр"></FORM>:&nbsp;}</TD>
-       <TD WIDTH="50%" ALIGN="RIGHT">{NEXT?<FORM ACTION="{THISURL}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="QUERY" VALUE="{?QUERY}"><INPUT TYPE="HIDDEN" NAME="ORDER" VALUE="{?ORDER}"><INPUT TYPE="HIDDEN" NAME="WHICH_JOBS" VALUE="{?WHICH_JOBS}"><INPUT TYPE="HIDDEN" NAME="FIRST" VALUE="{NEXT}"><INPUT TYPE="SUBMIT" VALUE="Показать следующую &#x25b6;"></FORM>:&nbsp;}</TD>
-</TR>
-</TABLE>
diff --git a/templates/ru/printer-accept.tmpl b/templates/ru/printer-accept.tmpl
deleted file mode 100644 (file)
index 24d100d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Прием заданий {is_class?в группу:на принтер} {printer_name}</H2>
-
-<P>{is_class?Группа:Принтер} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-теперь принимает задания.</P>
-
-</DIV>
diff --git a/templates/ru/printer-added.tmpl b/templates/ru/printer-added.tmpl
deleted file mode 100644 (file)
index cc78407..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Добавить принтер</H2>
-
-<P>Принтер <A HREF="/printers/{printer_name}">{printer_name}</A> успешно добавлен.
-
-</DIV>
diff --git a/templates/ru/printer-configured.tmpl b/templates/ru/printer-configured.tmpl
deleted file mode 100644 (file)
index 33c4c14..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Настройки по умолчанию для {printer_name}</H2>
-
-<P>{OP=set-class-options?Группа <A HREF="/classes/{printer_name}">:Принтер <A HREF="/printers/{printer_name}">}{printer_name}</A>
-теперь используют параметры по умолчанию.
-
-</DIV>
diff --git a/templates/ru/printer-confirm.tmpl b/templates/ru/printer-confirm.tmpl
deleted file mode 100644 (file)
index 86b6360..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Удаление принтера {printer_name}</H2>
-
-<P><B>Предупреждение:</B> вы действительно хотите удалить принтер
-{printer_name}?</P>
-
-<P ALIGN="CENTER"><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="delete-printer"><INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"><INPUT TYPE="SUBMIT" NAME="confirm" VALUE="Удалить принтер"></FORM></P>
-
-</DIV>
diff --git a/templates/ru/printer-default.tmpl b/templates/ru/printer-default.tmpl
deleted file mode 100644 (file)
index 474f4b8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Установка {is_class?группы:принтера} {printer_name} по умолчанию</H2>
-
-<P>{is_class?Группа:Принтер} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-установлены на сервере по умолчанию для новых заданий.</P>
-
-<BLOCKQUOTE><B>Примечания:</B> вы можете переопределить это поведение с помощью команды
-the <TT>lpoptions</TT>.</BLOCKQUOTE>
-
-</DIV>
diff --git a/templates/ru/printer-deleted.tmpl b/templates/ru/printer-deleted.tmpl
deleted file mode 100644 (file)
index 43593c7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Удаление принтера {printer_name}</H2>
-
-<P>Принтер {printer_name} успешно удален.
-
-</DIV>
diff --git a/templates/ru/printer-jobs-header.tmpl b/templates/ru/printer-jobs-header.tmpl
deleted file mode 100644 (file)
index 8487cbb..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<DIV CLASS="indent">
-<H3 CLASS="title">Задания</H3>
-</DIV>
diff --git a/templates/ru/printer-modified.tmpl b/templates/ru/printer-modified.tmpl
deleted file mode 100644 (file)
index 21c502f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Изменение принтера {printer_name}</H2>
-
-<P>Параметры принтера <A HREF="/printers/{printer_name}">{printer_name}</A> успешно изменены.
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/printer-purge.tmpl b/templates/ru/printer-purge.tmpl
deleted file mode 100644 (file)
index c2768c8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Очистка всех заданий для {is_class?группы:принтера} {printer_name}</H2>
-
-<P>Все задания для {is_class?группы:принтера} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-очищены.</P>
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/printer-reject.tmpl b/templates/ru/printer-reject.tmpl
deleted file mode 100644 (file)
index 012e161..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Отмена заданий для {is_class?группы:принтера} {printer_name}</H2>
-
-<P>{is_class?Группа:Принтер} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-больше не принимает задания.</P>
-
-</DIV>
diff --git a/templates/ru/printer-start.tmpl b/templates/ru/printer-start.tmpl
deleted file mode 100644 (file)
index cb02c79..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Возобновить работу {is_class?группы:принтера} {printer_name}</H2>
-
-<P>{is_class?Группа:Принтер} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-теперь принимают задания.</P>
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/printer-stop.tmpl b/templates/ru/printer-stop.tmpl
deleted file mode 100644 (file)
index d9fa7fc..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Приостановить {is_class?группу:принтер} {printer_name}</H2>
-
-<P>{is_class?Группа:Принтер} <A
-HREF="/{is_class?classes:printers}/{printer_name}">{printer_name}</A>
-{is_class?была приостановлена:был приостановлен}.</P>
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/printer.tmpl b/templates/ru/printer.tmpl
deleted file mode 100644 (file)
index 39f732d..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
-({printer_state=3?в ожидании:{printer_state=4?печать:приостановлен}},
-{printer_is_accepting_jobs=0?не принимает задания:принимает задания},
-{server_is_sharing_printers=0?нет совместного доступа:{printer_is_shared=0?нет совместного доступа:разрешен совместный доступ}} {default_name={printer_name}?, По умолчанию:})</H2>
-
-<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
-<OPTION VALUE="">Обслуживание</OPTION>
-<OPTION VALUE="print-test-page">Печать пробной страницы</OPTION>
-{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Очистить головки</OPTION>:}
-{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">печать пробной страницы принтера</OPTION>:}
-{printer_state=5?<OPTION VALUE="start-printer">Resume Printer</OPTION>:<OPTION VALUE="stop-printer">Приостановить принтер</OPTION>}
-{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Возобновить печать</OPTION>:<OPTION VALUE="reject-jobs">Приостановить печать</OPTION>}
-<OPTION VALUE="move-jobs">Переместить все задания</OPTION>
-<OPTION VALUE="purge-jobs">Закрыть все задания</OPTION>
-</SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
-</FORM>
-
-<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
-<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
-<OPTION VALUE="">Администрирование</OPTION>
-<OPTION VALUE="modify-printer">Изменить принтер</OPTION>
-<OPTION VALUE="delete-printer">Удалить принтер</OPTION>
-<OPTION VALUE="set-printer-options">Установить параметры по умолчанию</OPTION>
-<OPTION VALUE="set-as-default">Установить как принтер по умолчанию</OPTION>
-<OPTION VALUE="set-allowed-users">Список разрешенных пользователей</OPTION>
-</SELECT>
-<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
-</FORM>
-
-<TABLE SUMMARY="{printer_name}">
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Описание:</TH><TD>{printer_info}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Расположение:</TH><TD>{printer_location}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Драйвер:</TH><TD>{printer_make_and_model} ({color_supported=1?цветной:черно-белый}{sides_supported?, дуплексная печать:})<BR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">Подключение:</TH><TD>{device_uri}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">По умолчанию:</TH><TD>job-sheets={job_sheets_default}
-media={media_default?{media_default}:неизвестный}
-{sides_default?sides={sides_default}:}</TD></TR>
-</TABLE>
-
-</DIV>
\ No newline at end of file
diff --git a/templates/ru/printers-header.tmpl b/templates/ru/printers-header.tmpl
deleted file mode 100644 (file)
index 6621e06..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<P ALIGN="CENTER">{total=0?Нет принтеров:Принтер {#printer_name} из {total}}.</P>
diff --git a/templates/ru/printers.tmpl b/templates/ru/printers.tmpl
deleted file mode 100644 (file)
index 074c602..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{#printer_name=0?:
-<TABLE CLASS="list" SUMMARY="Список принтеров">
-<THEAD>
-<TR><TH><A HREF="{THISURL}?QUERY={?QUERY}&amp;WHICH_JOBS={?WHICH_JOBS}&amp;FIRST={FIRST}&amp;ORDER={ORDER=dec?asc:dec}">{ORDER=dec?<SMALL>&#x25b2;</SMALL> Очередь <SMALL>&#x25b2;</SMALL>:<SMALL>&#x25bc;</SMALL> Очередь <SMALL>&#x25bc;</SMALL>}</A></TH><TH> Описание </TH><TH>Расположение</TH><TH>Драйвер</TH><TH>Статус</TH></TR>
-</THEAD>
-<TBODY>
-{[printer_name]
-<TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{printer_make_and_model}</TD><TD>{printer_state=3?Idle:{printer_state=4?Печатает:Приостановлен}}{printer_state_message? - "{printer_state_message}":}</TD></TR>
-}
-</TBODY>
-</TABLE></DIV>}
diff --git a/templates/ru/restart.tmpl b/templates/ru/restart.tmpl
deleted file mode 100644 (file)
index 449e663..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Применение изменений параметров</H2>
-
-<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
-ALT="Busy Indicator"> Дождитесь перезагрузки сервера...</P>
-
-</DIV>
diff --git a/templates/ru/samba-export.tmpl b/templates/ru/samba-export.tmpl
deleted file mode 100644 (file)
index 641ca0b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<SCRIPT TYPE="text/javascript"><!--
-function select_printers() {
-  var list = document.export_samba.EXPORT_NAME;
-  var sel = document.export_samba.EXPORT_ALL.checked;
-
-  for (i = 0; i < list.length; i ++) {
-    list.options[i].selected = sel;
-  }
-}
---></SCRIPT>
-
-<FORM METHOD="POST" ACTION="/admin/" NAME="export_samba">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="export-samba">
-
-<H2 CLASS="title">Экспорт принтеров в Samba</H2>
-
-{error?<P>Невозможно экспортировать принтеры в Samba\:</P>
-<BLOCKQUOTE>{error}</BLOCKQUOTE>
-<P>Посмотрите файл <A HREF="/admin/log/error_log"
-TARGET="_blank">error_log</A> для более подробной информации.</P>:
-<P>Эта страница позволяет добавить принтеры в Samba так, чтобы
-клиенты Windows могли получить доступ к ним через значок <VAR>Сетевое окружение</VAR> или <VAR>Сетевые подключения</VAR> на их рабочем столе. Вы должны установить на Windows драйвер принтера PostScript
-как описано на странице руководства <A
-HREF="/help/man-cupsaddsmb.html"
-TARGET="_blank">cupsaddsmb(8)</A>.</P>}
-
-<TABLE>
-<TR>
-<TH CLASS="label">Принтеры:</TH>
-<TD>
-<SELECT NAME="EXPORT_NAME" SIZE="10" MULTIPLE>
-{[printer_name]<OPTION VALUE="{printer_name}"{export_all? SELECTED:{printer_export? SELECTED:}}>{printer_name}}
-</SELECT><BR>
-<INPUT TYPE="CHECKBOX" NAME="EXPORT_ALL"{export_all? CHECKED:}
-onChange="select_printers()"> Экспортировать все принтеры
-</TD>
-</TR>
-<TR>
-<TH CLASS="label">Имя пользователя Samba:</TH>
-<TD><INPUT TYPE="TEXT" NAME="USERNAME" VALUE="{?USERNAME}"> (обязательный параметр)</TD>
-</TR>
-<TR>
-<TH CLASS="label">Пароль Samba:</TH>
-<TD><INPUT TYPE="PASSWORD" NAME="PASSWORD" VALUE=""> (обязательный параметр)</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD><INPUT TYPE="SUBMIT" VALUE="Экспортировать принтеры в Samba"></TD>
-</TR>
-</TABLE>
-
-</FORM>
diff --git a/templates/ru/samba-exported.tmpl b/templates/ru/samba-exported.tmpl
deleted file mode 100644 (file)
index 882514f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<P>Принтеры успешно экспортированны в Samba.</P>
diff --git a/templates/ru/search.tmpl b/templates/ru/search.tmpl
deleted file mode 100644 (file)
index f338bc6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<FORM ACTION="/{SECTION}/{?SEARCH_DEST}" METHOD="GET">
-{WHICH_JOBS?<INPUT TYPE="HIDDEN" NAME="WHICH_JOBS" VALUE="{WHICH_JOBS}">:}
-{ORDER?<INPUT TYPE="HIDDEN" NAME="ORDER" VALUE="{ORDER}">:}
-
-<P ALIGN="CENTER"><B>Поиск
-{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?группы:{SECTION=jobs?задания:принтеры}}}:</B>
-<INPUT TYPE="SEARCH" NAME="QUERY" VALUE="{?QUERY}" SIZE="40"  PLACEHOLDER="" AUTOSAVE="org.cups.{SECTION}" RESULTS="20"> <INPUT
-TYPE="SUBMIT" VALUE="Поиск"> <INPUT TYPE="SUBMIT" NAME="CLEAR" VALUE="Очистить"></P>
-
-</FORM>
diff --git a/templates/ru/set-printer-options-header.tmpl b/templates/ru/set-printer-options-header.tmpl
deleted file mode 100644 (file)
index e5c79dd..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Установить параметры по умолчанию для {printer_name}</H2>
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
-{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Запрос принтера для параметров по умолчанию">:}
-
-<SCRIPT TYPE="text/javascript"><!--
-function update_paramtable(option)
-{
-  var cb = document.getElementById("select-" + option)
-  var paramstable = document.getElementById(option + "-params");
-  if (cb.value == "Custom")
-    paramstable.style.display = "table";
-  else
-    paramstable.style.display = "none";
-}
---></SCRIPT>
-
-<H3 CLASS="title">{[group_id]
-<A HREF="#{group_id}">{group}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</H3>
-
-<DIV CLASS="tabs">
diff --git a/templates/ru/set-printer-options-trailer.tmpl b/templates/ru/set-printer-options-trailer.tmpl
deleted file mode 100644 (file)
index 11adc70..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-</DIV>
-
-<SCRIPT TYPE="text/javascript"><!--
-// Hide custom options parameters for browsers that understand Javascript
-var paramtables = document.getElementsByName("paramtable");
-for (var i = 0; i < paramtables.length; i++)
-{
-  var opt = paramtables[i].id.substr(0, paramtables[i].id.lastIndexOf("-"));
-  var cb = document.getElementById("select-" + opt);
-  if (cb.value != "Custom")
-    paramtables[i].style.display = "none";
-}
---></SCRIPT>
-</FORM>
-
-</DIV>
diff --git a/templates/ru/subscription-added.tmpl b/templates/ru/subscription-added.tmpl
deleted file mode 100644 (file)
index f2b4642..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<DIV CLASS="indent">
-
-<P>Подписка {subscription_name} была успешно добавлена.</P>
-
-</DIV>
diff --git a/templates/ru/subscription-canceled.tmpl b/templates/ru/subscription-canceled.tmpl
deleted file mode 100644 (file)
index 5daed1f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<DIV CLASS="indent">
-
-<P>Подписка #{notify_subscription_id} была отменена.</P>
-
-</DIV>
diff --git a/templates/ru/test-page.tmpl b/templates/ru/test-page.tmpl
deleted file mode 100644 (file)
index 6dc1ba1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title">Печать пробной страницы на {printer_name}</H2>
-
-<P>Пробная страница отправлена на печать;Номер задания <A HREF="/{SECTION}/{printer_name}">
-{printer_name}-{job_id}</A>.</P>
-
-</DIV>
diff --git a/templates/ru/trailer.tmpl b/templates/ru/trailer.tmpl
deleted file mode 100644 (file)
index 09de926..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-</TD></TR>
-<TR><TD>&nbsp;</TD></TR>
-<TR><TD CLASS="trailer">CUPS, а так же логотип CUPS являются зарегистрированными торговыми марками
-<A HREF="http://www.apple.com">Apple Inc.</A> Авторские права на CUPS принадлежат (2007-2013) компании Apple Inc. Все права защищены.</TD></TR>
-</TABLE>
-</BODY>
-</HTML>
diff --git a/templates/ru/users.tmpl b/templates/ru/users.tmpl
deleted file mode 100644 (file)
index ee718b2..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<DIV CLASS="indent">
-
-<FORM METHOD="POST" ACTION="/admin">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
-<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
-{IS_CLASS?<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="{IS_CLASS}">:}
-
-<H2 CLASS="title">Доступ пользователей на {printer_name}</H2>
-
-<TABLE>
-<TR>
-<TH CLASS="label">Пользователи:</TH>
-<TD>
-<INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
-<BR>
-<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}>Разрешить этим пользователям печатать
-<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Запретить этим пользователям печатать
-</TD>
-</TR>
-<TR>
-<TD></TD>
-<TD>
-<INPUT TYPE="SUBMIT" VALUE="Сохранить">
-</TD>
-</TR>
-</TABLE>
-
-</FORM>
-</DIV>