Applied Song's updates.
This commit is contained in:
parent
454b22ff64
commit
531bbd1141
1 changed files with 27 additions and 37 deletions
|
|
@ -213,96 +213,86 @@ New Breed Software</p>
|
||||||
|
|
||||||
<h5>Windows ªº¨Ï¥ÎªÌ</h5>
|
<h5>Windows ªº¨Ï¥ÎªÌ</h5>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>The file you should create is called
|
<p>這個檔案必須放在 Tux Paint 的目錄中,名為 "<code><b>tuxpaint.cfg</b></code>"。</p>
|
||||||
"<code><b>tuxpaint.cfg</b></code>" and it
|
|
||||||
should be placed in Tux Paint's folder.</p>
|
|
||||||
|
|
||||||
<p>You can use NotePad or WordPad to create this file.
|
<p>您可以使用記事本(NotePad)或是 WordPad 來建立這個檔案,儲存時要確定選用純文字格式,
|
||||||
Be sure to save it as Plain Text, and make sure the filename
|
還有副檔名要確定不是使用 ".txt" ... </p>
|
||||||
doesn't have ".txt" at the end...</p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
||||||
<h5>Available Options</h5>
|
<h5>有效的選項</h5>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>The following settings can be set in the configuration file.
|
<p>以下的設定可以在規劃檔中來作設定。
|
||||||
(Command-line settings will override these. See below.)</p>
|
(命令列的參數可以推翻這些設定,請見後面的敘述)</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>fullscreen=yes</b></code></dt>
|
<dt><code><b>fullscreen=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Run the program in full screen mode, rather than in a window.
|
使用全螢幕模式。
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>800x600=yes</b></code></dt>
|
<dt><code><b>800x600=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Run the program at 800x600 resolution (EXPERIMENTAL), rather
|
使用 800x600 螢幕模式(實驗性質),一般是 640x480 。
|
||||||
than the smaller 640x480 resolution.
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>nosound=yes</b></code></dt>
|
<dt><code><b>nosound=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Disable sound effects.
|
關閉音效。
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>noquit=yes</b></code></dt>
|
<dt><code><b>noquit=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Disable the on-screen "Quit" button.
|
關閉螢幕上「離開」的按鍵。
|
||||||
(Pressing the <b>[Escape]</b> key or clicking the window's close
|
(還是可以用 <b>[Escape]</b> 鍵或視窗右上角的關閉按鈕來離開程式。)
|
||||||
button still works.)
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>noprint=yes</b></code></dt>
|
<dt><code><b>noprint=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Disable the printing feature.
|
關閉列印功能。
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>printdelay=<i>SECONDS</i></b></code></dt>
|
<dt><code><b>printdelay=<i>SECONDS</i></b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Restrict printing so that printing can occur only once every
|
限制列印的間隔時間,每次列印後需間隔 <i>SECONDS</i> 秒後才能再列印。
|
||||||
<i>SECONDS</i> seconds.
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>printcommand=<i>COMMAND</i></b></code></dt>
|
<dt><code><b>printcommand=<i>COMMAND</i></b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><i>(Linux and Unix only)</i></p>
|
<p><i>(只限於 Linux 和 Unix )</i></p>
|
||||||
|
|
||||||
<p>Use the command <i>COMMAND</i> to print a PNG file.
|
<p>使用這個 <i>COMMAND</i> 命令來列印 PNG 檔,如果沒有設定的話,預設的命令是:</p>
|
||||||
If not set, the default command is:</p>
|
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>pngtopnm | pnmtops | lpr</code>
|
<code>pngtopnm | pnmtops | lpr</code>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>Which converts the PNG to a NetPBM 'portable anymap',
|
<p>這是將 PNG 轉換成 NetPBM (可移植到任何圖像的格式),再轉換成 PostScript 格式,
|
||||||
then converts that to a PostScript file, and finally
|
然後 "<code>lpr</code>" 命令把他送到印表機去列印。</p>
|
||||||
sends that to the printer, using the "<code>lpr</code>" command.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>printcfg=yes</b></code></dt>
|
<dt><code><b>printcfg=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><i>(Windows only)</i></p>
|
<p><i>(只限於 Windows)</i></p>
|
||||||
|
|
||||||
<p>Tux Paint will use a printer configuration file when printing.
|
<p>Tux Paint 會在列印時使用印表機的規劃檔。當按下 <b>[ALT]</b> 鍵同時按下「列印」按鈕時,
|
||||||
Push the <b>[ALT]</b> key while clicking the 'Print' button in
|
Tux Paint 會先開啟印表機的設定視窗。</p>
|
||||||
Tux Paint to cause a Windows print dialog window to appear.</p>
|
|
||||||
|
|
||||||
<p>(Note: This only works when not running Tux Paint in
|
<p>(註:這只能在 Tux Paint 不是使用全螢幕模式時有作用。)
|
||||||
fullscreen mode.) Any configuration changes made in this dialog
|
在設定視窗中的任何變動都會儲存在 "<code>userdata/print.cfg</code>" 檔案中,
|
||||||
will be saved to the file "<code>userdata/print.cfg</code>", and
|
當 "printcfg" 選項被設定時都會被重複使用。</p>
|
||||||
used again, as long as the "printcfg" option is set.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>simpleshapes=yes</b></code></dt>
|
<dt><code><b>simpleshapes=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
Disable the rotation step of the 'Shape' tool.
|
關閉形狀工具的旋轉步驟。只需要點選中心位置,拖拉至適當大小然後放開滑鼠按鍵,
|
||||||
Click, drag and release is all that will be needed to draw a shape.
|
就可以畫出一個形狀來。
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code><b>uppercase=yes</b></code></dt>
|
<dt><code><b>uppercase=yes</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
All text will be rendered only in uppercase (e.g., "Brush" will
|
所有的英文字母都會變成大寫(例如:"Brush" 會變成 "BRUSH")。
|
||||||
be "BRUSH"). Useful for children who can read, but who have only
|
Useful for children who can read, but who have only
|
||||||
learned uppercase letters so far.
|
learned uppercase letters so far.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue