Show
Ignore:
Timestamp:
01/11/09 23:28:47 (4 years ago)
Author:
anekos
Message:

message print autocommands 完了
make xpi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/vimperator/2.0/locale/ja/print.txt

    r27673 r28298  
    66||:ha[rdcopy][!]|| 
    77________________________________________________________________________________ 
    8 Print current document. Open a GUI dialog where you can select the printer, 
    9 number of copies, orientation, etc. When used with [!], the dialog is skipped 
    10 and the default printer used. 
     8現在のドキュメントを印刷します。 
     9プリンタの選択、印刷数、向きなどを設定できるダイアログを開きます。 
     10[!] 付きの場合は、このダイアログ表示はスキップされ、デフォルトのプリンターが使われます。 
    1111________________________________________________________________________________ 
    1212 
     
    1414||:ha[rdcopy][!] >{filename}|| + 
    1515________________________________________________________________________________ 
    16 As above, but write the output to {filename}. 
     16[c]:hardcopy[c] と同じですが、{filename} に出力します。 
    1717 
    18 Note: Not available on Windows. 
     18注意: Windows では無効です。 
    1919________________________________________________________________________________ 
    2020 
    2121section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs] 
    2222 
    23 The "Print Preview" and "Page Setup" dialogs can be opened via the :dialog command 
     23:dialog コマンドを使い、"印刷プレビュー" と "ページセットアップ" ダイアログを開くことが出来ます。 
     24 
     25印刷プレビュー 
    2426 
    2527  :dialog printpreview 
    2628 
    27 and 
     29ページセットアップ 
    2830 
    2931  :dialog printsetup 
    3032 
    31 respectively. 
    32  
    3333// vim: set syntax=asciidoc: