]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/ja/printer.tmpl
Import CUPS v2.0b1
[thirdparty/cups.git] / templates / ja / printer.tmpl
diff --git a/templates/ja/printer.tmpl b/templates/ja/printer.tmpl
deleted file mode 100644 (file)
index 8d76550..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<DIV CLASS="indent">
-
-<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
-({printer_state=3?待機中:{printer_state=4?処理中:一時停止中}},
-{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中},
-{server_is_sharing_printers=0?非:{printer_is_shared=0?非:}} 共有{default_name={printer_name}?, サーバーのデフォルト:})</H2>
-
-<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
-<OPTION VALUE="">メンテナンス</OPTION>
-<OPTION VALUE="print-test-page">テストページの印刷</OPTION>
-{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">プリンターヘッドのクリーニング</OPTION>:}
-{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">自己テストページの印刷</OPTION>:}
-{printer_state=5?<OPTION VALUE="start-printer">プリンターを開始</OPTION>:<OPTION VALUE="stop-printer">プリンターの停止</OPTION>}
-{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">ジョブを受け付け</OPTION>:<OPTION VALUE="reject-jobs">ジョブを拒否</OPTION>}
-<OPTION VALUE="move-jobs">すべてのジョブの移動</OPTION>
-<OPTION VALUE="purge-jobs">すべてのジョブをキャンセル</OPTION>
-</SELECT>
-<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="進む"></NOSCRIPT>
-</FORM>
-
-<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
-<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
-<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
-<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
-<OPTION VALUE="">管理</OPTION>
-<OPTION VALUE="modify-printer">プリンターの変更</OPTION>
-<OPTION VALUE="delete-printer">プリンターの削除</OPTION>
-<OPTION VALUE="set-printer-options">デフォルトオプションの設定</OPTION>
-<OPTION VALUE="set-as-default">サーバーのデフォルトの設定</OPTION>
-<OPTION VALUE="set-allowed-users">許可するユーザーの設定</OPTION>
-</SELECT>
-<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="進む"></NOSCRIPT>
-</FORM>
-
-<TABLE SUMMARY="{printer_name}">
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">説明:</TH><TD>{printer_info}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">場所:</TH><TD>{printer_location}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">プリンタードライバー:</TH><TD>{printer_make_and_model} ({color_supported=1?カラー:白黒}{sides_supported?, 両面可:})<BR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">接続:</TH><TD>{device_uri}</TD></TR>
-<TR><TH ALIGN="RIGHT" VALIGN="TOP">デフォルト設定:</TH><TD>バナー={job_sheets_default}
-用紙サイズ={media_default?{media_default}:unknown}
-{sides_default?両面指定={sides_default}:}</TD></TR>
-</TABLE>
-
-</DIV>
\ No newline at end of file