]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/fr/list-available-printers.tmpl
Merge changes from CUPS 1.7svn-r10814.
[thirdparty/cups.git] / templates / fr / list-available-printers.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title">Imprimantes Disponibles</H2>
4
5 {#device_uri=0?<P>Aucune imprimante trouv&eacute;e.</P>
6 :<UL>{[device_uri]
7 <LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Local Printer"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Ajouter cette imprimante"></FORM>
8 {device_make_and_model} ({device_info})</LI>
9 }</UL>}
10
11 </DIV>