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