Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1 | # Spanish translations for dnsmasq package. |
| 2 | # This file is put in the public domain. |
| 3 | # Christopher Chatham <chrislinux@gmail.com>, 2005. |
| 4 | # |
| 5 | msgid "" |
| 6 | msgstr "" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 7 | "Project-Id-Version: dnsmasq 2.67\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 8 | "Report-Msgid-Bugs-To: \n" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 9 | "POT-Creation-Date: 2009-06-18 12:24+0100\n" |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 10 | "PO-Revision-Date: 2017-07-17 18:30+0100\n" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 11 | "Last-Translator: Vicente Soriano <victek@gmail.com>\n" |
| 12 | "Language-Team:\n" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 13 | "Language: es\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 14 | "MIME-Version: 1.0\n" |
| 15 | "Content-Type: text/plain; charset=ISO-8859-1\n" |
| 16 | "Content-Transfer-Encoding: 8bit\n" |
| 17 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 18 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 19 | #: cache.c:513 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 20 | msgid "Internal error in cache." |
| 21 | msgstr "" |
| 22 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 23 | #: cache.c:923 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 24 | #, fuzzy, c-format |
| 25 | msgid "failed to load names from %s: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 26 | msgstr "no se pudo cargar nombres desde %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 27 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 28 | #: cache.c:949 dhcp.c:867 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 29 | #, fuzzy, c-format |
| 30 | msgid "bad address at %s line %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 31 | msgstr "dirección errónea en %s línea %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 32 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 33 | #: cache.c:1002 dhcp.c:883 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 34 | #, c-format |
| 35 | msgid "bad name at %s line %d" |
| 36 | msgstr "nombre erróneo en %s línea %d" |
| 37 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 38 | #: cache.c:1011 dhcp.c:958 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 39 | #, c-format |
| 40 | msgid "read %s - %d addresses" |
| 41 | msgstr "direcciónes %s - %d leídas" |
| 42 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 43 | #: cache.c:1124 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 44 | msgid "cleared cache" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 45 | msgstr "el caché fue liberado" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 46 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 47 | #: cache.c:1153 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 48 | #, c-format |
| 49 | msgid "No IPv4 address found for %s" |
| 50 | msgstr "" |
| 51 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 52 | #: cache.c:1232 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 53 | #, c-format |
| 54 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 55 | msgstr "%s es un CNAME, no se le está dando concesión DHCP de %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 56 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 57 | #: cache.c:1256 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 58 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 59 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 60 | msgstr "no otorgando nombre %s a concesión DHCP de %s porque el nombre existe en %s con dirección %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 61 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 62 | #: cache.c:1413 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 63 | #, c-format |
| 64 | msgid "time %lu" |
| 65 | msgstr "tiempo %lu" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 66 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 67 | #: cache.c:1414 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 68 | #, fuzzy, c-format |
| 69 | msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 70 | msgstr "tamaño de caché %d, %d/%d inserciónes de caché reutilizaron objetos no vencidos." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 71 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 72 | #: cache.c:1416 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 73 | #, c-format |
| 74 | msgid "queries forwarded %u, queries answered locally %u" |
| 75 | msgstr "búsquedas reenviadas %u, búsquedas respondidas localmente %u" |
| 76 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 77 | #: cache.c:1419 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 78 | #, fuzzy, c-format |
| 79 | msgid "queries for authoritative zones %u" |
| 80 | msgstr "Fijar TTL para respuestas autoritarias" |
| 81 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 82 | #: cache.c:1445 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 83 | #, c-format |
| 84 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
| 85 | msgstr "servidor %s#%d: búsquedas enviadas %u, reintentadas o fallidas %u" |
| 86 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 87 | #: util.c:47 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 88 | #, fuzzy, c-format |
| 89 | msgid "failed to seed the random number generator: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 90 | msgstr "no se pudo crear valor semilla para el generador de números aleatorios: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 91 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 92 | #: util.c:224 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 93 | #, fuzzy |
| 94 | msgid "failed to allocate memory" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 95 | msgstr "no se pudo asignar memoria" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 96 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 97 | #: util.c:277 option.c:619 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 98 | msgid "could not get memory" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 99 | msgstr "no se pudo adquirir memoria" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 100 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 101 | #: util.c:287 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 102 | #, fuzzy, c-format |
| 103 | msgid "cannot create pipe: %s" |
| 104 | msgstr "no se puede crear pipe: %s" |
| 105 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 106 | #: util.c:295 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 107 | #, fuzzy, c-format |
| 108 | msgid "failed to allocate %d bytes" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 109 | msgstr "no se pudo asignar %d bytes" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 110 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 111 | #: util.c:464 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 112 | #, c-format |
| 113 | msgid "infinite" |
| 114 | msgstr "infinito" |
| 115 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 116 | #: option.c:344 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 117 | msgid "Specify local address(es) to listen on." |
| 118 | msgstr "Especificar dirección(es) locales dónde escuchar." |
| 119 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 120 | #: option.c:345 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 121 | msgid "Return ipaddr for all hosts in specified domains." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 122 | msgstr "Retornar ipaddr (dirección IP) para todos los hosts en los dominios especificados." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 123 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 124 | #: option.c:346 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 125 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 126 | msgstr "Falsificar búsquedas reversas para rangos de dirección privados RFC1918." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 127 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 128 | #: option.c:347 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 129 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
| 130 | msgstr "Tratar ipaddr (dirección IP) como NXDOMAIN (derrota comodín Verisign)." |
| 131 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 132 | #: option.c:348 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 133 | #, c-format |
| 134 | msgid "Specify the size of the cache in entries (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 135 | msgstr "Especificar tamaño de caché en cuanto a cantidad de objetos (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 136 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 137 | #: option.c:349 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 138 | #, c-format |
| 139 | msgid "Specify configuration file (defaults to %s)." |
| 140 | msgstr "Especificar archivo de configuración (%s por predeterminado)." |
| 141 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 142 | #: option.c:350 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 143 | msgid "Do NOT fork into the background: run in debug mode." |
| 144 | msgstr "NO hacer un fork hacia el fondo: correr en modo debug." |
| 145 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 146 | #: option.c:351 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 147 | msgid "Do NOT forward queries with no domain part." |
| 148 | msgstr "NO reenviar búsquedas sin parte de dominio." |
| 149 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 150 | #: option.c:352 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 151 | msgid "Return self-pointing MX records for local hosts." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 152 | msgstr "Retornar expedientes MX auto-señaladores para hosts locales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 153 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 154 | #: option.c:353 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 155 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 156 | msgstr "Expandir nombres simples en /etc/hosts con domain-suffix (sufijo de dominio)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 157 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 158 | #: option.c:354 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 159 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 160 | msgstr "No reenviar pedidos DNS falsos desde máquinas Windows." |
| 161 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 162 | #: option.c:355 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 163 | msgid "Enable DHCP in the range given with lease duration." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 164 | msgstr "Habilitar DHCP dentro del rango brindado con duración de concesión." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 165 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 166 | #: option.c:356 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 167 | #, c-format |
| 168 | msgid "Change to this group after startup (defaults to %s)." |
| 169 | msgstr "Cambiar a este grupo después del inicio (%s por predeterminado)." |
| 170 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 171 | #: option.c:357 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 172 | msgid "Set address or hostname for a specified machine." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 173 | msgstr "Fijar dirección o nombre de host para una máquina especificada." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 174 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 175 | #: option.c:358 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 176 | #, fuzzy |
| 177 | msgid "Read DHCP host specs from file." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 178 | msgstr "Leer especificaciones DHCP de host desde archivo" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 179 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 180 | #: option.c:359 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 181 | #, fuzzy |
| 182 | msgid "Read DHCP option specs from file." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 183 | msgstr "Leer opciones DHCP de host desde archivo" |
| 184 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 185 | #: option.c:360 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 186 | #, fuzzy |
| 187 | msgid "Read DHCP host specs from a directory." |
| 188 | msgstr "Leer especificaciones DHCP de host desde archivo" |
| 189 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 190 | #: option.c:361 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 191 | #, fuzzy |
| 192 | msgid "Read DHCP options from a directory." |
| 193 | msgstr "Leer opciones DHCP de host desde archivo" |
| 194 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 195 | #: option.c:362 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 196 | msgid "Evaluate conditional tag expression." |
| 197 | msgstr "Evaluar expresión condicional de etiqueta." |
| 198 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 199 | #: option.c:363 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 200 | #, c-format |
| 201 | msgid "Do NOT load %s file." |
| 202 | msgstr "NO cargar archivo %s." |
| 203 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 204 | #: option.c:364 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 205 | #, c-format |
| 206 | msgid "Specify a hosts file to be read in addition to %s." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 207 | msgstr "Especificar un archivo de hosts para ser leído adicionalmente a %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 208 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 209 | #: option.c:365 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 210 | #, fuzzy |
| 211 | msgid "Read hosts files from a directory." |
| 212 | msgstr "Leer especificaciones DHCP de host desde archivo" |
| 213 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 214 | #: option.c:366 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 215 | msgid "Specify interface(s) to listen on." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 216 | msgstr "Especificar interfase(s) donde escuchar." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 217 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 218 | #: option.c:367 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 219 | msgid "Specify interface(s) NOT to listen on." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 220 | msgstr "Especificar interfase(s) donde NO escuchar." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 221 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 222 | #: option.c:368 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 223 | #, fuzzy |
| 224 | msgid "Map DHCP user class to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 225 | msgstr "Trazar clase de usuario DHCP a etiqueta." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 226 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 227 | #: option.c:369 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 228 | msgid "Map RFC3046 circuit-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 229 | msgstr "Trazar circuit-id (identificación de circuito) RFC3046 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 230 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 231 | #: option.c:370 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 232 | msgid "Map RFC3046 remote-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 233 | msgstr "Trazar remote-id (identificación remota) RFC3046 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 234 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 235 | #: option.c:371 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 236 | msgid "Map RFC3993 subscriber-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 237 | msgstr "Trazar subscriber-id (identificación de suscritor) RFC3993 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 238 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 239 | #: option.c:372 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 240 | #, fuzzy |
| 241 | msgid "Don't do DHCP for hosts with tag set." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 242 | msgstr "No hacer DHCP para hosts con etiqueta fijada." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 243 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 244 | #: option.c:373 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 245 | #, fuzzy |
| 246 | msgid "Force broadcast replies for hosts with tag set." |
| 247 | msgstr "Forzar respuestas broadcast para hosts con etiqueta fijada." |
| 248 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 249 | #: option.c:374 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 250 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 251 | msgstr "NO hacer un fork hacia el fondo, NO correr en modo debug." |
| 252 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 253 | #: option.c:375 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 254 | msgid "Assume we are the only DHCP server on the local network." |
| 255 | msgstr "Asumir que somos el único servidor DHCP en la red local." |
| 256 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 257 | #: option.c:376 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 258 | #, c-format |
| 259 | msgid "Specify where to store DHCP leases (defaults to %s)." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 260 | msgstr "Especificar donde almacenar concesión DHCP (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 261 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 262 | #: option.c:377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 263 | msgid "Return MX records for local hosts." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 264 | msgstr "Retornar expedientes MX para hosts locales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 265 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 266 | #: option.c:378 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 267 | msgid "Specify an MX record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 268 | msgstr "Especificar un expediente MX." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 269 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 270 | #: option.c:379 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 271 | msgid "Specify BOOTP options to DHCP server." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 272 | msgstr "Especificar opciones BOOTP a servidor DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 273 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 274 | #: option.c:380 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 275 | #, c-format |
| 276 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 277 | msgstr "NO revisar archivo %s periódicamente, recargar solo con SIGHUP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 278 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 279 | #: option.c:381 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 280 | msgid "Do NOT cache failed search results." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 281 | msgstr "NO almacenar en caché resultados de búsquedas fallidas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 282 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 283 | #: option.c:382 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 284 | #, c-format |
| 285 | msgid "Use nameservers strictly in the order given in %s." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 286 | msgstr "Usar servidores DNS estrictamente en el órden brindado en %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 287 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 288 | #: option.c:383 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 289 | #, fuzzy |
| 290 | msgid "Specify options to be sent to DHCP clients." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 291 | msgstr "Especificar opciones para ser enviadas a clientes DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 292 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 293 | #: option.c:384 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 294 | msgid "DHCP option sent even if the client does not request it." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 295 | msgstr "Opción DHCP enviada aún si el cliente no la pide." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 296 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 297 | #: option.c:385 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 298 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 299 | msgstr "Especificar puerto donde escuchar por búsquedas DNS (53 por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 300 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 301 | #: option.c:386 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 302 | #, c-format |
| 303 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 304 | msgstr "Tamaño máximo de paquetes UDP soportado para EDNS.0 (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 305 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 306 | #: option.c:387 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 307 | #, fuzzy |
| 308 | msgid "Log DNS queries." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 309 | msgstr "Bitacorear búsquedas DNS." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 310 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 311 | #: option.c:388 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 312 | #, fuzzy |
| 313 | msgid "Force the originating port for upstream DNS queries." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 314 | msgstr "Enforzar el puerto original para búsquedas DNS subida." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 315 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 316 | #: option.c:389 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 317 | msgid "Do NOT read resolv.conf." |
| 318 | msgstr "NO leer resolv.conf." |
| 319 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 320 | #: option.c:390 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 321 | #, c-format |
| 322 | msgid "Specify path to resolv.conf (defaults to %s)." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 323 | msgstr "Especificar el path hacia resolv.conf (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 324 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 325 | #: option.c:391 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 326 | #, fuzzy |
| 327 | msgid "Specify path to file with server= options" |
| 328 | msgstr "Especificar path de archivo PID (%s por predeterminado)." |
| 329 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 330 | #: option.c:392 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 331 | msgid "Specify address(es) of upstream servers with optional domains." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 332 | msgstr "Especificar dirección(es) de servidores subida con dominios opcionales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 333 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 334 | #: option.c:393 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 335 | #, fuzzy |
| 336 | msgid "Specify address of upstream servers for reverse address queries" |
| 337 | msgstr "Especificar dirección(es) de servidores subida con dominios opcionales." |
| 338 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 339 | #: option.c:394 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 340 | msgid "Never forward queries to specified domains." |
| 341 | msgstr "Nunca reenviar búsquedas a dominios especificados." |
| 342 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 343 | #: option.c:395 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 344 | msgid "Specify the domain to be assigned in DHCP leases." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 345 | msgstr "Especificar el dominio para ser asignado en concesión DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 346 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 347 | #: option.c:396 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 348 | msgid "Specify default target in an MX record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 349 | msgstr "Especificar destino predeterminado en un expediente MX." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 350 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 351 | #: option.c:397 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 352 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 353 | msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts." |
| 354 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 355 | #: option.c:398 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 356 | #, fuzzy |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 357 | msgid "Specify time-to-live in seconds for negative caching." |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 358 | msgstr "Especificar tiempo de vida en segundos para caché negativo." |
| 359 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 360 | #: option.c:399 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 361 | #, fuzzy |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 362 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
| 363 | msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts." |
| 364 | |
| 365 | #: option.c:400 |
| 366 | #, fuzzy |
| 367 | msgid "Specify time-to-live ceiling for cache." |
| 368 | msgstr "Especificar tiempo de vida en segundos para caché negativo." |
| 369 | |
| 370 | #: option.c:401 |
| 371 | #, fuzzy |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 372 | msgid "Specify time-to-live floor for cache." |
| 373 | msgstr "Especificar tiempo de vida en segundos para caché negativo." |
| 374 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 375 | #: option.c:402 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 376 | #, c-format |
| 377 | msgid "Change to this user after startup. (defaults to %s)." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 378 | msgstr "Cambiar a este usuario despues del inicio (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 379 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 380 | #: option.c:403 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 381 | #, fuzzy |
| 382 | msgid "Map DHCP vendor class to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 383 | msgstr "Trazar clase de vendedor DHCP a etiqueta." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 384 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 385 | #: option.c:404 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 386 | msgid "Display dnsmasq version and copyright information." |
| 387 | msgstr "Mostrar información sobre la versión y copyright de dnsmasq." |
| 388 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 389 | #: option.c:405 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 390 | msgid "Translate IPv4 addresses from upstream servers." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 391 | msgstr "Traducir direcciones IPv4 desde servidores subida." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 392 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 393 | #: option.c:406 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 394 | msgid "Specify a SRV record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 395 | msgstr "Especificar un expediente SRV." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 396 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 397 | #: option.c:407 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 398 | #, fuzzy |
| 399 | msgid "Display this message. Use --help dhcp or --help dhcp6 for known DHCP options." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 400 | msgstr "Mostrar este mensaje. Usar --help dhcp para opciones DHCP conocidas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 401 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 402 | #: option.c:408 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 403 | #, fuzzy, c-format |
| 404 | msgid "Specify path of PID file (defaults to %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 405 | msgstr "Especificar path de archivo PID (%s por predeterminado)." |
| 406 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 407 | #: option.c:409 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 408 | #, c-format |
| 409 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 410 | msgstr "Especificar número máximo de concesión DHCP (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 411 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 412 | #: option.c:410 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 413 | msgid "Answer DNS queries based on the interface a query was sent to." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 414 | msgstr "Responder a búsquedas DNS en base a la interfase a la cuál fueron enviadas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 415 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 416 | #: option.c:411 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 417 | msgid "Specify TXT DNS record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 418 | msgstr "Especificar expediente DNS TXT." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 419 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 420 | #: option.c:412 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 421 | #, fuzzy |
| 422 | msgid "Specify PTR DNS record." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 423 | msgstr "Especificar expediente DNS PTR." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 424 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 425 | #: option.c:413 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 426 | msgid "Give DNS name to IPv4 address of interface." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 427 | msgstr "Otorgar nombre DNS a dirección IPv4 de interfase." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 428 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 429 | #: option.c:414 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 430 | msgid "Bind only to interfaces in use." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 431 | msgstr "Acoplar solo a interfases en uso." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 432 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 433 | #: option.c:415 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 434 | #, c-format |
| 435 | msgid "Read DHCP static host information from %s." |
| 436 | msgstr "Leer información sobre hosts DHCP estáticos desde %s." |
| 437 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 438 | #: option.c:416 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 439 | msgid "Enable the DBus interface for setting upstream servers, etc." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 440 | msgstr "Habilitar la interfase DBus para fijar servidores subida, etc." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 441 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 442 | #: option.c:417 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 443 | msgid "Do not provide DHCP on this interface, only provide DNS." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 444 | msgstr "No proveer DHCP en esta interfase, sólo proveer DNS." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 445 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 446 | #: option.c:418 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 447 | msgid "Enable dynamic address allocation for bootp." |
| 448 | msgstr "Habilitar alocación dinámica de direcciónes para BOOTP." |
| 449 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 450 | #: option.c:419 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 451 | #, fuzzy |
| 452 | msgid "Map MAC address (with wildcards) to option set." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 453 | msgstr "Trazar dirección MAC (con comodínes) a opción fijada." |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 454 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 455 | #: option.c:420 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 456 | msgid "Treat DHCP requests on aliases as arriving from interface." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 457 | msgstr "Tratar pedidos DHCP en alias como si llegaran de la interfase." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 458 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 459 | #: option.c:421 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 460 | msgid "Disable ICMP echo address checking in the DHCP server." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 461 | msgstr "Deshabilitar verificación de direcciónes para echo ICMP en el servidor DHCP." |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 462 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 463 | #: option.c:422 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 464 | #, fuzzy |
| 465 | msgid "Shell script to run on DHCP lease creation and destruction." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 466 | msgstr "Archivo guión para ejecutar cuando se crea o destruye una concesión DHCP." |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 467 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 468 | #: option.c:423 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 469 | #, fuzzy |
| 470 | msgid "Lua script to run on DHCP lease creation and destruction." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 471 | msgstr "Archivo guión para ejecutar cuando se crea o destruye una concesión DHCP." |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 472 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 473 | #: option.c:424 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 474 | #, fuzzy |
| 475 | msgid "Run lease-change scripts as this user." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 476 | msgstr "Correr archivo guión de cambio de concesión como este usuario." |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 477 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 478 | #: option.c:425 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 479 | msgid "Call dhcp-script with changes to local ARP table." |
| 480 | msgstr "" |
| 481 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 482 | #: option.c:426 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 483 | msgid "Read configuration from all the files in this directory." |
| 484 | msgstr "Leer configuración desde todos los archivos en este directorio." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 485 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 486 | #: option.c:427 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 487 | #, fuzzy |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 488 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 489 | msgstr "Bitacorear a esta facilidad syslog o archivo. (DAEMON por predeterminado)" |
| 490 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 491 | #: option.c:428 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 492 | msgid "Do not use leasefile." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 493 | msgstr "No usar archivo de concesión." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 494 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 495 | #: option.c:429 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 496 | #, fuzzy, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 497 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 498 | msgstr "Número máximo de búsquedas DNS simultáneas. (%s por predeterminado)" |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 499 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 500 | #: option.c:430 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 501 | #, c-format |
| 502 | msgid "Clear DNS cache when reloading %s." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 503 | msgstr "Liberar caché DNS al recargar %s." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 504 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 505 | #: option.c:431 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 506 | msgid "Ignore hostnames provided by DHCP clients." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 507 | msgstr "Ignorar nombres de host brindados por clientes DHCP." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 508 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 509 | #: option.c:432 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 510 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 511 | msgstr "NO reutilizar campos de nombre de archivo y servidor para opciones DHCP extra." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 512 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 513 | #: option.c:433 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 514 | msgid "Enable integrated read-only TFTP server." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 515 | msgstr "Habilitar servidor integrado TFTP solo-lectura." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 516 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 517 | #: option.c:434 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 518 | msgid "Export files by TFTP only from the specified subtree." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 519 | msgstr "Exportar archivos vía TFTP solo del sub-árbol especificado." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 520 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 521 | #: option.c:435 |
| 522 | #, fuzzy |
| 523 | msgid "Add client IP or hardware address to tftp-root." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 524 | msgstr "Agregar IP de cliente a tftp-root." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 525 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 526 | #: option.c:436 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 527 | msgid "Allow access only to files owned by the user running dnsmasq." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 528 | msgstr "Permitir acceso solo a archivos pertenecientes al usuario que corre dnsmasq." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 529 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 530 | #: option.c:437 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 531 | msgid "Do not terminate the service if TFTP directories are inaccessible." |
| 532 | msgstr "" |
| 533 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 534 | #: option.c:438 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 535 | #, fuzzy, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 536 | msgid "Maximum number of concurrent TFTP transfers (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 537 | msgstr "Número máximo de transferencias TFTP simultáneas (%s por predeterminado)." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 538 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 539 | #: option.c:439 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 540 | #, fuzzy |
| 541 | msgid "Maximum MTU to use for TFTP transfers." |
| 542 | msgstr "Número máximo de transferencias TFTP simultáneas (%s por predeterminado)." |
| 543 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 544 | #: option.c:440 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 545 | msgid "Disable the TFTP blocksize extension." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 546 | msgstr "Deshabilitar la extensión TFTP blocksize (tamaño de bloque)." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 547 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 548 | #: option.c:441 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 549 | msgid "Convert TFTP filenames to lowercase" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 550 | msgstr "Convertir a minúsculas los nombres de archivos TFTP" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 551 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 552 | #: option.c:442 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 553 | msgid "Ephemeral port range for use by TFTP transfers." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 554 | msgstr "Rango de puertos efímeros para ser usados en transferencias TFTP." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 555 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 556 | #: option.c:443 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 557 | msgid "Extra logging for DHCP." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 558 | msgstr "Log extra para DHCP." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 559 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 560 | #: option.c:444 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 561 | msgid "Enable async. logging; optionally set queue length." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 562 | msgstr "Habilitar registro asíncrono; opcionalmente fijar tamaño de cola." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 563 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 564 | #: option.c:445 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 565 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 566 | msgstr "Detener revinculación DNS. Filtrar rangos de IP privados al resolver." |
| 567 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 568 | #: option.c:446 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 569 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 570 | msgstr "Permitir revinculación de 127.0.0.0/8, para servidores RBL." |
| 571 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 572 | #: option.c:447 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 573 | msgid "Inhibit DNS-rebind protection on this domain." |
| 574 | msgstr "Inhibir protección de revinculación DNS en este dominio." |
| 575 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 576 | #: option.c:448 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 577 | msgid "Always perform DNS queries to all servers." |
| 578 | msgstr "Siempre realizar búsquedas DNS a todos los servidores." |
| 579 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 580 | #: option.c:449 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 581 | #, fuzzy |
| 582 | msgid "Set tag if client includes matching option in request." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 583 | msgstr "Fijar etiqueta si cliente incluye opción coincidente en pedido." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 584 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 585 | #: option.c:450 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 586 | msgid "Use alternative ports for DHCP." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 587 | msgstr "Usar puertos alternativos para DHCP." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 588 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 589 | #: option.c:451 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 590 | #, fuzzy |
| 591 | msgid "Specify NAPTR DNS record." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 592 | msgstr "Especificar expediente DNS NAPTR." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 593 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 594 | #: option.c:452 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 595 | msgid "Specify lowest port available for DNS query transmission." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 596 | msgstr "Especificar puerto más bajo disponible para transmisión de búsquedas DNS." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 597 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 598 | #: option.c:453 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 599 | #, fuzzy |
| 600 | msgid "Specify highest port available for DNS query transmission." |
| 601 | msgstr "Especificar puerto más bajo disponible para transmisión de búsquedas DNS." |
| 602 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 603 | #: option.c:454 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 604 | msgid "Use only fully qualified domain names for DHCP clients." |
| 605 | msgstr "Usar solo nombres de dominio completamente calificados para clientes DHCP." |
| 606 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 607 | #: option.c:455 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 608 | msgid "Generate hostnames based on MAC address for nameless clients." |
| 609 | msgstr "Generar hostnames basados en direcciones MAC para clientes sin nombre." |
| 610 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 611 | #: option.c:456 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 612 | msgid "Use these DHCP relays as full proxies." |
| 613 | msgstr "Usar estos relays DHCP como proxies completos." |
| 614 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 615 | #: option.c:457 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 616 | msgid "Relay DHCP requests to a remote server" |
| 617 | msgstr "" |
| 618 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 619 | #: option.c:458 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 620 | msgid "Specify alias name for LOCAL DNS name." |
| 621 | msgstr "Especificar nombre alias para nombre DNS LOCAL." |
| 622 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 623 | #: option.c:459 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 624 | #, fuzzy |
| 625 | msgid "Prompt to send to PXE clients." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 626 | msgstr "Aviso a ser enviado a clientes PXE." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 627 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 628 | #: option.c:460 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 629 | msgid "Boot service for PXE menu." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 630 | msgstr "Servicio de arranque para menú PXE." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 631 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 632 | #: option.c:461 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 633 | msgid "Check configuration syntax." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 634 | msgstr "Revisar sintaxis de configuración." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 635 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 636 | #: option.c:462 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 637 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 638 | msgstr "Añadir direcciones MAC de los peticionarios a los filtros DNS enviados" |
| 639 | |
| 640 | #: option.c:463 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 641 | #, fuzzy |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 642 | msgid "Add specified IP subnet to forwarded DNS queries." |
| 643 | msgstr "Añadir direcciones MAC de los peticionarios a los filtros DNS enviados" |
| 644 | |
| 645 | #: option.c:464 |
| 646 | #, fuzzy |
| 647 | msgid "Add client identification to forwarded DNS queries." |
| 648 | msgstr "Añadir direcciones MAC de los peticionarios a los filtros DNS enviados" |
| 649 | |
| 650 | #: option.c:465 |
| 651 | #, fuzzy |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 652 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 653 | msgstr "Traducir direcciones IPv4 desde servidores subida." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 654 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 655 | #: option.c:466 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 656 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 657 | msgstr "Intento de instaurar direcciones IP secuenciales a cliente DHCP" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 658 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 659 | #: option.c:467 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 660 | msgid "Copy connection-track mark from queries to upstream connections." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 661 | msgstr "Copiar la marca de connection-track desde los filtros a las conexiones salientes" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 662 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 663 | #: option.c:468 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 664 | msgid "Allow DHCP clients to do their own DDNS updates." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 665 | msgstr "Permite a clientes DHCP realizar sus propias actualizaciones DDNS" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 666 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 667 | #: option.c:469 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 668 | msgid "Send router-advertisements for interfaces doing DHCPv6" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 669 | msgstr "Enviar anuncios del router a los interfases realizando DHCPv6" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 670 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 671 | #: option.c:470 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 672 | msgid "Specify DUID_EN-type DHCPv6 server DUID" |
| 673 | msgstr "" |
| 674 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 675 | #: option.c:471 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 676 | #, fuzzy |
| 677 | msgid "Specify host (A/AAAA and PTR) records" |
| 678 | msgstr "Especificar un expediente MX." |
| 679 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 680 | #: option.c:472 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 681 | #, fuzzy |
| 682 | msgid "Specify arbitrary DNS resource record" |
| 683 | msgstr "Especificar expediente DNS TXT." |
| 684 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 685 | #: option.c:473 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 686 | #, fuzzy |
| 687 | msgid "Bind to interfaces in use - check for new interfaces" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 688 | msgstr "interfase desconocida %s en bridge-interfase" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 689 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 690 | #: option.c:474 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 691 | msgid "Export local names to global DNS" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 692 | msgstr "Exportar nombres DNS locales a globales" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 693 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 694 | #: option.c:475 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 695 | msgid "Domain to export to global DNS" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 696 | msgstr "Dominio a exportar a DNS global" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 697 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 698 | #: option.c:476 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 699 | msgid "Set TTL for authoritative replies" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 700 | msgstr "Fijar TTL para respuestas autoritarias" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 701 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 702 | #: option.c:477 |
| 703 | #, fuzzy |
| 704 | msgid "Set authoritative zone information" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 705 | msgstr "Fijar información de zona autoritaria" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 706 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 707 | #: option.c:478 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 708 | msgid "Secondary authoritative nameservers for forward domains" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 709 | msgstr "Nombres de servidor secundario autoritatorios para dominios enviados" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 710 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 711 | #: option.c:479 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 712 | msgid "Peers which are allowed to do zone transfer" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 713 | msgstr "Colegas autorizados a la zona de transferencia (transfer)" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 714 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 715 | #: option.c:480 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 716 | msgid "Specify ipsets to which matching domains should be added" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 717 | msgstr "Especificar los ipsets coincidentes en dominio que debrían ser añadidos" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 718 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 719 | #: option.c:481 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 720 | #, fuzzy |
| 721 | msgid "Specify a domain and address range for synthesised names" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 722 | msgstr "Especificar dominio y rango de direcciones para los nombres acrónimos" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 723 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 724 | #: option.c:482 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 725 | msgid "Activate DNSSEC validation" |
| 726 | msgstr "" |
| 727 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 728 | #: option.c:483 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 729 | msgid "Specify trust anchor key digest." |
| 730 | msgstr "" |
| 731 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 732 | #: option.c:484 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 733 | msgid "Disable upstream checking for DNSSEC debugging." |
| 734 | msgstr "" |
| 735 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 736 | #: option.c:485 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 737 | msgid "Ensure answers without DNSSEC are in unsigned zones." |
| 738 | msgstr "" |
| 739 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 740 | #: option.c:486 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 741 | msgid "Don't check DNSSEC signature timestamps until first cache-reload" |
| 742 | msgstr "" |
| 743 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 744 | #: option.c:487 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 745 | msgid "Timestamp file to verify system clock for DNSSEC" |
| 746 | msgstr "" |
| 747 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 748 | #: option.c:489 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 749 | msgid "Specify DHCPv6 prefix class" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 750 | msgstr "Especificar prefijo de clase DHCPv6" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 751 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 752 | #: option.c:491 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 753 | msgid "Set MTU, priority, resend-interval and router-lifetime" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 754 | msgstr "" |
| 755 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 756 | #: option.c:492 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 757 | msgid "Do not log routine DHCP." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 758 | msgstr "" |
| 759 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 760 | #: option.c:493 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 761 | msgid "Do not log routine DHCPv6." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 762 | msgstr "" |
| 763 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 764 | #: option.c:494 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 765 | msgid "Do not log RA." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 766 | msgstr "" |
| 767 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 768 | #: option.c:495 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 769 | msgid "Accept queries only from directly-connected networks." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 770 | msgstr "" |
| 771 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 772 | #: option.c:496 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 773 | msgid "Detect and remove DNS forwarding loops." |
| 774 | msgstr "" |
| 775 | |
| 776 | #: option.c:497 |
| 777 | msgid "Ignore DNS responses containing ipaddr." |
| 778 | msgstr "" |
| 779 | |
| 780 | #: option.c:498 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 781 | msgid "Set TTL in DNS responses with DHCP-derived addresses." |
| 782 | msgstr "" |
| 783 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 784 | #: option.c:499 |
| 785 | msgid "Delay DHCP replies for at least number of seconds." |
| 786 | msgstr "" |
| 787 | |
| 788 | #: option.c:703 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 789 | #, c-format |
| 790 | msgid "" |
| 791 | "Usage: dnsmasq [options]\n" |
| 792 | "\n" |
| 793 | msgstr "" |
| 794 | "Modo de uso: dnsmasq [opciones]\n" |
| 795 | "\n" |
| 796 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 797 | #: option.c:705 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 798 | #, c-format |
| 799 | msgid "Use short options only on the command line.\n" |
| 800 | msgstr "Usar opciones cortas solo en la línea de comandos.\n" |
| 801 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 802 | #: option.c:707 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 803 | #, fuzzy, c-format |
| 804 | msgid "Valid options are:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 805 | msgstr "Opciones válidas son :\n" |
| 806 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 807 | #: option.c:754 option.c:868 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 808 | #, fuzzy |
| 809 | msgid "bad address" |
| 810 | msgstr "dirección IP errónea" |
| 811 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 812 | #: option.c:779 option.c:783 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 813 | msgid "bad port" |
| 814 | msgstr "puerto erróneo" |
| 815 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 816 | #: option.c:797 option.c:826 option.c:861 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 817 | msgid "interface binding not supported" |
| 818 | msgstr "vinculación de interfase no está soportado" |
| 819 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 820 | #: option.c:821 option.c:856 |
| 821 | msgid "interface can only be specified once" |
| 822 | msgstr "" |
| 823 | |
| 824 | #: option.c:835 option.c:3800 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 825 | #, fuzzy |
| 826 | msgid "bad interface name" |
| 827 | msgstr "nombre de interfase erróneo" |
| 828 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 829 | #: option.c:1062 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 830 | msgid "unsupported encapsulation for IPv6 option" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 831 | msgstr "Encapsulación no soportada para opción IPv6" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 832 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 833 | #: option.c:1076 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 834 | msgid "bad dhcp-option" |
| 835 | msgstr "opción dhcp-option errónea" |
| 836 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 837 | #: option.c:1144 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 838 | #, fuzzy |
| 839 | msgid "bad IP address" |
| 840 | msgstr "dirección IP errónea" |
| 841 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 842 | #: option.c:1147 option.c:1286 option.c:3070 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 843 | #, fuzzy |
| 844 | msgid "bad IPv6 address" |
| 845 | msgstr "dirección IP errónea" |
| 846 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 847 | #: option.c:1240 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 848 | #, fuzzy |
| 849 | msgid "bad IPv4 address" |
| 850 | msgstr "dirección IP errónea" |
| 851 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 852 | #: option.c:1313 option.c:1407 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 853 | msgid "bad domain in dhcp-option" |
| 854 | msgstr "dominio erróneo en dhcp-option" |
| 855 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 856 | #: option.c:1445 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 857 | msgid "dhcp-option too long" |
| 858 | msgstr "opción dhcp-option demasiado larga" |
| 859 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 860 | #: option.c:1452 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 861 | msgid "illegal dhcp-match" |
| 862 | msgstr "dhcp-match ilegal" |
| 863 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 864 | #: option.c:1514 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 865 | msgid "illegal repeated flag" |
| 866 | msgstr "opción repetida ilegal" |
| 867 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 868 | #: option.c:1522 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 869 | msgid "illegal repeated keyword" |
| 870 | msgstr "palabra clave repetida ilegal" |
| 871 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 872 | #: option.c:1593 option.c:4434 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 873 | #, fuzzy, c-format |
| 874 | msgid "cannot access directory %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 875 | msgstr "no se puede acceder a directorio %s: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 876 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 877 | #: option.c:1639 tftp.c:537 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 878 | #, fuzzy, c-format |
| 879 | msgid "cannot access %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 880 | msgstr "no se puede acceder %s: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 881 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 882 | #: option.c:1727 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 883 | msgid "setting log facility is not possible under Android" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 884 | msgstr "la creación de un registro no es posible en Android" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 885 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 886 | #: option.c:1736 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 887 | msgid "bad log facility" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 888 | msgstr "ubicación del registro errónea" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 889 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 890 | #: option.c:1789 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 891 | msgid "bad MX preference" |
| 892 | msgstr "preferencia MX errónea" |
| 893 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 894 | #: option.c:1794 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 895 | msgid "bad MX name" |
| 896 | msgstr "nombre MX erróneo" |
| 897 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 898 | #: option.c:1808 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 899 | msgid "bad MX target" |
| 900 | msgstr "destino MX erróneo" |
| 901 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 902 | #: option.c:1820 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 903 | msgid "cannot run scripts under uClinux" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 904 | msgstr "no se pueden correr archivos 'script' bajo uClinux" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 905 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 906 | #: option.c:1822 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 907 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 908 | msgstr "recompilar con HAVE_SCRIPT definido para habilitar guiónes de cambio de concesión" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 909 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 910 | #: option.c:1826 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 911 | #, fuzzy |
| 912 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 913 | msgstr "recompilar con HAVE_SCRIPT definido para habilitar 'scripts' en Lua" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 914 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 915 | #: option.c:2095 option.c:2106 option.c:2143 option.c:2199 option.c:2482 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 916 | #, fuzzy |
| 917 | msgid "bad prefix" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 918 | msgstr "prefijo erróneo" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 919 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 920 | #: option.c:2504 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 921 | #, fuzzy |
| 922 | msgid "recompile with HAVE_IPSET defined to enable ipset directives" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 923 | msgstr "recompilar con HAVE_SCRIPT definido para habilitar directivas ipset" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 924 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 925 | #: option.c:2713 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 926 | #, fuzzy |
| 927 | msgid "bad port range" |
| 928 | msgstr "rango de puertos erróneo" |
| 929 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 930 | #: option.c:2738 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 931 | msgid "bad bridge-interface" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 932 | msgstr "opción bridge-interface (interfase puente) errónea" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 933 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 934 | #: option.c:2798 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 935 | msgid "only one tag allowed" |
| 936 | msgstr "solo una etiqueta permitida" |
| 937 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 938 | #: option.c:2818 option.c:2830 option.c:2939 option.c:2944 option.c:2983 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 939 | msgid "bad dhcp-range" |
| 940 | msgstr "opción dhcp-range (rango DHCP) errónea" |
| 941 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 942 | #: option.c:2845 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 943 | msgid "inconsistent DHCP range" |
| 944 | msgstr "rango DHCP inconsistente" |
| 945 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 946 | #: option.c:2907 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 947 | msgid "prefix length must be exactly 64 for RA subnets" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 948 | msgstr "la longitud del prefijo debe ser 64 exacto para subredes RA" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 949 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 950 | #: option.c:2909 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 951 | msgid "prefix length must be exactly 64 for subnet constructors" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 952 | msgstr "la longitud del prefijo debe ser 64 exacto para subredes constructoras" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 953 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 954 | #: option.c:2913 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 955 | msgid "prefix length must be at least 64" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 956 | msgstr "la longitud del prefijo debe ser al menos 64" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 957 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 958 | #: option.c:2916 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 959 | #, fuzzy |
| 960 | msgid "inconsistent DHCPv6 range" |
| 961 | msgstr "rango DHCP inconsistente" |
| 962 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 963 | #: option.c:2927 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 964 | msgid "prefix must be zero with \"constructor:\" argument" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 965 | msgstr "prefijo debe ser cero con argumento \"constructor:\"" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 966 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 967 | #: option.c:3040 option.c:3088 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 968 | #, fuzzy |
| 969 | msgid "bad hex constant" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 970 | msgstr "constante hexadecimal errónea" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 971 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 972 | #: option.c:3062 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 973 | msgid "cannot match tags in --dhcp-host" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 974 | msgstr "no coinciden etiquetas en --dhcp-host" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 975 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 976 | #: option.c:3110 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 977 | #, fuzzy, c-format |
| 978 | msgid "duplicate dhcp-host IP address %s" |
| 979 | msgstr "dirección IP duplicada %s en %s." |
| 980 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 981 | #: option.c:3168 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 982 | #, fuzzy |
| 983 | msgid "bad DHCP host name" |
| 984 | msgstr "nombre de host DHCP erróneo" |
| 985 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 986 | #: option.c:3250 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 987 | #, fuzzy |
| 988 | msgid "bad tag-if" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 989 | msgstr "etiqueta tag-if errónea" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 990 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 991 | #: option.c:3607 option.c:4030 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 992 | msgid "invalid port number" |
| 993 | msgstr "número de puerto inválido" |
| 994 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 995 | #: option.c:3669 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 996 | #, fuzzy |
| 997 | msgid "bad dhcp-proxy address" |
| 998 | msgstr "dirección IP errónea" |
| 999 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1000 | #: option.c:3695 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1001 | #, fuzzy |
| 1002 | msgid "Bad dhcp-relay" |
| 1003 | msgstr "opción dhcp-range (rango DHCP) errónea" |
| 1004 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1005 | #: option.c:3736 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1006 | msgid "bad RA-params" |
| 1007 | msgstr "" |
| 1008 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1009 | #: option.c:3745 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1010 | msgid "bad DUID" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1011 | msgstr "DUID erróneo" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1012 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1013 | #: option.c:3787 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1014 | #, fuzzy |
| 1015 | msgid "invalid alias range" |
| 1016 | msgstr "rango alias inválido" |
| 1017 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1018 | #: option.c:3841 option.c:3853 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1019 | msgid "bad CNAME" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1020 | msgstr "CNAME erróneo" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1021 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1022 | #: option.c:3857 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1023 | msgid "duplicate CNAME" |
| 1024 | msgstr "CNAME duplicado" |
| 1025 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1026 | #: option.c:3880 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1027 | #, fuzzy |
| 1028 | msgid "bad PTR record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1029 | msgstr "registro PTR erróneo" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1030 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1031 | #: option.c:3911 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1032 | #, fuzzy |
| 1033 | msgid "bad NAPTR record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1034 | msgstr "registro NAPTR erróneo" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1035 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1036 | #: option.c:3945 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1037 | #, fuzzy |
| 1038 | msgid "bad RR record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1039 | msgstr "registro PTR erróneo" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1040 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1041 | #: option.c:3975 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1042 | msgid "bad TXT record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1043 | msgstr "registro TXT erróneo" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1044 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1045 | #: option.c:4016 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1046 | msgid "bad SRV record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1047 | msgstr "registro SRV erróneo" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1048 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1049 | #: option.c:4023 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1050 | msgid "bad SRV target" |
| 1051 | msgstr "destino SRV erróneo" |
| 1052 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1053 | #: option.c:4037 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1054 | msgid "invalid priority" |
| 1055 | msgstr "prioridad inválida" |
| 1056 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1057 | #: option.c:4040 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1058 | msgid "invalid weight" |
| 1059 | msgstr "peso inválido" |
| 1060 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1061 | #: option.c:4064 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1062 | #, fuzzy |
| 1063 | msgid "Bad host-record" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1064 | msgstr "registro PTR erróneo" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1065 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1066 | #: option.c:4088 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1067 | #, fuzzy |
| 1068 | msgid "Bad name in host-record" |
| 1069 | msgstr "nombre erróneo en %s" |
| 1070 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1071 | #: option.c:4153 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1072 | #, fuzzy |
| 1073 | msgid "bad trust anchor" |
| 1074 | msgstr "rango de puertos erróneo" |
| 1075 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1076 | #: option.c:4167 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1077 | msgid "bad HEX in trust anchor" |
| 1078 | msgstr "" |
| 1079 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1080 | #: option.c:4177 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1081 | #, fuzzy |
| 1082 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1083 | msgstr "opción no soportada (verificar que dnsmasq fue compilado con soporte para DHCP/TFTP/DBus)" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1084 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1085 | #: option.c:4237 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1086 | msgid "missing \"" |
| 1087 | msgstr "falta \"" |
| 1088 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1089 | #: option.c:4294 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1090 | msgid "bad option" |
| 1091 | msgstr "opción errónea" |
| 1092 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1093 | #: option.c:4296 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1094 | msgid "extraneous parameter" |
| 1095 | msgstr "parámetro extraño" |
| 1096 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1097 | #: option.c:4298 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1098 | msgid "missing parameter" |
| 1099 | msgstr "parámetro ausente" |
| 1100 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1101 | #: option.c:4300 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1102 | #, fuzzy |
| 1103 | msgid "illegal option" |
| 1104 | msgstr "opción errónea" |
| 1105 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1106 | #: option.c:4307 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1107 | msgid "error" |
| 1108 | msgstr "error" |
| 1109 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1110 | #: option.c:4309 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1111 | #, fuzzy, c-format |
| 1112 | msgid " at line %d of %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1113 | msgstr "%s en línea %d de %%s" |
| 1114 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1115 | #: option.c:4324 option.c:4571 option.c:4607 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1116 | #, fuzzy, c-format |
| 1117 | msgid "read %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1118 | msgstr "lee %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1119 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1120 | #: option.c:4387 option.c:4510 tftp.c:715 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1121 | #, c-format |
| 1122 | msgid "cannot read %s: %s" |
| 1123 | msgstr "no se puede leer %s: %s" |
| 1124 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1125 | #: option.c:4676 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1126 | msgid "junk found in command line" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1127 | msgstr "basura encontrada en linea de comando" |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1128 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1129 | #: option.c:4711 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1130 | #, c-format |
| 1131 | msgid "Dnsmasq version %s %s\n" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1132 | msgstr "Versión dnsmasq %s %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1133 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1134 | #: option.c:4712 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1135 | #, fuzzy, c-format |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1136 | msgid "" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1137 | "Compile time options: %s\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1138 | "\n" |
| 1139 | msgstr "" |
| 1140 | "Opciones de compilación %s\n" |
| 1141 | "\n" |
| 1142 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1143 | #: option.c:4713 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1144 | #, c-format |
| 1145 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
| 1146 | msgstr "Este software viene SIN NINGUNA GARANTIA.\n" |
| 1147 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1148 | #: option.c:4714 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1149 | #, c-format |
| 1150 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1151 | msgstr "Dnsmasq es software libre, y usted está autorizado a redistribuirlo\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1152 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1153 | #: option.c:4715 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1154 | #, fuzzy, c-format |
| 1155 | msgid "under the terms of the GNU General Public License, version 2 or 3.\n" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1156 | msgstr "bajo los términos de la GNU General Public License, versión 2 o 3.\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1157 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1158 | #: option.c:4726 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1159 | msgid "try --help" |
| 1160 | msgstr "pruebe --help" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1161 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1162 | #: option.c:4728 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1163 | msgid "try -w" |
| 1164 | msgstr "pruebe -w" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1165 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1166 | #: option.c:4730 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1167 | #, fuzzy, c-format |
| 1168 | msgid "bad command line options: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1169 | msgstr "opciones de línea de comandos erróneas: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1170 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1171 | #: option.c:4798 |
| 1172 | #, c-format |
| 1173 | msgid "CNAME loop involving %s" |
| 1174 | msgstr "" |
| 1175 | |
| 1176 | #: option.c:4834 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1177 | #, c-format |
| 1178 | msgid "cannot get host-name: %s" |
| 1179 | msgstr "no se puede obtener host-name (nombre de host): %s" |
| 1180 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1181 | #: option.c:4862 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1182 | msgid "only one resolv.conf file allowed in no-poll mode." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1183 | msgstr "solo un archivo resolv.conf está permitido en modo no-poll." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1184 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1185 | #: option.c:4872 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1186 | msgid "must have exactly one resolv.conf to read domain from." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1187 | msgstr "debe haber exáctamente un resolv.conf desde donde leer dominio." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1188 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1189 | #: option.c:4875 network.c:1612 dhcp.c:816 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1190 | #, fuzzy, c-format |
| 1191 | msgid "failed to read %s: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1192 | msgstr "no se pudo leer %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1193 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1194 | #: option.c:4892 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1195 | #, c-format |
| 1196 | msgid "no search directive found in %s" |
| 1197 | msgstr "ninguna directiva de búsqueda encontrada en %s" |
| 1198 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1199 | #: option.c:4913 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1200 | #, fuzzy |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1201 | msgid "there must be a default domain when --dhcp-fqdn is set" |
| 1202 | msgstr "debe haber un dominio predeterminado cuando --dhcp-fqdn está fijado" |
| 1203 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1204 | #: option.c:4922 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1205 | msgid "syntax check OK" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1206 | msgstr "revisión de sintaxis OK" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1207 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1208 | #: forward.c:102 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1209 | #, fuzzy, c-format |
| 1210 | msgid "failed to send packet: %s" |
| 1211 | msgstr "no se pudo escuchar en socket: %s" |
| 1212 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1213 | #: forward.c:597 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1214 | msgid "discarding DNS reply: subnet option mismatch" |
| 1215 | msgstr "" |
| 1216 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1217 | #: forward.c:651 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1218 | #, c-format |
| 1219 | msgid "nameserver %s refused to do a recursive query" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1220 | msgstr "servidor DNS %s rechazó realizar una búsqueda recursiva" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1221 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1222 | #: forward.c:683 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1223 | #, fuzzy, c-format |
| 1224 | msgid "possible DNS-rebind attack detected: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1225 | msgstr "posible ataque de revinculación DNS detectado" |
| 1226 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1227 | #: forward.c:1244 forward.c:1681 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1228 | msgid "Ignoring query from non-local network" |
| 1229 | msgstr "" |
| 1230 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1231 | #: forward.c:2166 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1232 | #, fuzzy, c-format |
| 1233 | msgid "Maximum number of concurrent DNS queries reached (max: %d)" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1234 | msgstr "Número máximo de búsquedas DNS simultáneas alcanzado. (%s por predeterminado)" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1235 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1236 | #: network.c:720 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1237 | #, fuzzy, c-format |
| 1238 | msgid "failed to create listening socket for %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1239 | msgstr "no se pudo crear un zócalo de escucha: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1240 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1241 | #: network.c:1031 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1242 | #, c-format |
| 1243 | msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s" |
| 1244 | msgstr "" |
| 1245 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1246 | #: network.c:1038 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1247 | msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)" |
| 1248 | msgstr "" |
| 1249 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1250 | #: network.c:1047 |
| 1251 | #, fuzzy, c-format |
| 1252 | msgid "warning: using interface %s instead" |
| 1253 | msgstr "advertencia: interfase %s no existe actualmente" |
| 1254 | |
| 1255 | #: network.c:1056 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1256 | #, fuzzy, c-format |
| 1257 | msgid "warning: no addresses found for interface %s" |
| 1258 | msgstr "usando direcciones locales solo para %s %s" |
| 1259 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1260 | #: network.c:1114 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1261 | #, fuzzy, c-format |
| 1262 | msgid "interface %s failed to join DHCPv6 multicast group: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1263 | msgstr "el interfase % falló al unirse al grupo multicast DHCPv6: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1264 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1265 | #: network.c:1119 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1266 | msgid "try increasing /proc/sys/net/core/optmem_max" |
| 1267 | msgstr "" |
| 1268 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1269 | #: network.c:1322 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1270 | #, fuzzy, c-format |
| 1271 | msgid "failed to bind server socket for %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1272 | msgstr "no se pudo acoplar al zócalo del servidor para %s: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1273 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1274 | #: network.c:1517 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1275 | #, c-format |
| 1276 | msgid "ignoring nameserver %s - local interface" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1277 | msgstr "ignorando servidor DNS %s - interfase local" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1278 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1279 | #: network.c:1528 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1280 | #, fuzzy, c-format |
| 1281 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1282 | msgstr "ignorando servidor DNS %s - no se puede crear/acoplar zócalo: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1283 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1284 | #: network.c:1548 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1285 | msgid "(no DNSSEC)" |
| 1286 | msgstr "" |
| 1287 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1288 | #: network.c:1551 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1289 | msgid "unqualified" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1290 | msgstr "no cualificado" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1291 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1292 | #: network.c:1551 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1293 | msgid "names" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1294 | msgstr "nombres" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1295 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1296 | #: network.c:1553 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1297 | msgid "default" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1298 | msgstr "predeterminado" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1299 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1300 | #: network.c:1555 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1301 | msgid "domain" |
| 1302 | msgstr "dominio" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1303 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1304 | #: network.c:1561 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1305 | #, c-format |
| 1306 | msgid "using local addresses only for %s %s" |
| 1307 | msgstr "usando direcciones locales solo para %s %s" |
| 1308 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1309 | #: network.c:1564 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1310 | #, fuzzy, c-format |
| 1311 | msgid "using standard nameservers for %s %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1312 | msgstr "usando nombres estándar %s#%d para %s %s" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1313 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1314 | #: network.c:1566 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1315 | #, fuzzy, c-format |
| 1316 | msgid "using nameserver %s#%d for %s %s %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1317 | msgstr "usando nombre de servidor %s#%d para %s %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1318 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1319 | #: network.c:1570 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1320 | #, fuzzy, c-format |
| 1321 | msgid "NOT using nameserver %s#%d - query loop detected" |
| 1322 | msgstr "usando nombre de servidor %s#%d para %s %s" |
| 1323 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1324 | #: network.c:1573 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1325 | #, fuzzy, c-format |
| 1326 | msgid "using nameserver %s#%d(via %s)" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1327 | msgstr "usando nombre de servidor %s#%d(vía %s)" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1328 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1329 | #: network.c:1575 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1330 | #, c-format |
| 1331 | msgid "using nameserver %s#%d" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1332 | msgstr "usando nombre de servidor %s#%d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1333 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1334 | #: network.c:1580 |
| 1335 | #, fuzzy, c-format |
| 1336 | msgid "using %d more local addresses" |
| 1337 | msgstr "usando nombre de servidor %s#%d" |
| 1338 | |
| 1339 | #: network.c:1582 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1340 | #, fuzzy, c-format |
| 1341 | msgid "using %d more nameservers" |
| 1342 | msgstr "usando nombre de servidor %s#%d" |
| 1343 | |
| 1344 | #: dnsmasq.c:166 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1345 | msgid "dhcp-hostsdir, dhcp-optsdir and hostsdir are not supported on this platform" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1346 | msgstr "" |
| 1347 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1348 | #: dnsmasq.c:181 |
| 1349 | msgid "no root trust anchor provided for DNSSEC" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1350 | msgstr "" |
| 1351 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1352 | #: dnsmasq.c:184 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1353 | msgid "cannot reduce cache size from default when DNSSEC enabled" |
| 1354 | msgstr "" |
| 1355 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1356 | #: dnsmasq.c:186 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1357 | #, fuzzy |
| 1358 | msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h" |
| 1359 | msgstr "DBus no disponible: fijar HAVE_DBUS en src/config.h" |
| 1360 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1361 | #: dnsmasq.c:192 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1362 | #, fuzzy |
| 1363 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1364 | msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1365 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1366 | #: dnsmasq.c:197 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1367 | #, fuzzy |
| 1368 | msgid "cannot use --conntrack AND --query-port" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1369 | msgstr "No puede usar --conntrack AND --query-port" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1370 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1371 | #: dnsmasq.c:200 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1372 | #, fuzzy |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1373 | msgid "conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1374 | msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h" |
| 1375 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1376 | #: dnsmasq.c:205 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1377 | #, fuzzy |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1378 | msgid "asynchronous logging is not available under Solaris" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1379 | msgstr "registro asíncrono no está disponible bajo Solaris" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1380 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1381 | #: dnsmasq.c:210 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1382 | #, fuzzy |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1383 | msgid "asynchronous logging is not available under Android" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1384 | msgstr "registro asíncrono no está disponible bajo Solaris" |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1385 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1386 | #: dnsmasq.c:215 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1387 | #, fuzzy |
| 1388 | msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h" |
| 1389 | msgstr "DBus no disponible: fijar HAVE_DBUS en src/config.h" |
| 1390 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1391 | #: dnsmasq.c:220 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1392 | #, fuzzy |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1393 | msgid "loop detection not available: set HAVE_LOOP in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1394 | msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h" |
| 1395 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1396 | #: dnsmasq.c:227 |
| 1397 | msgid "max_port cannot be smaller than min_port" |
| 1398 | msgstr "" |
| 1399 | |
| 1400 | #: dnsmasq.c:234 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1401 | msgid "zone serial must be configured in --auth-soa" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1402 | msgstr "zona serie debe ser configurada en --auth-soa" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1403 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1404 | #: dnsmasq.c:252 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1405 | msgid "dhcp-range constructor not available on this platform" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1406 | msgstr "constructor rango dhcp no disponible en esta plataforma" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1407 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1408 | #: dnsmasq.c:298 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1409 | msgid "cannot set --bind-interfaces and --bind-dynamic" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1410 | msgstr "no puede usar --bind-interfases y --bind-dynamic" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1411 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1412 | #: dnsmasq.c:301 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1413 | #, c-format |
| 1414 | msgid "failed to find list of interfaces: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1415 | msgstr "no se pudo encontrar lista de interfases: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1416 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1417 | #: dnsmasq.c:310 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1418 | #, c-format |
| 1419 | msgid "unknown interface %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1420 | msgstr "interfase desconocida %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1421 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1422 | #: dnsmasq.c:374 dnsmasq.c:1037 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1423 | #, c-format |
| 1424 | msgid "DBus error: %s" |
| 1425 | msgstr "error DBus: %s" |
| 1426 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1427 | #: dnsmasq.c:377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1428 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
| 1429 | msgstr "DBus no disponible: fijar HAVE_DBUS en src/config.h" |
| 1430 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1431 | #: dnsmasq.c:405 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1432 | #, c-format |
| 1433 | msgid "unknown user or group: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1434 | msgstr "usuario o grupo desconocido: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1435 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1436 | #: dnsmasq.c:460 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1437 | #, c-format |
| 1438 | msgid "cannot chdir to filesystem root: %s" |
| 1439 | msgstr "no se puede cambiar directorio a raíz de sistema de archivos: %s" |
| 1440 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1441 | #: dnsmasq.c:716 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1442 | #, fuzzy, c-format |
| 1443 | msgid "started, version %s DNS disabled" |
| 1444 | msgstr "iniciado, versión %s DNS deshabilitado" |
| 1445 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1446 | #: dnsmasq.c:720 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1447 | #, c-format |
| 1448 | msgid "started, version %s cachesize %d" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1449 | msgstr "iniciado, versión %s tamaño de caché %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1450 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1451 | #: dnsmasq.c:722 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1452 | #, c-format |
| 1453 | msgid "started, version %s cache disabled" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1454 | msgstr "iniciado, versión %s caché deshabilitado" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1455 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1456 | #: dnsmasq.c:725 |
| 1457 | msgid "DNS service limited to local subnets" |
| 1458 | msgstr "" |
| 1459 | |
| 1460 | #: dnsmasq.c:728 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1461 | #, c-format |
| 1462 | msgid "compile time options: %s" |
| 1463 | msgstr "opciones de compilación: %s" |
| 1464 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1465 | #: dnsmasq.c:734 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1466 | msgid "DBus support enabled: connected to system bus" |
| 1467 | msgstr "soporte DBus habilitado: conectado a bus de sistema" |
| 1468 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1469 | #: dnsmasq.c:736 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1470 | msgid "DBus support enabled: bus connection pending" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1471 | msgstr "soporte DBus habilitado: conexión a bus pendiente" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1472 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1473 | #: dnsmasq.c:754 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1474 | msgid "DNSSEC validation enabled" |
| 1475 | msgstr "" |
| 1476 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1477 | #: dnsmasq.c:758 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1478 | msgid "DNSSEC signature timestamps not checked until first cache reload" |
| 1479 | msgstr "" |
| 1480 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1481 | #: dnsmasq.c:761 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1482 | msgid "DNSSEC signature timestamps not checked until system time valid" |
| 1483 | msgstr "" |
| 1484 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1485 | #: dnsmasq.c:766 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1486 | #, fuzzy, c-format |
| 1487 | msgid "warning: failed to change owner of %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1488 | msgstr "advertencia: no se pudo cambiar propietario de %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1489 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1490 | #: dnsmasq.c:770 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1491 | msgid "setting --bind-interfaces option because of OS limitations" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1492 | msgstr "fijando opción --bind-interfases debido a limitaciones de sistema operativo" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1493 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1494 | #: dnsmasq.c:782 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1495 | #, c-format |
| 1496 | msgid "warning: interface %s does not currently exist" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1497 | msgstr "advertencia: interfase %s no existe actualmente" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1498 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1499 | #: dnsmasq.c:787 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1500 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1501 | msgstr "advertencia: ignorando opción resolv-file porque no-resolv está fijado" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1502 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1503 | #: dnsmasq.c:790 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1504 | #, fuzzy |
| 1505 | msgid "warning: no upstream servers configured" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1506 | msgstr "advertencia: ningún servidor de subida configurado" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1507 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1508 | #: dnsmasq.c:794 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1509 | #, c-format |
| 1510 | msgid "asynchronous logging enabled, queue limit is %d messages" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1511 | msgstr "registro asíncrono habilitado, el límite de la cola es %d mensajes" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1512 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1513 | #: dnsmasq.c:815 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1514 | msgid "IPv6 router advertisement enabled" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1515 | msgstr "Anuncio de router IPv6 habilitado" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1516 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1517 | #: dnsmasq.c:820 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1518 | #, c-format |
| 1519 | msgid "DHCP, sockets bound exclusively to interface %s" |
| 1520 | msgstr "" |
| 1521 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1522 | #: dnsmasq.c:834 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1523 | msgid "root is " |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1524 | msgstr "root está " |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1525 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1526 | #: dnsmasq.c:834 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1527 | #, fuzzy |
| 1528 | msgid "enabled" |
| 1529 | msgstr "habilitado" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1530 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1531 | #: dnsmasq.c:836 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1532 | msgid "secure mode" |
| 1533 | msgstr "modo seguro" |
| 1534 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1535 | #: dnsmasq.c:839 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1536 | #, c-format |
| 1537 | msgid "warning: %s inaccessible" |
| 1538 | msgstr "" |
| 1539 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1540 | #: dnsmasq.c:843 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1541 | #, fuzzy, c-format |
| 1542 | msgid "warning: TFTP directory %s inaccessible" |
| 1543 | msgstr "directorio TFTP % inaccesible: %s" |
| 1544 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1545 | #: dnsmasq.c:869 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1546 | #, c-format |
| 1547 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1548 | msgstr "limitando número máximo de transferencias TFTP simultáneas a %d" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1549 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1550 | #: dnsmasq.c:1039 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1551 | msgid "connected to system DBus" |
| 1552 | msgstr "conectado a DBus de sistema" |
| 1553 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1554 | #: dnsmasq.c:1189 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1555 | #, c-format |
| 1556 | msgid "cannot fork into background: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1557 | msgstr "no se puede hacer fork en background: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1558 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1559 | #: dnsmasq.c:1192 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1560 | #, fuzzy, c-format |
| 1561 | msgid "failed to create helper: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1562 | msgstr "no se pudo crear ayudante: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1563 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1564 | #: dnsmasq.c:1195 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1565 | #, fuzzy, c-format |
| 1566 | msgid "setting capabilities failed: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1567 | msgstr "configuración de capacidades ha fallado: %s" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1568 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1569 | #: dnsmasq.c:1198 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1570 | #, fuzzy, c-format |
| 1571 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1572 | msgstr "no se pudo cambiar user-id a %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1573 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1574 | #: dnsmasq.c:1201 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1575 | #, fuzzy, c-format |
| 1576 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1577 | msgstr "no se pudo cambiar group-id a %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1578 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1579 | #: dnsmasq.c:1204 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1580 | #, fuzzy, c-format |
| 1581 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1582 | msgstr "no se pudo abrir archivo PID %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1583 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1584 | #: dnsmasq.c:1207 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1585 | #, fuzzy, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1586 | msgid "cannot open log %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1587 | msgstr "no se puede abrir registro %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1588 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1589 | #: dnsmasq.c:1210 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1590 | #, fuzzy, c-format |
| 1591 | msgid "failed to load Lua script: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1592 | msgstr "no se pudo cargar script Lua %s: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1593 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1594 | #: dnsmasq.c:1213 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1595 | #, c-format |
| 1596 | msgid "TFTP directory %s inaccessible: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1597 | msgstr "directorio TFTP % inaccesible: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1598 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1599 | #: dnsmasq.c:1216 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1600 | #, fuzzy, c-format |
| 1601 | msgid "cannot create timestamp file %s: %s" |
| 1602 | msgstr "no se puede abrir o crear archivo de concesión %s: %s" |
| 1603 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1604 | #: dnsmasq.c:1239 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1605 | msgid "now checking DNSSEC signature timestamps" |
| 1606 | msgstr "" |
| 1607 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1608 | #: dnsmasq.c:1307 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1609 | #, fuzzy, c-format |
| 1610 | msgid "script process killed by signal %d" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1611 | msgstr "proceso script eliminado por señal %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1612 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1613 | #: dnsmasq.c:1311 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1614 | #, fuzzy, c-format |
| 1615 | msgid "script process exited with status %d" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1616 | msgstr "proceso script salió con con estado %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1617 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1618 | #: dnsmasq.c:1315 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1619 | #, fuzzy, c-format |
| 1620 | msgid "failed to execute %s: %s" |
| 1621 | msgstr "no se pudo ejecutar %s: %s" |
| 1622 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1623 | #: dnsmasq.c:1379 dnssec.c:479 dnssec.c:525 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1624 | #, fuzzy, c-format |
| 1625 | msgid "failed to update mtime on %s: %s" |
| 1626 | msgstr "no se pudo abrir archivo PID %s: %s" |
| 1627 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1628 | #: dnsmasq.c:1386 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1629 | msgid "exiting on receipt of SIGTERM" |
| 1630 | msgstr "saliendo al recibir SIGTERM" |
| 1631 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1632 | #: dnsmasq.c:1414 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1633 | #, fuzzy, c-format |
| 1634 | msgid "failed to access %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1635 | msgstr "no se pudo acceder %s: %s" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1636 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1637 | #: dnsmasq.c:1444 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1638 | #, c-format |
| 1639 | msgid "reading %s" |
| 1640 | msgstr "leyendo %s" |
| 1641 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1642 | #: dnsmasq.c:1455 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1643 | #, fuzzy, c-format |
| 1644 | msgid "no servers found in %s, will retry" |
| 1645 | msgstr "ningún servidor encontrado en %s, se reintentará" |
| 1646 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1647 | #: dhcp.c:53 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1648 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1649 | msgid "cannot create DHCP socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1650 | msgstr "no se puede crear zócalo DHCP: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1651 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1652 | #: dhcp.c:68 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1653 | #, c-format |
| 1654 | msgid "failed to set options on DHCP socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1655 | msgstr "no se pudo fijar opciones en zócalo DHCP: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1656 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1657 | #: dhcp.c:89 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1658 | #, fuzzy, c-format |
| 1659 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1660 | msgstr "no se pudo fijar SO_REUSE{ADDR|PORT} en zócalo DHCP: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1661 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1662 | #: dhcp.c:101 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1663 | #, c-format |
| 1664 | msgid "failed to bind DHCP server socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1665 | msgstr "no se pudo acoplar zócalo de servidor DHCP: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1666 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1667 | #: dhcp.c:127 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1668 | #, c-format |
| 1669 | msgid "cannot create ICMP raw socket: %s." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1670 | msgstr "no se puede crear zócalo puro ICMP: %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1671 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1672 | #: dhcp.c:252 dhcp6.c:173 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1673 | #, fuzzy, c-format |
| 1674 | msgid "unknown interface %s in bridge-interface" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1675 | msgstr "interfase desconocida %s en bridge-interface" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1676 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1677 | #: dhcp.c:293 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1678 | #, c-format |
| 1679 | msgid "DHCP packet received on %s which has no address" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1680 | msgstr "Paquete DHCP recibido en %s que no tiene dirección" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1681 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1682 | #: dhcp.c:427 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1683 | #, c-format |
| 1684 | msgid "ARP-cache injection failed: %s" |
| 1685 | msgstr "" |
| 1686 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1687 | #: dhcp.c:470 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1688 | #, c-format |
| 1689 | msgid "Error sending DHCP packet to %s: %s" |
| 1690 | msgstr "" |
| 1691 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1692 | #: dhcp.c:531 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1693 | #, c-format |
| 1694 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1695 | msgstr "rango DHCP %s -- %s no coincide con máscara de subred %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1696 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1697 | #: dhcp.c:854 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1698 | #, fuzzy, c-format |
| 1699 | msgid "bad line at %s line %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1700 | msgstr "línea errónea en %s línea %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1701 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1702 | #: dhcp.c:897 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1703 | #, c-format |
| 1704 | msgid "ignoring %s line %d, duplicate name or IP address" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1705 | msgstr "ignorando %s línea %d, nombre o dirección IP duplicada" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1706 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1707 | #: dhcp.c:1041 rfc3315.c:2149 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1708 | #, c-format |
| 1709 | msgid "DHCP relay %s -> %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1710 | msgstr "DHCP relay %s -> %s" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1711 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1712 | #: lease.c:98 |
| 1713 | msgid "too many stored leases" |
| 1714 | msgstr "demasiadas concesiones almacenadas" |
| 1715 | |
| 1716 | #: lease.c:166 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1717 | #, fuzzy, c-format |
| 1718 | msgid "cannot open or create lease file %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1719 | msgstr "no se puede abrir o crear archivo de concesión %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1720 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1721 | #: lease.c:175 |
| 1722 | #, c-format |
| 1723 | msgid "failed to parse lease database, invalid line: %s %s %s %s ..." |
| 1724 | msgstr "" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1725 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1726 | #: lease.c:180 |
| 1727 | #, fuzzy, c-format |
| 1728 | msgid "failed to read lease file %s: %s" |
| 1729 | msgstr "no se pudo leer %s: %s" |
| 1730 | |
| 1731 | #: lease.c:196 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1732 | #, fuzzy, c-format |
| 1733 | msgid "cannot run lease-init script %s: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1734 | msgstr "no se puede ejecutar archivo script lease-init %s: %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1735 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1736 | #: lease.c:202 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1737 | #, c-format |
| 1738 | msgid "lease-init script returned exit code %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1739 | msgstr "archivo guión lease-init retornó código de salida %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1740 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1741 | #: lease.c:373 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1742 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1743 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1744 | msgstr "error al escribir %s: %s (reintentar en %us)" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1745 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1746 | #: lease.c:937 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1747 | #, c-format |
| 1748 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1749 | msgstr "Ignorando dominio %s para nombre de host DHCP %s" |
| 1750 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1751 | #: rfc2131.c:347 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1752 | #, c-format |
| 1753 | msgid "no address range available for DHCP request %s %s" |
| 1754 | msgstr "ningún rango de direcciónes disponible para pedido DHCP %s %s" |
| 1755 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1756 | #: rfc2131.c:348 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1757 | msgid "with subnet selector" |
| 1758 | msgstr "con selector de subred" |
| 1759 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1760 | #: rfc2131.c:348 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1761 | msgid "via" |
| 1762 | msgstr "vía" |
| 1763 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1764 | #: rfc2131.c:360 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1765 | #, fuzzy, c-format |
| 1766 | msgid "%u available DHCP subnet: %s/%s" |
| 1767 | msgstr "%u Subred DHCP disponible: %s/%s" |
| 1768 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1769 | #: rfc2131.c:363 rfc3315.c:306 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1770 | #, fuzzy, c-format |
| 1771 | msgid "%u available DHCP range: %s -- %s" |
| 1772 | msgstr "%u Rango DHCP disponible: %s -- %s" |
| 1773 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1774 | #: rfc2131.c:474 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1775 | #, fuzzy, c-format |
| 1776 | msgid "%u vendor class: %s" |
| 1777 | msgstr "%u Clase de vendedor: %s" |
| 1778 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1779 | #: rfc2131.c:476 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1780 | #, fuzzy, c-format |
| 1781 | msgid "%u user class: %s" |
| 1782 | msgstr "%u Clase de usuario: %s" |
| 1783 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1784 | #: rfc2131.c:510 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1785 | msgid "disabled" |
| 1786 | msgstr "deshabilitado" |
| 1787 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1788 | #: rfc2131.c:551 rfc2131.c:1006 rfc2131.c:1430 rfc3315.c:616 rfc3315.c:869 |
| 1789 | #: rfc3315.c:1148 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1790 | msgid "ignored" |
| 1791 | msgstr "ignorado" |
| 1792 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1793 | #: rfc2131.c:566 rfc2131.c:1239 rfc3315.c:919 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1794 | msgid "address in use" |
| 1795 | msgstr "dirección en uso" |
| 1796 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1797 | #: rfc2131.c:580 rfc2131.c:1060 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1798 | msgid "no address available" |
| 1799 | msgstr "ninguna dirección disponible" |
| 1800 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1801 | #: rfc2131.c:587 rfc2131.c:1202 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1802 | msgid "wrong network" |
| 1803 | msgstr "red equivocada" |
| 1804 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1805 | #: rfc2131.c:602 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1806 | msgid "no address configured" |
| 1807 | msgstr "ninguna dirección configurada" |
| 1808 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1809 | #: rfc2131.c:608 rfc2131.c:1252 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1810 | msgid "no leases left" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1811 | msgstr "no sobra ninguna concesión" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1812 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1813 | #: rfc2131.c:703 rfc3315.c:482 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1814 | #, fuzzy, c-format |
| 1815 | msgid "%u client provides name: %s" |
| 1816 | msgstr "%u cliente provee nombre: %s" |
| 1817 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1818 | #: rfc2131.c:808 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1819 | msgid "PXE BIS not supported" |
| 1820 | msgstr "no hay soporte para BIS PXE" |
| 1821 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1822 | #: rfc2131.c:974 rfc3315.c:1242 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1823 | #, fuzzy, c-format |
| 1824 | msgid "disabling DHCP static address %s for %s" |
| 1825 | msgstr "deshabilitando dirección DHCP estática %s para %s" |
| 1826 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1827 | #: rfc2131.c:995 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1828 | msgid "unknown lease" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1829 | msgstr "concesión desconocida" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1830 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1831 | #: rfc2131.c:1029 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1832 | #, c-format |
| 1833 | msgid "not using configured address %s because it is leased to %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1834 | msgstr "no usando dirección configurada %s porque está concedida a %s" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1835 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1836 | #: rfc2131.c:1039 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1837 | #, fuzzy, c-format |
| 1838 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1839 | msgstr "no usando dirección configurada %s porque está en uso por el servidor o relay" |
| 1840 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1841 | #: rfc2131.c:1042 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1842 | #, fuzzy, c-format |
| 1843 | msgid "not using configured address %s because it was previously declined" |
| 1844 | msgstr "no usando dirección configurada %s porque fué previamente denegada" |
| 1845 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1846 | #: rfc2131.c:1058 rfc2131.c:1245 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1847 | msgid "no unique-id" |
| 1848 | msgstr "ningún unique-id (identificación única)" |
| 1849 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1850 | #: rfc2131.c:1140 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1851 | msgid "wrong server-ID" |
| 1852 | msgstr "ID de servidor equivocada" |
| 1853 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1854 | #: rfc2131.c:1159 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1855 | msgid "wrong address" |
| 1856 | msgstr "dirección equivocada" |
| 1857 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1858 | #: rfc2131.c:1177 rfc3315.c:1015 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1859 | msgid "lease not found" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1860 | msgstr "concesión no encontrada" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1861 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1862 | #: rfc2131.c:1210 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1863 | msgid "address not available" |
| 1864 | msgstr "dirección no disponible" |
| 1865 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1866 | #: rfc2131.c:1221 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1867 | msgid "static lease available" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1868 | msgstr "concesión estática disponible" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1869 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1870 | #: rfc2131.c:1225 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1871 | msgid "address reserved" |
| 1872 | msgstr "dirección reservada" |
| 1873 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1874 | #: rfc2131.c:1233 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1875 | #, c-format |
| 1876 | msgid "abandoning lease to %s of %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1877 | msgstr "abandonando concesión a %s de %s" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1878 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1879 | #: rfc2131.c:1757 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1880 | #, c-format |
| 1881 | msgid "%u bootfile name: %s" |
| 1882 | msgstr "%u nombre de bootfile: %s" |
| 1883 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1884 | #: rfc2131.c:1766 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1885 | #, c-format |
| 1886 | msgid "%u server name: %s" |
| 1887 | msgstr "%u nombre de servidor: %s" |
| 1888 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1889 | #: rfc2131.c:1774 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1890 | #, fuzzy, c-format |
| 1891 | msgid "%u next server: %s" |
| 1892 | msgstr "%u siguiente servidor: %s" |
| 1893 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1894 | #: rfc2131.c:1777 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1895 | #, c-format |
| 1896 | msgid "%u broadcast response" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1897 | msgstr "%u respuesta broadcast" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1898 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1899 | #: rfc2131.c:1840 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1900 | #, fuzzy, c-format |
| 1901 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1902 | msgstr "no se puede enviar opción DHCP/BOOTP %d: no queda espacio en el paquete" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1903 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1904 | #: rfc2131.c:2131 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1905 | msgid "PXE menu too large" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1906 | msgstr "menú PXE demasiado largo" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1907 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1908 | #: rfc2131.c:2270 rfc3315.c:1515 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1909 | #, fuzzy, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1910 | msgid "%u requested options: %s" |
| 1911 | msgstr "%u opciones solicitadas: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1912 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1913 | #: rfc2131.c:2587 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1914 | #, c-format |
| 1915 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
| 1916 | msgstr "no se puede enviar opción RFC3925: demasiadas opciones para número enterprise %d" |
| 1917 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1918 | #: rfc2131.c:2650 |
| 1919 | #, c-format |
| 1920 | msgid "%u reply delay: %d" |
| 1921 | msgstr "" |
| 1922 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1923 | #: netlink.c:77 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1924 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1925 | msgid "cannot create netlink socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1926 | msgstr "no se puede crear zócalo netlink: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1927 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1928 | #: netlink.c:355 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1929 | #, fuzzy, c-format |
| 1930 | msgid "netlink returns error: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1931 | msgstr "netlink retorna error: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1932 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1933 | #: dbus.c:186 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1934 | msgid "attempt to set an IPv6 server address via DBus - no IPv6 support" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1935 | msgstr "intento de fijar dirección de servidor IPv6 vía DBus - no hay soporte IPv6" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1936 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1937 | #: dbus.c:439 |
| 1938 | #, c-format |
| 1939 | msgid "Enabling --%s option from D-Bus" |
| 1940 | msgstr "" |
| 1941 | |
| 1942 | #: dbus.c:444 |
| 1943 | #, c-format |
| 1944 | msgid "Disabling --%s option from D-Bus" |
| 1945 | msgstr "" |
| 1946 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1947 | #: dbus.c:690 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1948 | msgid "setting upstream servers from DBus" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1949 | msgstr "fijando servidores subida desde DBus" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1950 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1951 | #: dbus.c:737 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1952 | msgid "could not register a DBus message handler" |
| 1953 | msgstr "no se pudo registrar un manejador de mensajes DBus" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1954 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1955 | #: bpf.c:265 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1956 | #, c-format |
| 1957 | msgid "cannot create DHCP BPF socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1958 | msgstr "no se puede crear zócalo BPF DHCP: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1959 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1960 | #: bpf.c:293 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1961 | #, fuzzy, c-format |
| 1962 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1963 | msgstr "pedido DHCP por tipo de hardware no-soportado (%d) recibido en %s" |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 1964 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1965 | #: bpf.c:378 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1966 | #, fuzzy, c-format |
| 1967 | msgid "cannot create PF_ROUTE socket: %s" |
| 1968 | msgstr "no se puede crear zócalo DHCP: %s" |
| 1969 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1970 | #: bpf.c:399 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1971 | msgid "Unknown protocol version from route socket" |
| 1972 | msgstr "" |
| 1973 | |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1974 | #: helper.c:153 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1975 | msgid "lease() function missing in Lua script" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 1976 | msgstr "la función lease() no se encuentra en el script Lua" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1977 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1978 | #: tftp.c:319 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1979 | msgid "unable to get free port for TFTP" |
| 1980 | msgstr "incapaz de conseguir puerto libre para TFTP" |
| 1981 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1982 | #: tftp.c:335 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1983 | #, c-format |
| 1984 | msgid "unsupported request from %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1985 | msgstr "pedido no-soportado desde %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1986 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1987 | #: tftp.c:483 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1988 | #, fuzzy, c-format |
| 1989 | msgid "file %s not found" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1990 | msgstr "archivo %s no encontrado" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1991 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1992 | #: tftp.c:592 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1993 | #, fuzzy, c-format |
| 1994 | msgid "error %d %s received from %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1995 | msgstr "error TFTP %d %s recibido de %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1996 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 1997 | #: tftp.c:634 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1998 | #, fuzzy, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1999 | msgid "failed sending %s to %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2000 | msgstr "TFTP no pudo enviar %s a %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 2001 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2002 | #: tftp.c:634 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 2003 | #, fuzzy, c-format |
| 2004 | msgid "sent %s to %s" |
| 2005 | msgstr "TFTP envió %s a %s" |
| 2006 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2007 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2008 | #, c-format |
| 2009 | msgid "overflow: %d log entries lost" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2010 | msgstr "desbordamiento: %d entradas de registro perdidas" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 2011 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2012 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2013 | #, c-format |
| 2014 | msgid "log failed: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2015 | msgstr "registro falló: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2016 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2017 | #: log.c:471 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2018 | msgid "FAILED to start up" |
| 2019 | msgstr "el inicio ha FALLADO" |
| 2020 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2021 | #: conntrack.c:65 |
| 2022 | #, c-format |
| 2023 | msgid "Conntrack connection mark retrieval failed: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2024 | msgstr "Conexión conntrack con marca recuperación falló" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2025 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2026 | #: dhcp6.c:52 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2027 | #, fuzzy, c-format |
| 2028 | msgid "cannot create DHCPv6 socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2029 | msgstr "no se puede crear zócalo DHCP: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2030 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2031 | #: dhcp6.c:73 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2032 | #, fuzzy, c-format |
| 2033 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2034 | msgstr "no se pudo fijar SO_REUSE{ADDR|PORT} en zócalo DHCP: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2035 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2036 | #: dhcp6.c:85 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2037 | #, fuzzy, c-format |
| 2038 | msgid "failed to bind DHCPv6 server socket: %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2039 | msgstr "no se pudo acoplar zócalo de servidor DHCP: %s" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2040 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2041 | #: rfc3315.c:157 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2042 | #, fuzzy, c-format |
| 2043 | msgid "no address range available for DHCPv6 request from relay at %s" |
| 2044 | msgstr "ningún rango de direcciónes disponible para pedido DHCP %s %s" |
| 2045 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2046 | #: rfc3315.c:166 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2047 | #, fuzzy, c-format |
| 2048 | msgid "no address range available for DHCPv6 request via %s" |
| 2049 | msgstr "ningún rango de direcciónes disponible para pedido DHCP %s %s" |
| 2050 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2051 | #: rfc3315.c:303 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2052 | #, fuzzy, c-format |
| 2053 | msgid "%u available DHCPv6 subnet: %s/%d" |
| 2054 | msgstr "%u Subred DHCP disponible: %s/%s" |
| 2055 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2056 | #: rfc3315.c:386 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2057 | #, fuzzy, c-format |
| 2058 | msgid "%u vendor class: %u" |
| 2059 | msgstr "%u Clase de vendedor: %s" |
| 2060 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2061 | #: rfc3315.c:434 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2062 | #, fuzzy, c-format |
| 2063 | msgid "%u client MAC address: %s" |
| 2064 | msgstr "%u cliente provee nombre: %s" |
| 2065 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2066 | #: rfc3315.c:673 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2067 | #, fuzzy, c-format |
| 2068 | msgid "unknown prefix-class %d" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2069 | msgstr "clase de prefijo desconocida" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2070 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2071 | #: rfc3315.c:816 rfc3315.c:911 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2072 | #, fuzzy |
| 2073 | msgid "address unavailable" |
| 2074 | msgstr "dirección no disponible" |
| 2075 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2076 | #: rfc3315.c:828 rfc3315.c:959 rfc3315.c:1292 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2077 | msgid "success" |
| 2078 | msgstr "" |
| 2079 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2080 | #: rfc3315.c:843 rfc3315.c:852 rfc3315.c:967 rfc3315.c:969 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2081 | #, fuzzy |
| 2082 | msgid "no addresses available" |
| 2083 | msgstr "ninguna dirección disponible" |
| 2084 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2085 | #: rfc3315.c:946 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2086 | msgid "not on link" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2087 | msgstr "no en el enlace" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2088 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2089 | #: rfc3315.c:1019 rfc3315.c:1204 rfc3315.c:1281 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2090 | msgid "no binding found" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2091 | msgstr "uniones no encontradas" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2092 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2093 | #: rfc3315.c:1057 |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2094 | msgid "deprecated" |
| 2095 | msgstr "descartado" |
| 2096 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2097 | #: rfc3315.c:1062 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2098 | #, fuzzy |
| 2099 | msgid "address invalid" |
| 2100 | msgstr "dirección en uso" |
| 2101 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2102 | #: rfc3315.c:1109 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2103 | msgid "confirm failed" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2104 | msgstr "confirmación falló" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2105 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2106 | #: rfc3315.c:1125 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2107 | #, fuzzy |
| 2108 | msgid "all addresses still on link" |
| 2109 | msgstr "dirección errónea en %s línea %d" |
| 2110 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2111 | #: rfc3315.c:1213 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2112 | msgid "release received" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2113 | msgstr "concesión recibida" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2114 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2115 | #: rfc3315.c:2140 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2116 | msgid "Cannot multicast to DHCPv6 server without correct interface" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2117 | msgstr "No puede hacer multicast DHCPv6 sin el interfase correcto" |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2118 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2119 | #: dhcp-common.c:145 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2120 | #, c-format |
| 2121 | msgid "Ignoring duplicate dhcp-option %d" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2122 | msgstr "Ignorando opción DHCP duplicada" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2123 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2124 | #: dhcp-common.c:222 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2125 | #, c-format |
| 2126 | msgid "%u tags: %s" |
| 2127 | msgstr "%u etiquetas: %s" |
| 2128 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2129 | #: dhcp-common.c:407 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2130 | #, c-format |
| 2131 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
| 2132 | msgstr "%s tiene más de una dirección en hostsfile, usando %s para DHCP" |
| 2133 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2134 | #: dhcp-common.c:430 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2135 | #, c-format |
| 2136 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 2137 | msgstr "dirección IP duplicada %s (%s) en directiva dhcp-config" |
| 2138 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2139 | #: dhcp-common.c:494 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2140 | #, fuzzy, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2141 | msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s" |
| 2142 | msgstr "no se pudo fijar SO_REUSE{ADDR|PORT} en socket DHCP: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2143 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2144 | #: dhcp-common.c:615 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2145 | #, c-format |
| 2146 | msgid "Known DHCP options:\n" |
| 2147 | msgstr "Opciones DHCP conocidas:\n" |
| 2148 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2149 | #: dhcp-common.c:626 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2150 | #, fuzzy, c-format |
| 2151 | msgid "Known DHCPv6 options:\n" |
| 2152 | msgstr "Opciones DHCP conocidas:\n" |
| 2153 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2154 | #: dhcp-common.c:823 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2155 | msgid ", prefix deprecated" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2156 | msgstr ", prefijo descartado" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2157 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2158 | #: dhcp-common.c:826 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2159 | #, c-format |
| 2160 | msgid ", lease time " |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2161 | msgstr ", tiempo de concesión" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2162 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2163 | #: dhcp-common.c:868 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2164 | #, c-format |
| 2165 | msgid "%s stateless on %s%.0s%.0s%s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2166 | msgstr "%s apátrida en %s%.0s%.0s%s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2167 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2168 | #: dhcp-common.c:870 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2169 | #, fuzzy, c-format |
| 2170 | msgid "%s, static leases only on %.0s%s%s%.0s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2171 | msgstr "DHCP, concesión estática solo en %.0s%s, tiempo de concesión %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2172 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2173 | #: dhcp-common.c:872 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2174 | #, fuzzy, c-format |
| 2175 | msgid "%s, proxy on subnet %.0s%s%.0s%.0s" |
| 2176 | msgstr "DHCP, proxy en subred %.0s%s%.0s" |
| 2177 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2178 | #: dhcp-common.c:873 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2179 | #, fuzzy, c-format |
| 2180 | msgid "%s, IP range %s -- %s%s%.0s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2181 | msgstr "DHCP, rango de IPs %s -- %s, tiempo de concesión %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2182 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2183 | #: dhcp-common.c:886 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2184 | #, c-format |
| 2185 | msgid "DHCPv4-derived IPv6 names on %s%s" |
| 2186 | msgstr "" |
| 2187 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2188 | #: dhcp-common.c:889 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2189 | #, fuzzy, c-format |
| 2190 | msgid "router advertisement on %s%s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2191 | msgstr "DHCP, concesión estáticos solo en %.0s%s, tiempo de concesión %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2192 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2193 | #: dhcp-common.c:900 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2194 | #, c-format |
| 2195 | msgid "DHCP relay from %s to %s via %s" |
| 2196 | msgstr "" |
| 2197 | |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 2198 | #: dhcp-common.c:902 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2199 | #, c-format |
| 2200 | msgid "DHCP relay from %s to %s" |
| 2201 | msgstr "" |
| 2202 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2203 | #: radv.c:110 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2204 | #, fuzzy, c-format |
| 2205 | msgid "cannot create ICMPv6 socket: %s" |
| 2206 | msgstr "no se puede crear socket DHCP: %s" |
| 2207 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2208 | #: auth.c:449 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2209 | #, fuzzy, c-format |
| 2210 | msgid "ignoring zone transfer request from %s" |
| 2211 | msgstr "pedido no-soportado desde %s" |
| 2212 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2213 | #: ipset.c:95 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2214 | #, fuzzy, c-format |
| 2215 | msgid "failed to find kernel version: %s" |
| 2216 | msgstr "no se pudo acoplar socket de servidor DHCP: %s" |
| 2217 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2218 | #: ipset.c:114 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2219 | #, fuzzy, c-format |
| 2220 | msgid "failed to create IPset control socket: %s" |
| 2221 | msgstr "no se pudo crear socket TFTP: %s" |
| 2222 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2223 | #: ipset.c:233 |
| 2224 | #, fuzzy, c-format |
| 2225 | msgid "failed to update ipset %s: %s" |
| 2226 | msgstr "no se pudo abrir archivo PID %s: %s" |
| 2227 | |
| 2228 | #: dnssec.c:527 |
| 2229 | msgid "system time considered valid, now checking DNSSEC signature timestamps." |
| 2230 | msgstr "" |
| 2231 | |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2232 | #: blockdata.c:58 |
| 2233 | #, c-format |
| 2234 | msgid "DNSSEC memory in use %u, max %u, allocated %u" |
| 2235 | msgstr "" |
| 2236 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2237 | #: tables.c:61 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2238 | #, fuzzy, c-format |
| 2239 | msgid "failed to access pf devices: %s" |
| 2240 | msgstr "no se pudo acceder %s: %s" |
| 2241 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2242 | #: tables.c:74 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2243 | #, fuzzy, c-format |
| 2244 | msgid "warning: no opened pf devices %s" |
| 2245 | msgstr "usando direcciones locales solo para %s %s" |
| 2246 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2247 | #: tables.c:82 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2248 | #, fuzzy, c-format |
| 2249 | msgid "error: cannot use table name %s" |
| 2250 | msgstr "no se puede obtener host-name (nombre de host): %s" |
| 2251 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2252 | #: tables.c:90 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2253 | #, c-format |
| 2254 | msgid "error: cannot strlcpy table name %s" |
| 2255 | msgstr "" |
| 2256 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2257 | #: tables.c:101 |
| 2258 | #, fuzzy, c-format |
| 2259 | msgid "IPset: error:%s" |
| 2260 | msgstr "error DBus: %s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2261 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2262 | #: tables.c:108 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2263 | msgid "info: table created" |
| 2264 | msgstr "" |
| 2265 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2266 | #: tables.c:134 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2267 | #, c-format |
| 2268 | msgid "warning: DIOCR%sADDRS: %s" |
| 2269 | msgstr "" |
| 2270 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame^] | 2271 | #: tables.c:138 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2272 | #, fuzzy, c-format |
| 2273 | msgid "%d addresses %s" |
| 2274 | msgstr "dirección IP errónea" |
| 2275 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2276 | #: inotify.c:62 |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2277 | #, fuzzy, c-format |
| 2278 | msgid "cannot access path %s: %s" |
| 2279 | msgstr "no se puede acceder %s: %s" |
| 2280 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2281 | #: inotify.c:95 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2282 | #, fuzzy, c-format |
| 2283 | msgid "failed to create inotify: %s" |
| 2284 | msgstr "no se pudo crear ayudante: %s" |
| 2285 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2286 | #: inotify.c:111 |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2287 | #, c-format |
| 2288 | msgid "too many symlinks following %s" |
| 2289 | msgstr "" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2290 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2291 | #: inotify.c:127 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2292 | #, c-format |
| 2293 | msgid "directory %s for resolv-file is missing, cannot poll" |
| 2294 | msgstr "" |
| 2295 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2296 | #: inotify.c:131 inotify.c:168 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2297 | #, fuzzy, c-format |
| 2298 | msgid "failed to create inotify for %s: %s" |
| 2299 | msgstr "no se pudo crear un zócalo de escucha: %s" |
| 2300 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2301 | #: inotify.c:153 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2302 | #, fuzzy, c-format |
| 2303 | msgid "bad dynamic directory %s: %s" |
| 2304 | msgstr "no se puede acceder a directorio %s: %s" |
| 2305 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2306 | #: inotify.c:255 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2307 | #, c-format |
| 2308 | msgid "inotify, new or changed file %s" |
| 2309 | msgstr "" |
| 2310 | |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2311 | #, fuzzy |
| 2312 | #~ msgid "cannot cannonicalise resolv-file %s: %s" |
| 2313 | #~ msgstr "no se puede abrir o crear archivo de concesión %s: %s" |
| 2314 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2315 | #~ msgid "no interface with address %s" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2316 | #~ msgstr "ninguna interfase con dirección %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2317 | |
| 2318 | #~ msgid "duplicate IP address %s in dhcp-config directive." |
| 2319 | #~ msgstr "dirección IP duplicada %s en directiva dhcp-config." |
| 2320 | |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2321 | #, fuzzy |
| 2322 | #~ msgid "Specify path to Lua script (no default)." |
| 2323 | #~ msgstr "Especificar path de archivo PID (%s por predeterminado)." |
| 2324 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 2325 | #, fuzzy |
| 2326 | #~ msgid "only one dhcp-hostsfile allowed" |
| 2327 | #~ msgstr "solo un dhcp-hostsfile permitido" |
| 2328 | |
| 2329 | #, fuzzy |
| 2330 | #~ msgid "only one dhcp-optsfile allowed" |
| 2331 | #~ msgstr "solo un dhcp-optsfile permitido" |
| 2332 | |
| 2333 | #~ msgid "files nested too deep in %s" |
| 2334 | #~ msgstr "archivos jerarquizados demasiado profundo en %s" |
| 2335 | |
| 2336 | #~ msgid "TXT record string too long" |
| 2337 | #~ msgstr "expediente TXT demasiado largo" |
| 2338 | |
| 2339 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 2340 | #~ msgstr "no se pudo fijar opciones IPv6 sobre socket escuchador: %s" |
| 2341 | |
| 2342 | #~ msgid "failed to bind listening socket for %s: %s" |
| 2343 | #~ msgstr "no se pudo acoplar socket escuchador para %s: %s" |
| 2344 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 2345 | #~ msgid "DHCP packet: transaction-id is %u" |
| 2346 | #~ msgstr "paquete DHCP: transaction-id (identificación de transacción) es %u" |
| 2347 | |
| 2348 | #~ msgid "must set exactly one interface on broken systems without IP_RECVIF" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2349 | #~ msgstr "debe fijarse exáctamente una interfase en sistemas rotos sin IP_RECVIF" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 2350 | |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 2351 | #~ msgid "Ignoring DHCP lease for %s because it has an illegal domain part" |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2352 | #~ msgstr "Ignorando concesión DHCP para %s porque tiene una parte ilegal de dominio" |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 2353 | |
| 2354 | #~ msgid "ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h" |
| 2355 | #~ msgstr "integración dhcpd ISC no disponible: fijar HAVE_ISC_READER en src/config.h" |
| 2356 | |
| 2357 | #, fuzzy |
| 2358 | #~ msgid "illegal domain %s in dhcp-config directive." |
| 2359 | #~ msgstr "dominio ilegal %s en directiva dhcp-config." |
| 2360 | |
| 2361 | #~ msgid "illegal domain %s in %s." |
| 2362 | #~ msgstr "dominio ilegal %s en %s." |
| 2363 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2364 | #~ msgid "running as root" |
| 2365 | #~ msgstr "corriendo como root" |
| 2366 | |
| 2367 | #~ msgid "Read leases at startup, but never write the lease file." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2368 | #~ msgstr "Leer concesión al inicio, pero nunca escribir el archivo de concesión." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2369 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 2370 | #, fuzzy |
| 2371 | #~ msgid "read %s - %d hosts" |
| 2372 | #~ msgstr "direcciónes %s - %d leídas" |
| 2373 | |
| 2374 | #~ msgid "Limit of %d leases exceeded." |
Vic | 043c271 | 2013-10-04 15:09:13 +0100 | [diff] [blame] | 2375 | #~ msgstr "Límite de %d concesión excedido." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 2376 | |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 2377 | #~ msgid "domains" |
| 2378 | #~ msgstr "dominios" |
| 2379 | |
| 2380 | #~ msgid "Ignoring DHCP host name %s because it has an illegal domain part" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 2381 | #~ msgstr "Ignorando nombre de host DHCP %s porque contiene una parte ilegal de dominio" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 2382 | |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2383 | #~ msgid "Display this message." |
| 2384 | #~ msgstr "Mostrar este mensaje." |
| 2385 | |
| 2386 | #~ msgid "failed to read %s: %m" |
| 2387 | #~ msgstr "no se pudo leer %s: %m" |
| 2388 | |
| 2389 | #~ msgid "failed to read %s:%m" |
| 2390 | #~ msgstr "no se pudo leer %s:%m" |