]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/printer.tmpl
Correct typos for French_France
[thirdparty/cups.git] / templates / fr / printer.tmpl
CommitLineData
46d22fe9
L
1<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
2({printer_state=3?Inoccupée :{printer_state=4?En cours d'impression:En pause}},
4baf1b58 3{printer_is_accepting_jobs=0?Rejette les tâches:Accepte les tâches},
46d22fe9
L
4{server_is_sharing_printers=0?non:{printer_is_shared=0?non:}} partagée{default_name={printer_name}?, imprimante par défaut :})</H2>
5
b17b635a 6<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
46d22fe9
L
7<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
8<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
9<OPTION VALUE="">Maintenance</OPTION>
10<OPTION VALUE="print-test-page">Imprimer une page de test</OPTION>
11{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Nettoyer les têtes d'impression</OPTION>:}
12{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">Imprimer la page de test de l'imprimante</OPTION>:}
13{printer_state=5?<OPTION VALUE="start-printer">Démarrer l'imprimante</OPTION>:<OPTION VALUE="stop-printer">Arrêter l'imprimante</OPTION>}
14{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Accepter les tâches</OPTION>:<OPTION VALUE="reject-jobs">Rejeter les tâches</OPTION>}
15<OPTION VALUE="move-jobs">Transférer toutes les tâches</OPTION>
16<OPTION VALUE="cancel-jobs">Purger toutes les tâches</OPTION>
17</SELECT>
18<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT>
19</FORM>
20
21<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
22<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
23<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
24<SELECT NAME="OP" ONCHANGE="document.administration.submit();">
25<OPTION VALUE="">Administration</OPTION>
26<OPTION VALUE="modify-printer">Modifier l'imprimante</OPTION>
27<OPTION VALUE="delete-printer">Supprimer l'imprimante</OPTION>
28<OPTION VALUE="set-printer-options">Définir les options de l'imprimante</OPTION>
29<OPTION VALUE="set-as-default">Définir par défaut</OPTION>
30<OPTION VALUE="set-allowed-users">Définir les autorisations</OPTION>
31</SELECT>
32<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT>
33</FORM>
34
35<TABLE SUMMARY="{printer_name}">
36<TR><TH ALIGN="RIGHT" VALIGN="TOP">Description :</TH><TD>{printer_info}</TD></TR>
37<TR><TH ALIGN="RIGHT" VALIGN="TOP">Emplacement :</TH><TD>{printer_location}</TD></TR>
b17b635a 38<TR><TH ALIGN="RIGHT" VALIGN="TOP">Pilote :</TH><TD>{printer_make_and_model} ({color_supported=1?color:grayscale}{sides_supported=one-sided?:, 2-sided printing})<BR>
46d22fe9
L
39<TR><TH ALIGN="RIGHT" VALIGN="TOP">Connexion :</TH><TD>{device_uri}</TD></TR>
40<TR><TH ALIGN="RIGHT" VALIGN="TOP">Par défaut :</TH><TD>job-sheets={job_sheets_default}
41media={media_default?{media_default}:inconnu}
42{sides_default?sides={sides_default}:}</TD></TR>
43</TABLE>