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 "" |
| 7 | "Project-Id-Version: dnsmasq 2.24\n" |
| 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" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 10 | "PO-Revision-Date: 2005-10-07 11:04+0100\n" |
| 11 | "Last-Translator: Christopher Chatham <chrislinux@gmail.com>\n" |
| 12 | "Language-Team: Spanish <es@li.org>\n" |
| 13 | "MIME-Version: 1.0\n" |
| 14 | "Content-Type: text/plain; charset=ISO-8859-1\n" |
| 15 | "Content-Transfer-Encoding: 8bit\n" |
| 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 17 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 18 | #: cache.c:757 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 19 | #, fuzzy, c-format |
| 20 | msgid "failed to load names from %s: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 21 | msgstr "no se pudo cargar nombres desde %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 22 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 23 | #: cache.c:791 dhcp.c:936 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 24 | #, fuzzy, c-format |
| 25 | msgid "bad address at %s line %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 26 | msgstr "dirección errónea en %s línea %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 27 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 28 | #: cache.c:849 dhcp.c:952 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 29 | #, c-format |
| 30 | msgid "bad name at %s line %d" |
| 31 | msgstr "nombre erróneo en %s línea %d" |
| 32 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 33 | #: cache.c:856 dhcp.c:1027 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 34 | #, c-format |
| 35 | msgid "read %s - %d addresses" |
| 36 | msgstr "direcciónes %s - %d leídas" |
| 37 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 38 | #: cache.c:895 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 39 | msgid "cleared cache" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 40 | msgstr "el caché fue liberado" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 41 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 42 | #: cache.c:930 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 43 | #, c-format |
| 44 | msgid "No IPv4 address found for %s" |
| 45 | msgstr "" |
| 46 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 47 | #: cache.c:971 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 48 | #, c-format |
| 49 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
| 50 | msgstr "%s es un CNAME, no se le está dando al arriendo DHCP de %s" |
| 51 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 52 | #: cache.c:977 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 53 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 54 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
| 55 | msgstr "no otorgando nombre %s al arriendo 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] | 56 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 57 | #: cache.c:1050 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 58 | #, c-format |
| 59 | msgid "time %lu" |
| 60 | msgstr "tiempo %lu" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 61 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 62 | #: cache.c:1051 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 63 | #, fuzzy, c-format |
| 64 | 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] | 65 | 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] | 66 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 67 | #: cache.c:1053 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 68 | #, c-format |
| 69 | msgid "queries forwarded %u, queries answered locally %u" |
| 70 | msgstr "búsquedas reenviadas %u, búsquedas respondidas localmente %u" |
| 71 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 72 | #: cache.c:1076 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 73 | #, c-format |
| 74 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
| 75 | msgstr "servidor %s#%d: búsquedas enviadas %u, reintentadas o fallidas %u" |
| 76 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 77 | #: util.c:57 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 78 | #, fuzzy, c-format |
| 79 | msgid "failed to seed the random number generator: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 80 | 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] | 81 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 82 | #: util.c:189 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 83 | #, fuzzy |
| 84 | msgid "failed to allocate memory" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 85 | msgstr "no se pudo asignar memoria" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 86 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 87 | #: util.c:227 option.c:585 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 88 | msgid "could not get memory" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 89 | msgstr "no se pudo adquirir memoria" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 90 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 91 | #: util.c:237 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 92 | #, fuzzy, c-format |
| 93 | msgid "cannot create pipe: %s" |
| 94 | msgstr "no se puede crear pipe: %s" |
| 95 | |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 96 | #: util.c:245 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 97 | #, fuzzy, c-format |
| 98 | msgid "failed to allocate %d bytes" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 99 | msgstr "no se pudo asignar %d bytes" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 100 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 101 | #: util.c:377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 102 | #, c-format |
| 103 | msgid "infinite" |
| 104 | msgstr "infinito" |
| 105 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 106 | #: option.c:252 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 107 | msgid "Specify local address(es) to listen on." |
| 108 | msgstr "Especificar dirección(es) locales dónde escuchar." |
| 109 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 110 | #: option.c:253 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 111 | msgid "Return ipaddr for all hosts in specified domains." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 112 | 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] | 113 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 114 | #: option.c:254 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 115 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 116 | msgstr "Falsificar búsquedas reversas para rangos de dirección privados RFC1918." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 117 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 118 | #: option.c:255 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 119 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
| 120 | msgstr "Tratar ipaddr (dirección IP) como NXDOMAIN (derrota comodín Verisign)." |
| 121 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 122 | #: option.c:256 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 123 | #, c-format |
| 124 | msgid "Specify the size of the cache in entries (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 125 | 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] | 126 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 127 | #: option.c:257 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 128 | #, c-format |
| 129 | msgid "Specify configuration file (defaults to %s)." |
| 130 | msgstr "Especificar archivo de configuración (%s por predeterminado)." |
| 131 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 132 | #: option.c:258 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 133 | msgid "Do NOT fork into the background: run in debug mode." |
| 134 | msgstr "NO hacer un fork hacia el fondo: correr en modo debug." |
| 135 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 136 | #: option.c:259 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 137 | msgid "Do NOT forward queries with no domain part." |
| 138 | msgstr "NO reenviar búsquedas sin parte de dominio." |
| 139 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 140 | #: option.c:260 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 141 | msgid "Return self-pointing MX records for local hosts." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 142 | msgstr "Retornar expedientes MX auto-señaladores para hosts locales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 143 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 144 | #: option.c:261 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 145 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 146 | 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] | 147 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 148 | #: option.c:262 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 149 | msgid "Don't forward spurious DNS requests from Windows hosts." |
| 150 | msgstr "No reenviar pedidos DNS falsos desde máquinas Windows." |
| 151 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 152 | #: option.c:263 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 153 | msgid "Enable DHCP in the range given with lease duration." |
| 154 | msgstr "Habilitar DHCP dentro del rango brindado con duración del arriendo." |
| 155 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 156 | #: option.c:264 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 157 | #, c-format |
| 158 | msgid "Change to this group after startup (defaults to %s)." |
| 159 | msgstr "Cambiar a este grupo después del inicio (%s por predeterminado)." |
| 160 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 161 | #: option.c:265 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 162 | msgid "Set address or hostname for a specified machine." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 163 | 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] | 164 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 165 | #: option.c:266 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 166 | #, fuzzy |
| 167 | msgid "Read DHCP host specs from file." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 168 | msgstr "Leer especificaciones DHCP de host desde archivo" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 169 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 170 | #: option.c:267 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 171 | #, fuzzy |
| 172 | msgid "Read DHCP option specs from file." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 173 | msgstr "Leer opciones DHCP de host desde archivo" |
| 174 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 175 | #: option.c:268 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 176 | msgid "Evaluate conditional tag expression." |
| 177 | msgstr "Evaluar expresión condicional de etiqueta." |
| 178 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 179 | #: option.c:269 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 180 | #, c-format |
| 181 | msgid "Do NOT load %s file." |
| 182 | msgstr "NO cargar archivo %s." |
| 183 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 184 | #: option.c:270 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 185 | #, c-format |
| 186 | msgid "Specify a hosts file to be read in addition to %s." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 187 | 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] | 188 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 189 | #: option.c:271 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 190 | msgid "Specify interface(s) to listen on." |
| 191 | msgstr "Especificar interface(s) donde escuchar." |
| 192 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 193 | #: option.c:272 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 194 | msgid "Specify interface(s) NOT to listen on." |
| 195 | msgstr "Especificar interface(s) donde NO escuchar." |
| 196 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 197 | #: option.c:273 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 198 | #, fuzzy |
| 199 | msgid "Map DHCP user class to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 200 | msgstr "Trazar clase de usuario DHCP a etiqueta." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 201 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 202 | #: option.c:274 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 203 | msgid "Map RFC3046 circuit-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 204 | msgstr "Trazar circuit-id (identificación de circuito) RFC3046 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 205 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 206 | #: option.c:275 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 207 | msgid "Map RFC3046 remote-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 208 | msgstr "Trazar remote-id (identificación remota) RFC3046 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 209 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 210 | #: option.c:276 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 211 | msgid "Map RFC3993 subscriber-id to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 212 | msgstr "Trazar subscriber-id (identificación de suscritor) RFC3993 a etiqueta." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 213 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 214 | #: option.c:277 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 215 | #, fuzzy |
| 216 | msgid "Don't do DHCP for hosts with tag set." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 217 | msgstr "No hacer DHCP para hosts con etiqueta fijada." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 218 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 219 | #: option.c:278 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 220 | #, fuzzy |
| 221 | msgid "Force broadcast replies for hosts with tag set." |
| 222 | msgstr "Forzar respuestas broadcast para hosts con etiqueta fijada." |
| 223 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 224 | #: option.c:279 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 225 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 226 | msgstr "NO hacer un fork hacia el fondo, NO correr en modo debug." |
| 227 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 228 | #: option.c:280 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 229 | msgid "Assume we are the only DHCP server on the local network." |
| 230 | msgstr "Asumir que somos el único servidor DHCP en la red local." |
| 231 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 232 | #: option.c:281 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 233 | #, c-format |
| 234 | msgid "Specify where to store DHCP leases (defaults to %s)." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 235 | msgstr "Especificar donde almacenar arriendos DHCP (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 236 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 237 | #: option.c:282 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 238 | msgid "Return MX records for local hosts." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 239 | msgstr "Retornar expedientes MX para hosts locales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 240 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 241 | #: option.c:283 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 242 | msgid "Specify an MX record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 243 | msgstr "Especificar un expediente MX." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 244 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 245 | #: option.c:284 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 246 | msgid "Specify BOOTP options to DHCP server." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 247 | msgstr "Especificar opciones BOOTP a servidor DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 248 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 249 | #: option.c:285 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 250 | #, c-format |
| 251 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 252 | msgstr "NO revisar archivo %s periódicamente, recargar solo con SIGHUP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 253 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 254 | #: option.c:286 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 255 | msgid "Do NOT cache failed search results." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 256 | msgstr "NO almacenar en caché resultados de búsquedas fallidas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 257 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 258 | #: option.c:287 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 259 | #, c-format |
| 260 | msgid "Use nameservers strictly in the order given in %s." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 261 | msgstr "Usar servidores DNS estrictamente en el órden brindado en %s." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 262 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 263 | #: option.c:288 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 264 | #, fuzzy |
| 265 | msgid "Specify options to be sent to DHCP clients." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 266 | msgstr "Especificar opciones para ser enviadas a clientes DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 267 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 268 | #: option.c:289 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 269 | msgid "DHCP option sent even if the client does not request it." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 270 | 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] | 271 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 272 | #: option.c:290 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 273 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 274 | msgstr "Especificar puerto donde escuchar por búsquedas DNS (53 por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 275 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 276 | #: option.c:291 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 277 | #, c-format |
| 278 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 279 | 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] | 280 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 281 | #: option.c:292 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 282 | #, fuzzy |
| 283 | msgid "Log DNS queries." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 284 | msgstr "Bitacorear búsquedas DNS." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 285 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 286 | #: option.c:293 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 287 | #, fuzzy |
| 288 | msgid "Force the originating port for upstream DNS queries." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 289 | msgstr "Enforzar el puerto original para búsquedas DNS upstream." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 290 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 291 | #: option.c:294 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 292 | msgid "Do NOT read resolv.conf." |
| 293 | msgstr "NO leer resolv.conf." |
| 294 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 295 | #: option.c:295 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 296 | #, c-format |
| 297 | msgid "Specify path to resolv.conf (defaults to %s)." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 298 | msgstr "Especificar el path hacia resolv.conf (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 299 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 300 | #: option.c:296 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 301 | msgid "Specify address(es) of upstream servers with optional domains." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 302 | msgstr "Especificar dirección(es) de servidores upstream con dominios opcionales." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 303 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 304 | #: option.c:297 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 305 | msgid "Never forward queries to specified domains." |
| 306 | msgstr "Nunca reenviar búsquedas a dominios especificados." |
| 307 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 308 | #: option.c:298 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 309 | msgid "Specify the domain to be assigned in DHCP leases." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 310 | msgstr "Especificar el dominio para ser asignado en arriendos DHCP." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 311 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 312 | #: option.c:299 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 313 | msgid "Specify default target in an MX record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 314 | msgstr "Especificar destino predeterminado en un expediente MX." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 315 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 316 | #: option.c:300 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 317 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 318 | msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 319 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 320 | #: option.c:301 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 321 | #, fuzzy |
| 322 | msgid "Specify time-to-live in seconds for negative caching." |
| 323 | msgstr "Especificar tiempo de vida en segundos para caché negativo." |
| 324 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 325 | #: option.c:302 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 326 | #, fuzzy |
| 327 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
| 328 | msgstr "Especificar tiempo de vida en segundos para respuestas desde /etc/hosts." |
| 329 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 330 | #: option.c:303 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 331 | #, c-format |
| 332 | msgid "Change to this user after startup. (defaults to %s)." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 333 | msgstr "Cambiar a este usuario despues del inicio (%s por predeterminado)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 334 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 335 | #: option.c:304 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 336 | #, fuzzy |
| 337 | msgid "Map DHCP vendor class to tag." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 338 | msgstr "Trazar clase de vendedor DHCP a etiqueta." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 339 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 340 | #: option.c:305 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 341 | msgid "Display dnsmasq version and copyright information." |
| 342 | msgstr "Mostrar información sobre la versión y copyright de dnsmasq." |
| 343 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 344 | #: option.c:306 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 345 | msgid "Translate IPv4 addresses from upstream servers." |
| 346 | msgstr "Traducir direcciones IPv4 desde servidores upstream." |
| 347 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 348 | #: option.c:307 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 349 | msgid "Specify a SRV record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 350 | msgstr "Especificar un expediente SRV." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 351 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 352 | #: option.c:308 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 353 | msgid "Display this message. Use --help dhcp for known DHCP options." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 354 | msgstr "Mostrar este mensaje. Usar --help dhcp para opciones DHCP conocidas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 355 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 356 | #: option.c:309 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 357 | #, fuzzy, c-format |
| 358 | msgid "Specify path of PID file (defaults to %s)." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 359 | msgstr "Especificar path de archivo PID (%s por predeterminado)." |
| 360 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 361 | #: option.c:310 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 362 | #, c-format |
| 363 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
| 364 | msgstr "Especificar número máximo de arriendos DHCP (%s por predeterminado)." |
| 365 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 366 | #: option.c:311 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 367 | msgid "Answer DNS queries based on the interface a query was sent to." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 368 | msgstr "Responder a búsquedas DNS en base a la interface a la cuál fueron enviadas." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 369 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 370 | #: option.c:312 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 371 | msgid "Specify TXT DNS record." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 372 | msgstr "Especificar expediente DNS TXT." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 373 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 374 | #: option.c:313 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 375 | #, fuzzy |
| 376 | msgid "Specify PTR DNS record." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 377 | msgstr "Especificar expediente DNS PTR." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 378 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 379 | #: option.c:314 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 380 | msgid "Give DNS name to IPv4 address of interface." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 381 | msgstr "Otorgar nombre DNS a dirección IPv4 de interface." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 382 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 383 | #: option.c:315 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 384 | msgid "Bind only to interfaces in use." |
| 385 | msgstr "Acoplar solo a interfaces en uso." |
| 386 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 387 | #: option.c:316 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 388 | #, c-format |
| 389 | msgid "Read DHCP static host information from %s." |
| 390 | msgstr "Leer información sobre hosts DHCP estáticos desde %s." |
| 391 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 392 | #: option.c:317 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 393 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 394 | msgstr "Habilitar la interface DBus para fijar servidores upstream, etc." |
| 395 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 396 | #: option.c:318 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 397 | msgid "Do not provide DHCP on this interface, only provide DNS." |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 398 | msgstr "No proveer DHCP en esta interface, sólo proveer DNS." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 399 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 400 | #: option.c:319 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 401 | msgid "Enable dynamic address allocation for bootp." |
| 402 | msgstr "Habilitar alocación dinámica de direcciónes para BOOTP." |
| 403 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 404 | #: option.c:320 |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 405 | #, fuzzy |
| 406 | msgid "Map MAC address (with wildcards) to option set." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 407 | msgstr "Trazar dirección MAC (con comodínes) a opción fijada." |
Simon Kelley | cdeda28 | 2006-03-16 20:16:06 +0000 | [diff] [blame] | 408 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 409 | #: option.c:321 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 410 | msgid "Treat DHCP requests on aliases as arriving from interface." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 411 | msgstr "Tratar pedidos DHCP en alias como si llegaran de la interface." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 412 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 413 | #: option.c:322 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 414 | msgid "Disable ICMP echo address checking in the DHCP server." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 415 | 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] | 416 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 417 | #: option.c:323 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 418 | msgid "Script to run on DHCP lease creation and destruction." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 419 | msgstr "Archivo guión para ejecutar cuando se crea o destruye un arriendo DHCP." |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 420 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 421 | #: option.c:324 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 422 | msgid "Read configuration from all the files in this directory." |
| 423 | msgstr "Leer configuración desde todos los archivos en este directorio." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 424 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 425 | #: option.c:325 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 426 | #, fuzzy |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 427 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 428 | msgstr "Bitacorear a esta facilidad syslog o archivo. (DAEMON por predeterminado)" |
| 429 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 430 | #: option.c:326 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 431 | msgid "Do not use leasefile." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 432 | msgstr "No usar archivo de arriendos." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 433 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 434 | #: option.c:327 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 435 | #, fuzzy, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 436 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 437 | 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] | 438 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 439 | #: option.c:328 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 440 | #, c-format |
| 441 | msgid "Clear DNS cache when reloading %s." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 442 | msgstr "Liberar caché DNS al recargar %s." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 443 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 444 | #: option.c:329 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 445 | msgid "Ignore hostnames provided by DHCP clients." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 446 | msgstr "Ignorar nombres de host brindados por clientes DHCP." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 447 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 448 | #: option.c:330 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 449 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 450 | 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] | 451 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 452 | #: option.c:331 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 453 | msgid "Enable integrated read-only TFTP server." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 454 | msgstr "Habilitar servidor integrado TFTP solo-lectura." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 455 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 456 | #: option.c:332 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 457 | msgid "Export files by TFTP only from the specified subtree." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 458 | msgstr "Exportar archivos vía TFTP solo del sub-árbol especificado." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 459 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 460 | #: option.c:333 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 461 | msgid "Add client IP address to tftp-root." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 462 | msgstr "Agregar IP de cliente a tftp-root." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 463 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 464 | #: option.c:334 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 465 | msgid "Allow access only to files owned by the user running dnsmasq." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 466 | msgstr "Permitir acceso solo a archivos pertenecientes al usuario que corre dnsmasq." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 467 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 468 | #: option.c:335 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 469 | #, fuzzy, c-format |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 470 | msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 471 | 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] | 472 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 473 | #: option.c:336 |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 474 | msgid "Disable the TFTP blocksize extension." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 475 | msgstr "Deshabilitar la extensión TFTP blocksize (tamaño de bloque)." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 476 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 477 | #: option.c:337 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 478 | msgid "Ephemeral port range for use by TFTP transfers." |
| 479 | msgstr "Rango de puertos efímeros para ser usados por transferencias TFTP." |
| 480 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 481 | #: option.c:338 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 482 | msgid "Extra logging for DHCP." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 483 | msgstr "Bitacoreo extra para DHCP." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 484 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 485 | #: option.c:339 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 486 | msgid "Enable async. logging; optionally set queue length." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 487 | msgstr "Habilitar bitacoreo asincrónico; opcionalmente fijar tamaño de cola." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 488 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 489 | #: option.c:340 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 490 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
| 491 | msgstr "Detener revinculación DNS. Filtrar rangos de IP privados al resolver." |
| 492 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 493 | #: option.c:341 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 494 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
| 495 | msgstr "Permitir revinculación de 127.0.0.0/8, para servidores RBL." |
| 496 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 497 | #: option.c:342 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 498 | msgid "Inhibit DNS-rebind protection on this domain." |
| 499 | msgstr "Inhibir protección de revinculación DNS en este dominio." |
| 500 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 501 | #: option.c:343 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 502 | msgid "Always perform DNS queries to all servers." |
| 503 | msgstr "Siempre realizar búsquedas DNS a todos los servidores." |
| 504 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 505 | #: option.c:344 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 506 | #, fuzzy |
| 507 | msgid "Set tag if client includes matching option in request." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 508 | msgstr "Fijar etiqueta si cliente incluye opción coincidente en pedido." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 509 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 510 | #: option.c:345 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 511 | msgid "Use alternative ports for DHCP." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 512 | msgstr "Usar puertos alternativos para DHCP." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 513 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 514 | #: option.c:346 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 515 | msgid "Run lease-change script as this user." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 516 | msgstr "Correr archivo guión de cambio de arriendos como este usuario." |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 517 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 518 | #: option.c:347 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 519 | #, fuzzy |
| 520 | msgid "Specify NAPTR DNS record." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 521 | msgstr "Especificar expediente DNS NAPTR." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 522 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 523 | #: option.c:348 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 524 | msgid "Specify lowest port available for DNS query transmission." |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 525 | 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] | 526 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 527 | #: option.c:349 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 528 | msgid "Use only fully qualified domain names for DHCP clients." |
| 529 | msgstr "Usar solo nombres de dominio completamente calificados para clientes DHCP." |
| 530 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 531 | #: option.c:350 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 532 | msgid "Generate hostnames based on MAC address for nameless clients." |
| 533 | msgstr "Generar hostnames basados en direcciones MAC para clientes sin nombre." |
| 534 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 535 | #: option.c:351 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 536 | msgid "Use these DHCP relays as full proxies." |
| 537 | msgstr "Usar estos relays DHCP como proxies completos." |
| 538 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 539 | #: option.c:352 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 540 | msgid "Specify alias name for LOCAL DNS name." |
| 541 | msgstr "Especificar nombre alias para nombre DNS LOCAL." |
| 542 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 543 | #: option.c:353 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 544 | #, fuzzy |
| 545 | msgid "Prompt to send to PXE clients." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 546 | msgstr "Aviso a ser enviado a clientes PXE." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 547 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 548 | #: option.c:354 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 549 | msgid "Boot service for PXE menu." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 550 | msgstr "Servico boot para menú PXE." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 551 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 552 | #: option.c:355 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 553 | msgid "Check configuration syntax." |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 554 | msgstr "Revisar sintaxis de configuración." |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 555 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 556 | #: option.c:356 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 557 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 558 | msgstr "" |
| 559 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 560 | #: option.c:357 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 561 | #, fuzzy |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 562 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 563 | msgstr "Traducir direcciones IPv4 desde servidores upstream." |
| 564 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 565 | #: option.c:358 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 566 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
| 567 | msgstr "" |
| 568 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 569 | #: option.c:359 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 570 | msgid "Copy connection-track mark from queries to upstream connections." |
| 571 | msgstr "" |
| 572 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 573 | #: option.c:360 |
| 574 | msgid "Allow DHCP clients to do their own DDNS updates." |
| 575 | msgstr "" |
| 576 | |
| 577 | #: option.c:361 |
| 578 | #, fuzzy |
| 579 | msgid "Specify path to Lua script (no default)." |
| 580 | msgstr "Especificar path de archivo PID (%s por predeterminado)." |
| 581 | |
| 582 | #: option.c:650 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 583 | #, c-format |
| 584 | msgid "" |
| 585 | "Usage: dnsmasq [options]\n" |
| 586 | "\n" |
| 587 | msgstr "" |
| 588 | "Modo de uso: dnsmasq [opciones]\n" |
| 589 | "\n" |
| 590 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 591 | #: option.c:652 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 592 | #, c-format |
| 593 | msgid "Use short options only on the command line.\n" |
| 594 | msgstr "Usar opciones cortas solo en la línea de comandos.\n" |
| 595 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 596 | #: option.c:654 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 597 | #, fuzzy, c-format |
| 598 | msgid "Valid options are:\n" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 599 | msgstr "Opciones válidas son :\n" |
| 600 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 601 | #: option.c:695 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 602 | #, c-format |
| 603 | msgid "Known DHCP options:\n" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 604 | msgstr "Opciones DHCP conocidas:\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 605 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 606 | #: option.c:810 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 607 | msgid "bad dhcp-option" |
| 608 | msgstr "opción dhcp-option errónea" |
| 609 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 610 | #: option.c:872 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 611 | #, fuzzy |
| 612 | msgid "bad IP address" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 613 | msgstr "dirección IP errónea" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 614 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 615 | #: option.c:980 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 616 | msgid "bad domain in dhcp-option" |
| 617 | msgstr "dominio erróneo en dhcp-option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 618 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 619 | #: option.c:1046 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 620 | msgid "dhcp-option too long" |
| 621 | msgstr "opción dhcp-option demasiado larga" |
| 622 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 623 | #: option.c:1055 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 624 | msgid "illegal dhcp-match" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 625 | msgstr "dhcp-match ilegal" |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 626 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 627 | #: option.c:1099 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 628 | msgid "illegal repeated flag" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 629 | msgstr "opción repetida ilegal" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 630 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 631 | #: option.c:1107 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 632 | msgid "illegal repeated keyword" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 633 | msgstr "palabra clave repetida ilegal" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 634 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 635 | #: option.c:1159 option.c:3077 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 636 | #, fuzzy, c-format |
| 637 | msgid "cannot access directory %s: %s" |
| 638 | msgstr "no se puede accesar directorio %s: %s" |
| 639 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 640 | #: option.c:1190 tftp.c:464 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 641 | #, fuzzy, c-format |
| 642 | msgid "cannot access %s: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 643 | msgstr "no se puede accesar %s: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 644 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 645 | #: option.c:1219 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 646 | msgid "setting log facility is not possible under Android" |
| 647 | msgstr "" |
| 648 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 649 | #: option.c:1228 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 650 | msgid "bad log facility" |
| 651 | msgstr "" |
| 652 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 653 | #: option.c:1277 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 654 | msgid "bad MX preference" |
| 655 | msgstr "preferencia MX errónea" |
| 656 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 657 | #: option.c:1282 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 658 | msgid "bad MX name" |
| 659 | msgstr "nombre MX erróneo" |
| 660 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 661 | #: option.c:1296 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 662 | msgid "bad MX target" |
| 663 | msgstr "destino MX erróneo" |
| 664 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 665 | #: option.c:1308 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 666 | msgid "cannot run scripts under uClinux" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 667 | msgstr "no se pueden correr archivos guiónes bajo uClinux" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 668 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 669 | #: option.c:1310 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 670 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 671 | msgstr "recompilar con HAVE_SCRIPT definido para habilitar guiónes de cambio de arriendo" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 672 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 673 | #: option.c:1314 |
| 674 | #, fuzzy |
| 675 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
| 676 | msgstr "recompilar con HAVE_SCRIPT definido para habilitar guiónes de cambio de arriendo" |
| 677 | |
| 678 | #: option.c:1622 option.c:1626 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 679 | msgid "bad port" |
| 680 | msgstr "puerto erróneo" |
| 681 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 682 | #: option.c:1649 option.c:1680 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 683 | msgid "interface binding not supported" |
| 684 | msgstr "vinculación de interface no está soportado" |
| 685 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 686 | #: option.c:1660 option.c:2629 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 687 | #, fuzzy |
| 688 | msgid "bad interface name" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 689 | msgstr "nombre de interface erróneo" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 690 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 691 | #: option.c:1825 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 692 | #, fuzzy |
| 693 | msgid "bad port range" |
| 694 | msgstr "rango de puertos erróneo" |
| 695 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 696 | #: option.c:1842 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 697 | msgid "bad bridge-interface" |
| 698 | msgstr "opción bridge-interface (interface puente) errónea" |
| 699 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 700 | #: option.c:1885 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 701 | msgid "bad dhcp-range" |
| 702 | msgstr "opción dhcp-range (rango DHCP) errónea" |
| 703 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 704 | #: option.c:1913 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 705 | msgid "only one tag allowed" |
| 706 | msgstr "solo una etiqueta permitida" |
| 707 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 708 | #: option.c:1960 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 709 | msgid "inconsistent DHCP range" |
| 710 | msgstr "rango DHCP inconsistente" |
| 711 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 712 | #: option.c:2054 option.c:2082 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 713 | #, fuzzy |
| 714 | msgid "bad hex constant" |
| 715 | msgstr "opción dhcp-host errónea" |
| 716 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 717 | #: option.c:2076 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 718 | msgid "cannot match tags in --dhcp-host" |
| 719 | msgstr "" |
| 720 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 721 | #: option.c:2144 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 722 | #, fuzzy |
| 723 | msgid "bad DHCP host name" |
| 724 | msgstr "nombre de host DHCP erróneo" |
| 725 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 726 | #: option.c:2225 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 727 | #, fuzzy |
| 728 | msgid "bad tag-if" |
| 729 | msgstr "destino MX erróneo" |
| 730 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 731 | #: option.c:2514 option.c:2799 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 732 | msgid "invalid port number" |
| 733 | msgstr "número de puerto inválido" |
| 734 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 735 | #: option.c:2576 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 736 | #, fuzzy |
| 737 | msgid "bad dhcp-proxy address" |
| 738 | msgstr "dirección IP errónea" |
| 739 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 740 | #: option.c:2616 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 741 | #, fuzzy |
| 742 | msgid "invalid alias range" |
| 743 | msgstr "rango alias inválido" |
| 744 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 745 | #: option.c:2654 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 746 | msgid "bad CNAME" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 747 | msgstr "CNAME erróneo" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 748 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 749 | #: option.c:2659 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 750 | msgid "duplicate CNAME" |
| 751 | msgstr "CNAME duplicado" |
| 752 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 753 | #: option.c:2679 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 754 | #, fuzzy |
| 755 | msgid "bad PTR record" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 756 | msgstr "expediente PTR erróneo" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 757 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 758 | #: option.c:2710 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 759 | #, fuzzy |
| 760 | msgid "bad NAPTR record" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 761 | msgstr "expediente NAPTR erróneo" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 762 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 763 | #: option.c:2742 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 764 | msgid "bad TXT record" |
| 765 | msgstr "expediente TXT erróneo" |
| 766 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 767 | #: option.c:2785 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 768 | msgid "bad SRV record" |
| 769 | msgstr "expediente SRV erróneo" |
| 770 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 771 | #: option.c:2792 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 772 | msgid "bad SRV target" |
| 773 | msgstr "destino SRV erróneo" |
| 774 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 775 | #: option.c:2806 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 776 | msgid "invalid priority" |
| 777 | msgstr "prioridad inválida" |
| 778 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 779 | #: option.c:2813 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 780 | msgid "invalid weight" |
| 781 | msgstr "peso inválido" |
| 782 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 783 | #: option.c:2832 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 784 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 785 | 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] | 786 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 787 | #: option.c:2896 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 788 | msgid "missing \"" |
| 789 | msgstr "falta \"" |
| 790 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 791 | #: option.c:2955 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 792 | msgid "bad option" |
| 793 | msgstr "opción errónea" |
| 794 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 795 | #: option.c:2957 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 796 | msgid "extraneous parameter" |
| 797 | msgstr "parámetro extraño" |
| 798 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 799 | #: option.c:2959 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 800 | msgid "missing parameter" |
| 801 | msgstr "parámetro ausente" |
| 802 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 803 | #: option.c:2963 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 804 | msgid "error" |
| 805 | msgstr "error" |
| 806 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 807 | #: option.c:2968 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 808 | #, c-format |
| 809 | msgid "%s at line %d of %%s" |
| 810 | msgstr "%s en línea %d de %%s" |
| 811 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 812 | #: option.c:3032 tftp.c:627 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 813 | #, c-format |
| 814 | msgid "cannot read %s: %s" |
| 815 | msgstr "no se puede leer %s: %s" |
| 816 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 817 | #: option.c:3198 option.c:3234 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 818 | #, fuzzy, c-format |
| 819 | msgid "read %s" |
| 820 | msgstr "leyendo %s" |
| 821 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 822 | #: option.c:3286 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 823 | msgid "junk found in command line" |
| 824 | msgstr "" |
| 825 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 826 | #: option.c:3316 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 827 | #, c-format |
| 828 | msgid "Dnsmasq version %s %s\n" |
| 829 | msgstr "Dnsmasq versión %s %s\n" |
| 830 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 831 | #: option.c:3317 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 832 | #, c-format |
| 833 | msgid "" |
| 834 | "Compile time options %s\n" |
| 835 | "\n" |
| 836 | msgstr "" |
| 837 | "Opciones de compilación %s\n" |
| 838 | "\n" |
| 839 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 840 | #: option.c:3318 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 841 | #, c-format |
| 842 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
| 843 | msgstr "Este software viene SIN NINGUNA GARANTIA.\n" |
| 844 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 845 | #: option.c:3319 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 846 | #, c-format |
| 847 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 848 | msgstr "Dnsmasq es software libre, y usted está bienvenido a redistribuirlo\n" |
| 849 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 850 | #: option.c:3320 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 851 | #, fuzzy, c-format |
| 852 | 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] | 853 | 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] | 854 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 855 | #: option.c:3331 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 856 | msgid "try --help" |
| 857 | msgstr "pruebe --help" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 858 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 859 | #: option.c:3333 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 860 | msgid "try -w" |
| 861 | msgstr "pruebe -w" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 862 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 863 | #: option.c:3336 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 864 | #, fuzzy, c-format |
| 865 | msgid "bad command line options: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 866 | msgstr "opciones de línea de comandos erróneas: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 867 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 868 | #: option.c:3377 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 869 | #, c-format |
| 870 | msgid "cannot get host-name: %s" |
| 871 | msgstr "no se puede obtener host-name (nombre de host): %s" |
| 872 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 873 | #: option.c:3405 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 874 | msgid "only one resolv.conf file allowed in no-poll mode." |
| 875 | msgstr "solo un archivo resolv.conf permitido en modo no-poll." |
| 876 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 877 | #: option.c:3415 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 878 | msgid "must have exactly one resolv.conf to read domain from." |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 879 | msgstr "debe haber exáctamente un resolv.conf desde donde leer dominio." |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 880 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 881 | #: option.c:3418 network.c:821 dhcp.c:885 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 882 | #, fuzzy, c-format |
| 883 | msgid "failed to read %s: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 884 | msgstr "no se pudo leer %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 885 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 886 | #: option.c:3435 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 887 | #, c-format |
| 888 | msgid "no search directive found in %s" |
| 889 | msgstr "ninguna directiva de búsqueda encontrada en %s" |
| 890 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 891 | #: option.c:3456 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 892 | #, fuzzy |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 893 | msgid "there must be a default domain when --dhcp-fqdn is set" |
| 894 | msgstr "debe haber un dominio predeterminado cuando --dhcp-fqdn está fijado" |
| 895 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 896 | #: option.c:3460 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 897 | msgid "syntax check OK" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 898 | msgstr "revisión de sintaxis OK" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 899 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 900 | #: forward.c:471 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 901 | #, c-format |
| 902 | msgid "nameserver %s refused to do a recursive query" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 903 | msgstr "servidor DNS %s se reusó a hacer una búsqueda recursiva" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 904 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 905 | #: forward.c:499 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 906 | #, fuzzy, c-format |
| 907 | msgid "possible DNS-rebind attack detected: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 908 | msgstr "posible ataque de revinculación DNS detectado" |
| 909 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 910 | #: network.c:354 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 911 | #, fuzzy, c-format |
| 912 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 913 | msgstr "no se pudo crear un socket escuchador: %s" |
| 914 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 915 | #: network.c:719 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 916 | #, fuzzy, c-format |
| 917 | msgid "failed to bind server socket for %s: %s" |
| 918 | msgstr "no se pudo acoplar socket escuchador para %s: %s" |
| 919 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 920 | #: network.c:756 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 921 | #, c-format |
| 922 | msgid "ignoring nameserver %s - local interface" |
| 923 | msgstr "ignorando servidor DNS %s - interface local" |
| 924 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 925 | #: network.c:767 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 926 | #, fuzzy, c-format |
| 927 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 928 | msgstr "ignorando servidor DNS %s - no se puede crear/acoplar socket: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 929 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 930 | #: network.c:784 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 931 | msgid "unqualified" |
| 932 | msgstr "no calificado" |
| 933 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 934 | #: network.c:784 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 935 | msgid "names" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 936 | msgstr "nombres" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 937 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 938 | #: network.c:786 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 939 | msgid "default" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 940 | msgstr "predeterminado" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 941 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 942 | #: network.c:788 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 943 | msgid "domain" |
| 944 | msgstr "dominio" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 945 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 946 | #: network.c:791 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 947 | #, c-format |
| 948 | msgid "using local addresses only for %s %s" |
| 949 | msgstr "usando direcciones locales solo para %s %s" |
| 950 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 951 | #: network.c:793 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 952 | #, fuzzy, c-format |
| 953 | msgid "using standard nameservers for %s %s" |
| 954 | msgstr "usando servidor DNS %s#%d para %s %s" |
| 955 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 956 | #: network.c:795 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 957 | #, c-format |
| 958 | msgid "using nameserver %s#%d for %s %s" |
| 959 | msgstr "usando servidor DNS %s#%d para %s %s" |
| 960 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 961 | #: network.c:798 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 962 | #, fuzzy, c-format |
| 963 | msgid "using nameserver %s#%d(via %s)" |
| 964 | msgstr "usando servidor DNS %s#%d(vía %s)" |
| 965 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 966 | #: network.c:800 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 967 | #, c-format |
| 968 | msgid "using nameserver %s#%d" |
| 969 | msgstr "usando servidor DNS %s#%d" |
| 970 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 971 | #: dnsmasq.c:114 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 972 | #, fuzzy |
| 973 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 974 | msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 975 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 976 | #: dnsmasq.c:119 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 977 | msgid "Cannot use --conntrack AND --query-port" |
| 978 | msgstr "" |
| 979 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 980 | #: dnsmasq.c:122 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 981 | #, fuzzy |
| 982 | msgid "Conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
| 983 | msgstr "servidor TFTP no disponible: fijar HAVE_TFTP en src/config.h" |
| 984 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 985 | #: dnsmasq.c:127 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 986 | #, fuzzy |
| 987 | msgid "asychronous logging is not available under Solaris" |
| 988 | msgstr "bitacoreo asincrónico no está disponible bajo Solaris" |
| 989 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 990 | #: dnsmasq.c:132 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 991 | #, fuzzy |
| 992 | msgid "asychronous logging is not available under Android" |
| 993 | msgstr "bitacoreo asincrónico no está disponible bajo Solaris" |
| 994 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 995 | #: dnsmasq.c:151 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 996 | #, c-format |
| 997 | msgid "failed to find list of interfaces: %s" |
| 998 | msgstr "no se pudo encontrar lista de interfaces: %s" |
| 999 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1000 | #: dnsmasq.c:159 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1001 | #, c-format |
| 1002 | msgid "unknown interface %s" |
| 1003 | msgstr "interface desconocida %s" |
| 1004 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1005 | #: dnsmasq.c:165 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1006 | #, c-format |
| 1007 | msgid "no interface with address %s" |
| 1008 | msgstr "ninguna interface con dirección %s" |
| 1009 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1010 | #: dnsmasq.c:181 dnsmasq.c:680 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1011 | #, c-format |
| 1012 | msgid "DBus error: %s" |
| 1013 | msgstr "error DBus: %s" |
| 1014 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1015 | #: dnsmasq.c:184 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1016 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
| 1017 | msgstr "DBus no disponible: fijar HAVE_DBUS en src/config.h" |
| 1018 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1019 | #: dnsmasq.c:211 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1020 | #, c-format |
| 1021 | msgid "unknown user or group: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1022 | msgstr "usuario o grupo desconocido: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1023 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1024 | #: dnsmasq.c:266 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1025 | #, c-format |
| 1026 | msgid "cannot chdir to filesystem root: %s" |
| 1027 | msgstr "no se puede cambiar directorio a raíz de sistema de archivos: %s" |
| 1028 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1029 | #: dnsmasq.c:441 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1030 | #, fuzzy, c-format |
| 1031 | msgid "started, version %s DNS disabled" |
| 1032 | msgstr "iniciado, versión %s DNS deshabilitado" |
| 1033 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1034 | #: dnsmasq.c:443 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1035 | #, c-format |
| 1036 | msgid "started, version %s cachesize %d" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1037 | msgstr "iniciado, versión %s tamaño de caché %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1038 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1039 | #: dnsmasq.c:445 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1040 | #, c-format |
| 1041 | msgid "started, version %s cache disabled" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1042 | msgstr "iniciado, versión %s caché deshabilitado" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1043 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1044 | #: dnsmasq.c:447 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1045 | #, c-format |
| 1046 | msgid "compile time options: %s" |
| 1047 | msgstr "opciones de compilación: %s" |
| 1048 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1049 | #: dnsmasq.c:453 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1050 | msgid "DBus support enabled: connected to system bus" |
| 1051 | msgstr "soporte DBus habilitado: conectado a bus de sistema" |
| 1052 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1053 | #: dnsmasq.c:455 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1054 | msgid "DBus support enabled: bus connection pending" |
| 1055 | msgstr "soporte DBus habilitado: conección a bus pendiente" |
| 1056 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1057 | #: dnsmasq.c:460 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1058 | #, fuzzy, c-format |
| 1059 | msgid "warning: failed to change owner of %s: %s" |
| 1060 | msgstr "advertencia: no se pudo cambiar dueño de %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1061 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1062 | #: dnsmasq.c:464 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1063 | msgid "setting --bind-interfaces option because of OS limitations" |
| 1064 | msgstr "fijando opción --bind-interfaces debido a limitaciones de sistema operativo" |
| 1065 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1066 | #: dnsmasq.c:469 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1067 | #, c-format |
| 1068 | msgid "warning: interface %s does not currently exist" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1069 | msgstr "advertencia: interface %s no existe actuálmente" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1070 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1071 | #: dnsmasq.c:474 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1072 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1073 | msgstr "advertencia: ignorando opción resolv-file porque no-resolv está fijado" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1074 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1075 | #: dnsmasq.c:477 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1076 | #, fuzzy |
| 1077 | msgid "warning: no upstream servers configured" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1078 | msgstr "advertencia: ningún servidor upstream configurado" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1079 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1080 | #: dnsmasq.c:481 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1081 | #, c-format |
| 1082 | msgid "asynchronous logging enabled, queue limit is %d messages" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1083 | msgstr "bitacoreo asincrónico habilitado, límite de cola es %d mensajes" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1084 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1085 | #: dnsmasq.c:494 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1086 | #, c-format |
| 1087 | msgid "DHCP, static leases only on %.0s%s, lease time %s" |
| 1088 | msgstr "DHCP, arriendos estáticos solo en %.0s%s, tiempo de arriendo %s" |
| 1089 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1090 | #: dnsmasq.c:496 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1091 | #, c-format |
| 1092 | msgid "DHCP, proxy on subnet %.0s%s%.0s" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1093 | msgstr "DHCP, proxy en subred %.0s%s%.0s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1094 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1095 | #: dnsmasq.c:497 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1096 | #, c-format |
| 1097 | msgid "DHCP, IP range %s -- %s, lease time %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1098 | msgstr "DHCP, rango de IPs %s -- %s, tiempo de arriendo %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1099 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1100 | #: dnsmasq.c:512 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1101 | msgid "root is " |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1102 | msgstr "root es " |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1103 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1104 | #: dnsmasq.c:512 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1105 | #, fuzzy |
| 1106 | msgid "enabled" |
| 1107 | msgstr "habilitado" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1108 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1109 | #: dnsmasq.c:514 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1110 | msgid "secure mode" |
| 1111 | msgstr "modo seguro" |
| 1112 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1113 | #: dnsmasq.c:540 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1114 | #, c-format |
| 1115 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1116 | 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] | 1117 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1118 | #: dnsmasq.c:682 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1119 | msgid "connected to system DBus" |
| 1120 | msgstr "conectado a DBus de sistema" |
| 1121 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1122 | #: dnsmasq.c:806 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1123 | #, c-format |
| 1124 | msgid "cannot fork into background: %s" |
| 1125 | msgstr "no se puede hacer fork hacia el fondo: %s" |
| 1126 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1127 | #: dnsmasq.c:809 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1128 | #, fuzzy, c-format |
| 1129 | msgid "failed to create helper: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1130 | msgstr "no se pudo crear ayudante: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1131 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1132 | #: dnsmasq.c:812 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1133 | #, fuzzy, c-format |
| 1134 | msgid "setting capabilities failed: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1135 | msgstr "configuración de capacidades ha fallado: %s" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1136 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1137 | #: dnsmasq.c:815 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1138 | #, fuzzy, c-format |
| 1139 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1140 | msgstr "no se pudo cambiar user-id a %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1141 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1142 | #: dnsmasq.c:818 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1143 | #, fuzzy, c-format |
| 1144 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1145 | msgstr "no se pudo cambiar group-id a %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1146 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1147 | #: dnsmasq.c:821 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1148 | #, fuzzy, c-format |
| 1149 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 3927da4 | 2008-07-20 15:10:39 +0100 | [diff] [blame] | 1150 | msgstr "no se pudo abrir archivo PID %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1151 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1152 | #: dnsmasq.c:824 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1153 | #, fuzzy, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1154 | msgid "cannot open log %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1155 | msgstr "no se puede abrir %s: %s" |
| 1156 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1157 | #: dnsmasq.c:827 |
| 1158 | #, fuzzy, c-format |
| 1159 | msgid "failed to load Lua script: %s" |
| 1160 | msgstr "no se pudo cargar %s: %s" |
| 1161 | |
| 1162 | #: dnsmasq.c:886 |
| 1163 | #, fuzzy, c-format |
| 1164 | msgid "script process killed by signal %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1165 | msgstr "proceso hijo eliminado por señal %d" |
| 1166 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1167 | #: dnsmasq.c:890 |
| 1168 | #, fuzzy, c-format |
| 1169 | msgid "script process exited with status %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1170 | msgstr "proceso hijo hizo exit con estado %d" |
| 1171 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1172 | #: dnsmasq.c:894 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1173 | #, fuzzy, c-format |
| 1174 | msgid "failed to execute %s: %s" |
| 1175 | msgstr "no se pudo ejecutar %s: %s" |
| 1176 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1177 | #: dnsmasq.c:939 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1178 | msgid "exiting on receipt of SIGTERM" |
| 1179 | msgstr "saliendo al recibir SIGTERM" |
| 1180 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1181 | #: dnsmasq.c:967 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1182 | #, fuzzy, c-format |
| 1183 | msgid "failed to access %s: %s" |
| 1184 | msgstr "no se pudo accesar %s: %s" |
| 1185 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1186 | #: dnsmasq.c:997 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1187 | #, c-format |
| 1188 | msgid "reading %s" |
| 1189 | msgstr "leyendo %s" |
| 1190 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1191 | #: dnsmasq.c:1008 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1192 | #, fuzzy, c-format |
| 1193 | msgid "no servers found in %s, will retry" |
| 1194 | msgstr "ningún servidor encontrado en %s, se reintentará" |
| 1195 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1196 | #: dhcp.c:49 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1197 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1198 | msgid "cannot create DHCP socket: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1199 | msgstr "no se puede crear socket DHCP: %s" |
| 1200 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1201 | #: dhcp.c:64 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1202 | #, c-format |
| 1203 | msgid "failed to set options on DHCP socket: %s" |
| 1204 | msgstr "no se pudo fijar opciones en socket DHCP: %s" |
| 1205 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1206 | #: dhcp.c:77 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1207 | #, fuzzy, c-format |
| 1208 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1209 | msgstr "no se pudo fijar SO_REUSE{ADDR|PORT} en socket DHCP: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1210 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1211 | #: dhcp.c:89 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1212 | #, c-format |
| 1213 | msgid "failed to bind DHCP server socket: %s" |
| 1214 | msgstr "no se pudo acoplar socket de servidor DHCP: %s" |
| 1215 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1216 | #: dhcp.c:115 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1217 | #, c-format |
| 1218 | msgid "cannot create ICMP raw socket: %s." |
| 1219 | msgstr "no se puede crear socket crudo ICMP: %s." |
| 1220 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1221 | #: dhcp.c:264 |
| 1222 | #, fuzzy, c-format |
| 1223 | msgid "unknown interface %s in bridge-interface" |
| 1224 | msgstr "interface desconocida %s en bridge-interface" |
| 1225 | |
| 1226 | #: dhcp.c:289 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1227 | #, c-format |
| 1228 | msgid "DHCP packet received on %s which has no address" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1229 | msgstr "Paquete DHCP recibido en %s que no tiene dirección" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1230 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1231 | #: dhcp.c:504 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1232 | #, c-format |
| 1233 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1234 | 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] | 1235 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1236 | #: dhcp.c:923 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1237 | #, fuzzy, c-format |
| 1238 | msgid "bad line at %s line %d" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1239 | msgstr "línea errónea en %s línea %d" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1240 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1241 | #: dhcp.c:966 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1242 | #, c-format |
| 1243 | msgid "ignoring %s line %d, duplicate name or IP address" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1244 | msgstr "ignorando %s línea %d, nombre o dirección IP duplicada" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1245 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1246 | #: dhcp.c:1049 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1247 | #, c-format |
| 1248 | msgid "duplicate IP address %s in dhcp-config directive." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1249 | msgstr "dirección IP duplicada %s en directiva dhcp-config." |
| 1250 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1251 | #: dhcp.c:1052 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1252 | #, fuzzy, c-format |
| 1253 | msgid "duplicate IP address %s in %s." |
| 1254 | msgstr "dirección IP duplicada %s en %s." |
| 1255 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1256 | #: dhcp.c:1095 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1257 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1258 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1259 | msgstr "%s tiene más de una dirección en hostsfile, usando %s para DHCP" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1260 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1261 | #: dhcp.c:1100 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1262 | #, c-format |
| 1263 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1264 | msgstr "dirección IP duplicada %s (%s) en directiva dhcp-config" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1265 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1266 | #: lease.c:70 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1267 | #, fuzzy, c-format |
| 1268 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1269 | msgstr "no se puede abrir o crear archivo de arriendos %s: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1270 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1271 | #: lease.c:116 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1272 | msgid "too many stored leases" |
| 1273 | msgstr "demasiados arriendos almacenados" |
| 1274 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1275 | #: lease.c:173 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1276 | #, fuzzy, c-format |
| 1277 | msgid "cannot run lease-init script %s: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1278 | msgstr "no se puede ejecutar archivo guión lease-init %s: %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1279 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1280 | #: lease.c:179 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1281 | #, c-format |
| 1282 | msgid "lease-init script returned exit code %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1283 | msgstr "archivo guión lease-init retornó exit code %s" |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1284 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1285 | #: lease.c:325 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1286 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1287 | msgid "failed to write %s: %s (retry in %us)" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1288 | msgstr "error al escribir %s: %s (reintentar en %us)" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1289 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1290 | #: rfc2131.c:342 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1291 | #, c-format |
| 1292 | msgid "no address range available for DHCP request %s %s" |
| 1293 | msgstr "ningún rango de direcciónes disponible para pedido DHCP %s %s" |
| 1294 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1295 | #: rfc2131.c:343 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1296 | msgid "with subnet selector" |
| 1297 | msgstr "con selector de subred" |
| 1298 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1299 | #: rfc2131.c:343 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1300 | msgid "via" |
| 1301 | msgstr "vía" |
| 1302 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1303 | #: rfc2131.c:355 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1304 | #, fuzzy, c-format |
| 1305 | msgid "%u available DHCP subnet: %s/%s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1306 | msgstr "%u Subred DHCP disponible: %s/%s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1307 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1308 | #: rfc2131.c:358 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1309 | #, fuzzy, c-format |
| 1310 | msgid "%u available DHCP range: %s -- %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1311 | msgstr "%u Rango DHCP disponible: %s -- %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1312 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1313 | #: rfc2131.c:387 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1314 | msgid "disabled" |
| 1315 | msgstr "deshabilitado" |
| 1316 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1317 | #: rfc2131.c:428 rfc2131.c:944 rfc2131.c:1336 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1318 | msgid "ignored" |
| 1319 | msgstr "ignorado" |
| 1320 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1321 | #: rfc2131.c:443 rfc2131.c:1182 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1322 | msgid "address in use" |
| 1323 | msgstr "dirección en uso" |
| 1324 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1325 | #: rfc2131.c:457 rfc2131.c:998 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1326 | msgid "no address available" |
| 1327 | msgstr "ninguna dirección disponible" |
| 1328 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1329 | #: rfc2131.c:464 rfc2131.c:1145 |
Simon Kelley | e17fb62 | 2006-01-14 20:33:46 +0000 | [diff] [blame] | 1330 | msgid "wrong network" |
| 1331 | msgstr "red equivocada" |
| 1332 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1333 | #: rfc2131.c:479 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1334 | msgid "no address configured" |
| 1335 | msgstr "ninguna dirección configurada" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1336 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1337 | #: rfc2131.c:485 rfc2131.c:1195 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1338 | msgid "no leases left" |
| 1339 | msgstr "no sobra ningún arriendo" |
| 1340 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1341 | #: rfc2131.c:569 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1342 | #, fuzzy, c-format |
| 1343 | msgid "%u client provides name: %s" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1344 | msgstr "%u cliente provee nombre: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1345 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1346 | #: rfc2131.c:724 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1347 | #, fuzzy, c-format |
| 1348 | msgid "%u vendor class: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1349 | msgstr "%u Clase de vendedor: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1350 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1351 | #: rfc2131.c:726 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1352 | #, fuzzy, c-format |
| 1353 | msgid "%u user class: %s" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1354 | msgstr "%u Clase de usuario: %s" |
| 1355 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1356 | #: rfc2131.c:785 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1357 | msgid "PXE BIS not supported" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1358 | msgstr "no hay soporte para BIS PXE" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1359 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1360 | #: rfc2131.c:914 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1361 | #, fuzzy, c-format |
| 1362 | msgid "disabling DHCP static address %s for %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1363 | msgstr "deshabilitando dirección DHCP estática %s para %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1364 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1365 | #: rfc2131.c:935 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1366 | msgid "unknown lease" |
| 1367 | msgstr "arriendo desconocido" |
| 1368 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1369 | #: rfc2131.c:967 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1370 | #, c-format |
| 1371 | msgid "not using configured address %s because it is leased to %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1372 | msgstr "no usando dirección configurada %s porque está arrendada a %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1373 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1374 | #: rfc2131.c:977 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1375 | #, fuzzy, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1376 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1377 | msgstr "no usando dirección configurada %s porque está en uso por el servidor o relay" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1378 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1379 | #: rfc2131.c:980 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1380 | #, fuzzy, c-format |
| 1381 | msgid "not using configured address %s because it was previously declined" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1382 | msgstr "no usando dirección configurada %s porque fué previamente denegada" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1383 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1384 | #: rfc2131.c:996 rfc2131.c:1188 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1385 | msgid "no unique-id" |
| 1386 | msgstr "ningún unique-id (identificación única)" |
| 1387 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1388 | #: rfc2131.c:1083 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1389 | msgid "wrong server-ID" |
| 1390 | msgstr "ID de servidor equivocada" |
| 1391 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1392 | #: rfc2131.c:1102 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1393 | msgid "wrong address" |
| 1394 | msgstr "dirección equivocada" |
| 1395 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1396 | #: rfc2131.c:1120 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1397 | msgid "lease not found" |
| 1398 | msgstr "arriendo no encontrado" |
| 1399 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1400 | #: rfc2131.c:1153 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1401 | msgid "address not available" |
| 1402 | msgstr "dirección no disponible" |
| 1403 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1404 | #: rfc2131.c:1164 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1405 | msgid "static lease available" |
| 1406 | msgstr "arriendo estático disponible" |
| 1407 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1408 | #: rfc2131.c:1168 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1409 | msgid "address reserved" |
| 1410 | msgstr "dirección reservada" |
| 1411 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1412 | #: rfc2131.c:1176 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1413 | #, c-format |
| 1414 | msgid "abandoning lease to %s of %s" |
| 1415 | msgstr "abandonando arriendo a %s de %s" |
| 1416 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1417 | #: rfc2131.c:1745 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1418 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1419 | msgid "%u tags: %s" |
| 1420 | msgstr "%u etiquetas: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1421 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1422 | #: rfc2131.c:1773 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1423 | #, c-format |
| 1424 | msgid "%u bootfile name: %s" |
| 1425 | msgstr "%u nombre de bootfile: %s" |
| 1426 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1427 | #: rfc2131.c:1782 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1428 | #, c-format |
| 1429 | msgid "%u server name: %s" |
| 1430 | msgstr "%u nombre de servidor: %s" |
| 1431 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1432 | #: rfc2131.c:1790 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1433 | #, fuzzy, c-format |
| 1434 | msgid "%u next server: %s" |
| 1435 | msgstr "%u siguiente servidor: %s" |
| 1436 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1437 | #: rfc2131.c:1793 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1438 | #, c-format |
| 1439 | msgid "%u broadcast response" |
| 1440 | msgstr "" |
| 1441 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1442 | #: rfc2131.c:1856 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1443 | #, fuzzy, c-format |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 1444 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1445 | msgstr "no se puede enviar opción DHCP/BOOTP %d: no queda espacio en paquete" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1446 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1447 | #: rfc2131.c:2096 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1448 | msgid "PXE menu too large" |
Simon Kelley | 03a97b6 | 2009-06-10 20:55:49 +0100 | [diff] [blame] | 1449 | msgstr "menú PXE demasiado grande" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1450 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1451 | #: rfc2131.c:2252 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1452 | #, c-format |
| 1453 | msgid "Ignoring duplicate dhcp-option %d" |
| 1454 | msgstr "" |
| 1455 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1456 | #: rfc2131.c:2256 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1457 | #, c-format |
| 1458 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1459 | msgstr "Ignorando dominio %s para nombre de host DHCP %s" |
| 1460 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1461 | #: rfc2131.c:2274 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1462 | #, fuzzy, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1463 | msgid "%u requested options: %s" |
| 1464 | msgstr "%u opciones solicitadas: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1465 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1466 | #: rfc2131.c:2549 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1467 | #, c-format |
| 1468 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
| 1469 | msgstr "no se puede enviar opción RFC3925: demasiadas opciones para número enterprise %d" |
| 1470 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1471 | #: netlink.c:71 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1472 | #, fuzzy, c-format |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1473 | msgid "cannot create netlink socket: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1474 | msgstr "no se puede crear socket netlink: %s" |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1475 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1476 | #: netlink.c:321 |
Simon Kelley | 7cebd20 | 2006-05-06 14:13:33 +0100 | [diff] [blame] | 1477 | #, fuzzy, c-format |
| 1478 | msgid "netlink returns error: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1479 | msgstr "netlink retorna error: %s" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1480 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1481 | #: dbus.c:150 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1482 | 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] | 1483 | 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] | 1484 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1485 | #: dbus.c:286 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1486 | msgid "setting upstream servers from DBus" |
| 1487 | msgstr "fijando servidores upstream desde DBus" |
| 1488 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1489 | #: dbus.c:324 |
Simon Kelley | b8187c8 | 2005-11-26 21:46:27 +0000 | [diff] [blame] | 1490 | msgid "could not register a DBus message handler" |
| 1491 | msgstr "no se pudo registrar un manejador de mensajes DBus" |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1492 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1493 | #: bpf.c:225 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1494 | #, c-format |
| 1495 | msgid "cannot create DHCP BPF socket: %s" |
| 1496 | msgstr "no se puede crear socket BPF DHCP: %s" |
| 1497 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1498 | #: bpf.c:253 |
Simon Kelley | 5e9e0ef | 2006-04-17 14:24:29 +0100 | [diff] [blame] | 1499 | #, fuzzy, c-format |
| 1500 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1501 | 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] | 1502 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1503 | #: helper.c:130 |
| 1504 | msgid "lease() function missing in Lua script" |
| 1505 | msgstr "" |
| 1506 | |
| 1507 | #: tftp.c:285 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1508 | msgid "unable to get free port for TFTP" |
| 1509 | msgstr "incapaz de conseguir puerto libre para TFTP" |
| 1510 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1511 | #: tftp.c:300 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1512 | #, c-format |
| 1513 | msgid "unsupported request from %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1514 | msgstr "pedido no-soportado desde %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1515 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1516 | #: tftp.c:410 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1517 | #, fuzzy, c-format |
| 1518 | msgid "file %s not found" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1519 | msgstr "archivo %s no encontrado" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1520 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1521 | #: tftp.c:525 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1522 | #, fuzzy, c-format |
| 1523 | msgid "error %d %s received from %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1524 | msgstr "error TFTP %d %s recibido de %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1525 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1526 | #: tftp.c:557 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1527 | #, fuzzy, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1528 | msgid "failed sending %s to %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1529 | msgstr "TFTP no pudo enviar %s a %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1530 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1531 | #: tftp.c:571 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1532 | #, fuzzy, c-format |
| 1533 | msgid "sent %s to %s" |
| 1534 | msgstr "TFTP envió %s a %s" |
| 1535 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1536 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1537 | #, c-format |
| 1538 | msgid "overflow: %d log entries lost" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1539 | msgstr "desbordamiento: %d entradas de bitácora perdidas" |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 1540 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1541 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1542 | #, c-format |
| 1543 | msgid "log failed: %s" |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1544 | msgstr "bitácora falló: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1545 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1546 | #: log.c:472 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1547 | msgid "FAILED to start up" |
| 1548 | msgstr "el inicio ha FALLADO" |
| 1549 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 1550 | #: conntrack.c:65 |
| 1551 | #, c-format |
| 1552 | msgid "Conntrack connection mark retrieval failed: %s" |
| 1553 | msgstr "" |
| 1554 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame^] | 1555 | #: dhcp6.c:42 |
| 1556 | #, fuzzy, c-format |
| 1557 | msgid "cannot create DHCPv6 socket: %s" |
| 1558 | msgstr "no se puede crear socket DHCP: %s" |
| 1559 | |
| 1560 | #: dhcp6.c:53 |
| 1561 | #, fuzzy, c-format |
| 1562 | msgid "failed to bind DHCPv6 server socket: %s" |
| 1563 | msgstr "no se pudo acoplar socket de servidor DHCP: %s" |
| 1564 | |
| 1565 | #: dhcp6.c:57 |
| 1566 | #, fuzzy, c-format |
| 1567 | msgid "failed to join DHCPv6 multicast group: %s" |
| 1568 | msgstr "no se pudo acoplar socket de servidor DHCP: %s" |
| 1569 | |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1570 | #, fuzzy |
| 1571 | #~ msgid "only one dhcp-hostsfile allowed" |
| 1572 | #~ msgstr "solo un dhcp-hostsfile permitido" |
| 1573 | |
| 1574 | #, fuzzy |
| 1575 | #~ msgid "only one dhcp-optsfile allowed" |
| 1576 | #~ msgstr "solo un dhcp-optsfile permitido" |
| 1577 | |
| 1578 | #~ msgid "files nested too deep in %s" |
| 1579 | #~ msgstr "archivos jerarquizados demasiado profundo en %s" |
| 1580 | |
| 1581 | #~ msgid "TXT record string too long" |
| 1582 | #~ msgstr "expediente TXT demasiado largo" |
| 1583 | |
| 1584 | #~ msgid "failed to set IPV6 options on listening socket: %s" |
| 1585 | #~ msgstr "no se pudo fijar opciones IPv6 sobre socket escuchador: %s" |
| 1586 | |
| 1587 | #~ msgid "failed to bind listening socket for %s: %s" |
| 1588 | #~ msgstr "no se pudo acoplar socket escuchador para %s: %s" |
| 1589 | |
| 1590 | #~ msgid "failed to listen on socket: %s" |
| 1591 | #~ msgstr "no se pudo escuchar en socket: %s" |
| 1592 | |
| 1593 | #, fuzzy |
| 1594 | #~ msgid "failed to create TFTP socket: %s" |
| 1595 | #~ msgstr "no se pudo crear socket TFTP: %s" |
| 1596 | |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1597 | #~ msgid "DHCP packet: transaction-id is %u" |
| 1598 | #~ msgstr "paquete DHCP: transaction-id (identificación de transacción) es %u" |
| 1599 | |
| 1600 | #~ msgid "must set exactly one interface on broken systems without IP_RECVIF" |
| 1601 | #~ msgstr "debe fijarse exáctamente una interface en sistemas rotos sin IP_RECVIF" |
| 1602 | |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1603 | #~ msgid "bad name in %s" |
| 1604 | #~ msgstr "nombre erróneo en %s" |
| 1605 | |
| 1606 | #~ msgid "Ignoring DHCP lease for %s because it has an illegal domain part" |
| 1607 | #~ msgstr "Ignorando arriendo DHCP para %s porque tiene una parte ilegal de dominio" |
| 1608 | |
| 1609 | #~ msgid "ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h" |
| 1610 | #~ msgstr "integración dhcpd ISC no disponible: fijar HAVE_ISC_READER en src/config.h" |
| 1611 | |
| 1612 | #, fuzzy |
| 1613 | #~ msgid "illegal domain %s in dhcp-config directive." |
| 1614 | #~ msgstr "dominio ilegal %s en directiva dhcp-config." |
| 1615 | |
| 1616 | #~ msgid "illegal domain %s in %s." |
| 1617 | #~ msgstr "dominio ilegal %s en %s." |
| 1618 | |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1619 | #~ msgid "running as root" |
| 1620 | #~ msgstr "corriendo como root" |
| 1621 | |
| 1622 | #~ msgid "Read leases at startup, but never write the lease file." |
| 1623 | #~ msgstr "Leer arriendos al inicio, pero nunca escribir el archivo de arriendos." |
| 1624 | |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1625 | #, fuzzy |
| 1626 | #~ msgid "read %s - %d hosts" |
| 1627 | #~ msgstr "direcciónes %s - %d leídas" |
| 1628 | |
| 1629 | #~ msgid "Limit of %d leases exceeded." |
| 1630 | #~ msgstr "Límite de %d arriendos excedido." |
| 1631 | |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1632 | #~ msgid "domains" |
| 1633 | #~ msgstr "dominios" |
| 1634 | |
| 1635 | #~ 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] | 1636 | #~ 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] | 1637 | |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1638 | #~ msgid "Display this message." |
| 1639 | #~ msgstr "Mostrar este mensaje." |
| 1640 | |
| 1641 | #~ msgid "failed to read %s: %m" |
| 1642 | #~ msgstr "no se pudo leer %s: %m" |
| 1643 | |
| 1644 | #~ msgid "failed to read %s:%m" |
| 1645 | #~ msgstr "no se pudo leer %s:%m" |