#, fuzzy msgid "" msgstr "" "Project-Id-Version: cups 1.4b2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-01-10 21:21-0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.2.1\n" #: ./ref-printers-conf.html:1 msgid "printers.conf" msgstr "" #: ./ref-printers-conf.html:2 msgid "" "The CUPS scheduler (cupsd) uses the /etc/cups/printers.conf file " "to store the list of available printers. This file contains only locally " "defined printers, not remote printers that are created automatically via " "browsing. Each directive is listed on a line by itself followed by its " "value. Comments are introduced using the number sign (\"#\") character at the " "beginning of a line." msgstr "" #: ./ref-printers-conf.html:3 msgid "" "While the printer configuration file consists of plain text and can be " "modified using your favorite text editor, you should normally use the lpadmin(8) command, web interface, or any of the " "available GUIs to manage your printers instead. If you do choose to edit " "this file manually, you will need to restart the scheduler to make them " "active." msgstr "" #: ./ref-printers-conf.html:4 msgid "Accepting" msgstr "" #: ./ref-printers-conf.html:5 msgctxt "./ref-printers-conf.html:5" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:6 msgctxt "./ref-printers-conf.html:6" msgid "Description" msgstr "" #: ./ref-printers-conf.html:7 msgid "" "The Accepting directive defines the initial state of the printer-is-accepting-jobs attribute. This state is also set by the " "cupsaccept(8) and cupsreject(8) commands:" msgstr "" #: ./ref-printers-conf.html:8 msgctxt "./ref-printers-conf.html:8" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:9 msgid "AllowUser" msgstr "" #: ./ref-printers-conf.html:10 msgctxt "./ref-printers-conf.html:10" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:11 msgctxt "./ref-printers-conf.html:11" msgid "Description" msgstr "" #: ./ref-printers-conf.html:12 msgid "" "The AllowUser directive adds a username or group name to the " "requesting-user-name-allowed attribute which can be set by the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:13 msgid "" "This directive must appear inside a Printer or DefaultPrinter directive. This " "directive cannot be used with DenyUser." msgstr "" #: ./ref-printers-conf.html:14 msgid "DefaultPrinter" msgstr "" #: ./ref-printers-conf.html:15 msgctxt "./ref-printers-conf.html:15" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:16 msgctxt "./ref-printers-conf.html:16" msgid "Description" msgstr "" #: ./ref-printers-conf.html:17 msgid "" "The DefaultPrinter directive begins a printer definition as the " "default server destination. The default server destination can be set using " "the lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:18 msgid "" "Note that the server default destination settings can be overridden by the " "user's default destination settings which are normally set using the " "lpoptions(1) command." msgstr "" #: ./ref-printers-conf.html:19 msgid "DenyUser" msgstr "" #: ./ref-printers-conf.html:20 msgctxt "./ref-printers-conf.html:20" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:21 msgctxt "./ref-printers-conf.html:21" msgid "Description" msgstr "" #: ./ref-printers-conf.html:22 msgid "" "The DenyUser directive adds a username or group name to the " "requesting-user-name-denied attribute which can be set by the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:23 msgid "" "This directive must appear inside a Printer or DefaultPrinter directive. This " "directive cannot be used with AllowUser" msgstr "" #: ./ref-printers-conf.html:24 msgid "DeviceURI" msgstr "" #: ./ref-printers-conf.html:25 msgctxt "./ref-printers-conf.html:25" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:26 msgctxt "./ref-printers-conf.html:26" msgid "Description" msgstr "" #: ./ref-printers-conf.html:27 msgid "" "The DeviceURI directive defines the value of the device-" "uri-attribute attribute. It is normally set using the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:28 msgctxt "./ref-printers-conf.html:28" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:29 msgid "CUPS 1.2ErrorPolicy" msgstr "" #: ./ref-printers-conf.html:30 msgctxt "./ref-printers-conf.html:30" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:31 msgctxt "./ref-printers-conf.html:31" msgid "Description" msgstr "" #: ./ref-printers-conf.html:32 msgid "" "The ErrorPolicy directive defines the policy that is used when " "a backend is unable to send a print job to the printer. The " "lpadmin(8) command sets the current error policy:" msgstr "" #: ./ref-printers-conf.html:33 msgid "The following values are supported:" msgstr "" #: ./ref-printers-conf.html:34 msgid "" "abort-job - Abort the job and proceed \twith the next job in the " "queue" msgstr "" #: ./ref-printers-conf.html:35 msgid "retry-current-job - Retry the current job \timmediately" msgstr "" #: ./ref-printers-conf.html:36 msgid "" "retry-job - Retry the job after waiting \tfor N seconds; the " "cupsd.conf JobRetryInterval \tdirective " "controls the value of N" msgstr "" #: ./ref-printers-conf.html:37 msgid "" "stop-printer - Stop the printer and keep \tthe job for future " "printing; this is the default \tvalue" msgstr "" #: ./ref-printers-conf.html:38 msgctxt "./ref-printers-conf.html:38" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:39 msgid "CUPS 1.4Filter" msgstr "" #: ./ref-printers-conf.html:40 msgctxt "./ref-printers-conf.html:40" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:41 msgctxt "./ref-printers-conf.html:41" msgid "Description" msgstr "" #: ./ref-printers-conf.html:42 msgid "" "The Filter directive lists a single filter program as defined " "in the printer's PPD file." msgstr "" #: ./ref-printers-conf.html:43 msgctxt "./ref-printers-conf.html:43" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:44 msgid "Info" msgstr "" #: ./ref-printers-conf.html:45 msgctxt "./ref-printers-conf.html:45" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:46 msgctxt "./ref-printers-conf.html:46" msgid "Description" msgstr "" #: ./ref-printers-conf.html:47 msgid "" "The Info directive defines the string for the printer-" "info attribute. It is normally set using the lpadmin(8) " "command:" msgstr "" #: ./ref-printers-conf.html:48 msgctxt "./ref-printers-conf.html:48" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:49 msgid "JobSheets" msgstr "" #: ./ref-printers-conf.html:50 msgctxt "./ref-printers-conf.html:50" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:51 msgctxt "./ref-printers-conf.html:51" msgid "Description" msgstr "" #: ./ref-printers-conf.html:52 msgid "" "The JobSheets directive specifies the default banner pages to " "print before and after a print job. In the above example, only a " "standard banner will print after each job. The " "lpadmin(8) command is normally used to set the default banners: " "
 /usr/sbin/lpadmin -p printername -o job-sheets-"
"default=none,standard 
" msgstr "" #: ./ref-printers-conf.html:53 msgid "" "If only one banner file is specified, it will be printed before the files in " "the job. If a second banner file is specified, it is printed after the " "files in the job." msgstr "" #: ./ref-printers-conf.html:54 msgid "" "The available banner pages depend on the local system configuration; CUPS " "includes the following standard banner files:" msgstr "" #: ./ref-printers-conf.html:55 msgid "none - Do not produce a banner \tpage." msgstr "" #: ./ref-printers-conf.html:56 msgid "" "classified - A banner page with a \t"classified" label " "at the top and bottom." msgstr "" #: ./ref-printers-conf.html:57 msgid "" "confidential - A banner page with a \t"confidential" " "label at the top and bottom." msgstr "" #: ./ref-printers-conf.html:58 msgid "" "secret - A banner page with a \t"secret" label at the " "top and bottom." msgstr "" #: ./ref-printers-conf.html:59 msgid "" "standard - A banner page with no label \tat the top and bottom." msgstr "" #: ./ref-printers-conf.html:60 msgid "" "topsecret - A banner page with a \t"top secret" label " "at the top and bottom." msgstr "" #: ./ref-printers-conf.html:61 msgid "" "unclassified - A banner page with an \t"unclassified" " "label at the top and bottom." msgstr "" #: ./ref-printers-conf.html:62 msgctxt "./ref-printers-conf.html:62" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:63 msgid "KLimit" msgstr "" #: ./ref-printers-conf.html:64 msgctxt "./ref-printers-conf.html:64" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:65 msgctxt "./ref-printers-conf.html:65" msgid "Description" msgstr "" #: ./ref-printers-conf.html:66 msgid "" "The KLimit directive defines the value of the " "job-k-limit attribute. It is normally set using the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:67 msgctxt "./ref-printers-conf.html:67" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:68 msgid "Location" msgstr "" #: ./ref-printers-conf.html:69 msgctxt "./ref-printers-conf.html:69" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:70 msgctxt "./ref-printers-conf.html:70" msgid "Description" msgstr "" #: ./ref-printers-conf.html:71 msgid "" "The Location directive defines the string for the printer-location attribute. It is normally set using the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:72 msgctxt "./ref-printers-conf.html:72" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:73 msgid "CUPS 1.2OpPolicy" msgstr "" #: ./ref-printers-conf.html:74 msgctxt "./ref-printers-conf.html:74" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:75 msgctxt "./ref-printers-conf.html:75" msgid "Description" msgstr "" #: ./ref-printers-conf.html:76 msgid "" "The OpPolicy directive sets the operation policy that is used " "for the printer. The lpadmin(8) command sets the current " "operation policy:" msgstr "" #: ./ref-printers-conf.html:77 msgid "" "The default policy is named \"default\". All policies correspond to those " "defined using the cupsd.conf Policy section." msgstr "" #: ./ref-printers-conf.html:78 msgctxt "./ref-printers-conf.html:78" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:79 msgid "CUPS 1.2Option" msgstr "" #: ./ref-printers-conf.html:80 msgctxt "./ref-printers-conf.html:80" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:81 msgctxt "./ref-printers-conf.html:81" msgid "Description" msgstr "" #: ./ref-printers-conf.html:82 msgid "" "The Option directive specifies a default job template attribute " "value. It is mapped to name-default in the printer attributes " "and applied to jobs as name." msgstr "" #: ./ref-printers-conf.html:83 msgctxt "./ref-printers-conf.html:83" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:84 msgid "PageLimit" msgstr "" #: ./ref-printers-conf.html:85 msgctxt "./ref-printers-conf.html:85" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:86 msgctxt "./ref-printers-conf.html:86" msgid "Description" msgstr "" #: ./ref-printers-conf.html:87 msgid "" "The PageLimit directive defines the value of the job-" "page-limit attribute. It can be set using the lpadmin(8) " "command:" msgstr "" #: ./ref-printers-conf.html:88 msgctxt "./ref-printers-conf.html:88" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:89 msgid "CUPS 1.2PortMonitor" msgstr "" #: ./ref-printers-conf.html:90 msgctxt "./ref-printers-conf.html:90" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:91 msgctxt "./ref-printers-conf.html:91" msgid "Description" msgstr "" #: ./ref-printers-conf.html:92 msgid "" "The PortMonitor directive sets the filter program that is used " "for every print job, typically to encode or package the print data in a " "format acceptable for a particular printer interface. It is set using the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:93 msgid "The following standard port monitors are included with CUPS:" msgstr "" #: ./ref-printers-conf.html:94 msgid "" "bcp - Encode PostScript print data using \tthe Adobe Binary " "Control Protocol (BCP)" msgstr "" #: ./ref-printers-conf.html:95 msgid "none - Do not use a port monitor" msgstr "" #: ./ref-printers-conf.html:96 msgid "" "tbcp - Encode PostScript print data \tusing the Adobe Tagged " "Binary Control Protocol \t(TBCP)" msgstr "" #: ./ref-printers-conf.html:97 msgctxt "./ref-printers-conf.html:97" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:98 msgid "CUPS 1.4PreFilter" msgstr "" #: ./ref-printers-conf.html:99 msgctxt "./ref-printers-conf.html:99" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:100 msgctxt "./ref-printers-conf.html:100" msgid "Description" msgstr "" #: ./ref-printers-conf.html:101 msgid "" "The PreFilter directive lists a single pre-filter program as " "defined in the printer's PPD file." msgstr "" #: ./ref-printers-conf.html:102 msgctxt "./ref-printers-conf.html:102" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:103 msgid "Printer" msgstr "" #: ./ref-printers-conf.html:104 msgctxt "./ref-printers-conf.html:104" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:105 msgctxt "./ref-printers-conf.html:105" msgid "Description" msgstr "" #: ./ref-printers-conf.html:106 msgid "" "The Printer directive begins a printer definition. Printers are " "added using the lpadmin(8) command:
 "
"/usr/sbin/lpadmin -p printername ... 
" msgstr "" #: ./ref-printers-conf.html:107 msgid "CUPS 1.4Product" msgstr "" #: ./ref-printers-conf.html:108 msgctxt "./ref-printers-conf.html:108" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:109 msgctxt "./ref-printers-conf.html:109" msgid "Description" msgstr "" #: ./ref-printers-conf.html:110 msgid "" "The Product directive defines the main product string from the " "printer's PPD file and is used when advertising the queue via DNS-SD." msgstr "" #: ./ref-printers-conf.html:111 msgctxt "./ref-printers-conf.html:111" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:112 msgid "QuotaPeriod" msgstr "" #: ./ref-printers-conf.html:113 msgctxt "./ref-printers-conf.html:113" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:114 msgctxt "./ref-printers-conf.html:114" msgid "Description" msgstr "" #: ./ref-printers-conf.html:115 msgid "" "The QuotaPeriod directive defines the value of the job-" "quota-period attribute. Typical values are 86400 (1 day), 604800 (1 " "week), 2592000 (1 month), and 31536000 (1 year). It is set using the " "lpadmin(8) command:" msgstr "" #: ./ref-printers-conf.html:116 msgctxt "./ref-printers-conf.html:116" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:117 msgid "CUPS 1.2Shared" msgstr "" #: ./ref-printers-conf.html:118 msgctxt "./ref-printers-conf.html:118" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:119 msgctxt "./ref-printers-conf.html:119" msgid "Description" msgstr "" #: ./ref-printers-conf.html:120 msgid "" "The Shared directive defines the initial value of the printer-is-shared attribute. The strings yes and " "no correspond to the true and false values, respectively. The " "lpadmin(8) command sets the current state:" msgstr "" #: ./ref-printers-conf.html:121 msgctxt "./ref-printers-conf.html:121" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:122 msgid "State" msgstr "" #: ./ref-printers-conf.html:123 msgctxt "./ref-printers-conf.html:123" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:124 msgctxt "./ref-printers-conf.html:124" msgid "Description" msgstr "" #: ./ref-printers-conf.html:125 msgid "" "The State directive defines the initial value of the printer-state attribute. The strings idle and " "stopped correspond to the IPP enumeration values 3 and 5, " "respectively. The cupsenable(8) and cupsdisable(8) " "commands set the current state:" msgstr "" #: ./ref-printers-conf.html:126 msgctxt "./ref-printers-conf.html:126" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:127 msgid "StateMessage" msgstr "" #: ./ref-printers-conf.html:128 msgctxt "./ref-printers-conf.html:128" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:129 msgctxt "./ref-printers-conf.html:129" msgid "Description" msgstr "" #: ./ref-printers-conf.html:130 msgid "" "The StateMessage directive defines the initial string for the " "printer-state-message attribute. The following are some example " "messages:" msgstr "" #: ./ref-printers-conf.html:131 msgctxt "./ref-printers-conf.html:131" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr "" #: ./ref-printers-conf.html:132 msgid "CUPS 1.2StateTime" msgstr "" #: ./ref-printers-conf.html:133 msgctxt "./ref-printers-conf.html:133" msgid "Examples" msgstr "" #: ./ref-printers-conf.html:134 msgctxt "./ref-printers-conf.html:134" msgid "Description" msgstr "" #: ./ref-printers-conf.html:135 msgid "" "The StateTime directive defines the UNIX time (seconds since " "Jan 1, 1970) for the last state change of the queue. It is mapped to the " "printer-state-change-time attribute." msgstr "" #: ./ref-printers-conf.html:136 msgctxt "./ref-printers-conf.html:136" msgid "" "This directive must appear inside a Printer or DefaultPrinter section." msgstr ""