diff options
Diffstat (limited to 'templates/es/printer.tmpl')
-rw-r--r-- | templates/es/printer.tmpl | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/templates/es/printer.tmpl b/templates/es/printer.tmpl deleted file mode 100644 index 0ea10492f..000000000 --- a/templates/es/printer.tmpl +++ /dev/null @@ -1,47 +0,0 @@ -<DIV CLASS="indent"> - -<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A> -({printer_state=3?inactiva:{printer_state=4?procesando:en pausa}}, -{printer_is_accepting_jobs=0?rechazando trabajos:aceptando trabajos}, -{server_is_sharing_printers=0?no:{printer_is_shared=0?no:}} compartida{default_name={printer_name}?, predeterminada del servidor:})</H2> - -<FORM METHOD="POST" ACTION="{printer_uri_supported}" NAME="maintenance"> -<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> -<SELECT NAME="OP" ONCHANGE="document.maintenance.submit();"> -<OPTION VALUE="">Mantenimiento</OPTION> -<OPTION VALUE="print-test-page">Imprimir página de prueba</OPTION> -{printer_commands~.*Clean.*?<OPTION VALUE="clean-print-heads">Limpiar cabezales de impresión</OPTION>:} -{printer_commands~.*PrintSelfTestPage.*?<OPTION VALUE="print-self-test-page">Imprimir página de auto prueba</OPTION>:} -{printer_state=5?<OPTION VALUE="start-printer">Reanudar impresora</OPTION>:<OPTION VALUE="stop-printer">Pausar impresora</OPTION>} -{printer_is_accepting_jobs=0?<OPTION VALUE="accept-jobs">Aceptar trabajos</OPTION>:<OPTION VALUE="reject-jobs">Rechazar trabajos</OPTION>} -<OPTION VALUE="move-jobs">Mover todos los trabajos</OPTION> -<OPTION VALUE="purge-jobs">Cancelar todos los trabajos</OPTION> -</SELECT> -<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT> -</FORM> - -<FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> -<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"> -<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"> -<SELECT NAME="OP" ONCHANGE="document.administration.submit();"> -<OPTION VALUE="">Administración</OPTION> -<OPTION VALUE="modify-printer">Modificar impresora</OPTION> -<OPTION VALUE="delete-printer">Borrar impresora</OPTION> -<OPTION VALUE="set-printer-options">Establecer opciones predeterminadas</OPTION> -<OPTION VALUE="set-as-default">Poner como predeterminada del servidor</OPTION> -<OPTION VALUE="set-allowed-users">Establecer usuarios permitidos</OPTION> -</SELECT> -<NOSCRIPT><INPUT TYPE="SUBMIT" VALUE="Go"></NOSCRIPT> -</FORM> - -<TABLE SUMMARY="{printer_name}"> -<TR><TH ALIGN="RIGHT" VALIGN="TOP">Descripción:</TH><TD>{printer_info}</TD></TR> -<TR><TH ALIGN="RIGHT" VALIGN="TOP">Ubicación:</TH><TD>{printer_location}</TD></TR> -<TR><TH ALIGN="RIGHT" VALIGN="TOP">Controlador:</TH><TD>{printer_make_and_model} ({color_supported=1?color:escala de grises}{sides_supported?, dúplex:})<BR> -<TR><TH ALIGN="RIGHT" VALIGN="TOP">Conexión:</TH><TD>{device_uri}</TD></TR> -<TR><TH ALIGN="RIGHT" VALIGN="TOP">Opciones predeterminadas:</TH><TD>job-sheets={job_sheets_default} -media={media_default?{media_default}:desconocido} -{sides_default?sides={sides_default}:}</TD></TR> -</TABLE> - -</DIV> |