blob: efdd24ef381b8a12cc572d5f4ffc09df719ba748 [file] [log] [blame]
Simon Kelleyb8187c82005-11-26 21:46:27 +00001# Spanish translations for dnsmasq package.
2# This file is put in the public domain.
3# Christopher Chatham <chrislinux@gmail.com>, 2005.
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: dnsmasq 2.24\n"
8"Report-Msgid-Bugs-To: \n"
Simon Kelley1f15b812009-10-13 17:49:32 +01009"POT-Creation-Date: 2009-06-18 12:24+0100\n"
Simon Kelleyb8187c82005-11-26 21:46:27 +000010"PO-Revision-Date: 2005-10-07 11:04+0100\n"
11"Last-Translator: Christopher Chatham <chrislinux@gmail.com>\n"
12"Language-Team: Spanish <es@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=ISO-8859-1\n"
15"Content-Transfer-Encoding: 8bit\n"
16"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
Simon Kelley28866e92011-02-14 20:19:14 +000018#: cache.c:761
Simon Kelleyf2621c72007-04-29 19:47:21 +010019#, fuzzy, c-format
20msgid "failed to load names from %s: %s"
Simon Kelley5aabfc72007-08-29 11:24:47 +010021msgstr "no se pudo cargar nombres desde %s: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +000022
Simon Kelley28866e92011-02-14 20:19:14 +000023#: cache.c:795 dhcp.c:865
Simon Kelleyb8187c82005-11-26 21:46:27 +000024#, fuzzy, c-format
25msgid "bad address at %s line %d"
Simon Kelleyf2621c72007-04-29 19:47:21 +010026msgstr "dirección errónea en %s línea %d"
Simon Kelleyb8187c82005-11-26 21:46:27 +000027
Simon Kelley28866e92011-02-14 20:19:14 +000028#: cache.c:853 dhcp.c:881
Simon Kelleyb8187c82005-11-26 21:46:27 +000029#, c-format
30msgid "bad name at %s line %d"
31msgstr "nombre erróneo en %s línea %d"
32
Simon Kelley28866e92011-02-14 20:19:14 +000033#: cache.c:860 dhcp.c:956
Simon Kelleyb8187c82005-11-26 21:46:27 +000034#, c-format
35msgid "read %s - %d addresses"
36msgstr "direcciónes %s - %d leídas"
37
Simon Kelley28866e92011-02-14 20:19:14 +000038#: cache.c:899
Simon Kelleyb8187c82005-11-26 21:46:27 +000039msgid "cleared cache"
Simon Kelley849a8352006-06-09 21:02:31 +010040msgstr "el caché fue liberado"
Simon Kelleyb8187c82005-11-26 21:46:27 +000041
Simon Kelley28866e92011-02-14 20:19:14 +000042#: cache.c:960
Simon Kelley8ef5ada2010-06-03 19:42:45 +010043#, c-format
44msgid "%s is a CNAME, not giving it to the DHCP lease of %s"
45msgstr "%s es un CNAME, no se le está dando al arriendo DHCP de %s"
46
Simon Kelley28866e92011-02-14 20:19:14 +000047#: cache.c:966
Simon Kelleyb8187c82005-11-26 21:46:27 +000048#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +010049msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
50msgstr "no otorgando nombre %s al arriendo DHCP de %s porque el nombre existe en %s con dirección %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +000051
Simon Kelley28866e92011-02-14 20:19:14 +000052#: cache.c:1039
Simon Kelley824af852008-02-12 20:43:05 +000053#, c-format
54msgid "time %lu"
55msgstr "tiempo %lu"
Simon Kelleyb8187c82005-11-26 21:46:27 +000056
Simon Kelley28866e92011-02-14 20:19:14 +000057#: cache.c:1040
Simon Kelley824af852008-02-12 20:43:05 +000058#, fuzzy, c-format
59msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries."
Simon Kelley1a6bca82008-07-11 11:11:42 +010060msgstr "tamaño de caché %d, %d/%d inserciónes de caché reutilizaron objetos no vencidos."
Simon Kelley824af852008-02-12 20:43:05 +000061
Simon Kelley28866e92011-02-14 20:19:14 +000062#: cache.c:1042
Simon Kelley824af852008-02-12 20:43:05 +000063#, c-format
64msgid "queries forwarded %u, queries answered locally %u"
65msgstr "búsquedas reenviadas %u, búsquedas respondidas localmente %u"
66
Simon Kelley28866e92011-02-14 20:19:14 +000067#: cache.c:1068
Simon Kelley824af852008-02-12 20:43:05 +000068#, c-format
69msgid "server %s#%d: queries sent %u, retried or failed %u"
70msgstr "servidor %s#%d: búsquedas enviadas %u, reintentadas o fallidas %u"
71
Simon Kelley572b41e2011-02-18 18:11:18 +000072#: util.c:57
Simon Kelley1a6bca82008-07-11 11:11:42 +010073#, fuzzy, c-format
74msgid "failed to seed the random number generator: %s"
Simon Kelley3927da42008-07-20 15:10:39 +010075msgstr "no se pudo crear valor semilla para el generador de números aleatorios: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +010076
Simon Kelley572b41e2011-02-18 18:11:18 +000077#: util.c:189
Simon Kelley1f15b812009-10-13 17:49:32 +010078#, fuzzy
79msgid "failed to allocate memory"
Simon Kelley316e2732010-01-22 20:16:09 +000080msgstr "no se pudo asignar memoria"
Simon Kelley1f15b812009-10-13 17:49:32 +010081
Simon Kelley572b41e2011-02-18 18:11:18 +000082#: util.c:227 option.c:573
Simon Kelleyb8187c82005-11-26 21:46:27 +000083msgid "could not get memory"
Simon Kelley5aabfc72007-08-29 11:24:47 +010084msgstr "no se pudo adquirir memoria"
Simon Kelleyb8187c82005-11-26 21:46:27 +000085
Simon Kelley572b41e2011-02-18 18:11:18 +000086#: util.c:237
Simon Kelley1a6bca82008-07-11 11:11:42 +010087#, fuzzy, c-format
88msgid "cannot create pipe: %s"
89msgstr "no se puede crear pipe: %s"
90
Simon Kelley572b41e2011-02-18 18:11:18 +000091#: util.c:245
Simon Kelley5aabfc72007-08-29 11:24:47 +010092#, fuzzy, c-format
93msgid "failed to allocate %d bytes"
Simon Kelley316e2732010-01-22 20:16:09 +000094msgstr "no se pudo asignar %d bytes"
Simon Kelley5aabfc72007-08-29 11:24:47 +010095
Simon Kelley572b41e2011-02-18 18:11:18 +000096#: util.c:350
Simon Kelleyb8187c82005-11-26 21:46:27 +000097#, c-format
98msgid "infinite"
99msgstr "infinito"
100
Simon Kelley28866e92011-02-14 20:19:14 +0000101#: option.c:244
Simon Kelleyb8187c82005-11-26 21:46:27 +0000102msgid "Specify local address(es) to listen on."
103msgstr "Especificar dirección(es) locales dónde escuchar."
104
Simon Kelley28866e92011-02-14 20:19:14 +0000105#: option.c:245
Simon Kelleyb8187c82005-11-26 21:46:27 +0000106msgid "Return ipaddr for all hosts in specified domains."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100107msgstr "Retornar ipaddr (dirección IP) para todos los hosts en los dominios especificados."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000108
Simon Kelley28866e92011-02-14 20:19:14 +0000109#: option.c:246
Simon Kelleyb8187c82005-11-26 21:46:27 +0000110msgid "Fake reverse lookups for RFC1918 private address ranges."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100111msgstr "Falsificar búsquedas reversas para rangos de dirección privados RFC1918."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000112
Simon Kelley28866e92011-02-14 20:19:14 +0000113#: option.c:247
Simon Kelleyb8187c82005-11-26 21:46:27 +0000114msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)."
115msgstr "Tratar ipaddr (dirección IP) como NXDOMAIN (derrota comodín Verisign)."
116
Simon Kelley28866e92011-02-14 20:19:14 +0000117#: option.c:248
Simon Kelleyb8187c82005-11-26 21:46:27 +0000118#, c-format
119msgid "Specify the size of the cache in entries (defaults to %s)."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100120msgstr "Especificar tamaño de caché en cuanto a cantidad de objetos (%s por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000121
Simon Kelley28866e92011-02-14 20:19:14 +0000122#: option.c:249
Simon Kelleyb8187c82005-11-26 21:46:27 +0000123#, c-format
124msgid "Specify configuration file (defaults to %s)."
125msgstr "Especificar archivo de configuración (%s por predeterminado)."
126
Simon Kelley28866e92011-02-14 20:19:14 +0000127#: option.c:250
Simon Kelleyb8187c82005-11-26 21:46:27 +0000128msgid "Do NOT fork into the background: run in debug mode."
129msgstr "NO hacer un fork hacia el fondo: correr en modo debug."
130
Simon Kelley28866e92011-02-14 20:19:14 +0000131#: option.c:251
Simon Kelleyb8187c82005-11-26 21:46:27 +0000132msgid "Do NOT forward queries with no domain part."
133msgstr "NO reenviar búsquedas sin parte de dominio."
134
Simon Kelley28866e92011-02-14 20:19:14 +0000135#: option.c:252
Simon Kelleyb8187c82005-11-26 21:46:27 +0000136msgid "Return self-pointing MX records for local hosts."
Simon Kelley849a8352006-06-09 21:02:31 +0100137msgstr "Retornar expedientes MX auto-señaladores para hosts locales."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000138
Simon Kelley28866e92011-02-14 20:19:14 +0000139#: option.c:253
Simon Kelleyb8187c82005-11-26 21:46:27 +0000140msgid "Expand simple names in /etc/hosts with domain-suffix."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100141msgstr "Expandir nombres simples en /etc/hosts con domain-suffix (sufijo de dominio)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000142
Simon Kelley28866e92011-02-14 20:19:14 +0000143#: option.c:254
Simon Kelleyb8187c82005-11-26 21:46:27 +0000144msgid "Don't forward spurious DNS requests from Windows hosts."
145msgstr "No reenviar pedidos DNS falsos desde máquinas Windows."
146
Simon Kelley28866e92011-02-14 20:19:14 +0000147#: option.c:255
Simon Kelleyb8187c82005-11-26 21:46:27 +0000148msgid "Enable DHCP in the range given with lease duration."
149msgstr "Habilitar DHCP dentro del rango brindado con duración del arriendo."
150
Simon Kelley28866e92011-02-14 20:19:14 +0000151#: option.c:256
Simon Kelleyb8187c82005-11-26 21:46:27 +0000152#, c-format
153msgid "Change to this group after startup (defaults to %s)."
154msgstr "Cambiar a este grupo después del inicio (%s por predeterminado)."
155
Simon Kelley28866e92011-02-14 20:19:14 +0000156#: option.c:257
Simon Kelleyb8187c82005-11-26 21:46:27 +0000157msgid "Set address or hostname for a specified machine."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100158msgstr "Fijar dirección o nombre de host para una máquina especificada."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000159
Simon Kelley28866e92011-02-14 20:19:14 +0000160#: option.c:258
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100161#, fuzzy
162msgid "Read DHCP host specs from file."
Simon Kelley824af852008-02-12 20:43:05 +0000163msgstr "Leer especificaciones DHCP de host desde archivo"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100164
Simon Kelley28866e92011-02-14 20:19:14 +0000165#: option.c:259
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100166#, fuzzy
167msgid "Read DHCP option specs from file."
Simon Kelley824af852008-02-12 20:43:05 +0000168msgstr "Leer opciones DHCP de host desde archivo"
169
Simon Kelley28866e92011-02-14 20:19:14 +0000170#: option.c:260
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100171msgid "Evaluate conditional tag expression."
172msgstr "Evaluar expresión condicional de etiqueta."
173
Simon Kelley28866e92011-02-14 20:19:14 +0000174#: option.c:261
Simon Kelleyb8187c82005-11-26 21:46:27 +0000175#, c-format
176msgid "Do NOT load %s file."
177msgstr "NO cargar archivo %s."
178
Simon Kelley28866e92011-02-14 20:19:14 +0000179#: option.c:262
Simon Kelleyb8187c82005-11-26 21:46:27 +0000180#, c-format
181msgid "Specify a hosts file to be read in addition to %s."
Simon Kelley849a8352006-06-09 21:02:31 +0100182msgstr "Especificar un archivo de hosts para ser leído adicionalmente a %s."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000183
Simon Kelley28866e92011-02-14 20:19:14 +0000184#: option.c:263
Simon Kelleyb8187c82005-11-26 21:46:27 +0000185msgid "Specify interface(s) to listen on."
186msgstr "Especificar interface(s) donde escuchar."
187
Simon Kelley28866e92011-02-14 20:19:14 +0000188#: option.c:264
Simon Kelleyb8187c82005-11-26 21:46:27 +0000189msgid "Specify interface(s) NOT to listen on."
190msgstr "Especificar interface(s) donde NO escuchar."
191
Simon Kelley28866e92011-02-14 20:19:14 +0000192#: option.c:265
Simon Kelleyf2621c72007-04-29 19:47:21 +0100193#, fuzzy
194msgid "Map DHCP user class to tag."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100195msgstr "Trazar clase de usuario DHCP a etiqueta."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000196
Simon Kelley28866e92011-02-14 20:19:14 +0000197#: option.c:266
Simon Kelleyf2621c72007-04-29 19:47:21 +0100198msgid "Map RFC3046 circuit-id to tag."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100199msgstr "Trazar circuit-id (identificación de circuito) RFC3046 a etiqueta."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100200
Simon Kelley28866e92011-02-14 20:19:14 +0000201#: option.c:267
Simon Kelleyf2621c72007-04-29 19:47:21 +0100202msgid "Map RFC3046 remote-id to tag."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100203msgstr "Trazar remote-id (identificación remota) RFC3046 a etiqueta."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100204
Simon Kelley28866e92011-02-14 20:19:14 +0000205#: option.c:268
Simon Kelleyf2621c72007-04-29 19:47:21 +0100206msgid "Map RFC3993 subscriber-id to tag."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100207msgstr "Trazar subscriber-id (identificación de suscritor) RFC3993 a etiqueta."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100208
Simon Kelley28866e92011-02-14 20:19:14 +0000209#: option.c:269
Simon Kelleyf2621c72007-04-29 19:47:21 +0100210#, fuzzy
211msgid "Don't do DHCP for hosts with tag set."
Simon Kelley3927da42008-07-20 15:10:39 +0100212msgstr "No hacer DHCP para hosts con etiqueta fijada."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000213
Simon Kelley28866e92011-02-14 20:19:14 +0000214#: option.c:270
Simon Kelley824af852008-02-12 20:43:05 +0000215#, fuzzy
216msgid "Force broadcast replies for hosts with tag set."
217msgstr "Forzar respuestas broadcast para hosts con etiqueta fijada."
218
Simon Kelley28866e92011-02-14 20:19:14 +0000219#: option.c:271
Simon Kelleyb8187c82005-11-26 21:46:27 +0000220msgid "Do NOT fork into the background, do NOT run in debug mode."
221msgstr "NO hacer un fork hacia el fondo, NO correr en modo debug."
222
Simon Kelley28866e92011-02-14 20:19:14 +0000223#: option.c:272
Simon Kelleyb8187c82005-11-26 21:46:27 +0000224msgid "Assume we are the only DHCP server on the local network."
225msgstr "Asumir que somos el único servidor DHCP en la red local."
226
Simon Kelley28866e92011-02-14 20:19:14 +0000227#: option.c:273
Simon Kelleyb8187c82005-11-26 21:46:27 +0000228#, c-format
229msgid "Specify where to store DHCP leases (defaults to %s)."
Simon Kelley849a8352006-06-09 21:02:31 +0100230msgstr "Especificar donde almacenar arriendos DHCP (%s por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000231
Simon Kelley28866e92011-02-14 20:19:14 +0000232#: option.c:274
Simon Kelleyb8187c82005-11-26 21:46:27 +0000233msgid "Return MX records for local hosts."
Simon Kelley849a8352006-06-09 21:02:31 +0100234msgstr "Retornar expedientes MX para hosts locales."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000235
Simon Kelley28866e92011-02-14 20:19:14 +0000236#: option.c:275
Simon Kelleyb8187c82005-11-26 21:46:27 +0000237msgid "Specify an MX record."
Simon Kelley849a8352006-06-09 21:02:31 +0100238msgstr "Especificar un expediente MX."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000239
Simon Kelley28866e92011-02-14 20:19:14 +0000240#: option.c:276
Simon Kelleyb8187c82005-11-26 21:46:27 +0000241msgid "Specify BOOTP options to DHCP server."
Simon Kelley849a8352006-06-09 21:02:31 +0100242msgstr "Especificar opciones BOOTP a servidor DHCP."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000243
Simon Kelley28866e92011-02-14 20:19:14 +0000244#: option.c:277
Simon Kelleyb8187c82005-11-26 21:46:27 +0000245#, c-format
246msgid "Do NOT poll %s file, reload only on SIGHUP."
Simon Kelley849a8352006-06-09 21:02:31 +0100247msgstr "NO revisar archivo %s periódicamente, recargar solo con SIGHUP."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000248
Simon Kelley28866e92011-02-14 20:19:14 +0000249#: option.c:278
Simon Kelleyb8187c82005-11-26 21:46:27 +0000250msgid "Do NOT cache failed search results."
Simon Kelley849a8352006-06-09 21:02:31 +0100251msgstr "NO almacenar en caché resultados de búsquedas fallidas."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000252
Simon Kelley28866e92011-02-14 20:19:14 +0000253#: option.c:279
Simon Kelleyb8187c82005-11-26 21:46:27 +0000254#, c-format
255msgid "Use nameservers strictly in the order given in %s."
Simon Kelley849a8352006-06-09 21:02:31 +0100256msgstr "Usar servidores DNS estrictamente en el órden brindado en %s."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000257
Simon Kelley28866e92011-02-14 20:19:14 +0000258#: option.c:280
Simon Kelley6b010842007-02-12 20:32:07 +0000259#, fuzzy
260msgid "Specify options to be sent to DHCP clients."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100261msgstr "Especificar opciones para ser enviadas a clientes DHCP."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000262
Simon Kelley28866e92011-02-14 20:19:14 +0000263#: option.c:281
Simon Kelley6b010842007-02-12 20:32:07 +0000264msgid "DHCP option sent even if the client does not request it."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100265msgstr "Opción DHCP enviada aún si el cliente no la pide."
Simon Kelley6b010842007-02-12 20:32:07 +0000266
Simon Kelley28866e92011-02-14 20:19:14 +0000267#: option.c:282
Simon Kelleyb8187c82005-11-26 21:46:27 +0000268msgid "Specify port to listen for DNS requests on (defaults to 53)."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100269msgstr "Especificar puerto donde escuchar por búsquedas DNS (53 por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000270
Simon Kelley28866e92011-02-14 20:19:14 +0000271#: option.c:283
Simon Kelleyb8187c82005-11-26 21:46:27 +0000272#, c-format
273msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100274msgstr "Tamaño máximo de paquetes UDP soportado para EDNS.0 (%s por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000275
Simon Kelley28866e92011-02-14 20:19:14 +0000276#: option.c:284
Simon Kelley824af852008-02-12 20:43:05 +0000277#, fuzzy
278msgid "Log DNS queries."
Simon Kelley3927da42008-07-20 15:10:39 +0100279msgstr "Bitacorear búsquedas DNS."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000280
Simon Kelley28866e92011-02-14 20:19:14 +0000281#: option.c:285
Simon Kelley824af852008-02-12 20:43:05 +0000282#, fuzzy
283msgid "Force the originating port for upstream DNS queries."
Simon Kelley3927da42008-07-20 15:10:39 +0100284msgstr "Enforzar el puerto original para búsquedas DNS upstream."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000285
Simon Kelley28866e92011-02-14 20:19:14 +0000286#: option.c:286
Simon Kelleyb8187c82005-11-26 21:46:27 +0000287msgid "Do NOT read resolv.conf."
288msgstr "NO leer resolv.conf."
289
Simon Kelley28866e92011-02-14 20:19:14 +0000290#: option.c:287
Simon Kelleyb8187c82005-11-26 21:46:27 +0000291#, c-format
292msgid "Specify path to resolv.conf (defaults to %s)."
Simon Kelley849a8352006-06-09 21:02:31 +0100293msgstr "Especificar el path hacia resolv.conf (%s por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000294
Simon Kelley28866e92011-02-14 20:19:14 +0000295#: option.c:288
Simon Kelleyb8187c82005-11-26 21:46:27 +0000296msgid "Specify address(es) of upstream servers with optional domains."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100297msgstr "Especificar dirección(es) de servidores upstream con dominios opcionales."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000298
Simon Kelley28866e92011-02-14 20:19:14 +0000299#: option.c:289
Simon Kelleyb8187c82005-11-26 21:46:27 +0000300msgid "Never forward queries to specified domains."
301msgstr "Nunca reenviar búsquedas a dominios especificados."
302
Simon Kelley28866e92011-02-14 20:19:14 +0000303#: option.c:290
Simon Kelleyb8187c82005-11-26 21:46:27 +0000304msgid "Specify the domain to be assigned in DHCP leases."
Simon Kelley849a8352006-06-09 21:02:31 +0100305msgstr "Especificar el dominio para ser asignado en arriendos DHCP."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000306
Simon Kelley28866e92011-02-14 20:19:14 +0000307#: option.c:291
Simon Kelleyb8187c82005-11-26 21:46:27 +0000308msgid "Specify default target in an MX record."
Simon Kelley849a8352006-06-09 21:02:31 +0100309msgstr "Especificar destino predeterminado en un expediente MX."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000310
Simon Kelley28866e92011-02-14 20:19:14 +0000311#: option.c:292
Simon Kelleyb8187c82005-11-26 21:46:27 +0000312msgid "Specify time-to-live in seconds for replies from /etc/hosts."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100313msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000314
Simon Kelley28866e92011-02-14 20:19:14 +0000315#: option.c:293
Simon Kelley824af852008-02-12 20:43:05 +0000316#, fuzzy
317msgid "Specify time-to-live in seconds for negative caching."
318msgstr "Especificar tiempo de vida en segundos para caché negativo."
319
Simon Kelley28866e92011-02-14 20:19:14 +0000320#: option.c:294
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100321#, fuzzy
322msgid "Specify time-to-live in seconds for maximum TTL to send to clients."
323msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts."
324
Simon Kelley28866e92011-02-14 20:19:14 +0000325#: option.c:295
Simon Kelleyb8187c82005-11-26 21:46:27 +0000326#, c-format
327msgid "Change to this user after startup. (defaults to %s)."
Simon Kelley849a8352006-06-09 21:02:31 +0100328msgstr "Cambiar a este usuario despues del inicio (%s por predeterminado)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000329
Simon Kelley28866e92011-02-14 20:19:14 +0000330#: option.c:296
Simon Kelleyf2621c72007-04-29 19:47:21 +0100331#, fuzzy
332msgid "Map DHCP vendor class to tag."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100333msgstr "Trazar clase de vendedor DHCP a etiqueta."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000334
Simon Kelley28866e92011-02-14 20:19:14 +0000335#: option.c:297
Simon Kelleyb8187c82005-11-26 21:46:27 +0000336msgid "Display dnsmasq version and copyright information."
337msgstr "Mostrar información sobre la versión y copyright de dnsmasq."
338
Simon Kelley28866e92011-02-14 20:19:14 +0000339#: option.c:298
Simon Kelleyb8187c82005-11-26 21:46:27 +0000340msgid "Translate IPv4 addresses from upstream servers."
341msgstr "Traducir direcciones IPv4 desde servidores upstream."
342
Simon Kelley28866e92011-02-14 20:19:14 +0000343#: option.c:299
Simon Kelleyb8187c82005-11-26 21:46:27 +0000344msgid "Specify a SRV record."
Simon Kelley849a8352006-06-09 21:02:31 +0100345msgstr "Especificar un expediente SRV."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000346
Simon Kelley28866e92011-02-14 20:19:14 +0000347#: option.c:300
Simon Kelleyf2621c72007-04-29 19:47:21 +0100348msgid "Display this message. Use --help dhcp for known DHCP options."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100349msgstr "Mostrar este mensaje. Usar --help dhcp para opciones DHCP conocidas."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000350
Simon Kelley28866e92011-02-14 20:19:14 +0000351#: option.c:301
Simon Kelley832af0b2007-01-21 20:01:28 +0000352#, fuzzy, c-format
353msgid "Specify path of PID file (defaults to %s)."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000354msgstr "Especificar path de archivo PID (%s por predeterminado)."
355
Simon Kelley28866e92011-02-14 20:19:14 +0000356#: option.c:302
Simon Kelleyb8187c82005-11-26 21:46:27 +0000357#, c-format
358msgid "Specify maximum number of DHCP leases (defaults to %s)."
359msgstr "Especificar número máximo de arriendos DHCP (%s por predeterminado)."
360
Simon Kelley28866e92011-02-14 20:19:14 +0000361#: option.c:303
Simon Kelleyb8187c82005-11-26 21:46:27 +0000362msgid "Answer DNS queries based on the interface a query was sent to."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100363msgstr "Responder a búsquedas DNS en base a la interface a la cuál fueron enviadas."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000364
Simon Kelley28866e92011-02-14 20:19:14 +0000365#: option.c:304
Simon Kelleyb8187c82005-11-26 21:46:27 +0000366msgid "Specify TXT DNS record."
Simon Kelley849a8352006-06-09 21:02:31 +0100367msgstr "Especificar expediente DNS TXT."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000368
Simon Kelley28866e92011-02-14 20:19:14 +0000369#: option.c:305
Simon Kelley832af0b2007-01-21 20:01:28 +0000370#, fuzzy
371msgid "Specify PTR DNS record."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100372msgstr "Especificar expediente DNS PTR."
Simon Kelley832af0b2007-01-21 20:01:28 +0000373
Simon Kelley28866e92011-02-14 20:19:14 +0000374#: option.c:306
Simon Kelleyf2621c72007-04-29 19:47:21 +0100375msgid "Give DNS name to IPv4 address of interface."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100376msgstr "Otorgar nombre DNS a dirección IPv4 de interface."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100377
Simon Kelley28866e92011-02-14 20:19:14 +0000378#: option.c:307
Simon Kelleyb8187c82005-11-26 21:46:27 +0000379msgid "Bind only to interfaces in use."
380msgstr "Acoplar solo a interfaces en uso."
381
Simon Kelley28866e92011-02-14 20:19:14 +0000382#: option.c:308
Simon Kelleyb8187c82005-11-26 21:46:27 +0000383#, c-format
384msgid "Read DHCP static host information from %s."
385msgstr "Leer información sobre hosts DHCP estáticos desde %s."
386
Simon Kelley28866e92011-02-14 20:19:14 +0000387#: option.c:309
Simon Kelleyb8187c82005-11-26 21:46:27 +0000388msgid "Enable the DBus interface for setting upstream servers, etc."
389msgstr "Habilitar la interface DBus para fijar servidores upstream, etc."
390
Simon Kelley28866e92011-02-14 20:19:14 +0000391#: option.c:310
Simon Kelleyb8187c82005-11-26 21:46:27 +0000392msgid "Do not provide DHCP on this interface, only provide DNS."
Simon Kelley849a8352006-06-09 21:02:31 +0100393msgstr "No proveer DHCP en esta interface, sólo proveer DNS."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000394
Simon Kelley28866e92011-02-14 20:19:14 +0000395#: option.c:311
Simon Kelleyb8187c82005-11-26 21:46:27 +0000396msgid "Enable dynamic address allocation for bootp."
397msgstr "Habilitar alocación dinámica de direcciónes para BOOTP."
398
Simon Kelley28866e92011-02-14 20:19:14 +0000399#: option.c:312
Simon Kelleycdeda282006-03-16 20:16:06 +0000400#, fuzzy
401msgid "Map MAC address (with wildcards) to option set."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100402msgstr "Trazar dirección MAC (con comodínes) a opción fijada."
Simon Kelleycdeda282006-03-16 20:16:06 +0000403
Simon Kelley28866e92011-02-14 20:19:14 +0000404#: option.c:313
Simon Kelley832af0b2007-01-21 20:01:28 +0000405msgid "Treat DHCP requests on aliases as arriving from interface."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100406msgstr "Tratar pedidos DHCP en alias como si llegaran de la interface."
Simon Kelley832af0b2007-01-21 20:01:28 +0000407
Simon Kelley28866e92011-02-14 20:19:14 +0000408#: option.c:314
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100409msgid "Disable ICMP echo address checking in the DHCP server."
Simon Kelley03a97b62009-06-10 20:55:49 +0100410msgstr "Deshabilitar verificación de direcciónes para echo ICMP en el servidor DHCP."
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100411
Simon Kelley28866e92011-02-14 20:19:14 +0000412#: option.c:315
Simon Kelley7cebd202006-05-06 14:13:33 +0100413msgid "Script to run on DHCP lease creation and destruction."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100414msgstr "Archivo guión para ejecutar cuando se crea o destruye un arriendo DHCP."
Simon Kelley7cebd202006-05-06 14:13:33 +0100415
Simon Kelley28866e92011-02-14 20:19:14 +0000416#: option.c:316
Simon Kelley849a8352006-06-09 21:02:31 +0100417msgid "Read configuration from all the files in this directory."
418msgstr "Leer configuración desde todos los archivos en este directorio."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000419
Simon Kelley28866e92011-02-14 20:19:14 +0000420#: option.c:317
Simon Kelley208b65c2006-08-05 21:41:37 +0100421#, fuzzy
Simon Kelleyf2621c72007-04-29 19:47:21 +0100422msgid "Log to this syslog facility or file. (defaults to DAEMON)"
Simon Kelley1a6bca82008-07-11 11:11:42 +0100423msgstr "Bitacorear a esta facilidad syslog o archivo. (DAEMON por predeterminado)"
424
Simon Kelley28866e92011-02-14 20:19:14 +0000425#: option.c:318
Simon Kelley1a6bca82008-07-11 11:11:42 +0100426msgid "Do not use leasefile."
Simon Kelley3927da42008-07-20 15:10:39 +0100427msgstr "No usar archivo de arriendos."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000428
Simon Kelley28866e92011-02-14 20:19:14 +0000429#: option.c:319
Simon Kelley832af0b2007-01-21 20:01:28 +0000430#, fuzzy, c-format
Simon Kelley6b010842007-02-12 20:32:07 +0000431msgid "Maximum number of concurrent DNS queries. (defaults to %s)"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100432msgstr "Número máximo de búsquedas DNS simultáneas. (%s por predeterminado)"
Simon Kelley6b010842007-02-12 20:32:07 +0000433
Simon Kelley28866e92011-02-14 20:19:14 +0000434#: option.c:320
Simon Kelley6b010842007-02-12 20:32:07 +0000435#, c-format
436msgid "Clear DNS cache when reloading %s."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100437msgstr "Liberar caché DNS al recargar %s."
Simon Kelley6b010842007-02-12 20:32:07 +0000438
Simon Kelley28866e92011-02-14 20:19:14 +0000439#: option.c:321
Simon Kelley6b010842007-02-12 20:32:07 +0000440msgid "Ignore hostnames provided by DHCP clients."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100441msgstr "Ignorar nombres de host brindados por clientes DHCP."
Simon Kelley6b010842007-02-12 20:32:07 +0000442
Simon Kelley28866e92011-02-14 20:19:14 +0000443#: option.c:322
Simon Kelley824af852008-02-12 20:43:05 +0000444msgid "Do NOT reuse filename and server fields for extra DHCP options."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100445msgstr "NO reutilizar campos de nombre de archivo y servidor para opciones DHCP extra."
Simon Kelley824af852008-02-12 20:43:05 +0000446
Simon Kelley28866e92011-02-14 20:19:14 +0000447#: option.c:323
Simon Kelley6b010842007-02-12 20:32:07 +0000448msgid "Enable integrated read-only TFTP server."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100449msgstr "Habilitar servidor integrado TFTP solo-lectura."
Simon Kelley6b010842007-02-12 20:32:07 +0000450
Simon Kelley28866e92011-02-14 20:19:14 +0000451#: option.c:324
Simon Kelley6b010842007-02-12 20:32:07 +0000452msgid "Export files by TFTP only from the specified subtree."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100453msgstr "Exportar archivos vía TFTP solo del sub-árbol especificado."
Simon Kelley6b010842007-02-12 20:32:07 +0000454
Simon Kelley28866e92011-02-14 20:19:14 +0000455#: option.c:325
Simon Kelley5aabfc72007-08-29 11:24:47 +0100456msgid "Add client IP address to tftp-root."
Simon Kelley824af852008-02-12 20:43:05 +0000457msgstr "Agregar IP de cliente a tftp-root."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100458
Simon Kelley28866e92011-02-14 20:19:14 +0000459#: option.c:326
Simon Kelley6b010842007-02-12 20:32:07 +0000460msgid "Allow access only to files owned by the user running dnsmasq."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100461msgstr "Permitir acceso solo a archivos pertenecientes al usuario que corre dnsmasq."
Simon Kelley6b010842007-02-12 20:32:07 +0000462
Simon Kelley28866e92011-02-14 20:19:14 +0000463#: option.c:327
Simon Kelley6b010842007-02-12 20:32:07 +0000464#, fuzzy, c-format
Simon Kelley832af0b2007-01-21 20:01:28 +0000465msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100466msgstr "Número máximo de transferencias TFTP simultáneas (%s por predeterminado)."
Simon Kelley832af0b2007-01-21 20:01:28 +0000467
Simon Kelley28866e92011-02-14 20:19:14 +0000468#: option.c:328
Simon Kelley6b010842007-02-12 20:32:07 +0000469msgid "Disable the TFTP blocksize extension."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100470msgstr "Deshabilitar la extensión TFTP blocksize (tamaño de bloque)."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100471
Simon Kelley28866e92011-02-14 20:19:14 +0000472#: option.c:329
Simon Kelley824af852008-02-12 20:43:05 +0000473msgid "Ephemeral port range for use by TFTP transfers."
474msgstr "Rango de puertos efímeros para ser usados por transferencias TFTP."
475
Simon Kelley28866e92011-02-14 20:19:14 +0000476#: option.c:330
Simon Kelleyf2621c72007-04-29 19:47:21 +0100477msgid "Extra logging for DHCP."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100478msgstr "Bitacoreo extra para DHCP."
Simon Kelley6b010842007-02-12 20:32:07 +0000479
Simon Kelley28866e92011-02-14 20:19:14 +0000480#: option.c:331
Simon Kelleyf2621c72007-04-29 19:47:21 +0100481msgid "Enable async. logging; optionally set queue length."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100482msgstr "Habilitar bitacoreo asincrónico; opcionalmente fijar tamaño de cola."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100483
Simon Kelley28866e92011-02-14 20:19:14 +0000484#: option.c:332
Simon Kelley824af852008-02-12 20:43:05 +0000485msgid "Stop DNS rebinding. Filter private IP ranges when resolving."
486msgstr "Detener revinculación DNS. Filtrar rangos de IP privados al resolver."
487
Simon Kelley28866e92011-02-14 20:19:14 +0000488#: option.c:333
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100489msgid "Allow rebinding of 127.0.0.0/8, for RBL servers."
490msgstr "Permitir revinculación de 127.0.0.0/8, para servidores RBL."
491
Simon Kelley28866e92011-02-14 20:19:14 +0000492#: option.c:334
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100493msgid "Inhibit DNS-rebind protection on this domain."
494msgstr "Inhibir protección de revinculación DNS en este dominio."
495
Simon Kelley28866e92011-02-14 20:19:14 +0000496#: option.c:335
Simon Kelley824af852008-02-12 20:43:05 +0000497msgid "Always perform DNS queries to all servers."
498msgstr "Siempre realizar búsquedas DNS a todos los servidores."
499
Simon Kelley28866e92011-02-14 20:19:14 +0000500#: option.c:336
Simon Kelley73a08a22009-02-05 20:28:08 +0000501#, fuzzy
502msgid "Set tag if client includes matching option in request."
Simon Kelley03a97b62009-06-10 20:55:49 +0100503msgstr "Fijar etiqueta si cliente incluye opción coincidente en pedido."
Simon Kelley824af852008-02-12 20:43:05 +0000504
Simon Kelley28866e92011-02-14 20:19:14 +0000505#: option.c:337
Simon Kelley9e038942008-05-30 20:06:34 +0100506msgid "Use alternative ports for DHCP."
Simon Kelley3927da42008-07-20 15:10:39 +0100507msgstr "Usar puertos alternativos para DHCP."
Simon Kelley9e038942008-05-30 20:06:34 +0100508
Simon Kelley28866e92011-02-14 20:19:14 +0000509#: option.c:338
Simon Kelley9e038942008-05-30 20:06:34 +0100510msgid "Run lease-change script as this user."
Simon Kelley3927da42008-07-20 15:10:39 +0100511msgstr "Correr archivo guión de cambio de arriendos como este usuario."
Simon Kelley9e038942008-05-30 20:06:34 +0100512
Simon Kelley28866e92011-02-14 20:19:14 +0000513#: option.c:339
Simon Kelley1a6bca82008-07-11 11:11:42 +0100514#, fuzzy
515msgid "Specify NAPTR DNS record."
Simon Kelley3927da42008-07-20 15:10:39 +0100516msgstr "Especificar expediente DNS NAPTR."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100517
Simon Kelley28866e92011-02-14 20:19:14 +0000518#: option.c:340
Simon Kelley1a6bca82008-07-11 11:11:42 +0100519msgid "Specify lowest port available for DNS query transmission."
Simon Kelley3927da42008-07-20 15:10:39 +0100520msgstr "Especificar puerto más bajo disponible para transmisión de búsquedas DNS."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100521
Simon Kelley28866e92011-02-14 20:19:14 +0000522#: option.c:341
Simon Kelley9009d742008-11-14 20:04:27 +0000523msgid "Use only fully qualified domain names for DHCP clients."
524msgstr "Usar solo nombres de dominio completamente calificados para clientes DHCP."
525
Simon Kelley28866e92011-02-14 20:19:14 +0000526#: option.c:342
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100527msgid "Generate hostnames based on MAC address for nameless clients."
528msgstr "Generar hostnames basados en direcciones MAC para clientes sin nombre."
529
Simon Kelley28866e92011-02-14 20:19:14 +0000530#: option.c:343
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100531msgid "Use these DHCP relays as full proxies."
532msgstr "Usar estos relays DHCP como proxies completos."
533
Simon Kelley28866e92011-02-14 20:19:14 +0000534#: option.c:344
Simon Kelley9009d742008-11-14 20:04:27 +0000535msgid "Specify alias name for LOCAL DNS name."
536msgstr "Especificar nombre alias para nombre DNS LOCAL."
537
Simon Kelley28866e92011-02-14 20:19:14 +0000538#: option.c:345
Simon Kelley7622fc02009-06-04 20:32:05 +0100539#, fuzzy
540msgid "Prompt to send to PXE clients."
Simon Kelley03a97b62009-06-10 20:55:49 +0100541msgstr "Aviso a ser enviado a clientes PXE."
Simon Kelley7622fc02009-06-04 20:32:05 +0100542
Simon Kelley28866e92011-02-14 20:19:14 +0000543#: option.c:346
Simon Kelley7622fc02009-06-04 20:32:05 +0100544msgid "Boot service for PXE menu."
Simon Kelley03a97b62009-06-10 20:55:49 +0100545msgstr "Servico boot para menú PXE."
Simon Kelley7622fc02009-06-04 20:32:05 +0100546
Simon Kelley28866e92011-02-14 20:19:14 +0000547#: option.c:347
Simon Kelley7622fc02009-06-04 20:32:05 +0100548msgid "Check configuration syntax."
Simon Kelley03a97b62009-06-10 20:55:49 +0100549msgstr "Revisar sintaxis de configuración."
Simon Kelley7622fc02009-06-04 20:32:05 +0100550
Simon Kelley28866e92011-02-14 20:19:14 +0000551#: option.c:348
552msgid "Add requestor's MAC address to forwarded DNS queries"
553msgstr ""
554
555#: option.c:349
556#, fuzzy
557msgid "Proxy DNSSEC validation results from upstream nameservers"
558msgstr "Traducir direcciones IPv4 desde servidores upstream."
559
560#: option.c:638
Simon Kelleyb8187c82005-11-26 21:46:27 +0000561#, c-format
562msgid ""
563"Usage: dnsmasq [options]\n"
564"\n"
565msgstr ""
566"Modo de uso: dnsmasq [opciones]\n"
567"\n"
568
Simon Kelley28866e92011-02-14 20:19:14 +0000569#: option.c:640
Simon Kelleyb8187c82005-11-26 21:46:27 +0000570#, c-format
571msgid "Use short options only on the command line.\n"
572msgstr "Usar opciones cortas solo en la línea de comandos.\n"
573
Simon Kelley28866e92011-02-14 20:19:14 +0000574#: option.c:642
Simon Kelley1a6bca82008-07-11 11:11:42 +0100575#, fuzzy, c-format
576msgid "Valid options are:\n"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000577msgstr "Opciones válidas son :\n"
578
Simon Kelley28866e92011-02-14 20:19:14 +0000579#: option.c:683
Simon Kelleyf2621c72007-04-29 19:47:21 +0100580#, c-format
581msgid "Known DHCP options:\n"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100582msgstr "Opciones DHCP conocidas:\n"
Simon Kelley849a8352006-06-09 21:02:31 +0100583
Simon Kelley28866e92011-02-14 20:19:14 +0000584#: option.c:798
Simon Kelleyf2621c72007-04-29 19:47:21 +0100585msgid "bad dhcp-option"
586msgstr "opción dhcp-option errónea"
587
Simon Kelley28866e92011-02-14 20:19:14 +0000588#: option.c:860
Simon Kelleyf2621c72007-04-29 19:47:21 +0100589#, fuzzy
590msgid "bad IP address"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100591msgstr "dirección IP errónea"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100592
Simon Kelley572b41e2011-02-18 18:11:18 +0000593#: option.c:968
Simon Kelley832af0b2007-01-21 20:01:28 +0000594msgid "bad domain in dhcp-option"
595msgstr "dominio erróneo en dhcp-option"
Simon Kelley849a8352006-06-09 21:02:31 +0100596
Simon Kelley572b41e2011-02-18 18:11:18 +0000597#: option.c:1034
Simon Kelley832af0b2007-01-21 20:01:28 +0000598msgid "dhcp-option too long"
599msgstr "opción dhcp-option demasiado larga"
600
Simon Kelley572b41e2011-02-18 18:11:18 +0000601#: option.c:1043
Simon Kelley73a08a22009-02-05 20:28:08 +0000602msgid "illegal dhcp-match"
Simon Kelley03a97b62009-06-10 20:55:49 +0100603msgstr "dhcp-match ilegal"
Simon Kelley73a08a22009-02-05 20:28:08 +0000604
Simon Kelley572b41e2011-02-18 18:11:18 +0000605#: option.c:1087
Simon Kelley1a6bca82008-07-11 11:11:42 +0100606msgid "illegal repeated flag"
Simon Kelley3927da42008-07-20 15:10:39 +0100607msgstr "opción repetida ilegal"
Simon Kelley1a6bca82008-07-11 11:11:42 +0100608
Simon Kelley572b41e2011-02-18 18:11:18 +0000609#: option.c:1095
Simon Kelley1a6bca82008-07-11 11:11:42 +0100610msgid "illegal repeated keyword"
Simon Kelley3927da42008-07-20 15:10:39 +0100611msgstr "palabra clave repetida ilegal"
Simon Kelley1a6bca82008-07-11 11:11:42 +0100612
Simon Kelley572b41e2011-02-18 18:11:18 +0000613#: option.c:1147 option.c:3030
Simon Kelley28866e92011-02-14 20:19:14 +0000614#, fuzzy, c-format
615msgid "cannot access directory %s: %s"
616msgstr "no se puede accesar directorio %s: %s"
617
Simon Kelley572b41e2011-02-18 18:11:18 +0000618#: option.c:1178 tftp.c:460
Simon Kelley849a8352006-06-09 21:02:31 +0100619#, fuzzy, c-format
620msgid "cannot access %s: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100621msgstr "no se puede accesar %s: %s"
Simon Kelley849a8352006-06-09 21:02:31 +0100622
Simon Kelley572b41e2011-02-18 18:11:18 +0000623#: option.c:1207
624msgid "setting log facility is not possible under Android"
625msgstr ""
626
627#: option.c:1216
628msgid "bad log facility"
629msgstr ""
630
631#: option.c:1265
Simon Kelley849a8352006-06-09 21:02:31 +0100632msgid "bad MX preference"
633msgstr "preferencia MX errónea"
634
Simon Kelley572b41e2011-02-18 18:11:18 +0000635#: option.c:1270
Simon Kelley849a8352006-06-09 21:02:31 +0100636msgid "bad MX name"
637msgstr "nombre MX erróneo"
638
Simon Kelley572b41e2011-02-18 18:11:18 +0000639#: option.c:1284
Simon Kelley849a8352006-06-09 21:02:31 +0100640msgid "bad MX target"
641msgstr "destino MX erróneo"
642
Simon Kelley572b41e2011-02-18 18:11:18 +0000643#: option.c:1294
Simon Kelley849a8352006-06-09 21:02:31 +0100644msgid "cannot run scripts under uClinux"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100645msgstr "no se pueden correr archivos guiónes bajo uClinux"
Simon Kelley849a8352006-06-09 21:02:31 +0100646
Simon Kelley572b41e2011-02-18 18:11:18 +0000647#: option.c:1296
Simon Kelley1f15b812009-10-13 17:49:32 +0100648msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts"
Simon Kelley316e2732010-01-22 20:16:09 +0000649msgstr "recompilar con HAVE_SCRIPT definido para habilitar guiónes de cambio de arriendo"
Simon Kelley1f15b812009-10-13 17:49:32 +0100650
Simon Kelley572b41e2011-02-18 18:11:18 +0000651#: option.c:1597 option.c:1601
Simon Kelley849a8352006-06-09 21:02:31 +0100652msgid "bad port"
653msgstr "puerto erróneo"
654
Simon Kelley572b41e2011-02-18 18:11:18 +0000655#: option.c:1620 option.c:1645
Simon Kelley824af852008-02-12 20:43:05 +0000656msgid "interface binding not supported"
657msgstr "vinculación de interface no está soportado"
658
Simon Kelley572b41e2011-02-18 18:11:18 +0000659#: option.c:1791
Simon Kelley824af852008-02-12 20:43:05 +0000660#, fuzzy
661msgid "bad port range"
Simon Kelley3927da42008-07-20 15:10:39 +0100662msgstr "rango de puertos erróneo"
Simon Kelley824af852008-02-12 20:43:05 +0000663
Simon Kelley572b41e2011-02-18 18:11:18 +0000664#: option.c:1808
Simon Kelley832af0b2007-01-21 20:01:28 +0000665msgid "bad bridge-interface"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100666msgstr "opción bridge-interface (interface puente) errónea"
Simon Kelley832af0b2007-01-21 20:01:28 +0000667
Simon Kelley572b41e2011-02-18 18:11:18 +0000668#: option.c:1850
Simon Kelley849a8352006-06-09 21:02:31 +0100669msgid "bad dhcp-range"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100670msgstr "opción dhcp-range (rango DHCP) errónea"
Simon Kelley849a8352006-06-09 21:02:31 +0100671
Simon Kelley572b41e2011-02-18 18:11:18 +0000672#: option.c:1878
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100673msgid "only one tag allowed"
674msgstr "solo una etiqueta permitida"
Simon Kelley849a8352006-06-09 21:02:31 +0100675
Simon Kelley572b41e2011-02-18 18:11:18 +0000676#: option.c:1925
Simon Kelley849a8352006-06-09 21:02:31 +0100677msgid "inconsistent DHCP range"
678msgstr "rango DHCP inconsistente"
679
Simon Kelley572b41e2011-02-18 18:11:18 +0000680#: option.c:2019 option.c:2045
Simon Kelley28866e92011-02-14 20:19:14 +0000681#, fuzzy
682msgid "bad hex constant"
683msgstr "opción dhcp-host errónea"
684
Simon Kelley572b41e2011-02-18 18:11:18 +0000685#: option.c:2107
Simon Kelley5aabfc72007-08-29 11:24:47 +0100686#, fuzzy
687msgid "bad DHCP host name"
Simon Kelley824af852008-02-12 20:43:05 +0000688msgstr "nombre de host DHCP erróneo"
Simon Kelley849a8352006-06-09 21:02:31 +0100689
Simon Kelley572b41e2011-02-18 18:11:18 +0000690#: option.c:2188
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100691#, fuzzy
692msgid "bad tag-if"
693msgstr "destino MX erróneo"
694
Simon Kelley572b41e2011-02-18 18:11:18 +0000695#: option.c:2467 option.c:2752
Simon Kelley9e038942008-05-30 20:06:34 +0100696msgid "invalid port number"
697msgstr "número de puerto inválido"
698
Simon Kelley572b41e2011-02-18 18:11:18 +0000699#: option.c:2529
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100700#, fuzzy
701msgid "bad dhcp-proxy address"
702msgstr "dirección IP errónea"
703
Simon Kelley572b41e2011-02-18 18:11:18 +0000704#: option.c:2569
Simon Kelley73a08a22009-02-05 20:28:08 +0000705#, fuzzy
706msgid "invalid alias range"
Simon Kelley03a97b62009-06-10 20:55:49 +0100707msgstr "rango alias inválido"
Simon Kelley73a08a22009-02-05 20:28:08 +0000708
Simon Kelley572b41e2011-02-18 18:11:18 +0000709#: option.c:2582
Simon Kelleyf2621c72007-04-29 19:47:21 +0100710#, fuzzy
711msgid "bad interface name"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100712msgstr "nombre de interface erróneo"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100713
Simon Kelley572b41e2011-02-18 18:11:18 +0000714#: option.c:2607
Simon Kelley1f15b812009-10-13 17:49:32 +0100715msgid "bad CNAME"
Simon Kelley316e2732010-01-22 20:16:09 +0000716msgstr "CNAME erróneo"
Simon Kelley1f15b812009-10-13 17:49:32 +0100717
Simon Kelley572b41e2011-02-18 18:11:18 +0000718#: option.c:2612
Simon Kelley9009d742008-11-14 20:04:27 +0000719msgid "duplicate CNAME"
720msgstr "CNAME duplicado"
721
Simon Kelley572b41e2011-02-18 18:11:18 +0000722#: option.c:2632
Simon Kelley832af0b2007-01-21 20:01:28 +0000723#, fuzzy
724msgid "bad PTR record"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100725msgstr "expediente PTR erróneo"
Simon Kelley849a8352006-06-09 21:02:31 +0100726
Simon Kelley572b41e2011-02-18 18:11:18 +0000727#: option.c:2663
Simon Kelley1a6bca82008-07-11 11:11:42 +0100728#, fuzzy
729msgid "bad NAPTR record"
Simon Kelley3927da42008-07-20 15:10:39 +0100730msgstr "expediente NAPTR erróneo"
Simon Kelley1a6bca82008-07-11 11:11:42 +0100731
Simon Kelley572b41e2011-02-18 18:11:18 +0000732#: option.c:2695
Simon Kelley824af852008-02-12 20:43:05 +0000733msgid "bad TXT record"
734msgstr "expediente TXT erróneo"
735
Simon Kelley572b41e2011-02-18 18:11:18 +0000736#: option.c:2738
Simon Kelley849a8352006-06-09 21:02:31 +0100737msgid "bad SRV record"
738msgstr "expediente SRV erróneo"
739
Simon Kelley572b41e2011-02-18 18:11:18 +0000740#: option.c:2745
Simon Kelley849a8352006-06-09 21:02:31 +0100741msgid "bad SRV target"
742msgstr "destino SRV erróneo"
743
Simon Kelley572b41e2011-02-18 18:11:18 +0000744#: option.c:2759
Simon Kelley849a8352006-06-09 21:02:31 +0100745msgid "invalid priority"
746msgstr "prioridad inválida"
747
Simon Kelley572b41e2011-02-18 18:11:18 +0000748#: option.c:2766
Simon Kelley849a8352006-06-09 21:02:31 +0100749msgid "invalid weight"
750msgstr "peso inválido"
751
Simon Kelley572b41e2011-02-18 18:11:18 +0000752#: option.c:2785
Simon Kelley7622fc02009-06-04 20:32:05 +0100753msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"
Simon Kelley03a97b62009-06-10 20:55:49 +0100754msgstr "opción no soportada (verificar que dnsmasq fue compilado con soporte para DHCP/TFTP/DBus)"
Simon Kelley7622fc02009-06-04 20:32:05 +0100755
Simon Kelley572b41e2011-02-18 18:11:18 +0000756#: option.c:2849
Simon Kelley849a8352006-06-09 21:02:31 +0100757msgid "missing \""
758msgstr "falta \""
759
Simon Kelley572b41e2011-02-18 18:11:18 +0000760#: option.c:2908
Simon Kelley849a8352006-06-09 21:02:31 +0100761msgid "bad option"
762msgstr "opción errónea"
763
Simon Kelley572b41e2011-02-18 18:11:18 +0000764#: option.c:2910
Simon Kelley832af0b2007-01-21 20:01:28 +0000765msgid "extraneous parameter"
766msgstr "parámetro extraño"
767
Simon Kelley572b41e2011-02-18 18:11:18 +0000768#: option.c:2912
Simon Kelley832af0b2007-01-21 20:01:28 +0000769msgid "missing parameter"
770msgstr "parámetro ausente"
771
Simon Kelley572b41e2011-02-18 18:11:18 +0000772#: option.c:2916
Simon Kelley832af0b2007-01-21 20:01:28 +0000773msgid "error"
774msgstr "error"
775
Simon Kelley572b41e2011-02-18 18:11:18 +0000776#: option.c:2921
Simon Kelleyf2621c72007-04-29 19:47:21 +0100777#, c-format
778msgid "%s at line %d of %%s"
779msgstr "%s en línea %d de %%s"
780
Simon Kelley572b41e2011-02-18 18:11:18 +0000781#: option.c:2985 tftp.c:624
Simon Kelley28866e92011-02-14 20:19:14 +0000782#, c-format
783msgid "cannot read %s: %s"
784msgstr "no se puede leer %s: %s"
785
Simon Kelley572b41e2011-02-18 18:11:18 +0000786#: option.c:3151 option.c:3187
Simon Kelley824af852008-02-12 20:43:05 +0000787#, fuzzy, c-format
788msgid "read %s"
789msgstr "leyendo %s"
790
Simon Kelley572b41e2011-02-18 18:11:18 +0000791#: option.c:3239
Simon Kelley28866e92011-02-14 20:19:14 +0000792msgid "junk found in command line"
793msgstr ""
794
Simon Kelley572b41e2011-02-18 18:11:18 +0000795#: option.c:3269
Simon Kelleyb8187c82005-11-26 21:46:27 +0000796#, c-format
797msgid "Dnsmasq version %s %s\n"
798msgstr "Dnsmasq versión %s %s\n"
799
Simon Kelley572b41e2011-02-18 18:11:18 +0000800#: option.c:3270
Simon Kelleyb8187c82005-11-26 21:46:27 +0000801#, c-format
802msgid ""
803"Compile time options %s\n"
804"\n"
805msgstr ""
806"Opciones de compilación %s\n"
807"\n"
808
Simon Kelley572b41e2011-02-18 18:11:18 +0000809#: option.c:3271
Simon Kelleyb8187c82005-11-26 21:46:27 +0000810#, c-format
811msgid "This software comes with ABSOLUTELY NO WARRANTY.\n"
812msgstr "Este software viene SIN NINGUNA GARANTIA.\n"
813
Simon Kelley572b41e2011-02-18 18:11:18 +0000814#: option.c:3272
Simon Kelleyb8187c82005-11-26 21:46:27 +0000815#, c-format
816msgid "Dnsmasq is free software, and you are welcome to redistribute it\n"
817msgstr "Dnsmasq es software libre, y usted está bienvenido a redistribuirlo\n"
818
Simon Kelley572b41e2011-02-18 18:11:18 +0000819#: option.c:3273
Simon Kelley824af852008-02-12 20:43:05 +0000820#, fuzzy, c-format
821msgid "under the terms of the GNU General Public License, version 2 or 3.\n"
Simon Kelley3927da42008-07-20 15:10:39 +0100822msgstr "bajo los términos de la GNU General Public License, versión 2 o 3.\n"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000823
Simon Kelley572b41e2011-02-18 18:11:18 +0000824#: option.c:3284
Simon Kelley849a8352006-06-09 21:02:31 +0100825msgid "try --help"
826msgstr "pruebe --help"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000827
Simon Kelley572b41e2011-02-18 18:11:18 +0000828#: option.c:3286
Simon Kelley849a8352006-06-09 21:02:31 +0100829msgid "try -w"
830msgstr "pruebe -w"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000831
Simon Kelley572b41e2011-02-18 18:11:18 +0000832#: option.c:3289
Simon Kelley849a8352006-06-09 21:02:31 +0100833#, fuzzy, c-format
834msgid "bad command line options: %s"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100835msgstr "opciones de línea de comandos erróneas: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000836
Simon Kelley572b41e2011-02-18 18:11:18 +0000837#: option.c:3330
Simon Kelleyb8187c82005-11-26 21:46:27 +0000838#, c-format
839msgid "cannot get host-name: %s"
840msgstr "no se puede obtener host-name (nombre de host): %s"
841
Simon Kelley572b41e2011-02-18 18:11:18 +0000842#: option.c:3358
Simon Kelleyb8187c82005-11-26 21:46:27 +0000843msgid "only one resolv.conf file allowed in no-poll mode."
844msgstr "solo un archivo resolv.conf permitido en modo no-poll."
845
Simon Kelley572b41e2011-02-18 18:11:18 +0000846#: option.c:3368
Simon Kelleyb8187c82005-11-26 21:46:27 +0000847msgid "must have exactly one resolv.conf to read domain from."
Simon Kelleyf2621c72007-04-29 19:47:21 +0100848msgstr "debe haber exáctamente un resolv.conf desde donde leer dominio."
Simon Kelleyb8187c82005-11-26 21:46:27 +0000849
Simon Kelley572b41e2011-02-18 18:11:18 +0000850#: option.c:3371 network.c:848 dhcp.c:814
Simon Kelley208b65c2006-08-05 21:41:37 +0100851#, fuzzy, c-format
852msgid "failed to read %s: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100853msgstr "no se pudo leer %s: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000854
Simon Kelley572b41e2011-02-18 18:11:18 +0000855#: option.c:3388
Simon Kelleyb8187c82005-11-26 21:46:27 +0000856#, c-format
857msgid "no search directive found in %s"
858msgstr "ninguna directiva de búsqueda encontrada en %s"
859
Simon Kelley572b41e2011-02-18 18:11:18 +0000860#: option.c:3409
Simon Kelley28866e92011-02-14 20:19:14 +0000861#, fuzzy
Simon Kelley9009d742008-11-14 20:04:27 +0000862msgid "there must be a default domain when --dhcp-fqdn is set"
863msgstr "debe haber un dominio predeterminado cuando --dhcp-fqdn está fijado"
864
Simon Kelley572b41e2011-02-18 18:11:18 +0000865#: option.c:3413
Simon Kelley7622fc02009-06-04 20:32:05 +0100866msgid "syntax check OK"
Simon Kelley03a97b62009-06-10 20:55:49 +0100867msgstr "revisión de sintaxis OK"
Simon Kelley7622fc02009-06-04 20:32:05 +0100868
Simon Kelley28866e92011-02-14 20:19:14 +0000869#: forward.c:461
Simon Kelleyb8187c82005-11-26 21:46:27 +0000870#, c-format
871msgid "nameserver %s refused to do a recursive query"
Simon Kelley849a8352006-06-09 21:02:31 +0100872msgstr "servidor DNS %s se reusó a hacer una búsqueda recursiva"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000873
Simon Kelley28866e92011-02-14 20:19:14 +0000874#: forward.c:489
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100875#, fuzzy, c-format
876msgid "possible DNS-rebind attack detected: %s"
Simon Kelley824af852008-02-12 20:43:05 +0000877msgstr "posible ataque de revinculación DNS detectado"
878
Simon Kelley28866e92011-02-14 20:19:14 +0000879#: network.c:171
Simon Kelley832af0b2007-01-21 20:01:28 +0000880#, fuzzy, c-format
881msgid "unknown interface %s in bridge-interface"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100882msgstr "interface desconocida %s en bridge-interface"
Simon Kelley832af0b2007-01-21 20:01:28 +0000883
Simon Kelley28866e92011-02-14 20:19:14 +0000884#: network.c:380
885#, fuzzy, c-format
886msgid "failed to create listening socket for %s: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000887msgstr "no se pudo crear un socket escuchador: %s"
888
Simon Kelley28866e92011-02-14 20:19:14 +0000889#: network.c:746
Simon Kelley824af852008-02-12 20:43:05 +0000890#, fuzzy, c-format
891msgid "failed to bind server socket for %s: %s"
892msgstr "no se pudo acoplar socket escuchador para %s: %s"
893
Simon Kelley28866e92011-02-14 20:19:14 +0000894#: network.c:783
Simon Kelleyb8187c82005-11-26 21:46:27 +0000895#, c-format
896msgid "ignoring nameserver %s - local interface"
897msgstr "ignorando servidor DNS %s - interface local"
898
Simon Kelley28866e92011-02-14 20:19:14 +0000899#: network.c:794
Simon Kelleyf2621c72007-04-29 19:47:21 +0100900#, fuzzy, c-format
901msgid "ignoring nameserver %s - cannot make/bind socket: %s"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100902msgstr "ignorando servidor DNS %s - no se puede crear/acoplar socket: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000903
Simon Kelley28866e92011-02-14 20:19:14 +0000904#: network.c:811
Simon Kelleyb8187c82005-11-26 21:46:27 +0000905msgid "unqualified"
906msgstr "no calificado"
907
Simon Kelley28866e92011-02-14 20:19:14 +0000908#: network.c:811
Simon Kelley5aabfc72007-08-29 11:24:47 +0100909msgid "names"
Simon Kelley824af852008-02-12 20:43:05 +0000910msgstr "nombres"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100911
Simon Kelley28866e92011-02-14 20:19:14 +0000912#: network.c:813
Simon Kelley5aabfc72007-08-29 11:24:47 +0100913msgid "default"
Simon Kelley824af852008-02-12 20:43:05 +0000914msgstr "predeterminado"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100915
Simon Kelley28866e92011-02-14 20:19:14 +0000916#: network.c:815
Simon Kelley5aabfc72007-08-29 11:24:47 +0100917msgid "domain"
918msgstr "dominio"
Simon Kelleyb8187c82005-11-26 21:46:27 +0000919
Simon Kelley28866e92011-02-14 20:19:14 +0000920#: network.c:818
Simon Kelleyb8187c82005-11-26 21:46:27 +0000921#, c-format
922msgid "using local addresses only for %s %s"
923msgstr "usando direcciones locales solo para %s %s"
924
Simon Kelley28866e92011-02-14 20:19:14 +0000925#: network.c:820
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100926#, fuzzy, c-format
927msgid "using standard nameservers for %s %s"
928msgstr "usando servidor DNS %s#%d para %s %s"
929
Simon Kelley28866e92011-02-14 20:19:14 +0000930#: network.c:822
Simon Kelleyb8187c82005-11-26 21:46:27 +0000931#, c-format
932msgid "using nameserver %s#%d for %s %s"
933msgstr "usando servidor DNS %s#%d para %s %s"
934
Simon Kelley28866e92011-02-14 20:19:14 +0000935#: network.c:825
Simon Kelley824af852008-02-12 20:43:05 +0000936#, fuzzy, c-format
937msgid "using nameserver %s#%d(via %s)"
938msgstr "usando servidor DNS %s#%d(vía %s)"
939
Simon Kelley28866e92011-02-14 20:19:14 +0000940#: network.c:827
Simon Kelleyb8187c82005-11-26 21:46:27 +0000941#, c-format
942msgid "using nameserver %s#%d"
943msgstr "usando servidor DNS %s#%d"
944
Simon Kelley572b41e2011-02-18 18:11:18 +0000945#: dnsmasq.c:148
Simon Kelley832af0b2007-01-21 20:01:28 +0000946#, fuzzy
947msgid "TFTP server not available: set HAVE_TFTP in src/config.h"
Simon Kelley5aabfc72007-08-29 11:24:47 +0100948msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h"
Simon Kelley832af0b2007-01-21 20:01:28 +0000949
Simon Kelley572b41e2011-02-18 18:11:18 +0000950#: dnsmasq.c:153
Simon Kelley824af852008-02-12 20:43:05 +0000951#, fuzzy
952msgid "asychronous logging is not available under Solaris"
953msgstr "bitacoreo asincrónico no está disponible bajo Solaris"
954
Simon Kelley572b41e2011-02-18 18:11:18 +0000955#: dnsmasq.c:158
956#, fuzzy
957msgid "asychronous logging is not available under Android"
958msgstr "bitacoreo asincrónico no está disponible bajo Solaris"
959
960#: dnsmasq.c:177
Simon Kelleyb8187c82005-11-26 21:46:27 +0000961#, c-format
962msgid "failed to find list of interfaces: %s"
963msgstr "no se pudo encontrar lista de interfaces: %s"
964
Simon Kelley572b41e2011-02-18 18:11:18 +0000965#: dnsmasq.c:185
Simon Kelleyb8187c82005-11-26 21:46:27 +0000966#, c-format
967msgid "unknown interface %s"
968msgstr "interface desconocida %s"
969
Simon Kelley572b41e2011-02-18 18:11:18 +0000970#: dnsmasq.c:191
Simon Kelleyb8187c82005-11-26 21:46:27 +0000971#, c-format
972msgid "no interface with address %s"
973msgstr "ninguna interface con dirección %s"
974
Simon Kelley572b41e2011-02-18 18:11:18 +0000975#: dnsmasq.c:207 dnsmasq.c:678
Simon Kelleyb8187c82005-11-26 21:46:27 +0000976#, c-format
977msgid "DBus error: %s"
978msgstr "error DBus: %s"
979
Simon Kelley572b41e2011-02-18 18:11:18 +0000980#: dnsmasq.c:210
Simon Kelleyb8187c82005-11-26 21:46:27 +0000981msgid "DBus not available: set HAVE_DBUS in src/config.h"
982msgstr "DBus no disponible: fijar HAVE_DBUS en src/config.h"
983
Simon Kelley572b41e2011-02-18 18:11:18 +0000984#: dnsmasq.c:236
Simon Kelley1a6bca82008-07-11 11:11:42 +0100985#, c-format
986msgid "unknown user or group: %s"
Simon Kelley3927da42008-07-20 15:10:39 +0100987msgstr "usuario o grupo desconocido: %s"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +0100988
Simon Kelley572b41e2011-02-18 18:11:18 +0000989#: dnsmasq.c:291
Simon Kelley824af852008-02-12 20:43:05 +0000990#, c-format
991msgid "cannot chdir to filesystem root: %s"
992msgstr "no se puede cambiar directorio a raíz de sistema de archivos: %s"
993
Simon Kelley572b41e2011-02-18 18:11:18 +0000994#: dnsmasq.c:455
Simon Kelley824af852008-02-12 20:43:05 +0000995#, fuzzy, c-format
996msgid "started, version %s DNS disabled"
997msgstr "iniciado, versión %s DNS deshabilitado"
998
Simon Kelley572b41e2011-02-18 18:11:18 +0000999#: dnsmasq.c:457
Simon Kelleyb8187c82005-11-26 21:46:27 +00001000#, c-format
1001msgid "started, version %s cachesize %d"
Simon Kelley824af852008-02-12 20:43:05 +00001002msgstr "iniciado, versión %s tamaño de caché %d"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001003
Simon Kelley572b41e2011-02-18 18:11:18 +00001004#: dnsmasq.c:459
Simon Kelleyb8187c82005-11-26 21:46:27 +00001005#, c-format
1006msgid "started, version %s cache disabled"
Simon Kelley824af852008-02-12 20:43:05 +00001007msgstr "iniciado, versión %s caché deshabilitado"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001008
Simon Kelley572b41e2011-02-18 18:11:18 +00001009#: dnsmasq.c:461
Simon Kelleyb8187c82005-11-26 21:46:27 +00001010#, c-format
1011msgid "compile time options: %s"
1012msgstr "opciones de compilación: %s"
1013
Simon Kelley572b41e2011-02-18 18:11:18 +00001014#: dnsmasq.c:467
Simon Kelleyb8187c82005-11-26 21:46:27 +00001015msgid "DBus support enabled: connected to system bus"
1016msgstr "soporte DBus habilitado: conectado a bus de sistema"
1017
Simon Kelley572b41e2011-02-18 18:11:18 +00001018#: dnsmasq.c:469
Simon Kelleyb8187c82005-11-26 21:46:27 +00001019msgid "DBus support enabled: bus connection pending"
1020msgstr "soporte DBus habilitado: conección a bus pendiente"
1021
Simon Kelley572b41e2011-02-18 18:11:18 +00001022#: dnsmasq.c:474
Simon Kelley1a6bca82008-07-11 11:11:42 +01001023#, fuzzy, c-format
1024msgid "warning: failed to change owner of %s: %s"
1025msgstr "advertencia: no se pudo cambiar dueño de %s: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001026
Simon Kelley572b41e2011-02-18 18:11:18 +00001027#: dnsmasq.c:478
Simon Kelley1a6bca82008-07-11 11:11:42 +01001028msgid "setting --bind-interfaces option because of OS limitations"
1029msgstr "fijando opción --bind-interfaces debido a limitaciones de sistema operativo"
1030
Simon Kelley572b41e2011-02-18 18:11:18 +00001031#: dnsmasq.c:483
Simon Kelleyb8187c82005-11-26 21:46:27 +00001032#, c-format
1033msgid "warning: interface %s does not currently exist"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001034msgstr "advertencia: interface %s no existe actuálmente"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001035
Simon Kelley572b41e2011-02-18 18:11:18 +00001036#: dnsmasq.c:488
Simon Kelley208b65c2006-08-05 21:41:37 +01001037msgid "warning: ignoring resolv-file flag because no-resolv is set"
Simon Kelley824af852008-02-12 20:43:05 +00001038msgstr "advertencia: ignorando opción resolv-file porque no-resolv está fijado"
Simon Kelley208b65c2006-08-05 21:41:37 +01001039
Simon Kelley572b41e2011-02-18 18:11:18 +00001040#: dnsmasq.c:491
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001041#, fuzzy
1042msgid "warning: no upstream servers configured"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001043msgstr "advertencia: ningún servidor upstream configurado"
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001044
Simon Kelley572b41e2011-02-18 18:11:18 +00001045#: dnsmasq.c:495
Simon Kelleyf2621c72007-04-29 19:47:21 +01001046#, c-format
1047msgid "asynchronous logging enabled, queue limit is %d messages"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001048msgstr "bitacoreo asincrónico habilitado, límite de cola es %d mensajes"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001049
Simon Kelley572b41e2011-02-18 18:11:18 +00001050#: dnsmasq.c:508
Simon Kelleyb8187c82005-11-26 21:46:27 +00001051#, c-format
1052msgid "DHCP, static leases only on %.0s%s, lease time %s"
1053msgstr "DHCP, arriendos estáticos solo en %.0s%s, tiempo de arriendo %s"
1054
Simon Kelley572b41e2011-02-18 18:11:18 +00001055#: dnsmasq.c:510
Simon Kelley7622fc02009-06-04 20:32:05 +01001056#, c-format
1057msgid "DHCP, proxy on subnet %.0s%s%.0s"
Simon Kelley03a97b62009-06-10 20:55:49 +01001058msgstr "DHCP, proxy en subred %.0s%s%.0s"
Simon Kelley7622fc02009-06-04 20:32:05 +01001059
Simon Kelley572b41e2011-02-18 18:11:18 +00001060#: dnsmasq.c:511
Simon Kelleyb8187c82005-11-26 21:46:27 +00001061#, c-format
1062msgid "DHCP, IP range %s -- %s, lease time %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001063msgstr "DHCP, rango de IPs %s -- %s, tiempo de arriendo %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001064
Simon Kelley572b41e2011-02-18 18:11:18 +00001065#: dnsmasq.c:526
Simon Kelley832af0b2007-01-21 20:01:28 +00001066msgid "root is "
Simon Kelleyf2621c72007-04-29 19:47:21 +01001067msgstr "root es "
Simon Kelley832af0b2007-01-21 20:01:28 +00001068
Simon Kelley572b41e2011-02-18 18:11:18 +00001069#: dnsmasq.c:526
Simon Kelleyf2621c72007-04-29 19:47:21 +01001070#, fuzzy
1071msgid "enabled"
1072msgstr "habilitado"
Simon Kelley832af0b2007-01-21 20:01:28 +00001073
Simon Kelley572b41e2011-02-18 18:11:18 +00001074#: dnsmasq.c:528
Simon Kelleyf2621c72007-04-29 19:47:21 +01001075msgid "secure mode"
1076msgstr "modo seguro"
1077
Simon Kelley572b41e2011-02-18 18:11:18 +00001078#: dnsmasq.c:554
Simon Kelley832af0b2007-01-21 20:01:28 +00001079#, c-format
1080msgid "restricting maximum simultaneous TFTP transfers to %d"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001081msgstr "limitando número máximo de transferencias TFTP simultáneas a %d"
Simon Kelley832af0b2007-01-21 20:01:28 +00001082
Simon Kelley572b41e2011-02-18 18:11:18 +00001083#: dnsmasq.c:680
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001084msgid "connected to system DBus"
1085msgstr "conectado a DBus de sistema"
1086
Simon Kelley572b41e2011-02-18 18:11:18 +00001087#: dnsmasq.c:775
Simon Kelley7622fc02009-06-04 20:32:05 +01001088#, c-format
1089msgid "cannot fork into background: %s"
1090msgstr "no se puede hacer fork hacia el fondo: %s"
1091
Simon Kelley572b41e2011-02-18 18:11:18 +00001092#: dnsmasq.c:778
Simon Kelley5aabfc72007-08-29 11:24:47 +01001093#, fuzzy, c-format
1094msgid "failed to create helper: %s"
Simon Kelley824af852008-02-12 20:43:05 +00001095msgstr "no se pudo crear ayudante: %s"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001096
Simon Kelley572b41e2011-02-18 18:11:18 +00001097#: dnsmasq.c:781
Simon Kelley1a6bca82008-07-11 11:11:42 +01001098#, fuzzy, c-format
1099msgid "setting capabilities failed: %s"
Simon Kelley3927da42008-07-20 15:10:39 +01001100msgstr "configuración de capacidades ha fallado: %s"
Simon Kelley9e038942008-05-30 20:06:34 +01001101
Simon Kelley572b41e2011-02-18 18:11:18 +00001102#: dnsmasq.c:785
Simon Kelley1a6bca82008-07-11 11:11:42 +01001103#, fuzzy, c-format
1104msgid "failed to change user-id to %s: %s"
Simon Kelley3927da42008-07-20 15:10:39 +01001105msgstr "no se pudo cambiar user-id a %s: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001106
Simon Kelley572b41e2011-02-18 18:11:18 +00001107#: dnsmasq.c:790
Simon Kelley1a6bca82008-07-11 11:11:42 +01001108#, fuzzy, c-format
1109msgid "failed to change group-id to %s: %s"
Simon Kelley3927da42008-07-20 15:10:39 +01001110msgstr "no se pudo cambiar group-id a %s: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001111
Simon Kelley572b41e2011-02-18 18:11:18 +00001112#: dnsmasq.c:793
Simon Kelley1a6bca82008-07-11 11:11:42 +01001113#, fuzzy, c-format
1114msgid "failed to open pidfile %s: %s"
Simon Kelley3927da42008-07-20 15:10:39 +01001115msgstr "no se pudo abrir archivo PID %s: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001116
Simon Kelley572b41e2011-02-18 18:11:18 +00001117#: dnsmasq.c:796
Simon Kelley1a6bca82008-07-11 11:11:42 +01001118#, fuzzy, c-format
1119msgid "cannot open %s: %s"
1120msgstr "no se puede abrir %s: %s"
1121
Simon Kelley572b41e2011-02-18 18:11:18 +00001122#: dnsmasq.c:851
Simon Kelley1a6bca82008-07-11 11:11:42 +01001123#, c-format
1124msgid "child process killed by signal %d"
1125msgstr "proceso hijo eliminado por señal %d"
1126
Simon Kelley572b41e2011-02-18 18:11:18 +00001127#: dnsmasq.c:855
Simon Kelley1a6bca82008-07-11 11:11:42 +01001128#, c-format
1129msgid "child process exited with status %d"
1130msgstr "proceso hijo hizo exit con estado %d"
1131
Simon Kelley572b41e2011-02-18 18:11:18 +00001132#: dnsmasq.c:859
Simon Kelley1a6bca82008-07-11 11:11:42 +01001133#, fuzzy, c-format
1134msgid "failed to execute %s: %s"
1135msgstr "no se pudo ejecutar %s: %s"
1136
Simon Kelley572b41e2011-02-18 18:11:18 +00001137#: dnsmasq.c:903
Simon Kelley5aabfc72007-08-29 11:24:47 +01001138msgid "exiting on receipt of SIGTERM"
1139msgstr "saliendo al recibir SIGTERM"
1140
Simon Kelley572b41e2011-02-18 18:11:18 +00001141#: dnsmasq.c:931
Simon Kelley9009d742008-11-14 20:04:27 +00001142#, fuzzy, c-format
1143msgid "failed to access %s: %s"
1144msgstr "no se pudo accesar %s: %s"
1145
Simon Kelley572b41e2011-02-18 18:11:18 +00001146#: dnsmasq.c:961
Simon Kelley9009d742008-11-14 20:04:27 +00001147#, c-format
1148msgid "reading %s"
1149msgstr "leyendo %s"
1150
Simon Kelley572b41e2011-02-18 18:11:18 +00001151#: dnsmasq.c:972
Simon Kelley5aabfc72007-08-29 11:24:47 +01001152#, fuzzy, c-format
1153msgid "no servers found in %s, will retry"
1154msgstr "ningún servidor encontrado en %s, se reintentará"
1155
Simon Kelley7622fc02009-06-04 20:32:05 +01001156#: dhcp.c:40
Simon Kelleyb8187c82005-11-26 21:46:27 +00001157#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001158msgid "cannot create DHCP socket: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001159msgstr "no se puede crear socket DHCP: %s"
1160
Simon Kelley7622fc02009-06-04 20:32:05 +01001161#: dhcp.c:52
Simon Kelleyb8187c82005-11-26 21:46:27 +00001162#, c-format
1163msgid "failed to set options on DHCP socket: %s"
1164msgstr "no se pudo fijar opciones en socket DHCP: %s"
1165
Simon Kelley7622fc02009-06-04 20:32:05 +01001166#: dhcp.c:65
Simon Kelley4011c4e2006-10-28 16:26:19 +01001167#, fuzzy, c-format
1168msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001169msgstr "no se pudo fijar SO_REUSE{ADDR|PORT} en socket DHCP: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001170
Simon Kelley7622fc02009-06-04 20:32:05 +01001171#: dhcp.c:77
Simon Kelleyb8187c82005-11-26 21:46:27 +00001172#, c-format
1173msgid "failed to bind DHCP server socket: %s"
1174msgstr "no se pudo acoplar socket de servidor DHCP: %s"
1175
Simon Kelley316e2732010-01-22 20:16:09 +00001176#: dhcp.c:103
Simon Kelleyb8187c82005-11-26 21:46:27 +00001177#, c-format
1178msgid "cannot create ICMP raw socket: %s."
1179msgstr "no se puede crear socket crudo ICMP: %s."
1180
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001181#: dhcp.c:281
Simon Kelley832af0b2007-01-21 20:01:28 +00001182#, c-format
1183msgid "DHCP packet received on %s which has no address"
Simon Kelley03a97b62009-06-10 20:55:49 +01001184msgstr "Paquete DHCP recibido en %s que no tiene dirección"
Simon Kelley832af0b2007-01-21 20:01:28 +00001185
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001186#: dhcp.c:445
Simon Kelleyb8187c82005-11-26 21:46:27 +00001187#, c-format
1188msgid "DHCP range %s -- %s is not consistent with netmask %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001189msgstr "rango DHCP %s -- %s no coincide con máscara de subred %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001190
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001191#: dhcp.c:852
Simon Kelleyb8187c82005-11-26 21:46:27 +00001192#, fuzzy, c-format
1193msgid "bad line at %s line %d"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001194msgstr "línea errónea en %s línea %d"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001195
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001196#: dhcp.c:895
Simon Kelley1f15b812009-10-13 17:49:32 +01001197#, c-format
1198msgid "ignoring %s line %d, duplicate name or IP address"
Simon Kelley316e2732010-01-22 20:16:09 +00001199msgstr "ignorando %s línea %d, nombre o dirección IP duplicada"
Simon Kelley1f15b812009-10-13 17:49:32 +01001200
Simon Kelleyc52e1892010-06-07 22:01:39 +01001201#: dhcp.c:978
Simon Kelley824af852008-02-12 20:43:05 +00001202#, c-format
1203msgid "duplicate IP address %s in dhcp-config directive."
Simon Kelley5aabfc72007-08-29 11:24:47 +01001204msgstr "dirección IP duplicada %s en directiva dhcp-config."
1205
Simon Kelleyc52e1892010-06-07 22:01:39 +01001206#: dhcp.c:981
Simon Kelley824af852008-02-12 20:43:05 +00001207#, fuzzy, c-format
1208msgid "duplicate IP address %s in %s."
1209msgstr "dirección IP duplicada %s en %s."
1210
Simon Kelleyc52e1892010-06-07 22:01:39 +01001211#: dhcp.c:1024
Simon Kelley824af852008-02-12 20:43:05 +00001212#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001213msgid "%s has more than one address in hostsfile, using %s for DHCP"
Simon Kelley824af852008-02-12 20:43:05 +00001214msgstr "%s tiene más de una dirección en hostsfile, usando %s para DHCP"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001215
Simon Kelleyc52e1892010-06-07 22:01:39 +01001216#: dhcp.c:1029
Simon Kelleyb8187c82005-11-26 21:46:27 +00001217#, c-format
1218msgid "duplicate IP address %s (%s) in dhcp-config directive"
Simon Kelley849a8352006-06-09 21:02:31 +01001219msgstr "dirección IP duplicada %s (%s) en directiva dhcp-config"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001220
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001221#: lease.c:67
Simon Kelley208b65c2006-08-05 21:41:37 +01001222#, fuzzy, c-format
1223msgid "cannot open or create lease file %s: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001224msgstr "no se puede abrir o crear archivo de arriendos %s: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001225
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001226#: lease.c:93
Simon Kelleyb8187c82005-11-26 21:46:27 +00001227msgid "too many stored leases"
1228msgstr "demasiados arriendos almacenados"
1229
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001230#: lease.c:129
Simon Kelley208b65c2006-08-05 21:41:37 +01001231#, fuzzy, c-format
1232msgid "cannot run lease-init script %s: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001233msgstr "no se puede ejecutar archivo guión lease-init %s: %s"
Simon Kelley208b65c2006-08-05 21:41:37 +01001234
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001235#: lease.c:135
Simon Kelley208b65c2006-08-05 21:41:37 +01001236#, c-format
1237msgid "lease-init script returned exit code %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001238msgstr "archivo guión lease-init retornó exit code %s"
Simon Kelley208b65c2006-08-05 21:41:37 +01001239
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001240#: lease.c:235
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001241#, fuzzy, c-format
Simon Kelley7cebd202006-05-06 14:13:33 +01001242msgid "failed to write %s: %s (retry in %us)"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001243msgstr "error al escribir %s: %s (reintentar en %us)"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001244
Simon Kelley572b41e2011-02-18 18:11:18 +00001245#: rfc2131.c:315
Simon Kelleyb8187c82005-11-26 21:46:27 +00001246#, c-format
1247msgid "no address range available for DHCP request %s %s"
1248msgstr "ningún rango de direcciónes disponible para pedido DHCP %s %s"
1249
Simon Kelley572b41e2011-02-18 18:11:18 +00001250#: rfc2131.c:316
Simon Kelleyb8187c82005-11-26 21:46:27 +00001251msgid "with subnet selector"
1252msgstr "con selector de subred"
1253
Simon Kelley572b41e2011-02-18 18:11:18 +00001254#: rfc2131.c:316
Simon Kelleyb8187c82005-11-26 21:46:27 +00001255msgid "via"
1256msgstr "vía"
1257
Simon Kelley572b41e2011-02-18 18:11:18 +00001258#: rfc2131.c:331
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001259#, fuzzy, c-format
1260msgid "%u available DHCP subnet: %s/%s"
Simon Kelley7622fc02009-06-04 20:32:05 +01001261msgstr "%u Subred DHCP disponible: %s/%s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001262
Simon Kelley572b41e2011-02-18 18:11:18 +00001263#: rfc2131.c:334
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001264#, fuzzy, c-format
1265msgid "%u available DHCP range: %s -- %s"
Simon Kelley7622fc02009-06-04 20:32:05 +01001266msgstr "%u Rango DHCP disponible: %s -- %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001267
Simon Kelley572b41e2011-02-18 18:11:18 +00001268#: rfc2131.c:363
Simon Kelleyb8187c82005-11-26 21:46:27 +00001269msgid "disabled"
1270msgstr "deshabilitado"
1271
Simon Kelley572b41e2011-02-18 18:11:18 +00001272#: rfc2131.c:404 rfc2131.c:916 rfc2131.c:1288
Simon Kelley1f15b812009-10-13 17:49:32 +01001273msgid "ignored"
1274msgstr "ignorado"
1275
Simon Kelley572b41e2011-02-18 18:11:18 +00001276#: rfc2131.c:419 rfc2131.c:1135
Simon Kelleyb8187c82005-11-26 21:46:27 +00001277msgid "address in use"
1278msgstr "dirección en uso"
1279
Simon Kelley572b41e2011-02-18 18:11:18 +00001280#: rfc2131.c:433 rfc2131.c:970
Simon Kelleyb8187c82005-11-26 21:46:27 +00001281msgid "no address available"
1282msgstr "ninguna dirección disponible"
1283
Simon Kelley572b41e2011-02-18 18:11:18 +00001284#: rfc2131.c:440 rfc2131.c:1098
Simon Kelleye17fb622006-01-14 20:33:46 +00001285msgid "wrong network"
1286msgstr "red equivocada"
1287
Simon Kelley572b41e2011-02-18 18:11:18 +00001288#: rfc2131.c:454
Simon Kelley9009d742008-11-14 20:04:27 +00001289msgid "no address configured"
1290msgstr "ninguna dirección configurada"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001291
Simon Kelley572b41e2011-02-18 18:11:18 +00001292#: rfc2131.c:460 rfc2131.c:1148
Simon Kelley9009d742008-11-14 20:04:27 +00001293msgid "no leases left"
1294msgstr "no sobra ningún arriendo"
1295
Simon Kelley572b41e2011-02-18 18:11:18 +00001296#: rfc2131.c:545
Simon Kelley7622fc02009-06-04 20:32:05 +01001297#, fuzzy, c-format
1298msgid "%u client provides name: %s"
Simon Kelley03a97b62009-06-10 20:55:49 +01001299msgstr "%u cliente provee nombre: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001300
Simon Kelley572b41e2011-02-18 18:11:18 +00001301#: rfc2131.c:700
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001302#, fuzzy, c-format
1303msgid "%u vendor class: %s"
Simon Kelley7622fc02009-06-04 20:32:05 +01001304msgstr "%u Clase de vendedor: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001305
Simon Kelley572b41e2011-02-18 18:11:18 +00001306#: rfc2131.c:702
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001307#, fuzzy, c-format
1308msgid "%u user class: %s"
Simon Kelley7622fc02009-06-04 20:32:05 +01001309msgstr "%u Clase de usuario: %s"
1310
Simon Kelley572b41e2011-02-18 18:11:18 +00001311#: rfc2131.c:761
Simon Kelley7622fc02009-06-04 20:32:05 +01001312msgid "PXE BIS not supported"
Simon Kelley03a97b62009-06-10 20:55:49 +01001313msgstr "no hay soporte para BIS PXE"
Simon Kelley7622fc02009-06-04 20:32:05 +01001314
Simon Kelley572b41e2011-02-18 18:11:18 +00001315#: rfc2131.c:886
Simon Kelley849a8352006-06-09 21:02:31 +01001316#, fuzzy, c-format
1317msgid "disabling DHCP static address %s for %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001318msgstr "deshabilitando dirección DHCP estática %s para %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001319
Simon Kelley572b41e2011-02-18 18:11:18 +00001320#: rfc2131.c:907
Simon Kelleyb8187c82005-11-26 21:46:27 +00001321msgid "unknown lease"
1322msgstr "arriendo desconocido"
1323
Simon Kelley572b41e2011-02-18 18:11:18 +00001324#: rfc2131.c:939
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001325#, c-format
1326msgid "not using configured address %s because it is leased to %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001327msgstr "no usando dirección configurada %s porque está arrendada a %s"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001328
Simon Kelley572b41e2011-02-18 18:11:18 +00001329#: rfc2131.c:949
Simon Kelley849a8352006-06-09 21:02:31 +01001330#, fuzzy, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001331msgid "not using configured address %s because it is in use by the server or relay"
1332msgstr "no usando dirección configurada %s porque está en uso por el servidor o relay"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001333
Simon Kelley572b41e2011-02-18 18:11:18 +00001334#: rfc2131.c:952
Simon Kelley849a8352006-06-09 21:02:31 +01001335#, fuzzy, c-format
1336msgid "not using configured address %s because it was previously declined"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001337msgstr "no usando dirección configurada %s porque fué previamente denegada"
Simon Kelley849a8352006-06-09 21:02:31 +01001338
Simon Kelley572b41e2011-02-18 18:11:18 +00001339#: rfc2131.c:968 rfc2131.c:1141
Simon Kelley5aabfc72007-08-29 11:24:47 +01001340msgid "no unique-id"
1341msgstr "ningún unique-id (identificación única)"
1342
Simon Kelley572b41e2011-02-18 18:11:18 +00001343#: rfc2131.c:1037
Simon Kelley9009d742008-11-14 20:04:27 +00001344msgid "wrong server-ID"
1345msgstr "ID de servidor equivocada"
1346
Simon Kelley572b41e2011-02-18 18:11:18 +00001347#: rfc2131.c:1055
Simon Kelleyb8187c82005-11-26 21:46:27 +00001348msgid "wrong address"
1349msgstr "dirección equivocada"
1350
Simon Kelley572b41e2011-02-18 18:11:18 +00001351#: rfc2131.c:1073
Simon Kelleyb8187c82005-11-26 21:46:27 +00001352msgid "lease not found"
1353msgstr "arriendo no encontrado"
1354
Simon Kelley572b41e2011-02-18 18:11:18 +00001355#: rfc2131.c:1106
Simon Kelleyb8187c82005-11-26 21:46:27 +00001356msgid "address not available"
1357msgstr "dirección no disponible"
1358
Simon Kelley572b41e2011-02-18 18:11:18 +00001359#: rfc2131.c:1117
Simon Kelleyb8187c82005-11-26 21:46:27 +00001360msgid "static lease available"
1361msgstr "arriendo estático disponible"
1362
Simon Kelley572b41e2011-02-18 18:11:18 +00001363#: rfc2131.c:1121
Simon Kelleyb8187c82005-11-26 21:46:27 +00001364msgid "address reserved"
1365msgstr "dirección reservada"
1366
Simon Kelley572b41e2011-02-18 18:11:18 +00001367#: rfc2131.c:1129
Simon Kelley9009d742008-11-14 20:04:27 +00001368#, c-format
1369msgid "abandoning lease to %s of %s"
1370msgstr "abandonando arriendo a %s de %s"
1371
Simon Kelley572b41e2011-02-18 18:11:18 +00001372#: rfc2131.c:1710
Simon Kelleyf2621c72007-04-29 19:47:21 +01001373#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001374msgid "%u tags: %s"
1375msgstr "%u etiquetas: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001376
Simon Kelley572b41e2011-02-18 18:11:18 +00001377#: rfc2131.c:1723
Simon Kelley7622fc02009-06-04 20:32:05 +01001378#, c-format
1379msgid "%u bootfile name: %s"
1380msgstr "%u nombre de bootfile: %s"
1381
Simon Kelley572b41e2011-02-18 18:11:18 +00001382#: rfc2131.c:1732
Simon Kelley7622fc02009-06-04 20:32:05 +01001383#, c-format
1384msgid "%u server name: %s"
1385msgstr "%u nombre de servidor: %s"
1386
Simon Kelley572b41e2011-02-18 18:11:18 +00001387#: rfc2131.c:1746
Simon Kelley7622fc02009-06-04 20:32:05 +01001388#, fuzzy, c-format
1389msgid "%u next server: %s"
1390msgstr "%u siguiente servidor: %s"
1391
Simon Kelley572b41e2011-02-18 18:11:18 +00001392#: rfc2131.c:1749
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001393#, c-format
1394msgid "%u broadcast response"
1395msgstr ""
1396
Simon Kelley572b41e2011-02-18 18:11:18 +00001397#: rfc2131.c:1812
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001398#, fuzzy, c-format
Simon Kelley6b010842007-02-12 20:32:07 +00001399msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001400msgstr "no se puede enviar opción DHCP/BOOTP %d: no queda espacio en paquete"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001401
Simon Kelley572b41e2011-02-18 18:11:18 +00001402#: rfc2131.c:2058
Simon Kelley7622fc02009-06-04 20:32:05 +01001403msgid "PXE menu too large"
Simon Kelley03a97b62009-06-10 20:55:49 +01001404msgstr "menú PXE demasiado grande"
Simon Kelley7622fc02009-06-04 20:32:05 +01001405
Simon Kelley572b41e2011-02-18 18:11:18 +00001406#: rfc2131.c:2171
Simon Kelley9009d742008-11-14 20:04:27 +00001407#, c-format
1408msgid "Ignoring domain %s for DHCP host name %s"
1409msgstr "Ignorando dominio %s para nombre de host DHCP %s"
1410
Simon Kelley572b41e2011-02-18 18:11:18 +00001411#: rfc2131.c:2189
Simon Kelleyf2621c72007-04-29 19:47:21 +01001412#, fuzzy, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001413msgid "%u requested options: %s"
1414msgstr "%u opciones solicitadas: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001415
Simon Kelley572b41e2011-02-18 18:11:18 +00001416#: rfc2131.c:2456
Simon Kelley316e2732010-01-22 20:16:09 +00001417#, c-format
1418msgid "cannot send RFC3925 option: too many options for enterprise number %d"
1419msgstr "no se puede enviar opción RFC3925: demasiadas opciones para número enterprise %d"
1420
Simon Kelley28866e92011-02-14 20:19:14 +00001421#: netlink.c:70
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001422#, fuzzy, c-format
Simon Kelley7cebd202006-05-06 14:13:33 +01001423msgid "cannot create netlink socket: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001424msgstr "no se puede crear socket netlink: %s"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001425
Simon Kelley28866e92011-02-14 20:19:14 +00001426#: netlink.c:288
Simon Kelley7cebd202006-05-06 14:13:33 +01001427#, fuzzy, c-format
1428msgid "netlink returns error: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001429msgstr "netlink retorna error: %s"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001430
Simon Kelley7622fc02009-06-04 20:32:05 +01001431#: dbus.c:150
Simon Kelleyb8187c82005-11-26 21:46:27 +00001432msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001433msgstr "intento de fijar dirección de servidor IPv6 vía DBus - no hay soporte IPv6"
Simon Kelleyb8187c82005-11-26 21:46:27 +00001434
Simon Kelley7622fc02009-06-04 20:32:05 +01001435#: dbus.c:286
Simon Kelleyb8187c82005-11-26 21:46:27 +00001436msgid "setting upstream servers from DBus"
1437msgstr "fijando servidores upstream desde DBus"
1438
Simon Kelley7622fc02009-06-04 20:32:05 +01001439#: dbus.c:324
Simon Kelleyb8187c82005-11-26 21:46:27 +00001440msgid "could not register a DBus message handler"
1441msgstr "no se pudo registrar un manejador de mensajes DBus"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001442
Simon Kelley28866e92011-02-14 20:19:14 +00001443#: bpf.c:217
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001444#, c-format
1445msgid "cannot create DHCP BPF socket: %s"
1446msgstr "no se puede crear socket BPF DHCP: %s"
1447
Simon Kelley28866e92011-02-14 20:19:14 +00001448#: bpf.c:245
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001449#, fuzzy, c-format
1450msgid "DHCP request for unsupported hardware type (%d) received on %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001451msgstr "pedido DHCP por tipo de hardware no-soportado (%d) recibido en %s"
Simon Kelley16972692006-10-16 20:04:18 +01001452
Simon Kelley28866e92011-02-14 20:19:14 +00001453#: tftp.c:281
Simon Kelley824af852008-02-12 20:43:05 +00001454msgid "unable to get free port for TFTP"
1455msgstr "incapaz de conseguir puerto libre para TFTP"
1456
Simon Kelley28866e92011-02-14 20:19:14 +00001457#: tftp.c:296
Simon Kelley832af0b2007-01-21 20:01:28 +00001458#, c-format
1459msgid "unsupported request from %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001460msgstr "pedido no-soportado desde %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001461
Simon Kelley28866e92011-02-14 20:19:14 +00001462#: tftp.c:406
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001463#, fuzzy, c-format
1464msgid "file %s not found"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001465msgstr "archivo %s no encontrado"
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001466
Simon Kelley28866e92011-02-14 20:19:14 +00001467#: tftp.c:522
Simon Kelley316e2732010-01-22 20:16:09 +00001468#, fuzzy, c-format
1469msgid "error %d %s received from %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001470msgstr "error TFTP %d %s recibido de %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001471
Simon Kelley28866e92011-02-14 20:19:14 +00001472#: tftp.c:554
Simon Kelley832af0b2007-01-21 20:01:28 +00001473#, fuzzy, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001474msgid "failed sending %s to %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001475msgstr "TFTP no pudo enviar %s a %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001476
Simon Kelley28866e92011-02-14 20:19:14 +00001477#: tftp.c:568
1478#, fuzzy, c-format
1479msgid "sent %s to %s"
1480msgstr "TFTP envió %s a %s"
1481
Simon Kelley572b41e2011-02-18 18:11:18 +00001482#: log.c:177
Simon Kelleyf2621c72007-04-29 19:47:21 +01001483#, c-format
1484msgid "overflow: %d log entries lost"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001485msgstr "desbordamiento: %d entradas de bitácora perdidas"
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001486
Simon Kelley572b41e2011-02-18 18:11:18 +00001487#: log.c:254
Simon Kelleyf2621c72007-04-29 19:47:21 +01001488#, c-format
1489msgid "log failed: %s"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001490msgstr "bitácora falló: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001491
Simon Kelley572b41e2011-02-18 18:11:18 +00001492#: log.c:462
Simon Kelleyf2621c72007-04-29 19:47:21 +01001493msgid "FAILED to start up"
1494msgstr "el inicio ha FALLADO"
1495
Simon Kelley28866e92011-02-14 20:19:14 +00001496#, fuzzy
1497#~ msgid "only one dhcp-hostsfile allowed"
1498#~ msgstr "solo un dhcp-hostsfile permitido"
1499
1500#, fuzzy
1501#~ msgid "only one dhcp-optsfile allowed"
1502#~ msgstr "solo un dhcp-optsfile permitido"
1503
1504#~ msgid "files nested too deep in %s"
1505#~ msgstr "archivos jerarquizados demasiado profundo en %s"
1506
1507#~ msgid "TXT record string too long"
1508#~ msgstr "expediente TXT demasiado largo"
1509
1510#~ msgid "failed to set IPV6 options on listening socket: %s"
1511#~ msgstr "no se pudo fijar opciones IPv6 sobre socket escuchador: %s"
1512
1513#~ msgid "failed to bind listening socket for %s: %s"
1514#~ msgstr "no se pudo acoplar socket escuchador para %s: %s"
1515
1516#~ msgid "failed to listen on socket: %s"
1517#~ msgstr "no se pudo escuchar en socket: %s"
1518
1519#, fuzzy
1520#~ msgid "failed to create TFTP socket: %s"
1521#~ msgstr "no se pudo crear socket TFTP: %s"
1522
Simon Kelley7622fc02009-06-04 20:32:05 +01001523#~ msgid "DHCP packet: transaction-id is %u"
1524#~ msgstr "paquete DHCP: transaction-id (identificación de transacción) es %u"
1525
1526#~ msgid "must set exactly one interface on broken systems without IP_RECVIF"
1527#~ msgstr "debe fijarse exáctamente una interface en sistemas rotos sin IP_RECVIF"
1528
Simon Kelley9009d742008-11-14 20:04:27 +00001529#, fuzzy
1530#~ msgid "failed to load %s: %s"
1531#~ msgstr "no se pudo cargar %s: %s"
1532
1533#~ msgid "bad name in %s"
1534#~ msgstr "nombre erróneo en %s"
1535
1536#~ msgid "Ignoring DHCP lease for %s because it has an illegal domain part"
1537#~ msgstr "Ignorando arriendo DHCP para %s porque tiene una parte ilegal de dominio"
1538
1539#~ msgid "ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h"
1540#~ msgstr "integración dhcpd ISC no disponible: fijar HAVE_ISC_READER en src/config.h"
1541
1542#, fuzzy
1543#~ msgid "illegal domain %s in dhcp-config directive."
1544#~ msgstr "dominio ilegal %s en directiva dhcp-config."
1545
1546#~ msgid "illegal domain %s in %s."
1547#~ msgstr "dominio ilegal %s en %s."
1548
Simon Kelley1a6bca82008-07-11 11:11:42 +01001549#~ msgid "running as root"
1550#~ msgstr "corriendo como root"
1551
1552#~ msgid "Read leases at startup, but never write the lease file."
1553#~ msgstr "Leer arriendos al inicio, pero nunca escribir el archivo de arriendos."
1554
Simon Kelley824af852008-02-12 20:43:05 +00001555#, fuzzy
1556#~ msgid "read %s - %d hosts"
1557#~ msgstr "direcciónes %s - %d leídas"
1558
1559#~ msgid "Limit of %d leases exceeded."
1560#~ msgstr "Límite de %d arriendos excedido."
1561
Simon Kelley5aabfc72007-08-29 11:24:47 +01001562#~ msgid "domains"
1563#~ msgstr "dominios"
1564
1565#~ msgid "Ignoring DHCP host name %s because it has an illegal domain part"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001566#~ msgstr "Ignorando nombre de host DHCP %s porque contiene una parte ilegal de dominio"
Simon Kelley5aabfc72007-08-29 11:24:47 +01001567
Simon Kelleyf2621c72007-04-29 19:47:21 +01001568#~ msgid "Display this message."
1569#~ msgstr "Mostrar este mensaje."
1570
1571#~ msgid "failed to read %s: %m"
1572#~ msgstr "no se pudo leer %s: %m"
1573
1574#~ msgid "failed to read %s:%m"
1575#~ msgstr "no se pudo leer %s:%m"