summaryrefslogtreecommitdiff
path: root/templates/ja
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
commite1d6a77454308ff30d6da778be9d7b570e4f00b0 (patch)
tree09f41cca65fb9a0a32c51bd261d2fcffc1c1a17b /templates/ja
parent480ef0fe29ab803f49dd87a7a21a6c61648539b8 (diff)
downloadcups-e1d6a77454308ff30d6da778be9d7b570e4f00b0.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@92 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates/ja')
-rw-r--r--templates/ja/admin.tmpl7
-rw-r--r--templates/ja/choose-uri.tmpl4
-rw-r--r--templates/ja/maintenance.tmpl2
3 files changed, 10 insertions, 3 deletions
diff --git a/templates/ja/admin.tmpl b/templates/ja/admin.tmpl
index 3d1efb014..7e8b5099b 100644
--- a/templates/ja/admin.tmpl
+++ b/templates/ja/admin.tmpl
@@ -1,4 +1,4 @@
-<TABLE CELLPADDING="0" CELLSPACING="0" CLASS="button" WIDTH="100%">
+<TABLE CELLPADDING="0" CELLSPACING="0" CLASS="button" WIDTH="100%" SUMMARY="Administration Tasks">
<TR><TD VALIGN="TOP" NOWRAP>
<H2 CLASS="title">プリンタ</H2>
@@ -53,6 +53,9 @@ SRC="/images/button-view-page-log.gif" ALT="ページログの表示"
CLASS="button"></A>
</P>
+{SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>
+<BLOCKQUOTE>{SETTINGS_ERROR}</BLOCKQUOTE>:
+
<FORM METHOD="POST" ACTION="/admin">
<P><B>基本サーバ設定:</B></P>
@@ -66,7 +69,7 @@ CLASS="button"></A>
<P><INPUT TYPE="IMAGE" SRC="/images/button-change-settings.gif" ALT="設定の変更"></P>
-</FORM>
+</FORM>}
</TD></TR>
</TABLE>
diff --git a/templates/ja/choose-uri.tmpl b/templates/ja/choose-uri.tmpl
index 33dd2f7fd..990ecfaaf 100644
--- a/templates/ja/choose-uri.tmpl
+++ b/templates/ja/choose-uri.tmpl
@@ -16,12 +16,14 @@
<TD></TD>
<TD>例:
<PRE>
- file:/path/to/filename.prn
http://hostname:631/ipp/
http://hostname:631/ipp/port1
+
ipp://hostname/ipp/
ipp://hostname/ipp/port1
+
lpd://hostname/queue
+
socket://hostname
socket://hostname:9100
</PRE>
diff --git a/templates/ja/maintenance.tmpl b/templates/ja/maintenance.tmpl
new file mode 100644
index 000000000..78fc9bce6
--- /dev/null
+++ b/templates/ja/maintenance.tmpl
@@ -0,0 +1,2 @@
+<P>メンテナンスコマンドを送りました; ジョブ ID は <A HREF="/printers/{printer_name}">
+{printer_name}-{job_id}</A> です。</P>