]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
First cut of German web interface.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 16 Jan 2003 20:04:20 +0000 (20:04 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 16 Jan 2003 20:04:20 +0000 (20:04 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3109 7a7537e8-13f0-0310-91df-b6672ffda945

47 files changed:
CHANGES.txt
templates/Makefile
templates/de/Makefile [new file with mode: 0644]
templates/de/add-class.tmpl [new file with mode: 0644]
templates/de/add-printer.tmpl [new file with mode: 0644]
templates/de/admin-op.tmpl [new file with mode: 0644]
templates/de/admin.tmpl [new file with mode: 0644]
templates/de/choose-device.tmpl [new file with mode: 0644]
templates/de/choose-make.tmpl [new file with mode: 0644]
templates/de/choose-members.tmpl [new file with mode: 0644]
templates/de/choose-model.tmpl [new file with mode: 0644]
templates/de/choose-serial.tmpl [new file with mode: 0644]
templates/de/choose-uri.tmpl [new file with mode: 0644]
templates/de/class-added.tmpl [new file with mode: 0644]
templates/de/class-confirm.tmpl [new file with mode: 0644]
templates/de/class-deleted.tmpl [new file with mode: 0644]
templates/de/class-modified.tmpl [new file with mode: 0644]
templates/de/classes.tmpl [new file with mode: 0644]
templates/de/config-printer.tmpl [new file with mode: 0644]
templates/de/config-printer2.tmpl [new file with mode: 0644]
templates/de/error.tmpl [new file with mode: 0644]
templates/de/header.tmpl [new file with mode: 0644]
templates/de/job-cancel.tmpl [new file with mode: 0644]
templates/de/job-hold.tmpl [new file with mode: 0644]
templates/de/job-op.tmpl [new file with mode: 0644]
templates/de/job-release.tmpl [new file with mode: 0644]
templates/de/job-restart.tmpl [new file with mode: 0644]
templates/de/jobs.tmpl [new file with mode: 0644]
templates/de/modify-class.tmpl [new file with mode: 0644]
templates/de/modify-printer.tmpl [new file with mode: 0644]
templates/de/option-boolean.tmpl [new file with mode: 0644]
templates/de/option-header.tmpl [new file with mode: 0644]
templates/de/option-pickmany.tmpl [new file with mode: 0644]
templates/de/option-pickone.tmpl [new file with mode: 0644]
templates/de/option-trailer.tmpl [new file with mode: 0644]
templates/de/printer-accept.tmpl [new file with mode: 0644]
templates/de/printer-added.tmpl [new file with mode: 0644]
templates/de/printer-configured.tmpl [new file with mode: 0644]
templates/de/printer-confirm.tmpl [new file with mode: 0644]
templates/de/printer-deleted.tmpl [new file with mode: 0644]
templates/de/printer-modified.tmpl [new file with mode: 0644]
templates/de/printer-reject.tmpl [new file with mode: 0644]
templates/de/printer-start.tmpl [new file with mode: 0644]
templates/de/printer-stop.tmpl [new file with mode: 0644]
templates/de/printers.tmpl [new file with mode: 0644]
templates/de/test-page.tmpl [new file with mode: 0644]
templates/de/trailer.tmpl [new file with mode: 0644]

index ec72df7f0e5ed0b62a320d17ceec69dbc87198e9..f1e7b954dc14ce82130672c51d22b72e4084ae94 100644 (file)
@@ -1,8 +1,10 @@
-CHANGES.txt - 01/15/2003
+CHANGES.txt - 01/16/2003
 ------------------------
 
 CHANGES IN CUPS V1.1.19
 
+       - Added a partial translation of the web interface to
+         German.
        - When printing using the OutputOrder=Reverse option
          with duplexing, the output order is now truly
          reversed; the order of sub-pages when printing N-up is
index 436a4f5c079cdaf440a589f9b1c9e687d422a8b7..6cab991df66bfa3675a7846d45f04a1c562a6596 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.16 2002/12/17 19:00:22 swdev Exp $"
+# "$Id: Makefile,v 1.17 2003/01/16 20:04:17 mike Exp $"
 #
 #   Template makefile for the Common UNIX Printing System (CUPS).
 #
@@ -99,9 +99,10 @@ install:
        for file in $(FILES); do \
                $(INSTALL_DATA) $$file $(DATADIR)/templates; \
        done
+       cd de; $(MAKE) $(MFLAGS) install
        cd fr; $(MAKE) $(MFLAGS) install
 
 
 #
-# End of "$Id: Makefile,v 1.16 2002/12/17 19:00:22 swdev Exp $".
+# End of "$Id: Makefile,v 1.17 2003/01/16 20:04:17 mike Exp $".
 #
diff --git a/templates/de/Makefile b/templates/de/Makefile
new file mode 100644 (file)
index 0000000..79b75eb
--- /dev/null
@@ -0,0 +1,105 @@
+#
+# "$Id: Makefile,v 1.1 2003/01/16 20:04:18 mike Exp $"
+#
+#   Template makefile for the Common UNIX Printing System (CUPS).
+#
+#   Copyright 1993-2003 by Easy Software Products.
+#
+#   These coded instructions, statements, and computer programs are the
+#   property of Easy Software Products and are protected by Federal
+#   copyright law.  Distribution and use rights are outlined in the file
+#   "LICENSE.txt" which should have been included with this file.  If this
+#   file is missing or damaged please contact Easy Software Products
+#   at:
+#
+#       Attn: CUPS Licensing Information
+#       Easy Software Products
+#       44141 Airport View Drive, Suite 204
+#       Hollywood, Maryland 20636-3111 USA
+#
+#       Voice: (301) 373-9603
+#       EMail: cups-info@cups.org
+#         WWW: http://www.cups.org
+#
+
+include ../../Makedefs
+
+#
+# Template files...
+#
+
+FILES  =       add-class.tmpl \
+               add-printer.tmpl \
+               admin-op.tmpl \
+               admin.tmpl \
+               choose-device.tmpl \
+               choose-make.tmpl \
+               choose-members.tmpl \
+               choose-model.tmpl \
+               choose-serial.tmpl \
+               choose-uri.tmpl \
+               class-added.tmpl \
+               class-confirm.tmpl \
+               class-deleted.tmpl \
+               class-modified.tmpl \
+               classes.tmpl \
+               config-printer.tmpl \
+               config-printer2.tmpl \
+               error.tmpl \
+               header.tmpl \
+               jobs.tmpl \
+               job-cancel.tmpl \
+               job-hold.tmpl \
+               job-op.tmpl \
+               job-release.tmpl \
+               job-restart.tmpl \
+               modify-class.tmpl \
+               modify-printer.tmpl \
+               option-boolean.tmpl \
+               option-header.tmpl \
+               option-pickmany.tmpl \
+               option-pickone.tmpl \
+               option-trailer.tmpl \
+               printers.tmpl \
+               printer-accept.tmpl \
+               printer-added.tmpl \
+               printer-configured.tmpl \
+               printer-confirm.tmpl \
+               printer-deleted.tmpl \
+               printer-modified.tmpl \
+               printer-purge.tmpl \
+               printer-reject.tmpl \
+               printer-start.tmpl \
+               printer-stop.tmpl \
+               test-page.tmpl \
+               trailer.tmpl
+
+
+#
+# Make everything...
+#
+
+all:
+
+
+#
+# Clean all config and object files...
+#
+
+clean:
+
+
+#
+# Install files...
+#
+
+install:
+       $(INSTALL_DIR) $(DATADIR)/templates/de
+       for file in $(FILES); do \
+               $(INSTALL_DATA) $$file $(DATADIR)/templates/de; \
+       done
+
+
+#
+# End of "$Id: Makefile,v 1.1 2003/01/16 20:04:18 mike Exp $".
+#
diff --git a/templates/de/add-class.tmpl b/templates/de/add-class.tmpl
new file mode 100644 (file)
index 0000000..a42f150
--- /dev/null
@@ -0,0 +1,33 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Neue Klasse zuf&uuml;gen</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Name: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_NAME" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Standort: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Beschreibung: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/add-printer.tmpl b/templates/de/add-printer.tmpl
new file mode 100644 (file)
index 0000000..ab2b731
--- /dev/null
@@ -0,0 +1,33 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Neuen Drucker zuf&uuml;gen</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Name: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_NAME" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Standort: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Beschreibung: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/admin-op.tmpl b/templates/de/admin-op.tmpl
new file mode 100644 (file)
index 0000000..ff3efe2
--- /dev/null
@@ -0,0 +1 @@
+<P>Nicht unterst&uuml;tze Operation "{op}".
diff --git a/templates/de/admin.tmpl b/templates/de/admin.tmpl
new file mode 100644 (file)
index 0000000..5e7ab6c
--- /dev/null
@@ -0,0 +1,56 @@
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966">Klassen</TH>
+       <TH WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD><A HREF="/admin/?op=add-class">
+       <IMG SRC="/images/add-class.gif" ALT="Add a New Class" BORDER="0"></A>
+       <A HREF="/classes/">
+       <IMG SRC="/images/manage-classes.gif" ALT="Manage Available Classes" BORDER="0"></A>
+       </TD>
+</TR>
+<TR>
+       <TD>&nbsp;</TD>
+</TR>
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966">Druckauftr&auml;ge</TH>
+       <TH WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD><A HREF="/jobs/">
+       <IMG SRC="/images/manage-jobs.gif" ALT="Manage Jobs" BORDER="0"></A>
+       </TD>
+</TR>
+<TR>
+       <TD>&nbsp;</TD>
+</TR>
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966">Drucker</TH>
+       <TH WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD><A HREF="/admin/?op=add-printer">
+       <IMG SRC="/images/add-printer.gif" ALT="Add a New Printer" BORDER="0"></A>
+       <A HREF="/printers/"><IMG SRC="/images/manage-printers.gif" ALT="Manage Available Printers" BORDER="0"></A>
+       </TD>
+</TR>
+<TR>
+       <TD>&nbsp;</TD>
+</TR>
+</TABLE>
diff --git a/templates/de/choose-device.tmpl b/templates/de/choose-device.tmpl
new file mode 100644 (file)
index 0000000..0ac0ca7
--- /dev/null
@@ -0,0 +1,32 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Ger&auml;t f&uuml; {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Gere&auml;t:&nbsp;</TD>
+       <TD>
+       <SELECT NAME="DEVICE_URI">
+       {[device_uri]<OPTION VALUE="{device_uri}" {?current_device_uri={device_uri}?SELECTED:}>
+       {device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+       }</SELECT>
+       </TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/choose-make.tmpl b/templates/de/choose-make.tmpl
new file mode 100644 (file)
index 0000000..02eb587
--- /dev/null
@@ -0,0 +1,35 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">
+<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
+<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
+<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
+<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Hersteller/Modell f&uuml;r {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Hersteller:&nbsp;</TD>
+       <TD>
+       <SELECT NAME="PPD_MAKE" SIZE="10">
+       {[ppd_make]<OPTION VALUE="{ppd_make}" {?current_make={ppd_make}?SELECTED:}>{ppd_make}}
+       </SELECT>
+       </TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/choose-members.tmpl b/templates/de/choose-members.tmpl
new file mode 100644 (file)
index 0000000..ebc8467
--- /dev/null
@@ -0,0 +1,30 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Mitglieder f&uuml;r {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Mitglieder:&nbsp;</TD>
+       <TD>
+       <SELECT NAME="MEMBER_URIS" SIZE="10" MULTIPLE>
+       {[member_uris]<OPTION VALUE="{member_uris}" {?member_selected}>{member_names}}
+       </SELECT>
+       </TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/choose-model.tmpl b/templates/de/choose-model.tmpl
new file mode 100644 (file)
index 0000000..ef81f7c
--- /dev/null
@@ -0,0 +1,35 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">
+<INPUT TYPE="HIDDEN" NAME="BAUDRATE" VALUE="{?baudrate}">
+<INPUT TYPE="HIDDEN" NAME="BITS" VALUE="{?bits}">
+<INPUT TYPE="HIDDEN" NAME="PARITY" VALUE="{?parity}">
+<INPUT TYPE="HIDDEN" NAME="FLOW" VALUE="{?flow}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Hersteller/Modell f&uuml;r {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Modell:&nbsp;</TD>
+       <TD>
+       <SELECT NAME="PPD_NAME" SIZE="10">
+       {[ppd_name]<OPTION VALUE="{ppd_name}" {?current_make_and_model={ppd_make_and_model}?SELECTED:}>{ppd_make_and_model} ({ppd_natural_language})
+       }</SELECT>
+       </TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/choose-serial.tmpl b/templates/de/choose-serial.tmpl
new file mode 100644 (file)
index 0000000..be4812a
--- /dev/null
@@ -0,0 +1,56 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Einstellungen der seriellen Schnittstelle f&uuml;r {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">&Uuml;bertragungsgeschwindigkeit:&nbsp;</TD>
+       <TD><SELECT NAME="BAUDRATE">
+       {[baudrates]<OPTION {?baudrate={baudrates}?SELECTED:}>{baudrates}}
+       </SELECT></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Parit&auml;t:&nbsp;</TD>
+       <TD><SELECT NAME="PARITY">
+       <OPTION VALUE="none" {?parity=none?SELECTED:}>None
+       <OPTION VALUE="even" {?parity=even?SELECTED:}>Even
+       <OPTION VALUE="odd" {?parity=odd?SELECTED:}>Odd
+       </SELECT></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Datenbits:&nbsp;</TD>
+       <TD><SELECT NAME="BITS">
+       <OPTION {?bits=8?SELECTED:}>8
+       <OPTION {?bits=7?SELECTED:}>7
+       </SELECT></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Flussksteuerung:&nbsp;</TD>
+       <TD><SELECT NAME="FLOW">
+       <OPTION VALUE="none" {?flow=none?SELECTED:}>None
+       <OPTION VALUE="soft" {?flow=soft?SELECTED:}>XON/XOFF (Software)
+       <OPTION VALUE="hard" {?flow=hard?SELECTED:}>RTS/CTS (Hardware)
+       <OPTION VALUE="dtrdsr" {?flow=dtrdsr?SELECTED:}>DTR/DSR (Hardware)
+       </SELECT></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/choose-uri.tmpl b/templates/de/choose-uri.tmpl
new file mode 100644 (file)
index 0000000..64e9a18
--- /dev/null
@@ -0,0 +1,43 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
+<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Ger&auml;te URI f&uuml;r {printer_name}</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Ger&auml;te URI:&nbsp;</TD>
+       <TD><INPUT TYPE="TEXT" SIZE="40" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{device_uri}"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD>Examples:
+       <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>
+       </TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/class-added.tmpl b/templates/de/class-added.tmpl
new file mode 100644 (file)
index 0000000..54df5ab
--- /dev/null
@@ -0,0 +1 @@
+<P>Klasse <A HREF="/classes/{printer_name}">{printer_name}</A> wurde zugef&uuml;gt.
diff --git a/templates/de/class-confirm.tmpl b/templates/de/class-confirm.tmpl
new file mode 100644 (file)
index 0000000..6e6032b
--- /dev/null
@@ -0,0 +1,5 @@
+<P><B>Warnung:</B> Si el&ouml;schen gerade die Klasee {printer_name}! Sind sie sicher?
+
+<P ALIGN="CENTER">
+<A HREF="/admin/?op=delete-class&printer_name={printer_name}&confirm=yes">
+<IMG SRC="/images/continue.gif" ALT="Continue" BORDER="0"></A>
diff --git a/templates/de/class-deleted.tmpl b/templates/de/class-deleted.tmpl
new file mode 100644 (file)
index 0000000..c75fab4
--- /dev/null
@@ -0,0 +1 @@
+<P>Klasse {printer_name} wurde erfolgreich gel&ouml;scht.
diff --git a/templates/de/class-modified.tmpl b/templates/de/class-modified.tmpl
new file mode 100644 (file)
index 0000000..97f1a2e
--- /dev/null
@@ -0,0 +1 @@
+<P>Klasse <A HREF="/classes/{printer_name}">{printer_name}</A> wurde erfolgreich modifiziert.
diff --git a/templates/de/classes.tmpl b/templates/de/classes.tmpl
new file mode 100644 (file)
index 0000000..06f7963
--- /dev/null
@@ -0,0 +1,51 @@
+{#printer_name=0?No classes:
+<P><B>Systemvoreinstellung f&uuml;r Druckziel:</B> <A HREF="{default_uri}">{default_name}</A>
+<P><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+{[printer_name]
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966"><A HREF="{printer_uri_supported}">{printer_name}</A></TH>
+       <TH BGCOLOR="#999966">Druckerklasse</TH>
+       <TH><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD VALIGN=TOP><A HREF="{printer_uri_supported}">
+       <IMG SRC="../images/classes.gif" BORDER="0" ALT=""></A></TD>
+       <TD VALIGN=TOP>Beschreibung: {printer_info}<BR>
+       Standort: {printer_location}<BR>
+       Klassenstatus: {printer_state=3?gelangweilt:{printer_state=4?processing:stopped}},
+       {printer_is_accepting_jobs=0?rejecting jobs:nimmt Druckauftr&auml;ge entgegen}.
+       {?printer_state_message=?:<BR><I>"{printer_state_message}"</I>}
+       {?member_names=?:<BR>Members: {member_names}}
+       <P>
+       <A HREF="{printer_uri_supported}?op=print-test-page">
+       <IMG SRC="/images/print-test-page.gif" ALT="Print Test Page" BORDER="0"></A>
+       {printer_state=5?
+       <A HREF="/admin/?op=start-printer&printer_name={printer_name}">
+       <IMG SRC="/images/start-class.gif" ALT="Start Class" BORDER="0"></A>
+       :
+       <A HREF="/admin/?op=stop-printer&printer_name={printer_name}">
+       <IMG SRC="/images/stop-class.gif" ALT="Stop Class" BORDER="0"></A>
+       }
+       {printer_is_accepting_jobs=0?
+       <A HREF="/admin/?op=accept-jobs&printer_name={printer_name}">
+       <IMG SRC="/images/accept-jobs.gif" ALT="Accept Jobs" BORDER="0"></A>
+       :
+       <A HREF="/admin/?op=reject-jobs&printer_name={printer_name}">
+       <IMG SRC="/images/reject-jobs.gif" ALT="Reject Jobs" BORDER="0"></A>
+       }
+       <A HREF="/admin/?op=modify-class&printer_name={printer_name}">
+       <IMG SRC="/images/modify-class.gif" ALT="Modify Class" BORDER="0"></A>
+       <A HREF="/admin/?op=delete-class&printer_name={printer_name}">
+       <IMG SRC="/images/delete-class.gif" ALT="Delete Class" BORDER="0"></A>
+       </TD>
+</TR>
+}
+</TABLE>
+}
+<P><A HREF="/admin/?op=add-class">
+<IMG SRC="/images/add-class.gif" ALT="Add Class" BORDER="0"></A>
diff --git a/templates/de/config-printer.tmpl b/templates/de/config-printer.tmpl
new file mode 100644 (file)
index 0000000..6baee53
--- /dev/null
@@ -0,0 +1,6 @@
+<P>Wählen Sie die Vorgabeoptionen f&uuml;r {printer_name}.
+
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
diff --git a/templates/de/config-printer2.tmpl b/templates/de/config-printer2.tmpl
new file mode 100644 (file)
index 0000000..bfb42d6
--- /dev/null
@@ -0,0 +1,2 @@
+</TABLE>
+</FORM>
diff --git a/templates/de/error.tmpl b/templates/de/error.tmpl
new file mode 100644 (file)
index 0000000..c34292f
--- /dev/null
@@ -0,0 +1,3 @@
+<P>Fehler:
+
+<BLOCKQUOTE>{error}</BLOCKQUOTE>
diff --git a/templates/de/header.tmpl b/templates/de/header.tmpl
new file mode 100644 (file)
index 0000000..3eabbf4
--- /dev/null
@@ -0,0 +1,23 @@
+<HTML>
+<HEAD>
+       <TITLE>{title} auf {server_name} - {cups_version}</TITLE>
+       <!-- Prevent caching of CGI content -->
+       <META HTTP-EQUIV="Expires" CONTENT="now">
+       <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
+       <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css">
+       <MAP NAME="navbar">
+               <AREA SHAPE="RECT" COORDS="12,0,50,30" HREF="http://www.easysw.com" ALT="Easy Software Products Home Page">
+               <AREA SHAPE="RECT" COORDS="82,0,196,30" HREF="/admin" ALT="Do Administration Tasks">
+               <AREA SHAPE="RECT" COORDS="216,0,280,30" HREF="/classes" ALT="Manage Printer Classes Status">
+               <AREA SHAPE="RECT" COORDS="300,0,336,30" HREF="/documentation.html" ALT="On-Line Help">
+               <AREA SHAPE="RECT" COORDS="356,0,394,30" HREF="/jobs" ALT="Manage Jobs">
+               <AREA SHAPE="RECT" COORDS="414,0,476,30" HREF="/printers" ALT="Manage Printers">
+               <AREA SHAPE="RECT" COORDS="496,0,568,30" HREF="http://www.cups.org" ALT="Download the Current CUPS Software">
+       </MAP>
+</HEAD>
+<BODY BGCOLOR="#cccc99" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF">
+<CENTER>
+<IMG SRC="/images/navbar.gif" WIDTH="583" HEIGHT="30" USEMAP="#navbar" BORDER="0" ALT="Common UNIX Printing System">
+</CENTER>
+
+<H1>{title}</H1>
diff --git a/templates/de/job-cancel.tmpl b/templates/de/job-cancel.tmpl
new file mode 100644 (file)
index 0000000..06b305c
--- /dev/null
@@ -0,0 +1 @@
+<P><A HREF="{job_printer_uri}">Auftrag {job_id}</A> wurde abgebrochen.
diff --git a/templates/de/job-hold.tmpl b/templates/de/job-hold.tmpl
new file mode 100644 (file)
index 0000000..fed8519
--- /dev/null
@@ -0,0 +1 @@
+<P><A HREF="{job_printer_uri}">Auftrag {job_id}</A> wurde unterbrochen.
diff --git a/templates/de/job-op.tmpl b/templates/de/job-op.tmpl
new file mode 100644 (file)
index 0000000..d59f08b
--- /dev/null
@@ -0,0 +1 @@
+<P>Nicht unterst&uuml;tzte Auftragsoperation "{op}".
diff --git a/templates/de/job-release.tmpl b/templates/de/job-release.tmpl
new file mode 100644 (file)
index 0000000..ef11eeb
--- /dev/null
@@ -0,0 +1 @@
+<P><A HREF="{job_printer_uri}">Auftrag {job_id}</A> wurde zum Druck freigegeben.
diff --git a/templates/de/job-restart.tmpl b/templates/de/job-restart.tmpl
new file mode 100644 (file)
index 0000000..9406117
--- /dev/null
@@ -0,0 +1 @@
+<P><A HREF="{job_printer_uri}">Auftrag {job_id}</A> wurde neu gestartet.
diff --git a/templates/de/jobs.tmpl b/templates/de/jobs.tmpl
new file mode 100644 (file)
index 0000000..3cc95ec
--- /dev/null
@@ -0,0 +1,58 @@
+<P>{#job_id=0?No {?which_jobs=completed?Completed:Active} Druckauftr&auml;ge:
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH>ID&nbsp;</TH>
+       <TH>Name&nbsp;</TH>
+       <TH>Benutzer&nbsp;</TH>
+       <TH>Gr&ouml;sse&nbsp;</TH>
+       <TH>Status&nbsp;</TH>
+       <TH>Steuerung&nbsp;</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+{[job_id]
+<TR VALIGN="TOP">
+       <TD HEIGHT="28"></TD>
+       <TD><A HREF="{job_printer_uri}">{job_printer_name}</A>-{job_id}&nbsp;</TD>
+       <TD>{?job_name=?Unknown:{job_name}}&nbsp;</TD>
+       <TD>{job_originating_user_name}&nbsp;</TD>
+       <TD>{job_k_octets}k&nbsp;</TD>
+       <TD>{job_state=3?in Auftrag seit<BR>
+       {time_at_creation}:{job_state=4?angehalten seit<BR>
+       {time_at_creation}:{job_state=5?in Verarbeitung seit<BR>
+       {time_at_processing}:{job_state=6?angehalten am<BR>
+       {time_at_completed}:{job_state=7?gel&ouml;scht am<BR>
+       {time_at_completed}:{job_state=8?abgebrochen:fertig am<BR>
+       {time_at_completed}}}}}}}&nbsp;</TD>
+       <TD>
+       {job_state>5?
+       {job_k_octets>0?
+       <A HREF="/admin/?op=restart-job&job_id={job_id}">
+       <IMG SRC="/images/restart-job.gif" ALT="Restart Job" BORDER="0"></A>
+       :}:}
+       {job_state>6?:
+       {job_state=4?
+       <A HREF="/admin/?op=release-job&job_id={job_id}">
+       <IMG SRC="/images/release-job.gif" ALT="Release Job" BORDER="0"></A>
+       :
+       <A HREF="/admin/?op=hold-job&job_id={job_id}">
+       <IMG SRC="/images/hold-job.gif" ALT="Hold Job" BORDER="0"></A>
+       }
+       <A HREF="/admin/?op=cancel-job&job_id={job_id}">
+       <IMG SRC="/images/cancel-job.gif" ALT="Cancel Job" BORDER="0"></A>
+       }
+       &nbsp;</TD>
+</TR>
+}
+</TABLE>
+}
+<P>{?which_jobs=?
+<A HREF="{?printer_name=?/jobs:/printers/{printer_name}}?which_jobs=completed">
+<IMG SRC="/images/show-completed.gif" BORDER="0" ALT="Show Completed Jobs"></A>
+:
+<A HREF="{?printer_name=?/jobs:/printers/{printer_name}}">
+<IMG SRC="/images/show-active.gif" BORDER="0" ALT="Show Active Jobs"></A>
+}
diff --git a/templates/de/modify-class.tmpl b/templates/de/modify-class.tmpl
new file mode 100644 (file)
index 0000000..818fe8e
--- /dev/null
@@ -0,0 +1,34 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Druckerklasse {printer_name} modifizieren</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Name: </TD>
+       <TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+       {printer_name}</TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Standort: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Beschreibung: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/modify-printer.tmpl b/templates/de/modify-printer.tmpl
new file mode 100644 (file)
index 0000000..2a01330
--- /dev/null
@@ -0,0 +1,36 @@
+<FORM METHOD="POST" ACTION="/admin">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+{?device_uri=?:<INPUT TYPE="HIDDEN" NAME="CURRENT_DEVICE_URI" VALUE="{device_uri}">}
+{?printer_make_and_model=?:<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{printer_make_and_model}">}
+<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+<TR BGCOLOR="#999966">
+       <TH WIDTH="16"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH COLSPAN="2">Drucker {printer_name} modifizieren</TH>
+       <TH BGCOLOR="#cccc99" WIDTH="16"><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Name: </TD>
+       <TD><INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
+       {printer_name}</TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Standort: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">Beschreibung: </TD>
+       <TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+</TABLE>
+</FORM>
diff --git a/templates/de/option-boolean.tmpl b/templates/de/option-boolean.tmpl
new file mode 100644 (file)
index 0000000..a8360fc
--- /dev/null
@@ -0,0 +1,7 @@
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">{keytext}:</TD>
+       <TD>
+       {[choices]<INPUT TYPE="RADIO" NAME="{keyword}" {choices={defchoice}?CHECKED:} VALUE="{choices}">{text}}
+       </TD>
+</TR>
diff --git a/templates/de/option-header.tmpl b/templates/de/option-header.tmpl
new file mode 100644 (file)
index 0000000..23a9041
--- /dev/null
@@ -0,0 +1,8 @@
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966" COLSPAN="2">{group}</TH>
+       <TH><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
diff --git a/templates/de/option-pickmany.tmpl b/templates/de/option-pickmany.tmpl
new file mode 100644 (file)
index 0000000..8340889
--- /dev/null
@@ -0,0 +1,7 @@
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT" VALIGN="TOP">{keytext}:</TD>
+       <TD><SELECT NAME="{keyword}" MULTIPLE SIZE="10">
+       {[choices]<OPTION {choices={defchoice}?SELECTED:} VALUE="{choices}">{text}}
+       </SELECT></TD>
+</TR>
diff --git a/templates/de/option-pickone.tmpl b/templates/de/option-pickone.tmpl
new file mode 100644 (file)
index 0000000..6880b96
--- /dev/null
@@ -0,0 +1,7 @@
+<TR>
+       <TD></TD>
+       <TD ALIGN="RIGHT">{keytext}:</TD>
+       <TD><SELECT NAME="{keyword}">
+       {[choices]<OPTION {choices={defchoice}?SELECTED:} VALUE="{choices}">{text}}
+       </SELECT></TD>
+</TR>
diff --git a/templates/de/option-trailer.tmpl b/templates/de/option-trailer.tmpl
new file mode 100644 (file)
index 0000000..8030228
--- /dev/null
@@ -0,0 +1,8 @@
+<TR>
+       <TD></TD>
+       <TD></TD>
+       <TD><INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue" BORDER="0"></TD>
+</TR>
+<TR>
+        <TD HEIGHT="4"></TD>
+</TR>
diff --git a/templates/de/printer-accept.tmpl b/templates/de/printer-accept.tmpl
new file mode 100644 (file)
index 0000000..63f4ab2
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> nimmt nun Druckaufträge entgegen.
diff --git a/templates/de/printer-added.tmpl b/templates/de/printer-added.tmpl
new file mode 100644 (file)
index 0000000..83d21ec
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> wurde erfolgreich zugefügt.
diff --git a/templates/de/printer-configured.tmpl b/templates/de/printer-configured.tmpl
new file mode 100644 (file)
index 0000000..6ba6afa
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> wurde erfolgreich konfiguriert.
diff --git a/templates/de/printer-confirm.tmpl b/templates/de/printer-confirm.tmpl
new file mode 100644 (file)
index 0000000..37e4d37
--- /dev/null
@@ -0,0 +1,5 @@
+<P><B>Warnung:</B> Sie l&ouml;schen gerade einen Drucker {printer_name}! Sind Sie sicher?
+
+<P ALIGN="CENTER">
+<A HREF="/admin/?op=delete-printer&printer_name={printer_name}&confirm=yes">
+<IMG SRC="/images/continue.gif" ALT="Continue" BORDER="0"></A>
diff --git a/templates/de/printer-deleted.tmpl b/templates/de/printer-deleted.tmpl
new file mode 100644 (file)
index 0000000..f1336b0
--- /dev/null
@@ -0,0 +1 @@
+<P>Printer {printer_name} has been deleted successfully.
diff --git a/templates/de/printer-modified.tmpl b/templates/de/printer-modified.tmpl
new file mode 100644 (file)
index 0000000..1f34035
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> wurde modifiziert.
diff --git a/templates/de/printer-reject.tmpl b/templates/de/printer-reject.tmpl
new file mode 100644 (file)
index 0000000..6feda64
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> nimmt nun keine Druckauftr&auml;ge mehr entgegen.
diff --git a/templates/de/printer-start.tmpl b/templates/de/printer-start.tmpl
new file mode 100644 (file)
index 0000000..bfef05a
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> wurde gestartet.
diff --git a/templates/de/printer-stop.tmpl b/templates/de/printer-stop.tmpl
new file mode 100644 (file)
index 0000000..3b253a9
--- /dev/null
@@ -0,0 +1 @@
+<P>Drucker <A HREF="/printers/{printer_name}">{printer_name}</A> ist angehalten.
diff --git a/templates/de/printers.tmpl b/templates/de/printers.tmpl
new file mode 100644 (file)
index 0000000..fdc5d97
--- /dev/null
@@ -0,0 +1,57 @@
+{#printer_name=0?No printers:
+<P><B>Systemvoreinstellung f&uuml; das Druckziel:</B> <A HREF="{default_uri}">{default_name}</A>
+<P><TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="100%">
+{[printer_name]
+<TR>
+       <TH BGCOLOR="#999966"><IMG SRC="/images/left.gif" ALT=""></TH>
+       <TH BGCOLOR="#999966"><A HREF="{printer_uri_supported}">{printer_name}</A></TH>
+       <TH BGCOLOR="#999966">{printer_make_and_model}</TH>
+       <TH><IMG SRC="/images/right.gif" ALT=""></TH>
+</TR>
+<TR>
+       <TD HEIGHT="4"></TD>
+</TR>
+<TR>
+       <TD></TD>
+       <TD VALIGN="TOP"><A HREF="{printer_uri_supported}">
+       <IMG SRC="../images/printer-{printer_state=3?idle:{printer_state=4?processing:stopped}}.gif" BORDER="0" ALT=""></A>
+       </TD>
+       <TD VALIGN="TOP">Beschreibung: {printer_info}<BR>
+       Standort: {printer_location}<BR>
+       Ger&auml;testatus: {printer_state=3?gelangweilt:{printer_state=4?arbeitend:angehalten}},
+       {printer_is_accepting_jobs=0?weist Auftr&auml;ge ab:Nimmt Auftr&auml;ge entgegen}.
+       {?printer_state_message=?:<BR><I>"{printer_state_message}"</I>}
+       {?device_uri=?:<BR>Ger&auml;te URI: {device_uri}}
+       <P>
+       <A HREF="{printer_uri_supported}?op=print-test-page">
+       <IMG SRC="/images/print-test-page.gif" ALT="Print Test Page" BORDER="0"></A>
+       {printer_state=5?
+       <A HREF="/admin/?op=start-printer&printer_name={printer_name}">
+       <IMG SRC="/images/start-printer.gif" ALT="Start Printer" BORDER="0"></A>
+       :
+       <A HREF="/admin/?op=stop-printer&printer_name={printer_name}">
+       <IMG SRC="/images/stop-printer.gif" ALT="Stop Printer" BORDER="0"></A>
+       }
+       {printer_is_accepting_jobs=0?
+       <A HREF="/admin/?op=accept-jobs&printer_name={printer_name}">
+       <IMG SRC="/images/accept-jobs.gif" ALT="Accept Jobs" BORDER="0"></A>
+       :
+       <A HREF="/admin/?op=reject-jobs&printer_name={printer_name}">
+       <IMG SRC="/images/reject-jobs.gif" ALT="Reject Jobs" BORDER="0"></A>
+       }
+       <A HREF="/admin/?op=modify-printer&printer_name={printer_name}">
+       <IMG SRC="/images/modify-printer.gif" ALT="Modify Printer" BORDER="0"></A>
+       <A HREF="/admin/?op=config-printer&printer_name={printer_name}">
+       <IMG SRC="/images/config-printer.gif" ALT="Configure Printer" BORDER="0"></A>
+       <A HREF="/admin/?op=delete-printer&printer_name={printer_name}">
+       <IMG SRC="/images/delete-printer.gif" ALT="Delete Printer" BORDER="0"></A>
+       </TD>
+</TR>
+<TR>
+       <TD>&nbsp;</TD>
+</TR>
+}
+</TABLE>
+}
+<P><A HREF="/admin/?op=add-printer">
+<IMG SRC="/images/add-printer.gif" ALT="Add Printer" BORDER="0"></A>
diff --git a/templates/de/test-page.tmpl b/templates/de/test-page.tmpl
new file mode 100644 (file)
index 0000000..559b2ea
--- /dev/null
@@ -0,0 +1,2 @@
+<P>eine Testseite wurde gesendet; Auftrags ID ist <A HREF="/printers/{printer_name}">
+{printer_name}-{job_id}</A>.
diff --git a/templates/de/trailer.tmpl b/templates/de/trailer.tmpl
new file mode 100644 (file)
index 0000000..2befd6e
--- /dev/null
@@ -0,0 +1,7 @@
+<HR>
+<P>Copyright 1993-2002 Easy Software Products, Alle Rechte vorbehalten. 
+Das "Common UNIX Printing System", CUPS, und das CUPS logo
+sind eingetragene Warenzeichen von <A HREF="http://www.easysw.com">Easy Software Products</A>. 
+Alle anderen Markenzeichen sind Eigentum der jeweiligen Eigent&uuml;mer.
+</BODY>
+</HTML>