- Add more translation
Submitted by: whsyu Obtained from: The FreeBSD Traditional Chinese Project https://opensvn.csie.org/traccgi/freebsddoc/wiki
This commit is contained in:
parent
f793b41541
commit
6814200fa0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31513
1 changed files with 45 additions and 62 deletions
|
|
@ -97,9 +97,9 @@
|
|||
|
||||
<para>要在 FreeBSD 上使用印表機,您需要設定好 Berkeley
|
||||
行列式印表機列印緩衝系統,又稱為 <application>LPD</application>
|
||||
列印緩衝系統,或者就叫 <application>LPD</application>。
|
||||
列印緩衝系統,或者就叫他 <application>LPD</application> 吧。
|
||||
這是 FreeBSD 標準的印表機控制系統,本章會介紹並教您如何設定
|
||||
<application>LPD</application></para>
|
||||
<application>LPD</application>。</para>
|
||||
|
||||
<para>如果您已經對 <application>LPD</application>
|
||||
或是其他列印緩衝系統很熟悉了,
|
||||
|
|
@ -107,120 +107,103 @@
|
|||
</para>
|
||||
|
||||
<para><application>LPD</application> 控制著主機上印表機的一切。
|
||||
這些事情都是它在負責的:</para>
|
||||
它負責這些工作:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>It controls access to attached printers and printers
|
||||
attached to other hosts on the network.</para>
|
||||
<para>控制本機及網路印表機的使用。</para>
|
||||
</listitem>
|
||||
|
||||
<indexterm><primary>print jobs</primary></indexterm>
|
||||
<listitem>
|
||||
<para>It enables users to submit files to be printed; these
|
||||
submissions are known as <emphasis>jobs</emphasis>.</para>
|
||||
<para>讓使用者可以列印文件,送出的文件稱為<emphasis>工作</emphasis>。
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It prevents multiple users from accessing a printer at the
|
||||
same time by maintaining a <emphasis>queue</emphasis> for each
|
||||
printer.</para>
|
||||
<para>為每台印表機準備一個<emphasis>佇列</emphasis>,
|
||||
避免多個使用者同時使用同一台印表機。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It can print <emphasis>header pages</emphasis> (also known
|
||||
as <emphasis>banner</emphasis> or <emphasis>burst</emphasis>
|
||||
pages) so users can easily find jobs they have printed in a
|
||||
stack of printouts.</para>
|
||||
<para>列印 <emphasis>header pages</emphasis> (又稱為
|
||||
<emphasis>banner</emphasis> or <emphasis>burst</emphasis>
|
||||
pages),方便使用者在出紙閘中找到自已列印的文件。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It takes care of communications parameters for printers
|
||||
connected on serial ports.</para>
|
||||
<para>把接在串列埠上的印表機的通訊參數設定好。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It can send jobs over the network to a
|
||||
<application>LPD</application> spooler on another host.</para>
|
||||
<para>利用網路傳送列印工作給別台主機上的
|
||||
<application>LPD</application>。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It can run special filters to format jobs to be printed for
|
||||
various printer languages or printer capabilities.</para>
|
||||
<para>執行特別的過濾程式將列印工作格式化以配合不同的列印語言或印表機。
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>It can account for printer usage.</para>
|
||||
<para>統計印表機的使用情況。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Through a configuration file
|
||||
(<filename>/etc/printcap</filename>), and by providing the special
|
||||
filter programs, you can enable the <application>LPD</application>
|
||||
system to do all or some
|
||||
subset of the above for a great variety of printer hardware.</para>
|
||||
<para>藉由設定檔 (<filename>/etc/printcap</filename>) 以及過濾程式的幫助,
|
||||
您可以讓大多數的印表機配合 <application>LPD</application>
|
||||
達成上述全部或部份的功能。</para>
|
||||
|
||||
<sect2 id="printing-intro-why">
|
||||
<title>Why You Should Use the Spooler</title>
|
||||
<title>為什麼需要使用多工緩衝處理器</title>
|
||||
|
||||
<para>If you are the sole user of your system, you may be wondering
|
||||
why you should bother with the spooler when you do not need access
|
||||
control, header pages, or printer accounting. While it is
|
||||
possible to enable direct access to a printer, you should use the
|
||||
spooler anyway since:</para>
|
||||
<para>如果您的系統是個人使用,
|
||||
不需要控制存取權限、列印標題頁或者統計使用情況等功能時,
|
||||
您可能會覺得很奇怪為什麼還需要去管這個多工緩衝處理器。
|
||||
當然要直接控制印表機可行的,
|
||||
不過無論如何您還是需要多工緩衝處理器,因為:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><application>LPD</application> prints jobs in the background;
|
||||
you do not have to wait
|
||||
for data to be copied to the printer.</para>
|
||||
<para><application>LPD</application> 可以在背景 (background)
|
||||
列印,您不需要在那邊等文件送到印表機。</para>
|
||||
</listitem>
|
||||
|
||||
<indexterm><primary>&tex;</primary></indexterm>
|
||||
<listitem>
|
||||
<para><application>LPD</application> can conveniently run a job
|
||||
to be printed through
|
||||
filters to add date/time headers or convert a special file
|
||||
format (such as a &tex; DVI file) into a format the printer will
|
||||
understand. You will not have to do these steps
|
||||
manually.</para>
|
||||
<para><application>LPD</application> 可以很輕鬆地用過濾器增加日期 /
|
||||
時間於頁首或是把特別的檔案格式 (像是 &tex; DVI 檔)
|
||||
轉換成印表機看得懂的的格式,您不需要手動去做這些步驟。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Many free and commercial programs that provide a print
|
||||
feature usually expect to talk to the spooler on your system.
|
||||
By setting up the spooling system, you will more easily
|
||||
support other software you may later add or already
|
||||
have.</para>
|
||||
<para>許多免費或商業軟體提供的列印功能通常都是和多工緩衝處理器溝通。
|
||||
透過設定緩衝系統,支援您現有或是即將要安裝的其他軟體將變得更容易。
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="printing-intro-setup">
|
||||
<title>Basic Setup</title>
|
||||
<title>基礎設定</title>
|
||||
|
||||
<para>To use printers with the <application>LPD</application> spooling
|
||||
system, you will need to
|
||||
set up both your printer hardware and the
|
||||
<application>LPD</application> software. This
|
||||
document describes two levels of setup:</para>
|
||||
<para>要用印表機搭配 <application>LPD</application>
|
||||
多工緩衝系統,您需要有印表機這個硬體以及
|
||||
<application>LPD</application> 這套軟體。
|
||||
本手冊提供了兩階段的設定說明:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>See section <link linkend="printing-simple">Simple Printer
|
||||
Setup</link> to learn how to connect a printer, tell
|
||||
<application>LPD</application> how to
|
||||
communicate with it, and print plain text files to the
|
||||
printer.</para>
|
||||
<para>閱讀 <link linkend="printing-simple">簡易印表機設定</link>
|
||||
來學習如何連接印表機、讓印表機和 <application>LPD</application>
|
||||
溝通以及列印純文字文件。</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>See section <link linkend="printing-advanced">Advanced
|
||||
Printer Setup</link> to learn how to print a variety of
|
||||
special file formats, to print header pages, to print across a
|
||||
network, to control access to printers, and to do printer
|
||||
accounting.</para>
|
||||
<para>閱讀 <link linkend="printing-advanced">進階印表機設定</link>
|
||||
來學習如何列印各種特殊格式文件、列印首頁、網路列印、
|
||||
控制印表機權限以及統計使用狀況等。</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue