]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/choose-device.tmpl
Correct typos for French_France
[thirdparty/cups.git] / templates / fr / choose-device.tmpl
CommitLineData
46d22fe9
L
1<H2 CLASS="title">{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}</H2>
2
3{CUPS_GET_DEVICES_DONE?<FORM METHOD="POST" ACTION="/admin">
4<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
5<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
6{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
7
8<TABLE>
9{op=add-printer?:<TR>
10<TH CLASS="label">Connexion courante \:</TH>
7db93414
GS
11<TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{current_device_uri}" VALUE="{current_device_uri}" CHECKED>
12<LABEL FOR="{current_device_uri}">{current_device_uri}</LABEL></TD>
46d22fe9
L
13</TR>}
14<TR>
15<TH CLASS="label">Imprimantes locales \:</TH>
16<TD>
7db93414 17{[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}"
46d22fe9 18VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
7db93414 19<LABEL FOR="{device_uri}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
46d22fe9
L
20:}}
21</TD>
22</TR>
23<TR>
ac9e295f 24<TH CLASS="label">Imprimantes r&eacute;seau d&eacute;couvertes \:</TH>
46d22fe9 25<TD>
7db93414 26{[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}"
46d22fe9 27VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
7db93414 28<LABEL FOR="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
46d22fe9
L
29:}:}}
30</TD>
31</TR>
32<TR>
33<TR>
ac9e295f 34<TH CLASS="label">Autres imprimantes r&eacute;seau \:</TH>
46d22fe9 35<TD>
7db93414 36{[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}"
46d22fe9 37VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
7db93414 38<LABEL FOR="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
46d22fe9
L
39}:}}
40</TD>
41</TR>
42<TR>
43<TD></TD>
44<TD><INPUT TYPE="SUBMIT" VALUE="Continuer"></TD>
45</TR>
46</TABLE>
47
48</FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
49ALT="Indicateur d'occupation"> Recherche en cours...</P>}