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