]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/es/choose-device.tmpl
Update spanish translation (Issue #4846)
[thirdparty/cups.git] / templates / es / choose-device.tmpl
CommitLineData
9e8e57a5
MS
1<H2 CLASS="title">{op=modify-printer?Modificar {printer_name}:A&ntilde;adir impresora}</H2>
2
3db07540 3{CUPS_GET_DEVICES_DONE?<FORM METHOD="POST" ACTION="/admin">
9e8e57a5
MS
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>
3db07540 10<TH CLASS="label">Conexi&oacute;n actual\:</TH>
9e8e57a5
MS
11<TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" VALUE="{current_device_uri}" CHECKED>
12{current_device_uri}</TD>
13</TR>}
14<TR>
3db07540 15<TH CLASS="label">Impresoras locales\:</TH>
9e8e57a5
MS
16<TD>
17{[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
18VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
19{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
20:}}
21</TD>
22</TR>
23<TR>
3db07540 24<TH CLASS="label">Impresoras en red descubiertas\:</TH>
9e8e57a5
MS
25<TD>
26{[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
27VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
28{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
29:}:}}
30</TD>
31</TR>
32<TR>
33<TR>
3db07540 34<TH CLASS="label">Otras impresoras en red\:</TH>
9e8e57a5
MS
35<TD>
36{[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI"
37VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
38{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
39}:}}
40</TD>
41</TR>
42<TR>
43<TD></TD>
44<TD><INPUT TYPE="SUBMIT" VALUE="Siguiente"></TD>
45</TR>
46</TABLE>
47
48</FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
49ALT="Indicador de ocupado"> Buscando impresoras...</P>}