]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/ja/printer.tmpl
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / templates / ja / printer.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
4 ({printer_state=3?待機中:{printer_state=4?処理中:一時停止中}},
5 {printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中},
6 {server_is_sharing_printers=0?非:{printer_is_shared=0?非:}}共有{default_name={printer_name}?, デフォルトプリンター:})</H2>
7
8 <FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
9 <SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
10 <OPTION VALUE="">メンテナンス</OPTION>
11 <OPTION VALUE="print-test-page">テストページの印刷</OPTION>
12 {printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">ヘッドクリーニング</OPTION>:}
13 {printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">自己テストページの印刷</OPTION>:}
14 {printer_state=5?<OPTION VALUE="start-printer">プリンターを開始</OPTION>:<OPTION VALUE="stop-printer">プリンターの停止</OPTION>}
15 {printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">ジョブを受け付け</OPTION>:<OPTION VALUE="reject-jobs">ジョブを拒否</OPTION>}
16 <OPTION VALUE="move-jobs">すべてのジョブを移動</OPTION>
17 <OPTION VALUE="purge-jobs">すべてのジョブをキャンセル</OPTION>
18 </SELECT>
19 <INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
20 </FORM>
21
22 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
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 <INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
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>
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">プリンタードライバー:</TH><TD>{printer_make_and_model} ({color_supported=1?カラー:白黒}{sides_supported?, 両面可:})<BR>
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}:unknown}
42 {sides_default?両面指定={sides_default}:}</TD></TR>
43 </TABLE>
44
45 </DIV>