]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/de/printers.tmpl
Improved German translation (added missing translations, corrected wrong wordings...
[thirdparty/cups.git] / templates / de / printers.tmpl
CommitLineData
45bfe940
MS
1{#printer_name=0?:
2<TABLE CLASS="list" SUMMARY="Druckerliste">
3<THEAD>
26b2bef2 4<TR><TH>Warteschlange</TH><TH>Beschreibung</TH><TH>Ort</TH><TH>Hersteller und Modell</TH><TH>Status</TH></TR>
45bfe940
MS
5</THEAD>
6<TBODY>
7{[printer_name]
26b2bef2 8<TR><TD><A HREF="{printer_uri_supported}">{printer_name}</A></TD><TD>{printer_info}</TD><TD>{printer_location}</TD><TD>{printer_make_and_model}</TD><TD>{printer_state=3?Leerlauf:{printer_state=4?Beschäftigt:Angehalten}}{printer_state_message? - "{printer_state_message}":}</TD></TR>
45bfe940
MS
9}
10</TBODY>
11</TABLE></DIV>}