]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/printer.tmpl
Import CUPS v2.0.3
[thirdparty/cups.git] / templates / ja / printer.tmpl
CommitLineData
4ef75dec
MS
1<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
2({printer_state=3?待機中:{printer_state=4?処理中:一時停止中}},
3{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中},
4{server_is_sharing_printers=0?非:{printer_is_shared=0?非:}} 共有{default_name={printer_name}?, サーバーのデフォルト:})</H2>
5
6<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
7<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
8<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
9<OPTION VALUE="">メンテナンス</OPTION>
10<OPTION VALUE="print-test-page">テストページの印刷</OPTION>
11{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">プリンターヘッドのクリーニング</OPTION>:}
12{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">自己テストページの印刷</OPTION>:}
13{printer_state=5?<OPTION VALUE="start-printer">プリンターを開始</OPTION>:<OPTION VALUE="stop-printer">プリンターの停止</OPTION>}
14{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">ジョブを受け付け</OPTION>:<OPTION VALUE="reject-jobs">ジョブを拒否</OPTION>}
15<OPTION VALUE="move-jobs">すべてのジョブの移動</OPTION>
16<OPTION VALUE="purge-jobs">すべてのジョブをキャンセル</OPTION>
17</SELECT>
18<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="進む"></NOSCRIPT>
19</FORM>
20
21<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
22<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
23<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
24<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
25<OPTION VALUE="">管理</OPTION>
26<OPTION VALUE="modify-printer">プリンターの変更</OPTION>
27<OPTION VALUE="delete-printer">プリンターの削除</OPTION>
28<OPTION VALUE="set-printer-options">デフォルトオプションの設定</OPTION>
29<OPTION VALUE="set-as-default">サーバーのデフォルトの設定</OPTION>
30<OPTION VALUE="set-allowed-users">許可するユーザーの設定</OPTION>
31</SELECT>
32<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="進む"></NOSCRIPT>
33</FORM>
34
35<TABLE SUMMARY="{printer_name}">
36<TR><TH ALIGN="RIGHT" VALIGN="TOP">説明:</TH><TD>{printer_info}</TD></TR>
37<TR><TH ALIGN="RIGHT" VALIGN="TOP">場所:</TH><TD>{printer_location}</TD></TR>
a215cf84 38<TR><TH ALIGN="RIGHT" VALIGN="TOP">プリンタードライバー:</TH><TD>{printer_make_and_model} ({color_supported=1?カラー:白黒}{sides_supported=one-sided?:, 両面可})<BR>
4ef75dec
MS
39<TR><TH ALIGN="RIGHT" VALIGN="TOP">接続:</TH><TD>{device_uri}</TD></TR>
40<TR><TH ALIGN="RIGHT" VALIGN="TOP">デフォルト設定:</TH><TD>バナー={job_sheets_default}
41用紙サイズ={media_default?{media_default}:不明}
42{sides_default?両面指定={sides_default}:}</TD></TR>
43</TABLE>