Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1 | # Italian translations for dnsmasq package. |
| 2 | # This file is put in the public domain. |
| 3 | # Simon Kelley <simon@thekelleys.org.uk>, 2006. |
| 4 | # |
| 5 | msgid "" |
| 6 | msgstr "" |
| 7 | "Project-Id-Version: dnsmasq 2.32\n" |
| 8 | "Report-Msgid-Bugs-To: \n" |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 9 | "POT-Creation-Date: 2009-06-18 12:24+0100\n" |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 10 | "PO-Revision-Date: 2017-07-17 18:30+0100\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 11 | "Last-Translator: Simon Kelley <simon@thekelleys.org.uk>\n" |
| 12 | "Language-Team: Italian <tp@lists.linux.it>\n" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 13 | "Language: it\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 14 | "MIME-Version: 1.0\n" |
| 15 | "Content-Type: text/plain; charset=ASCII\n" |
| 16 | "Content-Transfer-Encoding: 8bit\n" |
| 17 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 18 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 19 | #: cache.c:559 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 20 | msgid "Internal error in cache." |
| 21 | msgstr "" |
| 22 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 23 | #: cache.c:1081 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 24 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 25 | msgid "failed to load names from %s: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 26 | msgstr "" |
| 27 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 28 | #: cache.c:1103 dhcp.c:927 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 29 | #, c-format |
| 30 | msgid "bad address at %s line %d" |
| 31 | msgstr "" |
| 32 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 33 | #: cache.c:1156 dhcp.c:943 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 34 | #, c-format |
| 35 | msgid "bad name at %s line %d" |
| 36 | msgstr "" |
| 37 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 38 | #: cache.c:1167 dhcp.c:1018 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 39 | #, c-format |
| 40 | msgid "read %s - %d addresses" |
| 41 | msgstr "" |
| 42 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 43 | #: cache.c:1283 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 44 | msgid "cleared cache" |
| 45 | msgstr "" |
| 46 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 47 | #: cache.c:1345 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 48 | #, c-format |
| 49 | msgid "No IPv4 address found for %s" |
| 50 | msgstr "" |
| 51 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 52 | #: cache.c:1391 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 53 | #, c-format |
| 54 | msgid "%s is a CNAME, not giving it to the DHCP lease of %s" |
| 55 | msgstr "" |
| 56 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 57 | #: cache.c:1415 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 58 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 59 | msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 60 | msgstr "" |
| 61 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 62 | #: cache.c:1663 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 63 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 64 | msgid "time %lu" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 65 | msgstr "" |
| 66 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 67 | #: cache.c:1664 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 68 | #, c-format |
| 69 | msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries." |
| 70 | msgstr "" |
| 71 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 72 | #: cache.c:1666 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 73 | #, c-format |
| 74 | msgid "queries forwarded %u, queries answered locally %u" |
| 75 | msgstr "" |
| 76 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 77 | #: cache.c:1669 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 78 | #, c-format |
| 79 | msgid "queries for authoritative zones %u" |
| 80 | msgstr "" |
| 81 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 82 | #: cache.c:1694 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 83 | #, c-format |
| 84 | msgid "server %s#%d: queries sent %u, retried or failed %u" |
| 85 | msgstr "" |
| 86 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 87 | #: util.c:47 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 88 | #, c-format |
| 89 | msgid "failed to seed the random number generator: %s" |
| 90 | msgstr "" |
| 91 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 92 | #: util.c:224 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 93 | msgid "failed to allocate memory" |
| 94 | msgstr "" |
| 95 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 96 | #: util.c:281 option.c:641 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 97 | msgid "could not get memory" |
| 98 | msgstr "" |
| 99 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 100 | #: util.c:302 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 101 | #, c-format |
| 102 | msgid "cannot create pipe: %s" |
| 103 | msgstr "" |
| 104 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 105 | #: util.c:310 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 106 | #, c-format |
| 107 | msgid "failed to allocate %d bytes" |
| 108 | msgstr "" |
| 109 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 110 | #: util.c:506 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 111 | #, c-format |
| 112 | msgid "infinite" |
| 113 | msgstr "" |
| 114 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 115 | #: option.c:358 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 116 | msgid "Specify local address(es) to listen on." |
| 117 | msgstr "" |
| 118 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 119 | #: option.c:359 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 120 | msgid "Return ipaddr for all hosts in specified domains." |
| 121 | msgstr "" |
| 122 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 123 | #: option.c:360 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 124 | msgid "Fake reverse lookups for RFC1918 private address ranges." |
| 125 | msgstr "" |
| 126 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 127 | #: option.c:361 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 128 | msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 129 | msgstr "" |
| 130 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 131 | #: option.c:362 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 132 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 133 | msgid "Specify the size of the cache in entries (defaults to %s)." |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 134 | msgstr "" |
| 135 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 136 | #: option.c:363 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 137 | #, c-format |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 138 | msgid "Specify configuration file (defaults to %s)." |
Simon Kelley | 6b01084 | 2007-02-12 20:32:07 +0000 | [diff] [blame] | 139 | msgstr "" |
| 140 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 141 | #: option.c:364 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 142 | msgid "Do NOT fork into the background: run in debug mode." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 143 | msgstr "" |
| 144 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 145 | #: option.c:365 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 146 | msgid "Do NOT forward queries with no domain part." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 147 | msgstr "" |
| 148 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 149 | #: option.c:366 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 150 | msgid "Return self-pointing MX records for local hosts." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 151 | msgstr "" |
| 152 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 153 | #: option.c:367 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 154 | msgid "Expand simple names in /etc/hosts with domain-suffix." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 155 | msgstr "" |
| 156 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 157 | #: option.c:368 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 158 | msgid "Don't forward spurious DNS requests from Windows hosts." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 159 | msgstr "" |
| 160 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 161 | #: option.c:369 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 162 | msgid "Enable DHCP in the range given with lease duration." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 163 | msgstr "" |
| 164 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 165 | #: option.c:370 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 166 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 167 | msgid "Change to this group after startup (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 168 | msgstr "" |
| 169 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 170 | #: option.c:371 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 171 | msgid "Set address or hostname for a specified machine." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 172 | msgstr "" |
| 173 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 174 | #: option.c:372 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 175 | msgid "Read DHCP host specs from file." |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 176 | msgstr "" |
| 177 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 178 | #: option.c:373 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 179 | msgid "Read DHCP option specs from file." |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 180 | msgstr "" |
| 181 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 182 | #: option.c:374 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 183 | msgid "Read DHCP host specs from a directory." |
| 184 | msgstr "" |
| 185 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 186 | #: option.c:375 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 187 | msgid "Read DHCP options from a directory." |
| 188 | msgstr "" |
| 189 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 190 | #: option.c:376 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 191 | msgid "Evaluate conditional tag expression." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 192 | msgstr "" |
| 193 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 194 | #: option.c:377 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 195 | #, c-format |
| 196 | msgid "Do NOT load %s file." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 197 | msgstr "" |
| 198 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 199 | #: option.c:378 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 200 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 201 | msgid "Specify a hosts file to be read in addition to %s." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 202 | msgstr "" |
| 203 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 204 | #: option.c:379 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 205 | msgid "Read hosts files from a directory." |
| 206 | msgstr "" |
| 207 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 208 | #: option.c:380 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 209 | msgid "Specify interface(s) to listen on." |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 210 | msgstr "" |
| 211 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 212 | #: option.c:381 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 213 | msgid "Specify interface(s) NOT to listen on." |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 214 | msgstr "" |
| 215 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 216 | #: option.c:382 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 217 | msgid "Map DHCP user class to tag." |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 218 | msgstr "" |
| 219 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 220 | #: option.c:383 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 221 | msgid "Map RFC3046 circuit-id to tag." |
| 222 | msgstr "" |
| 223 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 224 | #: option.c:384 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 225 | msgid "Map RFC3046 remote-id to tag." |
| 226 | msgstr "" |
| 227 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 228 | #: option.c:385 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 229 | msgid "Map RFC3993 subscriber-id to tag." |
| 230 | msgstr "" |
| 231 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 232 | #: option.c:386 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 233 | msgid "Don't do DHCP for hosts with tag set." |
| 234 | msgstr "" |
| 235 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 236 | #: option.c:387 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 237 | msgid "Force broadcast replies for hosts with tag set." |
| 238 | msgstr "" |
| 239 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 240 | #: option.c:388 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 241 | msgid "Do NOT fork into the background, do NOT run in debug mode." |
| 242 | msgstr "" |
| 243 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 244 | #: option.c:389 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 245 | msgid "Assume we are the only DHCP server on the local network." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 246 | msgstr "" |
| 247 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 248 | #: option.c:390 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 249 | #, c-format |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 250 | msgid "Specify where to store DHCP leases (defaults to %s)." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 251 | msgstr "" |
| 252 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 253 | #: option.c:391 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 254 | msgid "Return MX records for local hosts." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 255 | msgstr "" |
| 256 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 257 | #: option.c:392 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 258 | msgid "Specify an MX record." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 259 | msgstr "" |
| 260 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 261 | #: option.c:393 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 262 | msgid "Specify BOOTP options to DHCP server." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 263 | msgstr "" |
| 264 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 265 | #: option.c:394 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 266 | #, c-format |
| 267 | msgid "Do NOT poll %s file, reload only on SIGHUP." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 268 | msgstr "" |
| 269 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 270 | #: option.c:395 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 271 | msgid "Do NOT cache failed search results." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 272 | msgstr "" |
| 273 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 274 | #: option.c:396 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 275 | #, c-format |
| 276 | msgid "Use nameservers strictly in the order given in %s." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 277 | msgstr "" |
| 278 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 279 | #: option.c:397 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 280 | msgid "Specify options to be sent to DHCP clients." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 281 | msgstr "" |
| 282 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 283 | #: option.c:398 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 284 | msgid "DHCP option sent even if the client does not request it." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 285 | msgstr "" |
| 286 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 287 | #: option.c:399 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 288 | msgid "Specify port to listen for DNS requests on (defaults to 53)." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 289 | msgstr "" |
| 290 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 291 | #: option.c:400 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 292 | #, c-format |
| 293 | msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 294 | msgstr "" |
| 295 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 296 | #: option.c:401 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 297 | msgid "Log DNS queries." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 298 | msgstr "" |
| 299 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 300 | #: option.c:402 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 301 | msgid "Force the originating port for upstream DNS queries." |
| 302 | msgstr "" |
| 303 | |
| 304 | #: option.c:403 |
| 305 | msgid "Do NOT read resolv.conf." |
| 306 | msgstr "" |
| 307 | |
| 308 | #: option.c:404 |
| 309 | #, c-format |
| 310 | msgid "Specify path to resolv.conf (defaults to %s)." |
| 311 | msgstr "" |
| 312 | |
| 313 | #: option.c:405 |
| 314 | msgid "Specify path to file with server= options" |
| 315 | msgstr "" |
| 316 | |
| 317 | #: option.c:406 |
| 318 | msgid "Specify address(es) of upstream servers with optional domains." |
| 319 | msgstr "" |
| 320 | |
| 321 | #: option.c:407 |
| 322 | msgid "Specify address of upstream servers for reverse address queries" |
| 323 | msgstr "" |
| 324 | |
| 325 | #: option.c:408 |
| 326 | msgid "Never forward queries to specified domains." |
| 327 | msgstr "" |
| 328 | |
| 329 | #: option.c:409 |
| 330 | msgid "Specify the domain to be assigned in DHCP leases." |
| 331 | msgstr "" |
| 332 | |
| 333 | #: option.c:410 |
| 334 | msgid "Specify default target in an MX record." |
| 335 | msgstr "" |
| 336 | |
| 337 | #: option.c:411 |
| 338 | msgid "Specify time-to-live in seconds for replies from /etc/hosts." |
| 339 | msgstr "" |
| 340 | |
| 341 | #: option.c:412 |
| 342 | msgid "Specify time-to-live in seconds for negative caching." |
| 343 | msgstr "" |
| 344 | |
| 345 | #: option.c:413 |
| 346 | msgid "Specify time-to-live in seconds for maximum TTL to send to clients." |
| 347 | msgstr "" |
| 348 | |
| 349 | #: option.c:414 |
| 350 | msgid "Specify time-to-live ceiling for cache." |
| 351 | msgstr "" |
| 352 | |
| 353 | #: option.c:415 |
| 354 | msgid "Specify time-to-live floor for cache." |
| 355 | msgstr "" |
| 356 | |
| 357 | #: option.c:416 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 358 | #, c-format |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 359 | msgid "Change to this user after startup. (defaults to %s)." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 360 | msgstr "" |
| 361 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 362 | #: option.c:417 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 363 | msgid "Map DHCP vendor class to tag." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 364 | msgstr "" |
| 365 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 366 | #: option.c:418 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 367 | msgid "Display dnsmasq version and copyright information." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 368 | msgstr "" |
| 369 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 370 | #: option.c:419 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 371 | msgid "Translate IPv4 addresses from upstream servers." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 372 | msgstr "" |
| 373 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 374 | #: option.c:420 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 375 | msgid "Specify a SRV record." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 376 | msgstr "" |
| 377 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 378 | #: option.c:421 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 379 | msgid "Display this message. Use --help dhcp or --help dhcp6 for known DHCP options." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 380 | msgstr "" |
| 381 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 382 | #: option.c:422 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 383 | #, c-format |
| 384 | msgid "Specify path of PID file (defaults to %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 385 | msgstr "" |
| 386 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 387 | #: option.c:423 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 388 | #, c-format |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 389 | msgid "Specify maximum number of DHCP leases (defaults to %s)." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 390 | msgstr "" |
| 391 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 392 | #: option.c:424 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 393 | msgid "Answer DNS queries based on the interface a query was sent to." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 394 | msgstr "" |
| 395 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 396 | #: option.c:425 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 397 | msgid "Specify TXT DNS record." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 398 | msgstr "" |
| 399 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 400 | #: option.c:426 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 401 | msgid "Specify PTR DNS record." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 402 | msgstr "" |
| 403 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 404 | #: option.c:427 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 405 | msgid "Give DNS name to IPv4 address of interface." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 406 | msgstr "" |
| 407 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 408 | #: option.c:428 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 409 | msgid "Bind only to interfaces in use." |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 410 | msgstr "" |
| 411 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 412 | #: option.c:429 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 413 | #, c-format |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 414 | msgid "Read DHCP static host information from %s." |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 415 | msgstr "" |
| 416 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 417 | #: option.c:430 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 418 | msgid "Enable the DBus interface for setting upstream servers, etc." |
| 419 | msgstr "" |
| 420 | |
| 421 | #: option.c:431 |
| 422 | msgid "Enable the UBus interface." |
| 423 | msgstr "" |
| 424 | |
| 425 | #: option.c:432 |
| 426 | msgid "Do not provide DHCP on this interface, only provide DNS." |
| 427 | msgstr "" |
| 428 | |
| 429 | #: option.c:433 |
| 430 | msgid "Enable dynamic address allocation for bootp." |
| 431 | msgstr "" |
| 432 | |
| 433 | #: option.c:434 |
| 434 | msgid "Map MAC address (with wildcards) to option set." |
| 435 | msgstr "" |
| 436 | |
| 437 | #: option.c:435 |
| 438 | msgid "Treat DHCP requests on aliases as arriving from interface." |
| 439 | msgstr "" |
| 440 | |
| 441 | #: option.c:436 |
| 442 | msgid "Specify extra networks sharing a broadcast domain for DHCP" |
| 443 | msgstr "" |
| 444 | |
| 445 | #: option.c:437 |
| 446 | msgid "Disable ICMP echo address checking in the DHCP server." |
| 447 | msgstr "" |
| 448 | |
| 449 | #: option.c:438 |
| 450 | msgid "Shell script to run on DHCP lease creation and destruction." |
| 451 | msgstr "" |
| 452 | |
| 453 | #: option.c:439 |
| 454 | msgid "Lua script to run on DHCP lease creation and destruction." |
| 455 | msgstr "" |
| 456 | |
| 457 | #: option.c:440 |
| 458 | msgid "Run lease-change scripts as this user." |
| 459 | msgstr "" |
| 460 | |
| 461 | #: option.c:441 |
| 462 | msgid "Call dhcp-script with changes to local ARP table." |
| 463 | msgstr "" |
| 464 | |
| 465 | #: option.c:442 |
| 466 | msgid "Read configuration from all the files in this directory." |
| 467 | msgstr "" |
| 468 | |
| 469 | #: option.c:443 |
| 470 | msgid "Log to this syslog facility or file. (defaults to DAEMON)" |
| 471 | msgstr "" |
| 472 | |
| 473 | #: option.c:444 |
| 474 | msgid "Do not use leasefile." |
| 475 | msgstr "" |
| 476 | |
| 477 | #: option.c:445 |
| 478 | #, c-format |
| 479 | msgid "Maximum number of concurrent DNS queries. (defaults to %s)" |
| 480 | msgstr "" |
| 481 | |
| 482 | #: option.c:446 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 483 | #, c-format |
| 484 | msgid "Clear DNS cache when reloading %s." |
| 485 | msgstr "" |
| 486 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 487 | #: option.c:447 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 488 | msgid "Ignore hostnames provided by DHCP clients." |
| 489 | msgstr "" |
| 490 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 491 | #: option.c:448 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 492 | msgid "Do NOT reuse filename and server fields for extra DHCP options." |
| 493 | msgstr "" |
| 494 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 495 | #: option.c:449 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 496 | msgid "Enable integrated read-only TFTP server." |
| 497 | msgstr "" |
| 498 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 499 | #: option.c:450 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 500 | msgid "Export files by TFTP only from the specified subtree." |
| 501 | msgstr "" |
| 502 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 503 | #: option.c:451 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 504 | msgid "Add client IP or hardware address to tftp-root." |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 505 | msgstr "" |
| 506 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 507 | #: option.c:452 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 508 | msgid "Allow access only to files owned by the user running dnsmasq." |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 509 | msgstr "" |
| 510 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 511 | #: option.c:453 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 512 | msgid "Do not terminate the service if TFTP directories are inaccessible." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 513 | msgstr "" |
| 514 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 515 | #: option.c:454 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 516 | #, c-format |
| 517 | msgid "Maximum number of concurrent TFTP transfers (defaults to %s)." |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 518 | msgstr "" |
| 519 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 520 | #: option.c:455 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 521 | msgid "Maximum MTU to use for TFTP transfers." |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 522 | msgstr "" |
| 523 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 524 | #: option.c:456 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 525 | msgid "Disable the TFTP blocksize extension." |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 526 | msgstr "" |
| 527 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 528 | #: option.c:457 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 529 | msgid "Convert TFTP filenames to lowercase" |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 530 | msgstr "" |
| 531 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 532 | #: option.c:458 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 533 | msgid "Ephemeral port range for use by TFTP transfers." |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 534 | msgstr "" |
| 535 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 536 | #: option.c:459 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 537 | msgid "Use only one port for TFTP server." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 538 | msgstr "" |
| 539 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 540 | #: option.c:460 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 541 | msgid "Extra logging for DHCP." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 542 | msgstr "" |
| 543 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 544 | #: option.c:461 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 545 | msgid "Enable async. logging; optionally set queue length." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 546 | msgstr "" |
| 547 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 548 | #: option.c:462 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 549 | msgid "Stop DNS rebinding. Filter private IP ranges when resolving." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 550 | msgstr "" |
| 551 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 552 | #: option.c:463 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 553 | msgid "Allow rebinding of 127.0.0.0/8, for RBL servers." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 554 | msgstr "" |
| 555 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 556 | #: option.c:464 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 557 | msgid "Inhibit DNS-rebind protection on this domain." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 558 | msgstr "" |
| 559 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 560 | #: option.c:465 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 561 | msgid "Always perform DNS queries to all servers." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 562 | msgstr "" |
| 563 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 564 | #: option.c:466 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 565 | msgid "Set tag if client includes matching option in request." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 566 | msgstr "" |
| 567 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 568 | #: option.c:467 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 569 | msgid "Set tag if client provides given name." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 570 | msgstr "" |
| 571 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 572 | #: option.c:468 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 573 | msgid "Use alternative ports for DHCP." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 574 | msgstr "" |
| 575 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 576 | #: option.c:469 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 577 | msgid "Specify NAPTR DNS record." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 578 | msgstr "" |
| 579 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 580 | #: option.c:470 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 581 | msgid "Specify lowest port available for DNS query transmission." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 582 | msgstr "" |
| 583 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 584 | #: option.c:471 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 585 | msgid "Specify highest port available for DNS query transmission." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 586 | msgstr "" |
| 587 | |
| 588 | #: option.c:472 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 589 | msgid "Use only fully qualified domain names for DHCP clients." |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 590 | msgstr "" |
| 591 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 592 | #: option.c:473 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 593 | msgid "Generate hostnames based on MAC address for nameless clients." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 594 | msgstr "" |
| 595 | |
| 596 | #: option.c:474 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 597 | msgid "Use these DHCP relays as full proxies." |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 598 | msgstr "" |
| 599 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 600 | #: option.c:475 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 601 | msgid "Relay DHCP requests to a remote server" |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 602 | msgstr "" |
| 603 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 604 | #: option.c:476 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 605 | msgid "Specify alias name for LOCAL DNS name." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 606 | msgstr "" |
| 607 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 608 | #: option.c:477 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 609 | msgid "Prompt to send to PXE clients." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 610 | msgstr "" |
| 611 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 612 | #: option.c:478 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 613 | msgid "Boot service for PXE menu." |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 614 | msgstr "" |
| 615 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 616 | #: option.c:479 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 617 | msgid "Check configuration syntax." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 618 | msgstr "" |
| 619 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 620 | #: option.c:480 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 621 | msgid "Add requestor's MAC address to forwarded DNS queries." |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 622 | msgstr "" |
| 623 | |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 624 | #: option.c:481 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 625 | msgid "Add specified IP subnet to forwarded DNS queries." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 626 | msgstr "" |
| 627 | |
| 628 | #: option.c:482 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 629 | msgid "Add client identification to forwarded DNS queries." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 630 | msgstr "" |
| 631 | |
| 632 | #: option.c:483 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 633 | msgid "Proxy DNSSEC validation results from upstream nameservers." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 634 | msgstr "" |
| 635 | |
| 636 | #: option.c:484 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 637 | msgid "Attempt to allocate sequential IP addresses to DHCP clients." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 638 | msgstr "" |
| 639 | |
| 640 | #: option.c:485 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 641 | msgid "Ignore client identifier option sent by DHCP clients." |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 642 | msgstr "" |
| 643 | |
| 644 | #: option.c:486 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 645 | msgid "Copy connection-track mark from queries to upstream connections." |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 646 | msgstr "" |
| 647 | |
| 648 | #: option.c:487 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 649 | msgid "Allow DHCP clients to do their own DDNS updates." |
| 650 | msgstr "" |
| 651 | |
| 652 | #: option.c:488 |
| 653 | msgid "Send router-advertisements for interfaces doing DHCPv6" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 654 | msgstr "" |
| 655 | |
| 656 | #: option.c:489 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 657 | msgid "Specify DUID_EN-type DHCPv6 server DUID" |
| 658 | msgstr "" |
| 659 | |
| 660 | #: option.c:490 |
| 661 | msgid "Specify host (A/AAAA and PTR) records" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 662 | msgstr "" |
| 663 | |
| 664 | #: option.c:491 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 665 | msgid "Specify certification authority authorization record" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 666 | msgstr "" |
| 667 | |
| 668 | #: option.c:492 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 669 | msgid "Specify arbitrary DNS resource record" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 670 | msgstr "" |
| 671 | |
| 672 | #: option.c:493 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 673 | msgid "Bind to interfaces in use - check for new interfaces" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 674 | msgstr "" |
| 675 | |
| 676 | #: option.c:494 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 677 | msgid "Export local names to global DNS" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 678 | msgstr "" |
| 679 | |
| 680 | #: option.c:495 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 681 | msgid "Domain to export to global DNS" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 682 | msgstr "" |
| 683 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 684 | #: option.c:496 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 685 | msgid "Set TTL for authoritative replies" |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 686 | msgstr "" |
| 687 | |
| 688 | #: option.c:497 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 689 | msgid "Set authoritative zone information" |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 690 | msgstr "" |
| 691 | |
| 692 | #: option.c:498 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 693 | msgid "Secondary authoritative nameservers for forward domains" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 694 | msgstr "" |
| 695 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 696 | #: option.c:499 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 697 | msgid "Peers which are allowed to do zone transfer" |
| 698 | msgstr "" |
| 699 | |
| 700 | #: option.c:500 |
| 701 | msgid "Specify ipsets to which matching domains should be added" |
| 702 | msgstr "" |
| 703 | |
| 704 | #: option.c:501 |
| 705 | msgid "Specify a domain and address range for synthesised names" |
| 706 | msgstr "" |
| 707 | |
| 708 | #: option.c:502 |
| 709 | msgid "Activate DNSSEC validation" |
| 710 | msgstr "" |
| 711 | |
| 712 | #: option.c:503 |
| 713 | msgid "Specify trust anchor key digest." |
| 714 | msgstr "" |
| 715 | |
| 716 | #: option.c:504 |
| 717 | msgid "Disable upstream checking for DNSSEC debugging." |
| 718 | msgstr "" |
| 719 | |
| 720 | #: option.c:505 |
| 721 | msgid "Ensure answers without DNSSEC are in unsigned zones." |
| 722 | msgstr "" |
| 723 | |
| 724 | #: option.c:506 |
| 725 | msgid "Don't check DNSSEC signature timestamps until first cache-reload" |
| 726 | msgstr "" |
| 727 | |
| 728 | #: option.c:507 |
| 729 | msgid "Timestamp file to verify system clock for DNSSEC" |
| 730 | msgstr "" |
| 731 | |
| 732 | #: option.c:508 |
| 733 | msgid "Set MTU, priority, resend-interval and router-lifetime" |
| 734 | msgstr "" |
| 735 | |
| 736 | #: option.c:509 |
| 737 | msgid "Do not log routine DHCP." |
| 738 | msgstr "" |
| 739 | |
| 740 | #: option.c:510 |
| 741 | msgid "Do not log routine DHCPv6." |
| 742 | msgstr "" |
| 743 | |
| 744 | #: option.c:511 |
| 745 | msgid "Do not log RA." |
| 746 | msgstr "" |
| 747 | |
| 748 | #: option.c:512 |
| 749 | msgid "Accept queries only from directly-connected networks." |
| 750 | msgstr "" |
| 751 | |
| 752 | #: option.c:513 |
| 753 | msgid "Detect and remove DNS forwarding loops." |
| 754 | msgstr "" |
| 755 | |
| 756 | #: option.c:514 |
| 757 | msgid "Ignore DNS responses containing ipaddr." |
| 758 | msgstr "" |
| 759 | |
| 760 | #: option.c:515 |
| 761 | msgid "Set TTL in DNS responses with DHCP-derived addresses." |
| 762 | msgstr "" |
| 763 | |
| 764 | #: option.c:516 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 765 | msgid "Delay DHCP replies for at least number of seconds." |
| 766 | msgstr "" |
| 767 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 768 | #: option.c:517 |
| 769 | msgid "Enables DHCPv4 Rapid Commit option." |
| 770 | msgstr "" |
| 771 | |
| 772 | #: option.c:518 |
| 773 | msgid "Path to debug packet dump file" |
| 774 | msgstr "" |
| 775 | |
| 776 | #: option.c:519 |
| 777 | msgid "Mask which packets to dump" |
| 778 | msgstr "" |
| 779 | |
| 780 | #: option.c:520 |
| 781 | msgid "Call dhcp-script when lease expiry changes." |
| 782 | msgstr "" |
| 783 | |
| 784 | #: option.c:725 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 785 | #, c-format |
| 786 | msgid "" |
| 787 | "Usage: dnsmasq [options]\n" |
| 788 | "\n" |
| 789 | msgstr "" |
| 790 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 791 | #: option.c:727 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 792 | #, c-format |
| 793 | msgid "Use short options only on the command line.\n" |
| 794 | msgstr "" |
| 795 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 796 | #: option.c:729 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 797 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 798 | msgid "Valid options are:\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 799 | msgstr "" |
| 800 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 801 | #: option.c:776 option.c:884 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 802 | msgid "bad address" |
| 803 | msgstr "" |
| 804 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 805 | #: option.c:799 option.c:803 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 806 | msgid "bad port" |
| 807 | msgstr "" |
| 808 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 809 | #: option.c:815 option.c:844 option.c:878 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 810 | msgid "interface binding not supported" |
| 811 | msgstr "" |
| 812 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 813 | #: option.c:839 option.c:873 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 814 | msgid "interface can only be specified once" |
| 815 | msgstr "" |
| 816 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 817 | #: option.c:852 option.c:4042 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 818 | msgid "bad interface name" |
| 819 | msgstr "" |
| 820 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 821 | #: option.c:1184 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 822 | msgid "unsupported encapsulation for IPv6 option" |
| 823 | msgstr "" |
| 824 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 825 | #: option.c:1198 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 826 | msgid "bad dhcp-option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 827 | msgstr "" |
| 828 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 829 | #: option.c:1270 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 830 | msgid "bad IP address" |
| 831 | msgstr "" |
| 832 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 833 | #: option.c:1273 option.c:1412 option.c:3297 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 834 | msgid "bad IPv6 address" |
| 835 | msgstr "" |
| 836 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 837 | #: option.c:1366 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 838 | msgid "bad IPv4 address" |
| 839 | msgstr "" |
| 840 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 841 | #: option.c:1439 option.c:1533 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 842 | msgid "bad domain in dhcp-option" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 843 | msgstr "" |
| 844 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 845 | #: option.c:1571 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 846 | msgid "dhcp-option too long" |
| 847 | msgstr "" |
| 848 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 849 | #: option.c:1578 |
Simon Kelley | 73a08a2 | 2009-02-05 20:28:08 +0000 | [diff] [blame] | 850 | msgid "illegal dhcp-match" |
| 851 | msgstr "" |
| 852 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 853 | #: option.c:1647 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 854 | msgid "illegal repeated flag" |
| 855 | msgstr "" |
| 856 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 857 | #: option.c:1655 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 858 | msgid "illegal repeated keyword" |
| 859 | msgstr "" |
| 860 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 861 | #: option.c:1726 option.c:4764 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 862 | #, c-format |
| 863 | msgid "cannot access directory %s: %s" |
| 864 | msgstr "" |
| 865 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 866 | #: option.c:1772 tftp.c:564 dump.c:68 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 867 | #, c-format |
| 868 | msgid "cannot access %s: %s" |
| 869 | msgstr "" |
| 870 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 871 | #: option.c:1879 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 872 | msgid "setting log facility is not possible under Android" |
| 873 | msgstr "" |
| 874 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 875 | #: option.c:1888 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 876 | msgid "bad log facility" |
| 877 | msgstr "" |
| 878 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 879 | #: option.c:1941 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 880 | msgid "bad MX preference" |
| 881 | msgstr "" |
| 882 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 883 | #: option.c:1946 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 884 | msgid "bad MX name" |
| 885 | msgstr "" |
| 886 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 887 | #: option.c:1960 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 888 | msgid "bad MX target" |
| 889 | msgstr "" |
| 890 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 891 | #: option.c:1980 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 892 | msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts" |
| 893 | msgstr "" |
| 894 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 895 | #: option.c:1984 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 896 | msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts" |
| 897 | msgstr "" |
| 898 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 899 | #: option.c:2244 option.c:2255 option.c:2291 option.c:2344 option.c:2638 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 900 | msgid "bad prefix" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 901 | msgstr "" |
| 902 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 903 | #: option.c:2658 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 904 | msgid "recompile with HAVE_IPSET defined to enable ipset directives" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 905 | msgstr "" |
| 906 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 907 | #: option.c:2871 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 908 | msgid "bad port range" |
| 909 | msgstr "" |
| 910 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 911 | #: option.c:2897 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 912 | msgid "bad bridge-interface" |
| 913 | msgstr "" |
| 914 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 915 | #: option.c:2941 |
| 916 | msgid "bad shared-network" |
| 917 | msgstr "" |
| 918 | |
| 919 | #: option.c:2996 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 920 | msgid "only one tag allowed" |
| 921 | msgstr "" |
| 922 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 923 | #: option.c:3017 option.c:3032 option.c:3157 option.c:3165 option.c:3205 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 924 | msgid "bad dhcp-range" |
| 925 | msgstr "" |
| 926 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 927 | #: option.c:3050 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 928 | msgid "inconsistent DHCP range" |
| 929 | msgstr "" |
| 930 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 931 | #: option.c:3115 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 932 | msgid "prefix length must be exactly 64 for RA subnets" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 933 | msgstr "" |
| 934 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 935 | #: option.c:3117 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 936 | msgid "prefix length must be exactly 64 for subnet constructors" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 937 | msgstr "" |
| 938 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 939 | #: option.c:3120 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 940 | msgid "prefix length must be at least 64" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 941 | msgstr "" |
| 942 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 943 | #: option.c:3123 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 944 | msgid "inconsistent DHCPv6 range" |
| 945 | msgstr "" |
| 946 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 947 | #: option.c:3142 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 948 | msgid "prefix must be zero with \"constructor:\" argument" |
| 949 | msgstr "" |
| 950 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 951 | #: option.c:3262 option.c:3340 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 952 | msgid "bad hex constant" |
| 953 | msgstr "" |
| 954 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 955 | #: option.c:3315 |
| 956 | msgid "bad IPv6 prefix" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 957 | msgstr "" |
| 958 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 959 | #: option.c:3362 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 960 | #, c-format |
| 961 | msgid "duplicate dhcp-host IP address %s" |
| 962 | msgstr "" |
| 963 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 964 | #: option.c:3422 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 965 | msgid "bad DHCP host name" |
| 966 | msgstr "" |
| 967 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 968 | #: option.c:3508 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 969 | msgid "bad tag-if" |
| 970 | msgstr "" |
| 971 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 972 | #: option.c:3851 option.c:4324 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 973 | msgid "invalid port number" |
| 974 | msgstr "" |
| 975 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 976 | #: option.c:3907 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 977 | msgid "bad dhcp-proxy address" |
| 978 | msgstr "" |
| 979 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 980 | #: option.c:3935 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 981 | msgid "Bad dhcp-relay" |
| 982 | msgstr "" |
| 983 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 984 | #: option.c:3979 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 985 | msgid "bad RA-params" |
| 986 | msgstr "" |
| 987 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 988 | #: option.c:3989 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 989 | msgid "bad DUID" |
| 990 | msgstr "" |
| 991 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 992 | #: option.c:4023 |
| 993 | msgid "missing address in alias" |
| 994 | msgstr "" |
| 995 | |
| 996 | #: option.c:4029 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 997 | msgid "invalid alias range" |
| 998 | msgstr "" |
| 999 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1000 | #: option.c:4081 option.c:4097 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1001 | msgid "bad CNAME" |
| 1002 | msgstr "" |
| 1003 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1004 | #: option.c:4105 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1005 | msgid "duplicate CNAME" |
| 1006 | msgstr "" |
| 1007 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1008 | #: option.c:4132 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1009 | msgid "bad PTR record" |
| 1010 | msgstr "" |
| 1011 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1012 | #: option.c:4167 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1013 | msgid "bad NAPTR record" |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1014 | msgstr "" |
| 1015 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1016 | #: option.c:4203 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1017 | msgid "bad RR record" |
| 1018 | msgstr "" |
| 1019 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1020 | #: option.c:4236 |
| 1021 | msgid "bad CAA record" |
| 1022 | msgstr "" |
| 1023 | |
| 1024 | #: option.c:4265 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1025 | msgid "bad TXT record" |
| 1026 | msgstr "" |
| 1027 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1028 | #: option.c:4308 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1029 | msgid "bad SRV record" |
| 1030 | msgstr "" |
| 1031 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1032 | #: option.c:4315 |
Simon Kelley | 9e03894 | 2008-05-30 20:06:34 +0100 | [diff] [blame] | 1033 | msgid "bad SRV target" |
| 1034 | msgstr "" |
| 1035 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1036 | #: option.c:4334 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1037 | msgid "invalid priority" |
| 1038 | msgstr "" |
| 1039 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1040 | #: option.c:4339 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1041 | msgid "invalid weight" |
| 1042 | msgstr "" |
| 1043 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1044 | #: option.c:4362 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1045 | msgid "Bad host-record" |
| 1046 | msgstr "" |
| 1047 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1048 | #: option.c:4402 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1049 | msgid "Bad name in host-record" |
| 1050 | msgstr "" |
| 1051 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1052 | #: option.c:4444 |
| 1053 | msgid "bad value for dnssec-check-unsigned" |
| 1054 | msgstr "" |
| 1055 | |
| 1056 | #: option.c:4480 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1057 | msgid "bad trust anchor" |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1058 | msgstr "" |
| 1059 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1060 | #: option.c:4496 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1061 | msgid "bad HEX in trust anchor" |
| 1062 | msgstr "" |
| 1063 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1064 | #: option.c:4507 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1065 | msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)" |
| 1066 | msgstr "" |
| 1067 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1068 | #: option.c:4567 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1069 | msgid "missing \"" |
| 1070 | msgstr "" |
| 1071 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1072 | #: option.c:4624 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1073 | msgid "bad option" |
| 1074 | msgstr "" |
| 1075 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1076 | #: option.c:4626 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1077 | msgid "extraneous parameter" |
| 1078 | msgstr "" |
| 1079 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1080 | #: option.c:4628 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1081 | msgid "missing parameter" |
| 1082 | msgstr "" |
| 1083 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1084 | #: option.c:4630 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1085 | msgid "illegal option" |
| 1086 | msgstr "" |
| 1087 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1088 | #: option.c:4637 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1089 | msgid "error" |
| 1090 | msgstr "" |
| 1091 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1092 | #: option.c:4639 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1093 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1094 | msgid " at line %d of %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1095 | msgstr "" |
| 1096 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1097 | #: option.c:4654 option.c:4939 option.c:4950 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1098 | #, c-format |
| 1099 | msgid "read %s" |
| 1100 | msgstr "" |
| 1101 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1102 | #: option.c:4717 option.c:4840 tftp.c:754 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1103 | #, c-format |
| 1104 | msgid "cannot read %s: %s" |
| 1105 | msgstr "" |
| 1106 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1107 | #: option.c:5027 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1108 | msgid "junk found in command line" |
| 1109 | msgstr "" |
| 1110 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1111 | #: option.c:5067 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1112 | #, c-format |
| 1113 | msgid "Dnsmasq version %s %s\n" |
| 1114 | msgstr "" |
| 1115 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1116 | #: option.c:5068 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1117 | #, c-format |
| 1118 | msgid "" |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1119 | "Compile time options: %s\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1120 | "\n" |
| 1121 | msgstr "" |
| 1122 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1123 | #: option.c:5069 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1124 | #, c-format |
| 1125 | msgid "This software comes with ABSOLUTELY NO WARRANTY.\n" |
| 1126 | msgstr "" |
| 1127 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1128 | #: option.c:5070 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1129 | #, c-format |
| 1130 | msgid "Dnsmasq is free software, and you are welcome to redistribute it\n" |
| 1131 | msgstr "" |
| 1132 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1133 | #: option.c:5071 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1134 | #, c-format |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1135 | msgid "under the terms of the GNU General Public License, version 2 or 3.\n" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1136 | msgstr "" |
| 1137 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1138 | #: option.c:5088 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1139 | msgid "try --help" |
| 1140 | msgstr "" |
| 1141 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1142 | #: option.c:5090 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1143 | msgid "try -w" |
| 1144 | msgstr "" |
| 1145 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1146 | #: option.c:5092 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1147 | #, c-format |
| 1148 | msgid "bad command line options: %s" |
| 1149 | msgstr "" |
| 1150 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1151 | #: option.c:5161 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1152 | #, c-format |
| 1153 | msgid "CNAME loop involving %s" |
| 1154 | msgstr "" |
| 1155 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1156 | #: option.c:5195 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1157 | #, c-format |
| 1158 | msgid "cannot get host-name: %s" |
| 1159 | msgstr "" |
| 1160 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1161 | #: option.c:5223 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1162 | msgid "only one resolv.conf file allowed in no-poll mode." |
| 1163 | msgstr "" |
| 1164 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1165 | #: option.c:5233 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1166 | msgid "must have exactly one resolv.conf to read domain from." |
| 1167 | msgstr "" |
| 1168 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1169 | #: option.c:5236 network.c:1594 dhcp.c:876 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1170 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1171 | msgid "failed to read %s: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1172 | msgstr "" |
| 1173 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1174 | #: option.c:5253 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1175 | #, c-format |
| 1176 | msgid "no search directive found in %s" |
| 1177 | msgstr "" |
| 1178 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1179 | #: option.c:5274 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1180 | msgid "there must be a default domain when --dhcp-fqdn is set" |
| 1181 | msgstr "" |
| 1182 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1183 | #: option.c:5283 |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1184 | msgid "syntax check OK" |
| 1185 | msgstr "" |
| 1186 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1187 | #: forward.c:99 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 1188 | #, c-format |
| 1189 | msgid "failed to send packet: %s" |
| 1190 | msgstr "" |
| 1191 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1192 | #: forward.c:614 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1193 | msgid "discarding DNS reply: subnet option mismatch" |
| 1194 | msgstr "" |
| 1195 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1196 | #: forward.c:677 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1197 | #, c-format |
| 1198 | msgid "nameserver %s refused to do a recursive query" |
| 1199 | msgstr "" |
| 1200 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1201 | #: forward.c:709 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1202 | #, c-format |
| 1203 | msgid "possible DNS-rebind attack detected: %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1204 | msgstr "" |
| 1205 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1206 | #: forward.c:961 |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1207 | #, c-format |
| 1208 | msgid "reducing DNS packet size for nameserver %s to %d" |
| 1209 | msgstr "" |
| 1210 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1211 | #: forward.c:1370 forward.c:1830 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1212 | msgid "Ignoring query from non-local network" |
| 1213 | msgstr "" |
| 1214 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1215 | #: forward.c:2321 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1216 | #, c-format |
| 1217 | msgid "Maximum number of concurrent DNS queries reached (max: %d)" |
| 1218 | msgstr "" |
| 1219 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1220 | #: network.c:698 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1221 | #, c-format |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 1222 | msgid "failed to create listening socket for %s: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1223 | msgstr "" |
| 1224 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1225 | #: network.c:1002 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1226 | #, c-format |
| 1227 | msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s" |
| 1228 | msgstr "" |
| 1229 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1230 | #: network.c:1009 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1231 | msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)" |
| 1232 | msgstr "" |
| 1233 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1234 | #: network.c:1018 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1235 | #, c-format |
| 1236 | msgid "warning: using interface %s instead" |
| 1237 | msgstr "" |
| 1238 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1239 | #: network.c:1027 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1240 | #, c-format |
| 1241 | msgid "warning: no addresses found for interface %s" |
| 1242 | msgstr "" |
| 1243 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1244 | #: network.c:1085 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1245 | #, c-format |
| 1246 | msgid "interface %s failed to join DHCPv6 multicast group: %s" |
| 1247 | msgstr "" |
| 1248 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1249 | #: network.c:1090 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1250 | msgid "try increasing /proc/sys/net/core/optmem_max" |
| 1251 | msgstr "" |
| 1252 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1253 | #: network.c:1307 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1254 | #, c-format |
| 1255 | msgid "failed to bind server socket for %s: %s" |
| 1256 | msgstr "" |
| 1257 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1258 | #: network.c:1499 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1259 | #, c-format |
| 1260 | msgid "ignoring nameserver %s - local interface" |
| 1261 | msgstr "" |
| 1262 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1263 | #: network.c:1510 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1264 | #, c-format |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1265 | msgid "ignoring nameserver %s - cannot make/bind socket: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1266 | msgstr "" |
| 1267 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1268 | #: network.c:1530 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1269 | msgid "(no DNSSEC)" |
| 1270 | msgstr "" |
| 1271 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1272 | #: network.c:1533 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1273 | msgid "unqualified" |
| 1274 | msgstr "" |
| 1275 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1276 | #: network.c:1533 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1277 | msgid "names" |
| 1278 | msgstr "" |
| 1279 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1280 | #: network.c:1535 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1281 | msgid "default" |
| 1282 | msgstr "" |
| 1283 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1284 | #: network.c:1537 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1285 | msgid "domain" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1286 | msgstr "" |
| 1287 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1288 | #: network.c:1543 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1289 | #, c-format |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1290 | msgid "using only locally-known addresses for %s %s" |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1291 | msgstr "" |
| 1292 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1293 | #: network.c:1546 |
Simon Kelley | 8ef5ada | 2010-06-03 19:42:45 +0100 | [diff] [blame] | 1294 | #, c-format |
| 1295 | msgid "using standard nameservers for %s %s" |
| 1296 | msgstr "" |
| 1297 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1298 | #: network.c:1548 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1299 | #, c-format |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1300 | msgid "using nameserver %s#%d for %s %s %s" |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1301 | msgstr "" |
| 1302 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1303 | #: network.c:1552 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1304 | #, c-format |
| 1305 | msgid "NOT using nameserver %s#%d - query loop detected" |
| 1306 | msgstr "" |
| 1307 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1308 | #: network.c:1555 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1309 | #, c-format |
| 1310 | msgid "using nameserver %s#%d(via %s)" |
| 1311 | msgstr "" |
| 1312 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1313 | #: network.c:1557 |
Simon Kelley | 1ad24ae | 2008-07-20 20:22:50 +0100 | [diff] [blame] | 1314 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1315 | msgid "using nameserver %s#%d" |
| 1316 | msgstr "" |
| 1317 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1318 | #: network.c:1562 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1319 | #, c-format |
| 1320 | msgid "using %d more local addresses" |
| 1321 | msgstr "" |
| 1322 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1323 | #: network.c:1564 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1324 | #, c-format |
| 1325 | msgid "using %d more nameservers" |
| 1326 | msgstr "" |
| 1327 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1328 | #: dnsmasq.c:173 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1329 | msgid "dhcp-hostsdir, dhcp-optsdir and hostsdir are not supported on this platform" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1330 | msgstr "" |
| 1331 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1332 | #: dnsmasq.c:188 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1333 | msgid "no root trust anchor provided for DNSSEC" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1334 | msgstr "" |
| 1335 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1336 | #: dnsmasq.c:191 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1337 | msgid "cannot reduce cache size from default when DNSSEC enabled" |
| 1338 | msgstr "" |
| 1339 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1340 | #: dnsmasq.c:193 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1341 | msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h" |
| 1342 | msgstr "" |
| 1343 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1344 | #: dnsmasq.c:199 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1345 | msgid "TFTP server not available: set HAVE_TFTP in src/config.h" |
| 1346 | msgstr "" |
| 1347 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1348 | #: dnsmasq.c:204 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1349 | msgid "cannot use --conntrack AND --query-port" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1350 | msgstr "" |
| 1351 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1352 | #: dnsmasq.c:207 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1353 | msgid "conntrack support not available: set HAVE_CONNTRACK in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1354 | msgstr "" |
| 1355 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1356 | #: dnsmasq.c:212 |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1357 | msgid "asynchronous logging is not available under Solaris" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1358 | msgstr "" |
| 1359 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1360 | #: dnsmasq.c:217 |
Chris Novakovic | 4e841da | 2017-09-25 17:21:49 +0100 | [diff] [blame] | 1361 | msgid "asynchronous logging is not available under Android" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1362 | msgstr "" |
| 1363 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1364 | #: dnsmasq.c:222 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1365 | msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h" |
| 1366 | msgstr "" |
| 1367 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1368 | #: dnsmasq.c:227 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1369 | msgid "loop detection not available: set HAVE_LOOP in src/config.h" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1370 | msgstr "" |
| 1371 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1372 | #: dnsmasq.c:232 |
| 1373 | msgid "Ubus not available: set HAVE_UBUS in src/config.h" |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1374 | msgstr "" |
| 1375 | |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1376 | #: dnsmasq.c:236 |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1377 | msgid "max_port cannot be smaller than min_port" |
| 1378 | msgstr "" |
| 1379 | |
| 1380 | #: dnsmasq.c:243 |
| 1381 | msgid "--auth-server required when an auth zone is defined." |
| 1382 | msgstr "" |
| 1383 | |
| 1384 | #: dnsmasq.c:248 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1385 | msgid "zone serial must be configured in --auth-soa" |
| 1386 | msgstr "" |
| 1387 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1388 | #: dnsmasq.c:268 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1389 | msgid "dhcp-range constructor not available on this platform" |
| 1390 | msgstr "" |
| 1391 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1392 | #: dnsmasq.c:332 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1393 | msgid "cannot set --bind-interfaces and --bind-dynamic" |
| 1394 | msgstr "" |
| 1395 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1396 | #: dnsmasq.c:335 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1397 | #, c-format |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1398 | msgid "failed to find list of interfaces: %s" |
| 1399 | msgstr "" |
| 1400 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1401 | #: dnsmasq.c:344 |
Simon Kelley | 572b41e | 2011-02-18 18:11:18 +0000 | [diff] [blame] | 1402 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1403 | msgid "unknown interface %s" |
| 1404 | msgstr "" |
| 1405 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1406 | #: dnsmasq.c:406 |
| 1407 | msgid "Packet dumps not available: set HAVE_DUMP in src/config.h" |
| 1408 | msgstr "" |
| 1409 | |
| 1410 | #: dnsmasq.c:416 dnsmasq.c:1171 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1411 | #, c-format |
| 1412 | msgid "DBus error: %s" |
| 1413 | msgstr "" |
| 1414 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1415 | #: dnsmasq.c:419 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1416 | msgid "DBus not available: set HAVE_DBUS in src/config.h" |
| 1417 | msgstr "" |
| 1418 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1419 | #: dnsmasq.c:429 |
| 1420 | msgid "UBus not available: set HAVE_UBUS in src/config.h" |
| 1421 | msgstr "" |
| 1422 | |
| 1423 | #: dnsmasq.c:459 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1424 | #, c-format |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1425 | msgid "unknown user or group: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1426 | msgstr "" |
| 1427 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1428 | #: dnsmasq.c:535 |
| 1429 | #, c-format |
| 1430 | msgid "process is missing required capability %s" |
| 1431 | msgstr "" |
| 1432 | |
| 1433 | #: dnsmasq.c:567 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1434 | #, c-format |
| 1435 | msgid "cannot chdir to filesystem root: %s" |
| 1436 | msgstr "" |
| 1437 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1438 | #: dnsmasq.c:815 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 1439 | #, c-format |
| 1440 | msgid "started, version %s DNS disabled" |
| 1441 | msgstr "" |
| 1442 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1443 | #: dnsmasq.c:820 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1444 | #, c-format |
| 1445 | msgid "started, version %s cachesize %d" |
| 1446 | msgstr "" |
| 1447 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1448 | #: dnsmasq.c:822 |
| 1449 | msgid "cache size greater than 10000 may cause performance issues, and is unlikely to be useful." |
| 1450 | msgstr "" |
| 1451 | |
| 1452 | #: dnsmasq.c:825 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1453 | #, c-format |
| 1454 | msgid "started, version %s cache disabled" |
| 1455 | msgstr "" |
| 1456 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1457 | #: dnsmasq.c:828 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1458 | msgid "DNS service limited to local subnets" |
| 1459 | msgstr "" |
| 1460 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1461 | #: dnsmasq.c:831 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1462 | #, c-format |
| 1463 | msgid "compile time options: %s" |
| 1464 | msgstr "" |
| 1465 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1466 | #: dnsmasq.c:840 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1467 | msgid "DBus support enabled: connected to system bus" |
| 1468 | msgstr "" |
| 1469 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1470 | #: dnsmasq.c:842 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1471 | msgid "DBus support enabled: bus connection pending" |
| 1472 | msgstr "" |
| 1473 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1474 | #: dnsmasq.c:850 |
| 1475 | msgid "UBus support enabled: connected to system bus" |
| 1476 | msgstr "" |
| 1477 | |
| 1478 | #: dnsmasq.c:852 |
| 1479 | msgid "UBus support enabled: bus connection pending" |
| 1480 | msgstr "" |
| 1481 | |
| 1482 | #: dnsmasq.c:872 |
| 1483 | msgid "DNSSEC validation enabled but all unsigned answers are trusted" |
| 1484 | msgstr "" |
| 1485 | |
| 1486 | #: dnsmasq.c:874 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1487 | msgid "DNSSEC validation enabled" |
| 1488 | msgstr "" |
| 1489 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1490 | #: dnsmasq.c:878 |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1491 | msgid "DNSSEC signature timestamps not checked until receipt of SIGINT" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1492 | msgstr "" |
| 1493 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1494 | #: dnsmasq.c:881 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1495 | msgid "DNSSEC signature timestamps not checked until system time valid" |
| 1496 | msgstr "" |
| 1497 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1498 | #: dnsmasq.c:884 |
| 1499 | #, c-format |
| 1500 | msgid "configured with trust anchor for %s keytag %u" |
| 1501 | msgstr "" |
| 1502 | |
| 1503 | #: dnsmasq.c:890 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1504 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1505 | msgid "warning: failed to change owner of %s: %s" |
| 1506 | msgstr "" |
| 1507 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1508 | #: dnsmasq.c:894 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1509 | msgid "setting --bind-interfaces option because of OS limitations" |
| 1510 | msgstr "" |
| 1511 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1512 | #: dnsmasq.c:906 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1513 | #, c-format |
| 1514 | msgid "warning: interface %s does not currently exist" |
| 1515 | msgstr "" |
| 1516 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1517 | #: dnsmasq.c:911 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1518 | msgid "warning: ignoring resolv-file flag because no-resolv is set" |
| 1519 | msgstr "" |
| 1520 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1521 | #: dnsmasq.c:914 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1522 | msgid "warning: no upstream servers configured" |
| 1523 | msgstr "" |
| 1524 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1525 | #: dnsmasq.c:918 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1526 | #, c-format |
| 1527 | msgid "asynchronous logging enabled, queue limit is %d messages" |
| 1528 | msgstr "" |
| 1529 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1530 | #: dnsmasq.c:939 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1531 | msgid "IPv6 router advertisement enabled" |
| 1532 | msgstr "" |
| 1533 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1534 | #: dnsmasq.c:944 |
Simon Kelley | e142a83 | 2013-11-22 10:38:55 +0000 | [diff] [blame] | 1535 | #, c-format |
| 1536 | msgid "DHCP, sockets bound exclusively to interface %s" |
| 1537 | msgstr "" |
| 1538 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1539 | #: dnsmasq.c:958 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1540 | msgid "root is " |
| 1541 | msgstr "" |
| 1542 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1543 | #: dnsmasq.c:958 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1544 | msgid "enabled" |
| 1545 | msgstr "" |
| 1546 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1547 | #: dnsmasq.c:960 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1548 | msgid "secure mode" |
| 1549 | msgstr "" |
| 1550 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1551 | #: dnsmasq.c:961 |
| 1552 | msgid "single port mode" |
| 1553 | msgstr "" |
| 1554 | |
| 1555 | #: dnsmasq.c:964 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1556 | #, c-format |
| 1557 | msgid "warning: %s inaccessible" |
| 1558 | msgstr "" |
| 1559 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1560 | #: dnsmasq.c:968 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1561 | #, c-format |
| 1562 | msgid "warning: TFTP directory %s inaccessible" |
| 1563 | msgstr "" |
| 1564 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1565 | #: dnsmasq.c:994 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1566 | #, c-format |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1567 | msgid "restricting maximum simultaneous TFTP transfers to %d" |
| 1568 | msgstr "" |
| 1569 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1570 | #: dnsmasq.c:1173 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1571 | msgid "connected to system DBus" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1572 | msgstr "" |
| 1573 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1574 | #: dnsmasq.c:1345 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1575 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1576 | msgid "cannot fork into background: %s" |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1577 | msgstr "" |
| 1578 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1579 | #: dnsmasq.c:1349 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1580 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1581 | msgid "failed to create helper: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1582 | msgstr "" |
| 1583 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1584 | #: dnsmasq.c:1353 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1585 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1586 | msgid "setting capabilities failed: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1587 | msgstr "" |
| 1588 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1589 | #: dnsmasq.c:1357 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1590 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1591 | msgid "failed to change user-id to %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1592 | msgstr "" |
| 1593 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1594 | #: dnsmasq.c:1361 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1595 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1596 | msgid "failed to change group-id to %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1597 | msgstr "" |
| 1598 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1599 | #: dnsmasq.c:1365 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1600 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1601 | msgid "failed to open pidfile %s: %s" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1602 | msgstr "" |
| 1603 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1604 | #: dnsmasq.c:1369 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1605 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1606 | msgid "cannot open log %s: %s" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 1607 | msgstr "" |
| 1608 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1609 | #: dnsmasq.c:1373 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1610 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1611 | msgid "failed to load Lua script: %s" |
| 1612 | msgstr "" |
| 1613 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1614 | #: dnsmasq.c:1377 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1615 | #, c-format |
| 1616 | msgid "TFTP directory %s inaccessible: %s" |
| 1617 | msgstr "" |
| 1618 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1619 | #: dnsmasq.c:1381 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1620 | #, c-format |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 1621 | msgid "cannot create timestamp file %s: %s" |
| 1622 | msgstr "" |
| 1623 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1624 | #: dnsmasq.c:1465 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1625 | #, c-format |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1626 | msgid "script process killed by signal %d" |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1627 | msgstr "" |
| 1628 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1629 | #: dnsmasq.c:1469 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1630 | #, c-format |
| 1631 | msgid "script process exited with status %d" |
| 1632 | msgstr "" |
| 1633 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1634 | #: dnsmasq.c:1473 |
Simon Kelley | 1a6bca8 | 2008-07-11 11:11:42 +0100 | [diff] [blame] | 1635 | #, c-format |
| 1636 | msgid "failed to execute %s: %s" |
| 1637 | msgstr "" |
| 1638 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1639 | #: dnsmasq.c:1513 |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1640 | msgid "now checking DNSSEC signature timestamps" |
| 1641 | msgstr "" |
| 1642 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1643 | #: dnsmasq.c:1548 dnssec.c:160 dnssec.c:204 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1644 | #, c-format |
| 1645 | msgid "failed to update mtime on %s: %s" |
| 1646 | msgstr "" |
| 1647 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1648 | #: dnsmasq.c:1560 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1649 | msgid "exiting on receipt of SIGTERM" |
| 1650 | msgstr "" |
| 1651 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1652 | #: dnsmasq.c:1588 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1653 | #, c-format |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1654 | msgid "failed to access %s: %s" |
| 1655 | msgstr "" |
| 1656 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1657 | #: dnsmasq.c:1618 |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 1658 | #, c-format |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1659 | msgid "reading %s" |
| 1660 | msgstr "" |
| 1661 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1662 | #: dnsmasq.c:1629 |
Simon Kelley | 5aabfc7 | 2007-08-29 11:24:47 +0100 | [diff] [blame] | 1663 | #, c-format |
| 1664 | msgid "no servers found in %s, will retry" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1665 | msgstr "" |
| 1666 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1667 | #: dhcp.c:53 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1668 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1669 | msgid "cannot create DHCP socket: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1670 | msgstr "" |
| 1671 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1672 | #: dhcp.c:68 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1673 | #, c-format |
| 1674 | msgid "failed to set options on DHCP socket: %s" |
| 1675 | msgstr "" |
| 1676 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1677 | #: dhcp.c:89 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1678 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1679 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1680 | msgstr "" |
| 1681 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1682 | #: dhcp.c:101 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1683 | #, c-format |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1684 | msgid "failed to bind DHCP server socket: %s" |
| 1685 | msgstr "" |
| 1686 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1687 | #: dhcp.c:127 |
Simon Kelley | 4011c4e | 2006-10-28 16:26:19 +0100 | [diff] [blame] | 1688 | #, c-format |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1689 | msgid "cannot create ICMP raw socket: %s." |
| 1690 | msgstr "" |
| 1691 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1692 | #: dhcp.c:252 dhcp6.c:180 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 1693 | #, c-format |
| 1694 | msgid "unknown interface %s in bridge-interface" |
| 1695 | msgstr "" |
| 1696 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1697 | #: dhcp.c:293 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 1698 | #, c-format |
| 1699 | msgid "DHCP packet received on %s which has no address" |
| 1700 | msgstr "" |
| 1701 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1702 | #: dhcp.c:428 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1703 | #, c-format |
| 1704 | msgid "ARP-cache injection failed: %s" |
| 1705 | msgstr "" |
| 1706 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1707 | #: dhcp.c:471 |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 1708 | #, c-format |
| 1709 | msgid "Error sending DHCP packet to %s: %s" |
| 1710 | msgstr "" |
| 1711 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1712 | #: dhcp.c:526 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1713 | #, c-format |
| 1714 | msgid "DHCP range %s -- %s is not consistent with netmask %s" |
| 1715 | msgstr "" |
| 1716 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1717 | #: dhcp.c:914 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1718 | #, c-format |
| 1719 | msgid "bad line at %s line %d" |
| 1720 | msgstr "" |
| 1721 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1722 | #: dhcp.c:957 |
Simon Kelley | 1f15b81 | 2009-10-13 17:49:32 +0100 | [diff] [blame] | 1723 | #, c-format |
| 1724 | msgid "ignoring %s line %d, duplicate name or IP address" |
| 1725 | msgstr "" |
| 1726 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1727 | #: dhcp.c:1100 rfc3315.c:2139 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1728 | #, c-format |
| 1729 | msgid "DHCP relay %s -> %s" |
| 1730 | msgstr "" |
| 1731 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1732 | #: lease.c:64 |
| 1733 | #, c-format |
| 1734 | msgid "ignoring invalid line in lease database: %s %s %s %s ..." |
| 1735 | msgstr "" |
| 1736 | |
| 1737 | #: lease.c:101 |
| 1738 | #, c-format |
| 1739 | msgid "ignoring invalid line in lease database, bad address: %s" |
| 1740 | msgstr "" |
| 1741 | |
| 1742 | #: lease.c:108 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1743 | msgid "too many stored leases" |
| 1744 | msgstr "" |
| 1745 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1746 | #: lease.c:176 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1747 | #, c-format |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1748 | msgid "cannot open or create lease file %s: %s" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1749 | msgstr "" |
| 1750 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1751 | #: lease.c:185 |
| 1752 | msgid "failed to parse lease database cleanly" |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1753 | msgstr "" |
| 1754 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1755 | #: lease.c:188 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1756 | #, c-format |
| 1757 | msgid "failed to read lease file %s: %s" |
| 1758 | msgstr "" |
| 1759 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1760 | #: lease.c:204 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1761 | #, c-format |
| 1762 | msgid "cannot run lease-init script %s: %s" |
| 1763 | msgstr "" |
| 1764 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1765 | #: lease.c:210 |
Simon Kelley | 208b65c | 2006-08-05 21:41:37 +0100 | [diff] [blame] | 1766 | #, c-format |
| 1767 | msgid "lease-init script returned exit code %s" |
| 1768 | msgstr "" |
| 1769 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1770 | #: lease.c:381 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1771 | #, c-format |
| 1772 | msgid "failed to write %s: %s (retry in %us)" |
| 1773 | msgstr "" |
| 1774 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1775 | #: lease.c:955 |
Simon Kelley | 9009d74 | 2008-11-14 20:04:27 +0000 | [diff] [blame] | 1776 | #, c-format |
| 1777 | msgid "Ignoring domain %s for DHCP host name %s" |
| 1778 | msgstr "" |
| 1779 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1780 | #: rfc2131.c:372 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1781 | #, c-format |
| 1782 | msgid "no address range available for DHCP request %s %s" |
| 1783 | msgstr "" |
| 1784 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1785 | #: rfc2131.c:373 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1786 | msgid "with subnet selector" |
| 1787 | msgstr "" |
| 1788 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1789 | #: rfc2131.c:373 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1790 | msgid "via" |
| 1791 | msgstr "" |
| 1792 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1793 | #: rfc2131.c:385 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1794 | #, c-format |
| 1795 | msgid "%u available DHCP subnet: %s/%s" |
| 1796 | msgstr "" |
| 1797 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1798 | #: rfc2131.c:388 rfc3315.c:319 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1799 | #, c-format |
| 1800 | msgid "%u available DHCP range: %s -- %s" |
| 1801 | msgstr "" |
| 1802 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1803 | #: rfc2131.c:499 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1804 | #, c-format |
| 1805 | msgid "%u vendor class: %s" |
| 1806 | msgstr "" |
| 1807 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1808 | #: rfc2131.c:501 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1809 | #, c-format |
| 1810 | msgid "%u user class: %s" |
| 1811 | msgstr "" |
| 1812 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1813 | #: rfc2131.c:535 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1814 | msgid "disabled" |
| 1815 | msgstr "" |
| 1816 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1817 | #: rfc2131.c:576 rfc2131.c:1065 rfc2131.c:1509 rfc3315.c:632 rfc3315.c:815 |
| 1818 | #: rfc3315.c:1097 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1819 | msgid "ignored" |
| 1820 | msgstr "" |
| 1821 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1822 | #: rfc2131.c:591 rfc2131.c:1310 rfc3315.c:867 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1823 | msgid "address in use" |
| 1824 | msgstr "" |
| 1825 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1826 | #: rfc2131.c:605 rfc2131.c:1119 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1827 | msgid "no address available" |
| 1828 | msgstr "" |
| 1829 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1830 | #: rfc2131.c:612 rfc2131.c:1273 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1831 | msgid "wrong network" |
| 1832 | msgstr "" |
| 1833 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1834 | #: rfc2131.c:627 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1835 | msgid "no address configured" |
| 1836 | msgstr "" |
| 1837 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1838 | #: rfc2131.c:633 rfc2131.c:1323 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1839 | msgid "no leases left" |
| 1840 | msgstr "" |
| 1841 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1842 | #: rfc2131.c:734 rfc3315.c:499 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 1843 | #, c-format |
| 1844 | msgid "%u client provides name: %s" |
| 1845 | msgstr "" |
| 1846 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1847 | #: rfc2131.c:864 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1848 | msgid "PXE BIS not supported" |
| 1849 | msgstr "" |
| 1850 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1851 | #: rfc2131.c:1032 rfc3315.c:1197 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1852 | #, c-format |
| 1853 | msgid "disabling DHCP static address %s for %s" |
| 1854 | msgstr "" |
| 1855 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1856 | #: rfc2131.c:1053 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1857 | msgid "unknown lease" |
| 1858 | msgstr "" |
| 1859 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1860 | #: rfc2131.c:1088 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1861 | #, c-format |
| 1862 | msgid "not using configured address %s because it is leased to %s" |
| 1863 | msgstr "" |
| 1864 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1865 | #: rfc2131.c:1098 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1866 | #, c-format |
| 1867 | msgid "not using configured address %s because it is in use by the server or relay" |
| 1868 | msgstr "" |
| 1869 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1870 | #: rfc2131.c:1101 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1871 | #, c-format |
| 1872 | msgid "not using configured address %s because it was previously declined" |
| 1873 | msgstr "" |
| 1874 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1875 | #: rfc2131.c:1117 rfc2131.c:1316 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1876 | msgid "no unique-id" |
| 1877 | msgstr "" |
| 1878 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1879 | #: rfc2131.c:1209 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1880 | msgid "wrong server-ID" |
| 1881 | msgstr "" |
| 1882 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1883 | #: rfc2131.c:1228 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1884 | msgid "wrong address" |
| 1885 | msgstr "" |
| 1886 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1887 | #: rfc2131.c:1246 rfc3315.c:961 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1888 | msgid "lease not found" |
| 1889 | msgstr "" |
| 1890 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1891 | #: rfc2131.c:1281 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1892 | msgid "address not available" |
| 1893 | msgstr "" |
| 1894 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1895 | #: rfc2131.c:1292 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1896 | msgid "static lease available" |
| 1897 | msgstr "" |
| 1898 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1899 | #: rfc2131.c:1296 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1900 | msgid "address reserved" |
| 1901 | msgstr "" |
| 1902 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1903 | #: rfc2131.c:1304 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1904 | #, c-format |
| 1905 | msgid "abandoning lease to %s of %s" |
| 1906 | msgstr "" |
| 1907 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1908 | #: rfc2131.c:1845 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1909 | #, c-format |
| 1910 | msgid "%u bootfile name: %s" |
| 1911 | msgstr "" |
| 1912 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1913 | #: rfc2131.c:1854 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1914 | #, c-format |
| 1915 | msgid "%u server name: %s" |
| 1916 | msgstr "" |
| 1917 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1918 | #: rfc2131.c:1862 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1919 | #, c-format |
| 1920 | msgid "%u next server: %s" |
| 1921 | msgstr "" |
| 1922 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1923 | #: rfc2131.c:1865 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1924 | #, c-format |
| 1925 | msgid "%u broadcast response" |
| 1926 | msgstr "" |
| 1927 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1928 | #: rfc2131.c:1928 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1929 | #, c-format |
| 1930 | msgid "cannot send DHCP/BOOTP option %d: no space left in packet" |
| 1931 | msgstr "" |
| 1932 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1933 | #: rfc2131.c:2219 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 1934 | msgid "PXE menu too large" |
| 1935 | msgstr "" |
| 1936 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1937 | #: rfc2131.c:2358 rfc3315.c:1470 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1938 | #, c-format |
Simon Kelley | 7622fc0 | 2009-06-04 20:32:05 +0100 | [diff] [blame] | 1939 | msgid "%u requested options: %s" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 1940 | msgstr "" |
| 1941 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1942 | #: rfc2131.c:2675 |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 1943 | #, c-format |
| 1944 | msgid "cannot send RFC3925 option: too many options for enterprise number %d" |
| 1945 | msgstr "" |
| 1946 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1947 | #: rfc2131.c:2738 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 1948 | #, c-format |
| 1949 | msgid "%u reply delay: %d" |
| 1950 | msgstr "" |
| 1951 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1952 | #: netlink.c:76 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1953 | #, c-format |
| 1954 | msgid "cannot create netlink socket: %s" |
| 1955 | msgstr "" |
| 1956 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1957 | #: netlink.c:352 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1958 | #, c-format |
| 1959 | msgid "netlink returns error: %s" |
| 1960 | msgstr "" |
| 1961 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1962 | #: dbus.c:438 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1963 | #, c-format |
| 1964 | msgid "Enabling --%s option from D-Bus" |
| 1965 | msgstr "" |
| 1966 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1967 | #: dbus.c:443 |
Simon Kelley | f7bfbdc | 2015-06-10 22:31:02 +0100 | [diff] [blame] | 1968 | #, c-format |
| 1969 | msgid "Disabling --%s option from D-Bus" |
| 1970 | msgstr "" |
| 1971 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1972 | #: dbus.c:717 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1973 | msgid "setting upstream servers from DBus" |
| 1974 | msgstr "" |
| 1975 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1976 | #: dbus.c:764 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1977 | msgid "could not register a DBus message handler" |
| 1978 | msgstr "" |
| 1979 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1980 | #: bpf.c:261 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1981 | #, c-format |
| 1982 | msgid "cannot create DHCP BPF socket: %s" |
| 1983 | msgstr "" |
| 1984 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1985 | #: bpf.c:289 |
Simon Kelley | 849a835 | 2006-06-09 21:02:31 +0100 | [diff] [blame] | 1986 | #, c-format |
| 1987 | msgid "DHCP request for unsupported hardware type (%d) received on %s" |
| 1988 | msgstr "" |
Simon Kelley | 1697269 | 2006-10-16 20:04:18 +0100 | [diff] [blame] | 1989 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1990 | #: bpf.c:374 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1991 | #, c-format |
| 1992 | msgid "cannot create PF_ROUTE socket: %s" |
| 1993 | msgstr "" |
| 1994 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1995 | #: bpf.c:395 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 1996 | msgid "Unknown protocol version from route socket" |
| 1997 | msgstr "" |
| 1998 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 1999 | #: helper.c:150 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2000 | msgid "lease() function missing in Lua script" |
| 2001 | msgstr "" |
| 2002 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2003 | #: tftp.c:347 |
Simon Kelley | 824af85 | 2008-02-12 20:43:05 +0000 | [diff] [blame] | 2004 | msgid "unable to get free port for TFTP" |
| 2005 | msgstr "" |
| 2006 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2007 | #: tftp.c:363 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 2008 | #, c-format |
| 2009 | msgid "unsupported request from %s" |
| 2010 | msgstr "" |
| 2011 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2012 | #: tftp.c:510 |
Simon Kelley | 1b7ecd1 | 2007-02-05 14:57:57 +0000 | [diff] [blame] | 2013 | #, c-format |
| 2014 | msgid "file %s not found" |
| 2015 | msgstr "" |
| 2016 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2017 | #: tftp.c:628 |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 2018 | #, c-format |
Simon Kelley | 316e273 | 2010-01-22 20:16:09 +0000 | [diff] [blame] | 2019 | msgid "failed sending %s to %s" |
Simon Kelley | 832af0b | 2007-01-21 20:01:28 +0000 | [diff] [blame] | 2020 | msgstr "" |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2021 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2022 | #: tftp.c:628 |
Simon Kelley | 28866e9 | 2011-02-14 20:19:14 +0000 | [diff] [blame] | 2023 | #, c-format |
| 2024 | msgid "sent %s to %s" |
| 2025 | msgstr "" |
| 2026 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2027 | #: tftp.c:678 |
| 2028 | #, c-format |
| 2029 | msgid "error %d %s received from %s" |
| 2030 | msgstr "" |
| 2031 | |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2032 | #: log.c:190 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2033 | #, c-format |
| 2034 | msgid "overflow: %d log entries lost" |
| 2035 | msgstr "" |
| 2036 | |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2037 | #: log.c:268 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2038 | #, c-format |
| 2039 | msgid "log failed: %s" |
| 2040 | msgstr "" |
| 2041 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2042 | #: log.c:471 |
Simon Kelley | f2621c7 | 2007-04-29 19:47:21 +0100 | [diff] [blame] | 2043 | msgid "FAILED to start up" |
| 2044 | msgstr "" |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2045 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2046 | #: conntrack.c:63 |
Simon Kelley | 7de060b | 2011-08-26 17:24:52 +0100 | [diff] [blame] | 2047 | #, c-format |
| 2048 | msgid "Conntrack connection mark retrieval failed: %s" |
| 2049 | msgstr "" |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2050 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2051 | #: dhcp6.c:52 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2052 | #, c-format |
| 2053 | msgid "cannot create DHCPv6 socket: %s" |
| 2054 | msgstr "" |
| 2055 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2056 | #: dhcp6.c:73 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2057 | #, c-format |
| 2058 | msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s" |
| 2059 | msgstr "" |
| 2060 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2061 | #: dhcp6.c:85 |
Simon Kelley | c72daea | 2012-01-05 21:33:27 +0000 | [diff] [blame] | 2062 | #, c-format |
| 2063 | msgid "failed to bind DHCPv6 server socket: %s" |
| 2064 | msgstr "" |
| 2065 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2066 | #: rfc3315.c:173 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2067 | #, c-format |
| 2068 | msgid "no address range available for DHCPv6 request from relay at %s" |
| 2069 | msgstr "" |
| 2070 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2071 | #: rfc3315.c:182 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2072 | #, c-format |
| 2073 | msgid "no address range available for DHCPv6 request via %s" |
| 2074 | msgstr "" |
| 2075 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2076 | #: rfc3315.c:316 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2077 | #, c-format |
| 2078 | msgid "%u available DHCPv6 subnet: %s/%d" |
| 2079 | msgstr "" |
| 2080 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2081 | #: rfc3315.c:399 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2082 | #, c-format |
| 2083 | msgid "%u vendor class: %u" |
| 2084 | msgstr "" |
| 2085 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2086 | #: rfc3315.c:447 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2087 | #, c-format |
| 2088 | msgid "%u client MAC address: %s" |
| 2089 | msgstr "" |
| 2090 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2091 | #: rfc3315.c:762 rfc3315.c:859 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2092 | msgid "address unavailable" |
| 2093 | msgstr "" |
| 2094 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2095 | #: rfc3315.c:774 rfc3315.c:903 rfc3315.c:1247 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2096 | msgid "success" |
| 2097 | msgstr "" |
| 2098 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2099 | #: rfc3315.c:789 rfc3315.c:798 rfc3315.c:911 rfc3315.c:913 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2100 | msgid "no addresses available" |
| 2101 | msgstr "" |
| 2102 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2103 | #: rfc3315.c:890 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2104 | msgid "not on link" |
| 2105 | msgstr "" |
| 2106 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2107 | #: rfc3315.c:965 rfc3315.c:1156 rfc3315.c:1236 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2108 | msgid "no binding found" |
| 2109 | msgstr "" |
| 2110 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2111 | #: rfc3315.c:1002 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2112 | msgid "deprecated" |
| 2113 | msgstr "" |
| 2114 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2115 | #: rfc3315.c:1007 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2116 | msgid "address invalid" |
| 2117 | msgstr "" |
| 2118 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2119 | #: rfc3315.c:1057 rfc3315.c:1059 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2120 | msgid "confirm failed" |
| 2121 | msgstr "" |
| 2122 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2123 | #: rfc3315.c:1074 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2124 | msgid "all addresses still on link" |
| 2125 | msgstr "" |
| 2126 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2127 | #: rfc3315.c:1165 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2128 | msgid "release received" |
| 2129 | msgstr "" |
| 2130 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2131 | #: rfc3315.c:2130 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2132 | msgid "Cannot multicast to DHCPv6 server without correct interface" |
| 2133 | msgstr "" |
| 2134 | |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2135 | #: dhcp-common.c:145 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2136 | #, c-format |
| 2137 | msgid "Ignoring duplicate dhcp-option %d" |
| 2138 | msgstr "" |
| 2139 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2140 | #: dhcp-common.c:222 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2141 | #, c-format |
| 2142 | msgid "%u tags: %s" |
| 2143 | msgstr "" |
| 2144 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2145 | #: dhcp-common.c:444 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2146 | #, c-format |
| 2147 | msgid "%s has more than one address in hostsfile, using %s for DHCP" |
| 2148 | msgstr "" |
| 2149 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2150 | #: dhcp-common.c:478 |
Simon Kelley | e5ffdb9 | 2012-02-13 14:19:25 +0000 | [diff] [blame] | 2151 | #, c-format |
| 2152 | msgid "duplicate IP address %s (%s) in dhcp-config directive" |
| 2153 | msgstr "" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2154 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2155 | #: dhcp-common.c:542 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2156 | #, c-format |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2157 | msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s" |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2158 | msgstr "" |
| 2159 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2160 | #: dhcp-common.c:665 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2161 | #, c-format |
| 2162 | msgid "Known DHCP options:\n" |
| 2163 | msgstr "" |
| 2164 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2165 | #: dhcp-common.c:676 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2166 | #, c-format |
| 2167 | msgid "Known DHCPv6 options:\n" |
| 2168 | msgstr "" |
| 2169 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2170 | #: dhcp-common.c:873 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2171 | msgid ", prefix deprecated" |
| 2172 | msgstr "" |
| 2173 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2174 | #: dhcp-common.c:876 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2175 | #, c-format |
| 2176 | msgid ", lease time " |
| 2177 | msgstr "" |
| 2178 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2179 | #: dhcp-common.c:918 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2180 | #, c-format |
| 2181 | msgid "%s stateless on %s%.0s%.0s%s" |
| 2182 | msgstr "" |
| 2183 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2184 | #: dhcp-common.c:920 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2185 | #, c-format |
| 2186 | msgid "%s, static leases only on %.0s%s%s%.0s" |
| 2187 | msgstr "" |
| 2188 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2189 | #: dhcp-common.c:922 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2190 | #, c-format |
| 2191 | msgid "%s, proxy on subnet %.0s%s%.0s%.0s" |
| 2192 | msgstr "" |
| 2193 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2194 | #: dhcp-common.c:923 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2195 | #, c-format |
| 2196 | msgid "%s, IP range %s -- %s%s%.0s" |
| 2197 | msgstr "" |
| 2198 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2199 | #: dhcp-common.c:936 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2200 | #, c-format |
| 2201 | msgid "DHCPv4-derived IPv6 names on %s%s" |
| 2202 | msgstr "" |
| 2203 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2204 | #: dhcp-common.c:939 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2205 | #, c-format |
| 2206 | msgid "router advertisement on %s%s" |
| 2207 | msgstr "" |
| 2208 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2209 | #: dhcp-common.c:950 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2210 | #, c-format |
| 2211 | msgid "DHCP relay from %s to %s via %s" |
| 2212 | msgstr "" |
| 2213 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2214 | #: dhcp-common.c:952 |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2215 | #, c-format |
| 2216 | msgid "DHCP relay from %s to %s" |
| 2217 | msgstr "" |
| 2218 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2219 | #: radv.c:110 |
Simon Kelley | bc5992d | 2012-02-28 18:07:15 +0000 | [diff] [blame] | 2220 | #, c-format |
| 2221 | msgid "cannot create ICMPv6 socket: %s" |
| 2222 | msgstr "" |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2223 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2224 | #: auth.c:439 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2225 | #, c-format |
| 2226 | msgid "ignoring zone transfer request from %s" |
| 2227 | msgstr "" |
| 2228 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2229 | #: ipset.c:95 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2230 | #, c-format |
| 2231 | msgid "failed to find kernel version: %s" |
| 2232 | msgstr "" |
| 2233 | |
Simon Kelley | d5c35a5 | 2013-10-01 20:28:22 +0100 | [diff] [blame] | 2234 | #: ipset.c:114 |
Simon Kelley | 9f9bd08 | 2013-03-22 15:11:53 +0000 | [diff] [blame] | 2235 | #, c-format |
| 2236 | msgid "failed to create IPset control socket: %s" |
| 2237 | msgstr "" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2238 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2239 | #: ipset.c:226 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2240 | #, c-format |
| 2241 | msgid "failed to update ipset %s: %s" |
| 2242 | msgstr "" |
| 2243 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2244 | #: dnssec.c:206 |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2245 | msgid "system time considered valid, now checking DNSSEC signature timestamps." |
| 2246 | msgstr "" |
| 2247 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2248 | #: dnssec.c:902 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2249 | #, c-format |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2250 | msgid "Insecure DS reply received for %s, check domain configuration and upstream DNS server DNSSEC support" |
| 2251 | msgstr "" |
| 2252 | |
| 2253 | #: blockdata.c:55 |
| 2254 | #, c-format |
| 2255 | msgid "pool memory in use %u, max %u, allocated %u" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2256 | msgstr "" |
| 2257 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2258 | #: tables.c:61 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2259 | #, c-format |
| 2260 | msgid "failed to access pf devices: %s" |
| 2261 | msgstr "" |
| 2262 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2263 | #: tables.c:74 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2264 | #, c-format |
| 2265 | msgid "warning: no opened pf devices %s" |
| 2266 | msgstr "" |
| 2267 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2268 | #: tables.c:82 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2269 | #, c-format |
| 2270 | msgid "error: cannot use table name %s" |
| 2271 | msgstr "" |
| 2272 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2273 | #: tables.c:90 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2274 | #, c-format |
| 2275 | msgid "error: cannot strlcpy table name %s" |
| 2276 | msgstr "" |
| 2277 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2278 | #: tables.c:101 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2279 | #, c-format |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2280 | msgid "IPset: error:%s" |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2281 | msgstr "" |
| 2282 | |
Simon Kelley | 30df7ef | 2017-10-02 14:13:51 +0100 | [diff] [blame] | 2283 | #: tables.c:108 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2284 | msgid "info: table created" |
| 2285 | msgstr "" |
| 2286 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2287 | #: tables.c:133 |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2288 | #, c-format |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2289 | msgid "warning: DIOCR%sADDRS: %s" |
| 2290 | msgstr "" |
| 2291 | |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2292 | #: tables.c:137 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2293 | #, c-format |
Simon Kelley | b4f971a | 2014-09-13 20:28:30 +0100 | [diff] [blame] | 2294 | msgid "%d addresses %s" |
| 2295 | msgstr "" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2296 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2297 | #: inotify.c:62 |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2298 | #, c-format |
| 2299 | msgid "cannot access path %s: %s" |
| 2300 | msgstr "" |
| 2301 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2302 | #: inotify.c:95 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2303 | #, c-format |
| 2304 | msgid "failed to create inotify: %s" |
| 2305 | msgstr "" |
| 2306 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2307 | #: inotify.c:111 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2308 | #, c-format |
Simon Kelley | c895a06 | 2015-07-12 21:27:40 +0100 | [diff] [blame] | 2309 | msgid "too many symlinks following %s" |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2310 | msgstr "" |
| 2311 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2312 | #: inotify.c:127 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2313 | #, c-format |
| 2314 | msgid "directory %s for resolv-file is missing, cannot poll" |
| 2315 | msgstr "" |
| 2316 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2317 | #: inotify.c:131 inotify.c:168 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2318 | #, c-format |
| 2319 | msgid "failed to create inotify for %s: %s" |
| 2320 | msgstr "" |
| 2321 | |
Simon Kelley | 88b09aa | 2016-05-14 20:56:02 +0100 | [diff] [blame] | 2322 | #: inotify.c:153 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2323 | #, c-format |
| 2324 | msgid "bad dynamic directory %s: %s" |
| 2325 | msgstr "" |
| 2326 | |
Simon Kelley | 232a8f3 | 2018-02-14 23:02:34 +0000 | [diff] [blame] | 2327 | #: inotify.c:257 |
Simon Kelley | fd6ad9e | 2015-03-30 07:52:21 +0100 | [diff] [blame] | 2328 | #, c-format |
| 2329 | msgid "inotify, new or changed file %s" |
| 2330 | msgstr "" |
Simon Kelley | 977a5a2 | 2020-03-02 22:34:12 +0000 | [diff] [blame] | 2331 | |
| 2332 | #: dump.c:64 |
| 2333 | #, c-format |
| 2334 | msgid "cannot create %s: %s" |
| 2335 | msgstr "" |
| 2336 | |
| 2337 | #: dump.c:70 |
| 2338 | #, c-format |
| 2339 | msgid "bad header in %s" |
| 2340 | msgstr "" |
| 2341 | |
| 2342 | #: dump.c:201 |
| 2343 | msgid "failed to write packet dump" |
| 2344 | msgstr "" |
| 2345 | |
| 2346 | #: dump.c:203 |
| 2347 | #, c-format |
| 2348 | msgid "dumping UDP packet %u mask 0x%04x" |
| 2349 | msgstr "" |
| 2350 | |
| 2351 | #: ubus.c:52 |
| 2352 | #, c-format |
| 2353 | msgid "UBus subscription callback: %s subscriber(s)" |
| 2354 | msgstr "" |
| 2355 | |
| 2356 | #: ubus.c:73 |
| 2357 | #, c-format |
| 2358 | msgid "Cannot reconnect to UBus: %s" |
| 2359 | msgstr "" |
| 2360 | |
| 2361 | #: ubus.c:89 |
| 2362 | msgid "Cannot initialize UBus: connection failed" |
| 2363 | msgstr "" |
| 2364 | |
| 2365 | #: ubus.c:102 |
| 2366 | #, c-format |
| 2367 | msgid "Cannot add object to UBus: %s" |
| 2368 | msgstr "" |
| 2369 | |
| 2370 | #: ubus.c:112 |
| 2371 | msgid "Connected to system UBus" |
| 2372 | msgstr "" |
| 2373 | |
| 2374 | #: ubus.c:122 |
| 2375 | msgid "Cannot set UBus listeners: no connection" |
| 2376 | msgstr "" |
| 2377 | |
| 2378 | #: ubus.c:142 |
| 2379 | msgid "Cannot poll UBus listeners: no connection" |
| 2380 | msgstr "" |
| 2381 | |
| 2382 | #: ubus.c:155 |
| 2383 | msgid "Disconnecting from UBus" |
| 2384 | msgstr "" |
| 2385 | |
| 2386 | #: ubus.c:199 |
| 2387 | #, c-format |
| 2388 | msgid "Failed to send UBus event: %s" |
| 2389 | msgstr "" |