]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/ja/admin.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / ja / admin.tmpl
1 <TABLE CELLPADDING="0" CELLSPACING="0" CLASS="button" WIDTH="100%" SUMMARY="Administration Tasks">
2 <TR><TD VALIGN="TOP">
3
4 <H2 CLASS="title">プリンタ</H2>
5
6 <P>
7 <A HREF="/admin?op=add-printer"><IMG
8 SRC="/images/button-add-printer.gif" ALT="プリンタの追加" CLASS="button"></A>
9 <A HREF="/printers/"><IMG SRC="/images/button-manage-printers.gif"
10 ALT="プリンタの管理" CLASS="button"></A>
11 {have_samba?<A HREF="/admin/?op=export-samba"><IMG
12 SRC="/images/button-export-samba.gif" ALT="プリンタをSambaにエキスポート"
13 CLASS="button"></A>:}
14 </P>
15
16 {#device_uri=0?:<P><B>新しいプリンタが見つかりました:</B></P><UL>{[device_uri]
17 <LI><A HREF="/admin?op=add-printer&amp;{device_options}"><IMG
18 SRC="/images/button-add-this-printer.gif" ALT="このプリンタを追加"
19 CLASS="button" ALIGN="MIDDLE"></A>
20 {device_make_and_model} ({device_info})</LI>
21 }</UL>}
22
23 <H2 CLASS="title">クラス</H2>
24
25 <P>
26 <A HREF="/admin?op=add-class"><IMG SRC="/images/button-add-class.gif"
27 ALT="クラスの追加" CLASS="button"></A>
28 <A HREF="/classes/"><IMG SRC="/images/button-manage-classes.gif"
29 ALT="クラスの管理" CLASS="button"></A>
30 </P>
31
32 <H2 CLASS="title">ジョブ</H2>
33
34 <P>
35 <A HREF="/jobs/"><IMG SRC="/images/button-manage-jobs.gif" ALT="ジョブの管理" CLASS="button"></A>
36 </P>
37
38 </TD><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TD VALIGN="TOP">
39
40 <H2 CLASS="title">サーバ</H2>
41
42 <P>
43 <A HREF="/admin?op=config-server"><IMG
44 SRC="/images/button-edit-configuration-file.gif" ALT="設定ファイルの編集" CLASS="button"></A>
45 <A HREF="/admin/log/access_log" TARGET="_blank"><IMG
46 SRC="/images/button-view-access-log.gif" ALT="アクセスログの表示"
47 CLASS="button"></A>
48 <A HREF="/admin/log/error_log" TARGET="_blank"><IMG
49 SRC="/images/button-view-error-log.gif" ALT="エラーログの表示"
50 CLASS="button"></A>
51 <A HREF="/admin/log/page_log" TARGET="_blank"><IMG
52 SRC="/images/button-view-page-log.gif" ALT="ページログの表示"
53 CLASS="button"></A>
54 </P>
55
56 {SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>
57 <BLOCKQUOTE>{SETTINGS_ERROR}</BLOCKQUOTE>:
58
59 <FORM METHOD="POST" ACTION="/admin">
60
61 <P><B>基本サーバ設定:</B></P>
62
63 <P><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server">
64 <INPUT TYPE="CHECKBOX" NAME="REMOTE_PRINTERS" {?remote_printers}> ほかのシステムで共有されているプリンタを表示<BR>
65 <INPUT TYPE="CHECKBOX" NAME="SHARE_PRINTERS" {?share_printers}> このシステムに接続されている公開済みプリンタを共有<BR>
66 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE="CHECKBOX" NAME="REMOTE_ANY" {?remote_any}> Allow printing from the Internet<BR>
67 <INPUT TYPE="CHECKBOX" NAME="REMOTE_ADMIN" {?remote_admin}> リモート管理を許可<BR>
68 {have_gssapi?<INPUT TYPE="CHECKBOX" NAME="KERBEROS" {?kerberos}> Use Kerberos authentication<BR>:}
69 <INPUT TYPE="CHECKBOX" NAME="USER_CANCEL_ANY" {?user_cancel_any}> どのジョブであってもキャンセルすることを (たとえ所有者でなくても) ユーザに許可<BR>
70 <INPUT TYPE="CHECKBOX" NAME="DEBUG_LOGGING" {?debug_logging}> トラブルシューティングのためにデバッグ情報を保存</P>
71
72 <P><INPUT TYPE="IMAGE" SRC="/images/button-change-settings.gif" ALT="設定の変更"></P>
73
74 </FORM>}
75
76 </TD></TR>
77 </TABLE>