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