]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/pl/modify-class.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / pl / modify-class.tmpl
index a48fc19bcc77b2581a003823cf7f46c9a04556b9..d1c27db900fc52f3a1a24415506bb2d8400f3123 100644 (file)
@@ -1,7 +1,7 @@
 <FORM METHOD="POST" ACTION="/admin">
 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
 
-<H2 CLASS="title">Modyfikuj Grupę {printer_name}</H2>
+<H2 CLASS="title">Zmodyfikuj klasę {printer_name}</H2>
 
 <TABLE>
 <TR>
@@ -18,7 +18,7 @@
 <TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"></TD>
 </TR>
 <TR>
-<TH CLASS="label">Składniki:</TH>
+<TH CLASS="label">Elementy:</TH>
 <TD>
 <SELECT NAME="MEMBER_URIS" SIZE="10" MULTIPLE>
 {[member_uris]<OPTION VALUE="{member_uris}" {?member_selected}>{member_names}}
@@ -27,7 +27,7 @@
 </TR>
 <TR>
 <TD></TD>
-<TD><INPUT TYPE="IMAGE" SRC="/images/button-modify-class.gif" ALT="Modyfikuj Grupę"></TD>
+<TD><INPUT TYPE="IMAGE" SRC="/images/button-modify-class.gif" ALT="Zmodyfikuj klasę"></TD>
 </TR>
 </TABLE>