]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/pt_BR/printer.tmpl
0bd7f08c4326bbfcaed08974b49d2f31c6646918
[thirdparty/cups.git] / templates / pt_BR / printer.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
4 ({printer_state=3?Inativa:{printer_state=4?processando:pausada}},
5 {printer_is_accepting_jobs=0?rejeitando trabalhos:aceitando trabalhos},
6 {server_is_sharing_printers=0?não compartilhada:{printer_is_shared=0?não compartilhada:compartilhada}} {default_name={printer_name}?, padrão do servidor:})</H2>
7
8 <FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance">
9 <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
10 <SELECT NAME="OP" ONCHANGE="document.maintenance.submit();">
11 <OPTION VALUE="">Manutenção</OPTION>
12 <OPTION VALUE="print-test-page">Imprimir página de teste</OPTION>
13 {printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Limpar cabeças de impressão</OPTION>:}
14 {printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">Imprimir página de auto-teste</OPTION>:}
15 {printer_state=5?<OPTION VALUE="start-printer">Pausar impressora</OPTION>:<OPTION VALUE="stop-printer">Pausar impressora</OPTION>}
16 {printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Aceitar trabalhos</OPTION>:<OPTION VALUE="reject-jobs">Rejeitar trabalhos</OPTION>}
17 <OPTION VALUE="move-jobs">Mover todos trabalhos</OPTION>
18 <OPTION VALUE="purge-jobs">Cancelar todos trabalhos</OPTION>
19 </SELECT>
20 <INPUT TYPE="SUBMIT" VALUE="Ir" STYLE="display: none;">
21 </FORM>
22
23 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration">
24 <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
25 <INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">
26 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
27 <OPTION VALUE="">Administração</OPTION>
28 <OPTION VALUE="modify-printer">Modificar impressora</OPTION>
29 <OPTION VALUE="delete-printer">Excluir impressora</OPTION>
30 <OPTION VALUE="set-printer-options">Definir opções padrão</OPTION>
31 <OPTION VALUE="set-as-default">Definir com padrão do servidor</OPTION>
32 <OPTION VALUE="set-allowed-users">Definir usuários permitidos</OPTION>
33 </SELECT>
34 <INPUT TYPE="SUBMIT" VALUE="Ir" STYLE="display: none;">
35 </FORM>
36
37 <TABLE SUMMARY="{printer_name}">
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Descrição:</TH><TD>{printer_info}</TD></TR>
39 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Localização:</TH><TD>{printer_location}</TD></TR>
40 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Driver:</TH><TD>{printer_make_and_model} ({color_supported=1?color:grayscale}{sides_supported?, 2-sided printing:})<BR>
41 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Conexão:</TH><TD>{device_uri}</TD></TR>
42 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Padrões:</TH><TD>job-sheets={job_sheets_default}
43 media={media_default?{media_default}:desconhecido}
44 {sides_default?sides={sides_default}:}</TD></TR>
45 </TABLE>
46
47 </DIV>