]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/printer.tmpl
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / templates / ja / printer.tmpl
CommitLineData
f0ab5bff
MS
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">
f8b3a85b 9<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
f0ab5bff
MS
10<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
11<OPTION VALUE="">メンテナンス</OPTION>
12<OPTION VALUE="print-test-page">テストページの印刷</OPTION>
13{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">ヘッドクリーニング</OPTION>:}
14{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">自己テストページの印刷</OPTION>:}
15{printer_state=5?<OPTION VALUE="start-printer">プリンターを開始</OPTION>:<OPTION VALUE="stop-printer">プリンターの停止</OPTION>}
16{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">ジョブを受け付け</OPTION>:<OPTION VALUE="reject-jobs">ジョブを拒否</OPTION>}
17<OPTION VALUE="move-jobs">すべてのジョブを移動</OPTION>
18<OPTION VALUE="purge-jobs">すべてのジョブをキャンセル</OPTION>
19</SELECT>
20<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
21</FORM>
22
23<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
f8b3a85b 24<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
f0ab5bff
MS
25<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
26<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
27<OPTION VALUE="">管理</OPTION>
28<OPTION VALUE="modify-printer">プリンターの変更</OPTION>
29<OPTION VALUE="delete-printer">プリンターの削除</OPTION>
30<OPTION VALUE="set-printer-options">プリンターオプションの変更</OPTION>
31<OPTION VALUE="set-as-default">デフォルトプリンターに設定</OPTION>
32<OPTION VALUE="set-allowed-users">許可するユーザーの設定</OPTION>
33</SELECT>
34<INPUT TYPE="SUBMIT" VALUE="Go" STYLE="display: none;">
35</FORM>
36
37<TABLE SUMMARY="{printer_name}">
38<TR><TH ALIGN="RIGHT" VALIGN="TOP">説明:</TH><TD>{printer_info}</TD></TR>
39<TR><TH ALIGN="RIGHT" VALIGN="TOP">場所:</TH><TD>{printer_location}</TD></TR>
40<TR><TH ALIGN="RIGHT" VALIGN="TOP">プリンタードライバー:</TH><TD>{printer_make_and_model} ({color_supported=1?カラー:白黒}{sides_supported?, 両面可:})<BR>
41<TR><TH ALIGN="RIGHT" VALIGN="TOP">接続先:</TH><TD>{device_uri}</TD></TR>
42<TR><TH ALIGN="RIGHT" VALIGN="TOP">デフォルト設定:</TH><TD>バナー={job_sheets_default}
43用紙サイズ={media_default?{media_default}:unknown}
44{sides_default?両面指定={sides_default}:}</TD></TR>
45</TABLE>
46
47</DIV>