blob: 81ead31c6568d0fdc29b2221089e63243170008c [file] [log] [blame]
Simon Kelley849a8352006-06-09 21:02:31 +01001# Italian translations for dnsmasq package.
2# This file is put in the public domain.
3# Simon Kelley <simon@thekelleys.org.uk>, 2006.
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: dnsmasq 2.32\n"
8"Report-Msgid-Bugs-To: \n"
Simon Kelley1f15b812009-10-13 17:49:32 +01009"POT-Creation-Date: 2009-06-18 12:24+0100\n"
Chris Novakovic4e841da2017-09-25 17:21:49 +010010"PO-Revision-Date: 2017-07-17 18:30+0100\n"
Simon Kelley849a8352006-06-09 21:02:31 +010011"Last-Translator: Simon Kelley <simon@thekelleys.org.uk>\n"
12"Language-Team: Italian <tp@lists.linux.it>\n"
Simon Kelley9f9bd082013-03-22 15:11:53 +000013"Language: it\n"
Simon Kelley849a8352006-06-09 21:02:31 +010014"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 Kelley88b09aa2016-05-14 20:56:02 +010019#: cache.c:513
Simon Kelleyb4f971a2014-09-13 20:28:30 +010020msgid "Internal error in cache."
21msgstr ""
22
Simon Kelley88b09aa2016-05-14 20:56:02 +010023#: cache.c:922
Simon Kelley849a8352006-06-09 21:02:31 +010024#, c-format
Simon Kelleyf2621c72007-04-29 19:47:21 +010025msgid "failed to load names from %s: %s"
Simon Kelley849a8352006-06-09 21:02:31 +010026msgstr ""
27
Simon Kelley88b09aa2016-05-14 20:56:02 +010028#: cache.c:948 dhcp.c:835
Simon Kelley849a8352006-06-09 21:02:31 +010029#, c-format
30msgid "bad address at %s line %d"
31msgstr ""
32
Simon Kelley88b09aa2016-05-14 20:56:02 +010033#: cache.c:1001 dhcp.c:851
Simon Kelley849a8352006-06-09 21:02:31 +010034#, c-format
35msgid "bad name at %s line %d"
36msgstr ""
37
Simon Kelley88b09aa2016-05-14 20:56:02 +010038#: cache.c:1010 dhcp.c:926
Simon Kelley849a8352006-06-09 21:02:31 +010039#, c-format
40msgid "read %s - %d addresses"
41msgstr ""
42
Simon Kelley88b09aa2016-05-14 20:56:02 +010043#: cache.c:1122
Simon Kelley849a8352006-06-09 21:02:31 +010044msgid "cleared cache"
45msgstr ""
46
Simon Kelley88b09aa2016-05-14 20:56:02 +010047#: cache.c:1151
Simon Kelley7de060b2011-08-26 17:24:52 +010048#, c-format
49msgid "No IPv4 address found for %s"
50msgstr ""
51
Simon Kelley88b09aa2016-05-14 20:56:02 +010052#: cache.c:1229
Simon Kelley8ef5ada2010-06-03 19:42:45 +010053#, c-format
54msgid "%s is a CNAME, not giving it to the DHCP lease of %s"
55msgstr ""
56
Simon Kelley88b09aa2016-05-14 20:56:02 +010057#: cache.c:1253
Simon Kelley849a8352006-06-09 21:02:31 +010058#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +010059msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
Simon Kelley849a8352006-06-09 21:02:31 +010060msgstr ""
61
Simon Kelley88b09aa2016-05-14 20:56:02 +010062#: cache.c:1408
Simon Kelley849a8352006-06-09 21:02:31 +010063#, c-format
Simon Kelley824af852008-02-12 20:43:05 +000064msgid "time %lu"
Simon Kelley849a8352006-06-09 21:02:31 +010065msgstr ""
66
Simon Kelley88b09aa2016-05-14 20:56:02 +010067#: cache.c:1409
Simon Kelley824af852008-02-12 20:43:05 +000068#, c-format
69msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries."
70msgstr ""
71
Simon Kelley88b09aa2016-05-14 20:56:02 +010072#: cache.c:1411
Simon Kelley824af852008-02-12 20:43:05 +000073#, c-format
74msgid "queries forwarded %u, queries answered locally %u"
75msgstr ""
76
Simon Kelley88b09aa2016-05-14 20:56:02 +010077#: cache.c:1414
Simon Kelleye142a832013-11-22 10:38:55 +000078#, c-format
79msgid "queries for authoritative zones %u"
80msgstr ""
81
Simon Kelley88b09aa2016-05-14 20:56:02 +010082#: cache.c:1440
Simon Kelley824af852008-02-12 20:43:05 +000083#, c-format
84msgid "server %s#%d: queries sent %u, retried or failed %u"
85msgstr ""
86
Simon Kelleyb4f971a2014-09-13 20:28:30 +010087#: util.c:45
Simon Kelley1a6bca82008-07-11 11:11:42 +010088#, c-format
89msgid "failed to seed the random number generator: %s"
90msgstr ""
91
Simon Kelleyb4f971a2014-09-13 20:28:30 +010092#: util.c:205
Simon Kelley1f15b812009-10-13 17:49:32 +010093msgid "failed to allocate memory"
94msgstr ""
95
Simon Kelley88b09aa2016-05-14 20:56:02 +010096#: util.c:250 option.c:616
Simon Kelley849a8352006-06-09 21:02:31 +010097msgid "could not get memory"
98msgstr ""
99
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100100#: util.c:260
Simon Kelley1a6bca82008-07-11 11:11:42 +0100101#, c-format
102msgid "cannot create pipe: %s"
103msgstr ""
104
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100105#: util.c:268
Simon Kelley5aabfc72007-08-29 11:24:47 +0100106#, c-format
107msgid "failed to allocate %d bytes"
108msgstr ""
109
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100110#: util.c:437
Simon Kelley849a8352006-06-09 21:02:31 +0100111#, c-format
112msgid "infinite"
113msgstr ""
114
Simon Kelley88b09aa2016-05-14 20:56:02 +0100115#: option.c:342
Simon Kelley849a8352006-06-09 21:02:31 +0100116msgid "Specify local address(es) to listen on."
117msgstr ""
118
Simon Kelley88b09aa2016-05-14 20:56:02 +0100119#: option.c:343
Simon Kelley849a8352006-06-09 21:02:31 +0100120msgid "Return ipaddr for all hosts in specified domains."
121msgstr ""
122
Simon Kelley88b09aa2016-05-14 20:56:02 +0100123#: option.c:344
Simon Kelley849a8352006-06-09 21:02:31 +0100124msgid "Fake reverse lookups for RFC1918 private address ranges."
125msgstr ""
126
Simon Kelley88b09aa2016-05-14 20:56:02 +0100127#: option.c:345
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100128msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)."
Simon Kelley6b010842007-02-12 20:32:07 +0000129msgstr ""
130
Simon Kelley88b09aa2016-05-14 20:56:02 +0100131#: option.c:346
Simon Kelley7622fc02009-06-04 20:32:05 +0100132#, c-format
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100133msgid "Specify the size of the cache in entries (defaults to %s)."
Simon Kelley5aabfc72007-08-29 11:24:47 +0100134msgstr ""
135
Simon Kelley88b09aa2016-05-14 20:56:02 +0100136#: option.c:347
Simon Kelley7622fc02009-06-04 20:32:05 +0100137#, c-format
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100138msgid "Specify configuration file (defaults to %s)."
Simon Kelley6b010842007-02-12 20:32:07 +0000139msgstr ""
140
Simon Kelley88b09aa2016-05-14 20:56:02 +0100141#: option.c:348
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100142msgid "Do NOT fork into the background: run in debug mode."
Simon Kelley824af852008-02-12 20:43:05 +0000143msgstr ""
144
Simon Kelley88b09aa2016-05-14 20:56:02 +0100145#: option.c:349
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100146msgid "Do NOT forward queries with no domain part."
Simon Kelley824af852008-02-12 20:43:05 +0000147msgstr ""
148
Simon Kelley88b09aa2016-05-14 20:56:02 +0100149#: option.c:350
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100150msgid "Return self-pointing MX records for local hosts."
Simon Kelley824af852008-02-12 20:43:05 +0000151msgstr ""
152
Simon Kelley88b09aa2016-05-14 20:56:02 +0100153#: option.c:351
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100154msgid "Expand simple names in /etc/hosts with domain-suffix."
Simon Kelley824af852008-02-12 20:43:05 +0000155msgstr ""
156
Simon Kelley88b09aa2016-05-14 20:56:02 +0100157#: option.c:352
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100158msgid "Don't forward spurious DNS requests from Windows hosts."
Simon Kelley824af852008-02-12 20:43:05 +0000159msgstr ""
160
Simon Kelley88b09aa2016-05-14 20:56:02 +0100161#: option.c:353
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100162msgid "Enable DHCP in the range given with lease duration."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100163msgstr ""
164
Simon Kelley88b09aa2016-05-14 20:56:02 +0100165#: option.c:354
Simon Kelleybc5992d2012-02-28 18:07:15 +0000166#, c-format
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100167msgid "Change to this group after startup (defaults to %s)."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100168msgstr ""
169
Simon Kelley88b09aa2016-05-14 20:56:02 +0100170#: option.c:355
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100171msgid "Set address or hostname for a specified machine."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100172msgstr ""
173
Simon Kelley88b09aa2016-05-14 20:56:02 +0100174#: option.c:356
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100175msgid "Read DHCP host specs from file."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000176msgstr ""
177
Simon Kelley88b09aa2016-05-14 20:56:02 +0100178#: option.c:357
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100179msgid "Read DHCP option specs from file."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000180msgstr ""
181
Simon Kelley88b09aa2016-05-14 20:56:02 +0100182#: option.c:358
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100183msgid "Read DHCP host specs from a directory."
184msgstr ""
185
Simon Kelley88b09aa2016-05-14 20:56:02 +0100186#: option.c:359
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100187msgid "Read DHCP options from a directory."
188msgstr ""
189
Simon Kelley88b09aa2016-05-14 20:56:02 +0100190#: option.c:360
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100191msgid "Evaluate conditional tag expression."
Simon Kelley28866e92011-02-14 20:19:14 +0000192msgstr ""
193
Simon Kelley88b09aa2016-05-14 20:56:02 +0100194#: option.c:361
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100195#, c-format
196msgid "Do NOT load %s file."
Simon Kelley28866e92011-02-14 20:19:14 +0000197msgstr ""
198
Simon Kelley88b09aa2016-05-14 20:56:02 +0100199#: option.c:362
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100200#, c-format
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100201msgid "Specify a hosts file to be read in addition to %s."
Simon Kelley28866e92011-02-14 20:19:14 +0000202msgstr ""
203
Simon Kelley88b09aa2016-05-14 20:56:02 +0100204#: option.c:363
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100205msgid "Read hosts files from a directory."
206msgstr ""
207
Simon Kelley88b09aa2016-05-14 20:56:02 +0100208#: option.c:364
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100209msgid "Specify interface(s) to listen on."
Simon Kelley28866e92011-02-14 20:19:14 +0000210msgstr ""
211
Simon Kelley88b09aa2016-05-14 20:56:02 +0100212#: option.c:365
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100213msgid "Specify interface(s) NOT to listen on."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100214msgstr ""
215
Simon Kelley88b09aa2016-05-14 20:56:02 +0100216#: option.c:366
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100217msgid "Map DHCP user class to tag."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100218msgstr ""
219
Simon Kelley88b09aa2016-05-14 20:56:02 +0100220#: option.c:367
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100221msgid "Map RFC3046 circuit-id to tag."
222msgstr ""
223
Simon Kelley88b09aa2016-05-14 20:56:02 +0100224#: option.c:368
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100225msgid "Map RFC3046 remote-id to tag."
226msgstr ""
227
Simon Kelley88b09aa2016-05-14 20:56:02 +0100228#: option.c:369
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100229msgid "Map RFC3993 subscriber-id to tag."
230msgstr ""
231
Simon Kelley88b09aa2016-05-14 20:56:02 +0100232#: option.c:370
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100233msgid "Don't do DHCP for hosts with tag set."
234msgstr ""
235
Simon Kelley88b09aa2016-05-14 20:56:02 +0100236#: option.c:371
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100237msgid "Force broadcast replies for hosts with tag set."
238msgstr ""
239
Simon Kelley88b09aa2016-05-14 20:56:02 +0100240#: option.c:372
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100241msgid "Do NOT fork into the background, do NOT run in debug mode."
242msgstr ""
243
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100244#: option.c:373
Simon Kelley88b09aa2016-05-14 20:56:02 +0100245msgid "Assume we are the only DHCP server on the local network."
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100246msgstr ""
247
248#: option.c:374
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100249#, c-format
Simon Kelley88b09aa2016-05-14 20:56:02 +0100250msgid "Specify where to store DHCP leases (defaults to %s)."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100251msgstr ""
252
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100253#: option.c:375
Simon Kelley88b09aa2016-05-14 20:56:02 +0100254msgid "Return MX records for local hosts."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100255msgstr ""
256
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100257#: option.c:376
Simon Kelley88b09aa2016-05-14 20:56:02 +0100258msgid "Specify an MX record."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100259msgstr ""
260
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100261#: option.c:377
Simon Kelley88b09aa2016-05-14 20:56:02 +0100262msgid "Specify BOOTP options to DHCP server."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100263msgstr ""
264
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100265#: option.c:378
Simon Kelleyc72daea2012-01-05 21:33:27 +0000266#, c-format
Simon Kelley88b09aa2016-05-14 20:56:02 +0100267msgid "Do NOT poll %s file, reload only on SIGHUP."
Simon Kelley7de060b2011-08-26 17:24:52 +0100268msgstr ""
269
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100270#: option.c:379
Simon Kelley88b09aa2016-05-14 20:56:02 +0100271msgid "Do NOT cache failed search results."
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100272msgstr ""
273
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100274#: option.c:380
Simon Kelley88b09aa2016-05-14 20:56:02 +0100275#, c-format
276msgid "Use nameservers strictly in the order given in %s."
Simon Kelley7de060b2011-08-26 17:24:52 +0100277msgstr ""
278
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100279#: option.c:381
Simon Kelley88b09aa2016-05-14 20:56:02 +0100280msgid "Specify options to be sent to DHCP clients."
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100281msgstr ""
282
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100283#: option.c:382
Simon Kelley88b09aa2016-05-14 20:56:02 +0100284msgid "DHCP option sent even if the client does not request it."
Simon Kelley7de060b2011-08-26 17:24:52 +0100285msgstr ""
286
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100287#: option.c:383
Simon Kelley88b09aa2016-05-14 20:56:02 +0100288msgid "Specify port to listen for DNS requests on (defaults to 53)."
Simon Kelley7de060b2011-08-26 17:24:52 +0100289msgstr ""
290
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100291#: option.c:384
Simon Kelley88b09aa2016-05-14 20:56:02 +0100292#, c-format
293msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)."
Simon Kelleyc72daea2012-01-05 21:33:27 +0000294msgstr ""
295
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100296#: option.c:385
Simon Kelley88b09aa2016-05-14 20:56:02 +0100297msgid "Log DNS queries."
Simon Kelleyc72daea2012-01-05 21:33:27 +0000298msgstr ""
299
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100300#: option.c:386
Simon Kelley88b09aa2016-05-14 20:56:02 +0100301msgid "Force the originating port for upstream DNS queries."
Simon Kelleyc72daea2012-01-05 21:33:27 +0000302msgstr ""
303
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100304#: option.c:387
Simon Kelley88b09aa2016-05-14 20:56:02 +0100305msgid "Do NOT read resolv.conf."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100306msgstr ""
307
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100308#: option.c:388
Simon Kelley88b09aa2016-05-14 20:56:02 +0100309#, c-format
310msgid "Specify path to resolv.conf (defaults to %s)."
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100311msgstr ""
312
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100313#: option.c:389
Simon Kelley88b09aa2016-05-14 20:56:02 +0100314msgid "Specify path to file with server= options"
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100315msgstr ""
316
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100317#: option.c:390
Simon Kelley88b09aa2016-05-14 20:56:02 +0100318msgid "Specify address(es) of upstream servers with optional domains."
319msgstr ""
320
321#: option.c:391
322msgid "Specify address of upstream servers for reverse address queries"
323msgstr ""
324
325#: option.c:392
326msgid "Never forward queries to specified domains."
327msgstr ""
328
329#: option.c:393
330msgid "Specify the domain to be assigned in DHCP leases."
331msgstr ""
332
333#: option.c:394
334msgid "Specify default target in an MX record."
335msgstr ""
336
337#: option.c:395
338msgid "Specify time-to-live in seconds for replies from /etc/hosts."
339msgstr ""
340
341#: option.c:396
342msgid "Specify time-to-live in seconds for negative caching."
343msgstr ""
344
345#: option.c:397
346msgid "Specify time-to-live in seconds for maximum TTL to send to clients."
347msgstr ""
348
349#: option.c:398
350msgid "Specify time-to-live ceiling for cache."
351msgstr ""
352
353#: option.c:399
354msgid "Specify time-to-live floor for cache."
355msgstr ""
356
357#: option.c:400
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100358#, c-format
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100359msgid "Change to this user after startup. (defaults to %s)."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100360msgstr ""
361
Simon Kelley88b09aa2016-05-14 20:56:02 +0100362#: option.c:401
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100363msgid "Map DHCP vendor class to tag."
Simon Kelley824af852008-02-12 20:43:05 +0000364msgstr ""
365
Simon Kelley88b09aa2016-05-14 20:56:02 +0100366#: option.c:402
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100367msgid "Display dnsmasq version and copyright information."
Simon Kelley824af852008-02-12 20:43:05 +0000368msgstr ""
369
Simon Kelley88b09aa2016-05-14 20:56:02 +0100370#: option.c:403
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100371msgid "Translate IPv4 addresses from upstream servers."
Simon Kelley824af852008-02-12 20:43:05 +0000372msgstr ""
373
Simon Kelley88b09aa2016-05-14 20:56:02 +0100374#: option.c:404
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100375msgid "Specify a SRV record."
Simon Kelley824af852008-02-12 20:43:05 +0000376msgstr ""
377
Simon Kelley88b09aa2016-05-14 20:56:02 +0100378#: option.c:405
379msgid "Display this message. Use --help dhcp or --help dhcp6 for known DHCP options."
Simon Kelley824af852008-02-12 20:43:05 +0000380msgstr ""
381
Simon Kelley88b09aa2016-05-14 20:56:02 +0100382#: option.c:406
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100383#, c-format
384msgid "Specify path of PID file (defaults to %s)."
Simon Kelley824af852008-02-12 20:43:05 +0000385msgstr ""
386
Simon Kelley88b09aa2016-05-14 20:56:02 +0100387#: option.c:407
Simon Kelley824af852008-02-12 20:43:05 +0000388#, c-format
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100389msgid "Specify maximum number of DHCP leases (defaults to %s)."
Simon Kelley824af852008-02-12 20:43:05 +0000390msgstr ""
391
Simon Kelley88b09aa2016-05-14 20:56:02 +0100392#: option.c:408
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100393msgid "Answer DNS queries based on the interface a query was sent to."
Simon Kelley824af852008-02-12 20:43:05 +0000394msgstr ""
395
Simon Kelley88b09aa2016-05-14 20:56:02 +0100396#: option.c:409
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100397msgid "Specify TXT DNS record."
Simon Kelley824af852008-02-12 20:43:05 +0000398msgstr ""
399
Simon Kelley88b09aa2016-05-14 20:56:02 +0100400#: option.c:410
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100401msgid "Specify PTR DNS record."
Simon Kelley824af852008-02-12 20:43:05 +0000402msgstr ""
403
Simon Kelley88b09aa2016-05-14 20:56:02 +0100404#: option.c:411
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100405msgid "Give DNS name to IPv4 address of interface."
Simon Kelley824af852008-02-12 20:43:05 +0000406msgstr ""
407
Simon Kelley88b09aa2016-05-14 20:56:02 +0100408#: option.c:412
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100409msgid "Bind only to interfaces in use."
Simon Kelley824af852008-02-12 20:43:05 +0000410msgstr ""
411
Simon Kelley88b09aa2016-05-14 20:56:02 +0100412#: option.c:413
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100413#, c-format
414msgid "Read DHCP static host information from %s."
Simon Kelley824af852008-02-12 20:43:05 +0000415msgstr ""
416
Simon Kelley88b09aa2016-05-14 20:56:02 +0100417#: option.c:414
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100418msgid "Enable the DBus interface for setting upstream servers, etc."
Simon Kelley824af852008-02-12 20:43:05 +0000419msgstr ""
420
Simon Kelley88b09aa2016-05-14 20:56:02 +0100421#: option.c:415
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100422msgid "Do not provide DHCP on this interface, only provide DNS."
Simon Kelley824af852008-02-12 20:43:05 +0000423msgstr ""
424
Simon Kelley88b09aa2016-05-14 20:56:02 +0100425#: option.c:416
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100426msgid "Enable dynamic address allocation for bootp."
Simon Kelley824af852008-02-12 20:43:05 +0000427msgstr ""
428
Simon Kelley88b09aa2016-05-14 20:56:02 +0100429#: option.c:417
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100430msgid "Map MAC address (with wildcards) to option set."
Simon Kelley824af852008-02-12 20:43:05 +0000431msgstr ""
432
Simon Kelley88b09aa2016-05-14 20:56:02 +0100433#: option.c:418
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100434msgid "Treat DHCP requests on aliases as arriving from interface."
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000435msgstr ""
436
Simon Kelley88b09aa2016-05-14 20:56:02 +0100437#: option.c:419
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100438msgid "Disable ICMP echo address checking in the DHCP server."
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000439msgstr ""
440
Simon Kelley88b09aa2016-05-14 20:56:02 +0100441#: option.c:420
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100442msgid "Shell script to run on DHCP lease creation and destruction."
443msgstr ""
444
Simon Kelley88b09aa2016-05-14 20:56:02 +0100445#: option.c:421
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100446msgid "Lua script to run on DHCP lease creation and destruction."
447msgstr ""
448
Simon Kelley88b09aa2016-05-14 20:56:02 +0100449#: option.c:422
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100450msgid "Run lease-change scripts as this user."
451msgstr ""
452
Simon Kelley88b09aa2016-05-14 20:56:02 +0100453#: option.c:423
454msgid "Call dhcp-script with changes to local ARP table."
455msgstr ""
456
457#: option.c:424
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100458msgid "Read configuration from all the files in this directory."
459msgstr ""
460
Simon Kelley88b09aa2016-05-14 20:56:02 +0100461#: option.c:425
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100462msgid "Log to this syslog facility or file. (defaults to DAEMON)"
463msgstr ""
464
Simon Kelley88b09aa2016-05-14 20:56:02 +0100465#: option.c:426
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100466msgid "Do not use leasefile."
467msgstr ""
468
Simon Kelley88b09aa2016-05-14 20:56:02 +0100469#: option.c:427
Simon Kelley824af852008-02-12 20:43:05 +0000470#, c-format
471msgid "Maximum number of concurrent DNS queries. (defaults to %s)"
472msgstr ""
473
Simon Kelley88b09aa2016-05-14 20:56:02 +0100474#: option.c:428
Simon Kelley824af852008-02-12 20:43:05 +0000475#, c-format
476msgid "Clear DNS cache when reloading %s."
477msgstr ""
478
Simon Kelley88b09aa2016-05-14 20:56:02 +0100479#: option.c:429
Simon Kelley824af852008-02-12 20:43:05 +0000480msgid "Ignore hostnames provided by DHCP clients."
481msgstr ""
482
Simon Kelley88b09aa2016-05-14 20:56:02 +0100483#: option.c:430
Simon Kelley824af852008-02-12 20:43:05 +0000484msgid "Do NOT reuse filename and server fields for extra DHCP options."
485msgstr ""
486
Simon Kelley88b09aa2016-05-14 20:56:02 +0100487#: option.c:431
Simon Kelley824af852008-02-12 20:43:05 +0000488msgid "Enable integrated read-only TFTP server."
489msgstr ""
490
Simon Kelley88b09aa2016-05-14 20:56:02 +0100491#: option.c:432
Simon Kelley824af852008-02-12 20:43:05 +0000492msgid "Export files by TFTP only from the specified subtree."
493msgstr ""
494
Simon Kelley88b09aa2016-05-14 20:56:02 +0100495#: option.c:433
Simon Kelley824af852008-02-12 20:43:05 +0000496msgid "Add client IP address to tftp-root."
497msgstr ""
498
Simon Kelley88b09aa2016-05-14 20:56:02 +0100499#: option.c:434
Simon Kelley824af852008-02-12 20:43:05 +0000500msgid "Allow access only to files owned by the user running dnsmasq."
501msgstr ""
502
Simon Kelley88b09aa2016-05-14 20:56:02 +0100503#: option.c:435
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100504msgid "Do not terminate the service if TFTP directories are inaccessible."
505msgstr ""
506
Simon Kelley88b09aa2016-05-14 20:56:02 +0100507#: option.c:436
Simon Kelley6b010842007-02-12 20:32:07 +0000508#, c-format
Simon Kelley832af0b2007-01-21 20:01:28 +0000509msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)."
510msgstr ""
511
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100512#: option.c:437
Simon Kelley88b09aa2016-05-14 20:56:02 +0100513msgid "Maximum MTU to use for TFTP transfers."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100514msgstr ""
515
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100516#: option.c:438
Simon Kelley88b09aa2016-05-14 20:56:02 +0100517msgid "Disable the TFTP blocksize extension."
Simon Kelley1a6bca82008-07-11 11:11:42 +0100518msgstr ""
519
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100520#: option.c:439
Simon Kelley88b09aa2016-05-14 20:56:02 +0100521msgid "Convert TFTP filenames to lowercase"
Simon Kelley9009d742008-11-14 20:04:27 +0000522msgstr ""
523
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100524#: option.c:440
Simon Kelley88b09aa2016-05-14 20:56:02 +0100525msgid "Ephemeral port range for use by TFTP transfers."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100526msgstr ""
527
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100528#: option.c:441
Simon Kelley88b09aa2016-05-14 20:56:02 +0100529msgid "Extra logging for DHCP."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100530msgstr ""
531
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100532#: option.c:442
Simon Kelley88b09aa2016-05-14 20:56:02 +0100533msgid "Enable async. logging; optionally set queue length."
Simon Kelley7de060b2011-08-26 17:24:52 +0100534msgstr ""
535
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100536#: option.c:443
Simon Kelley88b09aa2016-05-14 20:56:02 +0100537msgid "Stop DNS rebinding. Filter private IP ranges when resolving."
Simon Kelley7de060b2011-08-26 17:24:52 +0100538msgstr ""
539
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100540#: option.c:444
Simon Kelley88b09aa2016-05-14 20:56:02 +0100541msgid "Allow rebinding of 127.0.0.0/8, for RBL servers."
Simon Kelleyc72daea2012-01-05 21:33:27 +0000542msgstr ""
543
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100544#: option.c:445
Simon Kelley88b09aa2016-05-14 20:56:02 +0100545msgid "Inhibit DNS-rebind protection on this domain."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000546msgstr ""
547
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100548#: option.c:446
Simon Kelley88b09aa2016-05-14 20:56:02 +0100549msgid "Always perform DNS queries to all servers."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000550msgstr ""
551
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100552#: option.c:447
Simon Kelley88b09aa2016-05-14 20:56:02 +0100553msgid "Set tag if client includes matching option in request."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000554msgstr ""
555
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100556#: option.c:448
Simon Kelley88b09aa2016-05-14 20:56:02 +0100557msgid "Use alternative ports for DHCP."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000558msgstr ""
559
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100560#: option.c:449
Simon Kelley88b09aa2016-05-14 20:56:02 +0100561msgid "Specify NAPTR DNS record."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100562msgstr ""
563
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100564#: option.c:450
Simon Kelley88b09aa2016-05-14 20:56:02 +0100565msgid "Specify lowest port available for DNS query transmission."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100566msgstr ""
567
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100568#: option.c:451
Simon Kelley88b09aa2016-05-14 20:56:02 +0100569msgid "Specify highest port available for DNS query transmission."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100570msgstr ""
571
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100572#: option.c:452
Simon Kelley88b09aa2016-05-14 20:56:02 +0100573msgid "Use only fully qualified domain names for DHCP clients."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100574msgstr ""
575
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100576#: option.c:453
Simon Kelley88b09aa2016-05-14 20:56:02 +0100577msgid "Generate hostnames based on MAC address for nameless clients."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100578msgstr ""
579
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100580#: option.c:454
Simon Kelley88b09aa2016-05-14 20:56:02 +0100581msgid "Use these DHCP relays as full proxies."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100582msgstr ""
583
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100584#: option.c:455
Simon Kelley88b09aa2016-05-14 20:56:02 +0100585msgid "Relay DHCP requests to a remote server"
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100586msgstr ""
587
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100588#: option.c:456
Simon Kelley88b09aa2016-05-14 20:56:02 +0100589msgid "Specify alias name for LOCAL DNS name."
Simon Kelleye142a832013-11-22 10:38:55 +0000590msgstr ""
591
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100592#: option.c:457
Simon Kelley88b09aa2016-05-14 20:56:02 +0100593msgid "Prompt to send to PXE clients."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100594msgstr ""
595
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100596#: option.c:458
Simon Kelley88b09aa2016-05-14 20:56:02 +0100597msgid "Boot service for PXE menu."
Simon Kelleye142a832013-11-22 10:38:55 +0000598msgstr ""
599
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100600#: option.c:459
Simon Kelley88b09aa2016-05-14 20:56:02 +0100601msgid "Check configuration syntax."
Simon Kelleye142a832013-11-22 10:38:55 +0000602msgstr ""
603
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100604#: option.c:460
Simon Kelley88b09aa2016-05-14 20:56:02 +0100605msgid "Add requestor's MAC address to forwarded DNS queries."
Simon Kelleye142a832013-11-22 10:38:55 +0000606msgstr ""
607
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100608#: option.c:461
Simon Kelley88b09aa2016-05-14 20:56:02 +0100609msgid "Add specified IP subnet to forwarded DNS queries."
Simon Kelleye142a832013-11-22 10:38:55 +0000610msgstr ""
611
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100612#: option.c:462
Simon Kelley88b09aa2016-05-14 20:56:02 +0100613msgid "Add client identification to forwarded DNS queries."
Simon Kelleye142a832013-11-22 10:38:55 +0000614msgstr ""
615
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100616#: option.c:463
Simon Kelley88b09aa2016-05-14 20:56:02 +0100617msgid "Proxy DNSSEC validation results from upstream nameservers."
Simon Kelleye142a832013-11-22 10:38:55 +0000618msgstr ""
619
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100620#: option.c:464
Simon Kelley88b09aa2016-05-14 20:56:02 +0100621msgid "Attempt to allocate sequential IP addresses to DHCP clients."
Simon Kelleye142a832013-11-22 10:38:55 +0000622msgstr ""
623
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100624#: option.c:465
Simon Kelley88b09aa2016-05-14 20:56:02 +0100625msgid "Copy connection-track mark from queries to upstream connections."
Simon Kelleye142a832013-11-22 10:38:55 +0000626msgstr ""
627
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100628#: option.c:466
Simon Kelley88b09aa2016-05-14 20:56:02 +0100629msgid "Allow DHCP clients to do their own DDNS updates."
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100630msgstr ""
631
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100632#: option.c:467
Simon Kelley88b09aa2016-05-14 20:56:02 +0100633msgid "Send router-advertisements for interfaces doing DHCPv6"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100634msgstr ""
635
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100636#: option.c:468
Simon Kelley88b09aa2016-05-14 20:56:02 +0100637msgid "Specify DUID_EN-type DHCPv6 server DUID"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100638msgstr ""
639
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100640#: option.c:469
Simon Kelley88b09aa2016-05-14 20:56:02 +0100641msgid "Specify host (A/AAAA and PTR) records"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100642msgstr ""
643
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100644#: option.c:470
Simon Kelley88b09aa2016-05-14 20:56:02 +0100645msgid "Specify arbitrary DNS resource record"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100646msgstr ""
647
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100648#: option.c:471
Simon Kelley88b09aa2016-05-14 20:56:02 +0100649msgid "Bind to interfaces in use - check for new interfaces"
650msgstr ""
651
652#: option.c:472
653msgid "Export local names to global DNS"
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100654msgstr ""
655
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100656#: option.c:473
Simon Kelley88b09aa2016-05-14 20:56:02 +0100657msgid "Domain to export to global DNS"
658msgstr ""
659
660#: option.c:474
661msgid "Set TTL for authoritative replies"
Simon Kelley9f9bd082013-03-22 15:11:53 +0000662msgstr ""
663
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100664#: option.c:475
Simon Kelley88b09aa2016-05-14 20:56:02 +0100665msgid "Set authoritive zone information"
Simon Kelleye142a832013-11-22 10:38:55 +0000666msgstr ""
667
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100668#: option.c:476
Simon Kelley88b09aa2016-05-14 20:56:02 +0100669msgid "Secondary authoritative nameservers for forward domains"
Simon Kelleye142a832013-11-22 10:38:55 +0000670msgstr ""
671
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100672#: option.c:477
Simon Kelley88b09aa2016-05-14 20:56:02 +0100673msgid "Peers which are allowed to do zone transfer"
Simon Kelleye142a832013-11-22 10:38:55 +0000674msgstr ""
675
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100676#: option.c:478
Simon Kelley88b09aa2016-05-14 20:56:02 +0100677msgid "Specify ipsets to which matching domains should be added"
Simon Kelleye142a832013-11-22 10:38:55 +0000678msgstr ""
679
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100680#: option.c:479
Simon Kelley88b09aa2016-05-14 20:56:02 +0100681msgid "Specify a domain and address range for synthesised names"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100682msgstr ""
683
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100684#: option.c:480
Simon Kelley88b09aa2016-05-14 20:56:02 +0100685msgid "Activate DNSSEC validation"
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100686msgstr ""
687
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +0100688#: option.c:481
Simon Kelley88b09aa2016-05-14 20:56:02 +0100689msgid "Specify trust anchor key digest."
690msgstr ""
691
692#: option.c:482
693msgid "Disable upstream checking for DNSSEC debugging."
694msgstr ""
695
696#: option.c:483
697msgid "Ensure answers without DNSSEC are in unsigned zones."
698msgstr ""
699
700#: option.c:484
701msgid "Don't check DNSSEC signature timestamps until first cache-reload"
702msgstr ""
703
704#: option.c:485
705msgid "Timestamp file to verify system clock for DNSSEC"
706msgstr ""
707
708#: option.c:487
709msgid "Specify DHCPv6 prefix class"
710msgstr ""
711
712#: option.c:489
713msgid "Set priority, resend-interval and router-lifetime"
714msgstr ""
715
716#: option.c:490
717msgid "Do not log routine DHCP."
718msgstr ""
719
720#: option.c:491
721msgid "Do not log routine DHCPv6."
722msgstr ""
723
724#: option.c:492
725msgid "Do not log RA."
726msgstr ""
727
728#: option.c:493
729msgid "Accept queries only from directly-connected networks."
730msgstr ""
731
732#: option.c:494
733msgid "Detect and remove DNS forwarding loops."
734msgstr ""
735
736#: option.c:495
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100737msgid "Ignore DNS responses containing ipaddr."
738msgstr ""
739
Simon Kelley88b09aa2016-05-14 20:56:02 +0100740#: option.c:496
741msgid "Set TTL in DNS responses with DHCP-derived addresses."
742msgstr ""
743
744#: option.c:698
Simon Kelley849a8352006-06-09 21:02:31 +0100745#, c-format
746msgid ""
747"Usage: dnsmasq [options]\n"
748"\n"
749msgstr ""
750
Simon Kelley88b09aa2016-05-14 20:56:02 +0100751#: option.c:700
Simon Kelley849a8352006-06-09 21:02:31 +0100752#, c-format
753msgid "Use short options only on the command line.\n"
754msgstr ""
755
Simon Kelley88b09aa2016-05-14 20:56:02 +0100756#: option.c:702
Simon Kelley849a8352006-06-09 21:02:31 +0100757#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +0100758msgid "Valid options are:\n"
Simon Kelley849a8352006-06-09 21:02:31 +0100759msgstr ""
760
Simon Kelley88b09aa2016-05-14 20:56:02 +0100761#: option.c:749 option.c:843
Simon Kelley9f9bd082013-03-22 15:11:53 +0000762msgid "bad address"
763msgstr ""
764
Simon Kelley88b09aa2016-05-14 20:56:02 +0100765#: option.c:773 option.c:777
766msgid "bad port"
767msgstr ""
768
769#: option.c:804 option.c:836
770msgid "interface binding not supported"
771msgstr ""
772
773#: option.c:813 option.c:3683
774msgid "bad interface name"
775msgstr ""
776
777#: option.c:1025
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000778msgid "unsupported encapsulation for IPv6 option"
779msgstr ""
780
Simon Kelley88b09aa2016-05-14 20:56:02 +0100781#: option.c:1039
Simon Kelley832af0b2007-01-21 20:01:28 +0000782msgid "bad dhcp-option"
Simon Kelley849a8352006-06-09 21:02:31 +0100783msgstr ""
784
Simon Kelley88b09aa2016-05-14 20:56:02 +0100785#: option.c:1107
Simon Kelleyf2621c72007-04-29 19:47:21 +0100786msgid "bad IP address"
787msgstr ""
788
Simon Kelley88b09aa2016-05-14 20:56:02 +0100789#: option.c:1110 option.c:1249 option.c:3000
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000790msgid "bad IPv6 address"
791msgstr ""
792
Simon Kelley88b09aa2016-05-14 20:56:02 +0100793#: option.c:1203
794msgid "bad IPv4 address"
795msgstr ""
796
797#: option.c:1276 option.c:1370
Simon Kelley832af0b2007-01-21 20:01:28 +0000798msgid "bad domain in dhcp-option"
Simon Kelley849a8352006-06-09 21:02:31 +0100799msgstr ""
800
Simon Kelley88b09aa2016-05-14 20:56:02 +0100801#: option.c:1408
Simon Kelley832af0b2007-01-21 20:01:28 +0000802msgid "dhcp-option too long"
803msgstr ""
804
Simon Kelley88b09aa2016-05-14 20:56:02 +0100805#: option.c:1415
Simon Kelley73a08a22009-02-05 20:28:08 +0000806msgid "illegal dhcp-match"
807msgstr ""
808
Simon Kelley88b09aa2016-05-14 20:56:02 +0100809#: option.c:1477
Simon Kelley1a6bca82008-07-11 11:11:42 +0100810msgid "illegal repeated flag"
811msgstr ""
812
Simon Kelley88b09aa2016-05-14 20:56:02 +0100813#: option.c:1485
Simon Kelley1a6bca82008-07-11 11:11:42 +0100814msgid "illegal repeated keyword"
815msgstr ""
816
Simon Kelley88b09aa2016-05-14 20:56:02 +0100817#: option.c:1556 option.c:4306
Simon Kelley28866e92011-02-14 20:19:14 +0000818#, c-format
819msgid "cannot access directory %s: %s"
820msgstr ""
821
Simon Kelley88b09aa2016-05-14 20:56:02 +0100822#: option.c:1602 tftp.c:504
Simon Kelley849a8352006-06-09 21:02:31 +0100823#, c-format
824msgid "cannot access %s: %s"
825msgstr ""
826
Simon Kelley88b09aa2016-05-14 20:56:02 +0100827#: option.c:1690
Simon Kelley572b41e2011-02-18 18:11:18 +0000828msgid "setting log facility is not possible under Android"
829msgstr ""
830
Simon Kelley88b09aa2016-05-14 20:56:02 +0100831#: option.c:1699
Simon Kelley572b41e2011-02-18 18:11:18 +0000832msgid "bad log facility"
833msgstr ""
834
Simon Kelley88b09aa2016-05-14 20:56:02 +0100835#: option.c:1752
Simon Kelley849a8352006-06-09 21:02:31 +0100836msgid "bad MX preference"
837msgstr ""
838
Simon Kelley88b09aa2016-05-14 20:56:02 +0100839#: option.c:1757
Simon Kelley849a8352006-06-09 21:02:31 +0100840msgid "bad MX name"
841msgstr ""
842
Simon Kelley88b09aa2016-05-14 20:56:02 +0100843#: option.c:1771
Simon Kelley849a8352006-06-09 21:02:31 +0100844msgid "bad MX target"
845msgstr ""
846
Simon Kelley88b09aa2016-05-14 20:56:02 +0100847#: option.c:1783
Simon Kelley849a8352006-06-09 21:02:31 +0100848msgid "cannot run scripts under uClinux"
849msgstr ""
850
Simon Kelley88b09aa2016-05-14 20:56:02 +0100851#: option.c:1785
Simon Kelley1f15b812009-10-13 17:49:32 +0100852msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts"
853msgstr ""
854
Simon Kelley88b09aa2016-05-14 20:56:02 +0100855#: option.c:1789
Simon Kelleyc72daea2012-01-05 21:33:27 +0000856msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts"
857msgstr ""
858
Simon Kelley88b09aa2016-05-14 20:56:02 +0100859#: option.c:2041 option.c:2086 option.c:2142
Simon Kelley9f9bd082013-03-22 15:11:53 +0000860msgid "bad prefix"
Simon Kelley849a8352006-06-09 21:02:31 +0100861msgstr ""
862
Simon Kelley88b09aa2016-05-14 20:56:02 +0100863#: option.c:2443
Simon Kelley9f9bd082013-03-22 15:11:53 +0000864msgid "recompile with HAVE_IPSET defined to enable ipset directives"
Simon Kelley824af852008-02-12 20:43:05 +0000865msgstr ""
866
Simon Kelley88b09aa2016-05-14 20:56:02 +0100867#: option.c:2652
Simon Kelley7de060b2011-08-26 17:24:52 +0100868msgid "bad port range"
869msgstr ""
870
Simon Kelley88b09aa2016-05-14 20:56:02 +0100871#: option.c:2668
Simon Kelley7de060b2011-08-26 17:24:52 +0100872msgid "bad bridge-interface"
873msgstr ""
874
Simon Kelley88b09aa2016-05-14 20:56:02 +0100875#: option.c:2728
Simon Kelley7de060b2011-08-26 17:24:52 +0100876msgid "only one tag allowed"
877msgstr ""
878
Simon Kelley88b09aa2016-05-14 20:56:02 +0100879#: option.c:2748 option.c:2760 option.c:2869 option.c:2874 option.c:2913
Simon Kelley9f9bd082013-03-22 15:11:53 +0000880msgid "bad dhcp-range"
881msgstr ""
882
Simon Kelley88b09aa2016-05-14 20:56:02 +0100883#: option.c:2775
Simon Kelley7de060b2011-08-26 17:24:52 +0100884msgid "inconsistent DHCP range"
885msgstr ""
886
Simon Kelley88b09aa2016-05-14 20:56:02 +0100887#: option.c:2837
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100888msgid "prefix length must be exactly 64 for RA subnets"
Simon Kelley9f9bd082013-03-22 15:11:53 +0000889msgstr ""
890
Simon Kelley88b09aa2016-05-14 20:56:02 +0100891#: option.c:2839
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100892msgid "prefix length must be exactly 64 for subnet constructors"
Simon Kelley9f9bd082013-03-22 15:11:53 +0000893msgstr ""
894
Simon Kelley88b09aa2016-05-14 20:56:02 +0100895#: option.c:2843
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100896msgid "prefix length must be at least 64"
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000897msgstr ""
898
Simon Kelley88b09aa2016-05-14 20:56:02 +0100899#: option.c:2846
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000900msgid "inconsistent DHCPv6 range"
901msgstr ""
902
Simon Kelley88b09aa2016-05-14 20:56:02 +0100903#: option.c:2857
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100904msgid "prefix must be zero with \"constructor:\" argument"
905msgstr ""
906
Simon Kelley88b09aa2016-05-14 20:56:02 +0100907#: option.c:2970 option.c:3018
Simon Kelley7de060b2011-08-26 17:24:52 +0100908msgid "bad hex constant"
909msgstr ""
910
Simon Kelley88b09aa2016-05-14 20:56:02 +0100911#: option.c:2992
Simon Kelley7de060b2011-08-26 17:24:52 +0100912msgid "cannot match tags in --dhcp-host"
913msgstr ""
914
Simon Kelley88b09aa2016-05-14 20:56:02 +0100915#: option.c:3040
Simon Kelley9f9bd082013-03-22 15:11:53 +0000916#, c-format
917msgid "duplicate dhcp-host IP address %s"
918msgstr ""
919
Simon Kelley88b09aa2016-05-14 20:56:02 +0100920#: option.c:3098
Simon Kelley7de060b2011-08-26 17:24:52 +0100921msgid "bad DHCP host name"
922msgstr ""
923
Simon Kelley88b09aa2016-05-14 20:56:02 +0100924#: option.c:3180
Simon Kelley7de060b2011-08-26 17:24:52 +0100925msgid "bad tag-if"
926msgstr ""
927
Simon Kelley88b09aa2016-05-14 20:56:02 +0100928#: option.c:3505 option.c:3903
Simon Kelley7de060b2011-08-26 17:24:52 +0100929msgid "invalid port number"
930msgstr ""
931
Simon Kelley88b09aa2016-05-14 20:56:02 +0100932#: option.c:3567
Simon Kelley7de060b2011-08-26 17:24:52 +0100933msgid "bad dhcp-proxy address"
934msgstr ""
935
Simon Kelley88b09aa2016-05-14 20:56:02 +0100936#: option.c:3593
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100937msgid "Bad dhcp-relay"
938msgstr ""
939
Simon Kelley88b09aa2016-05-14 20:56:02 +0100940#: option.c:3619
Simon Kelleye142a832013-11-22 10:38:55 +0000941msgid "bad RA-params"
942msgstr ""
943
Simon Kelley88b09aa2016-05-14 20:56:02 +0100944#: option.c:3628
Simon Kelley9f9bd082013-03-22 15:11:53 +0000945msgid "bad DUID"
946msgstr ""
947
Simon Kelley88b09aa2016-05-14 20:56:02 +0100948#: option.c:3670
Simon Kelley7de060b2011-08-26 17:24:52 +0100949msgid "invalid alias range"
950msgstr ""
951
Simon Kelley88b09aa2016-05-14 20:56:02 +0100952#: option.c:3721
953msgid "bad TTL"
954msgstr ""
955
956#: option.c:3727
Simon Kelley1f15b812009-10-13 17:49:32 +0100957msgid "bad CNAME"
958msgstr ""
959
Simon Kelley88b09aa2016-05-14 20:56:02 +0100960#: option.c:3732
Simon Kelley9009d742008-11-14 20:04:27 +0000961msgid "duplicate CNAME"
962msgstr ""
963
Simon Kelley88b09aa2016-05-14 20:56:02 +0100964#: option.c:3753
Simon Kelley9e038942008-05-30 20:06:34 +0100965msgid "bad PTR record"
966msgstr ""
967
Simon Kelley88b09aa2016-05-14 20:56:02 +0100968#: option.c:3784
Simon Kelley1a6bca82008-07-11 11:11:42 +0100969msgid "bad NAPTR record"
Simon Kelley9e038942008-05-30 20:06:34 +0100970msgstr ""
971
Simon Kelley88b09aa2016-05-14 20:56:02 +0100972#: option.c:3818
Simon Kelley9f9bd082013-03-22 15:11:53 +0000973msgid "bad RR record"
974msgstr ""
975
Simon Kelley88b09aa2016-05-14 20:56:02 +0100976#: option.c:3848
Simon Kelley1a6bca82008-07-11 11:11:42 +0100977msgid "bad TXT record"
978msgstr ""
979
Simon Kelley88b09aa2016-05-14 20:56:02 +0100980#: option.c:3889
Simon Kelley9e038942008-05-30 20:06:34 +0100981msgid "bad SRV record"
982msgstr ""
983
Simon Kelley88b09aa2016-05-14 20:56:02 +0100984#: option.c:3896
Simon Kelley9e038942008-05-30 20:06:34 +0100985msgid "bad SRV target"
986msgstr ""
987
Simon Kelley88b09aa2016-05-14 20:56:02 +0100988#: option.c:3910
Simon Kelley849a8352006-06-09 21:02:31 +0100989msgid "invalid priority"
990msgstr ""
991
Simon Kelley88b09aa2016-05-14 20:56:02 +0100992#: option.c:3913
Simon Kelley849a8352006-06-09 21:02:31 +0100993msgid "invalid weight"
994msgstr ""
995
Simon Kelley88b09aa2016-05-14 20:56:02 +0100996#: option.c:3937
Simon Kelley9f9bd082013-03-22 15:11:53 +0000997msgid "Bad host-record"
998msgstr ""
999
Simon Kelley88b09aa2016-05-14 20:56:02 +01001000#: option.c:3961
Simon Kelley9f9bd082013-03-22 15:11:53 +00001001msgid "Bad name in host-record"
1002msgstr ""
1003
Simon Kelley88b09aa2016-05-14 20:56:02 +01001004#: option.c:4026
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001005msgid "bad trust anchor"
Simon Kelley7622fc02009-06-04 20:32:05 +01001006msgstr ""
1007
Simon Kelley88b09aa2016-05-14 20:56:02 +01001008#: option.c:4040
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001009msgid "bad HEX in trust anchor"
1010msgstr ""
1011
Simon Kelley88b09aa2016-05-14 20:56:02 +01001012#: option.c:4050
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001013msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)"
1014msgstr ""
1015
Simon Kelley88b09aa2016-05-14 20:56:02 +01001016#: option.c:4109
Simon Kelley849a8352006-06-09 21:02:31 +01001017msgid "missing \""
1018msgstr ""
1019
Simon Kelley88b09aa2016-05-14 20:56:02 +01001020#: option.c:4166
Simon Kelley849a8352006-06-09 21:02:31 +01001021msgid "bad option"
1022msgstr ""
1023
Simon Kelley88b09aa2016-05-14 20:56:02 +01001024#: option.c:4168
Simon Kelley832af0b2007-01-21 20:01:28 +00001025msgid "extraneous parameter"
1026msgstr ""
1027
Simon Kelley88b09aa2016-05-14 20:56:02 +01001028#: option.c:4170
Simon Kelley832af0b2007-01-21 20:01:28 +00001029msgid "missing parameter"
1030msgstr ""
1031
Simon Kelley88b09aa2016-05-14 20:56:02 +01001032#: option.c:4172
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001033msgid "illegal option"
1034msgstr ""
1035
Simon Kelley88b09aa2016-05-14 20:56:02 +01001036#: option.c:4179
Simon Kelley832af0b2007-01-21 20:01:28 +00001037msgid "error"
1038msgstr ""
1039
Simon Kelley88b09aa2016-05-14 20:56:02 +01001040#: option.c:4181
Simon Kelleyf2621c72007-04-29 19:47:21 +01001041#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00001042msgid " at line %d of %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001043msgstr ""
1044
Simon Kelley88b09aa2016-05-14 20:56:02 +01001045#: option.c:4196 option.c:4443 option.c:4479
Simon Kelley824af852008-02-12 20:43:05 +00001046#, c-format
1047msgid "read %s"
1048msgstr ""
1049
Simon Kelley88b09aa2016-05-14 20:56:02 +01001050#: option.c:4259 option.c:4382 tftp.c:678
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001051#, c-format
1052msgid "cannot read %s: %s"
1053msgstr ""
1054
Simon Kelley88b09aa2016-05-14 20:56:02 +01001055#: option.c:4546
Simon Kelley28866e92011-02-14 20:19:14 +00001056msgid "junk found in command line"
1057msgstr ""
1058
Simon Kelley88b09aa2016-05-14 20:56:02 +01001059#: option.c:4581
Simon Kelley849a8352006-06-09 21:02:31 +01001060#, c-format
1061msgid "Dnsmasq version %s %s\n"
1062msgstr ""
1063
Simon Kelley88b09aa2016-05-14 20:56:02 +01001064#: option.c:4582
Simon Kelley849a8352006-06-09 21:02:31 +01001065#, c-format
1066msgid ""
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001067"Compile time options: %s\n"
Simon Kelley849a8352006-06-09 21:02:31 +01001068"\n"
1069msgstr ""
1070
Simon Kelley88b09aa2016-05-14 20:56:02 +01001071#: option.c:4583
Simon Kelley849a8352006-06-09 21:02:31 +01001072#, c-format
1073msgid "This software comes with ABSOLUTELY NO WARRANTY.\n"
1074msgstr ""
1075
Simon Kelley88b09aa2016-05-14 20:56:02 +01001076#: option.c:4584
Simon Kelley849a8352006-06-09 21:02:31 +01001077#, c-format
1078msgid "Dnsmasq is free software, and you are welcome to redistribute it\n"
1079msgstr ""
1080
Simon Kelley88b09aa2016-05-14 20:56:02 +01001081#: option.c:4585
Simon Kelley849a8352006-06-09 21:02:31 +01001082#, c-format
Simon Kelley824af852008-02-12 20:43:05 +00001083msgid "under the terms of the GNU General Public License, version 2 or 3.\n"
Simon Kelley849a8352006-06-09 21:02:31 +01001084msgstr ""
1085
Simon Kelley88b09aa2016-05-14 20:56:02 +01001086#: option.c:4596
Simon Kelley849a8352006-06-09 21:02:31 +01001087msgid "try --help"
1088msgstr ""
1089
Simon Kelley88b09aa2016-05-14 20:56:02 +01001090#: option.c:4598
Simon Kelley849a8352006-06-09 21:02:31 +01001091msgid "try -w"
1092msgstr ""
1093
Simon Kelley88b09aa2016-05-14 20:56:02 +01001094#: option.c:4600
Simon Kelley849a8352006-06-09 21:02:31 +01001095#, c-format
1096msgid "bad command line options: %s"
1097msgstr ""
1098
Simon Kelley88b09aa2016-05-14 20:56:02 +01001099#: option.c:4671
Simon Kelley849a8352006-06-09 21:02:31 +01001100#, c-format
1101msgid "cannot get host-name: %s"
1102msgstr ""
1103
Simon Kelley88b09aa2016-05-14 20:56:02 +01001104#: option.c:4699
Simon Kelley849a8352006-06-09 21:02:31 +01001105msgid "only one resolv.conf file allowed in no-poll mode."
1106msgstr ""
1107
Simon Kelley88b09aa2016-05-14 20:56:02 +01001108#: option.c:4709
Simon Kelley849a8352006-06-09 21:02:31 +01001109msgid "must have exactly one resolv.conf to read domain from."
1110msgstr ""
1111
Simon Kelley88b09aa2016-05-14 20:56:02 +01001112#: option.c:4712 network.c:1564 dhcp.c:784
Simon Kelley849a8352006-06-09 21:02:31 +01001113#, c-format
Simon Kelley208b65c2006-08-05 21:41:37 +01001114msgid "failed to read %s: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001115msgstr ""
1116
Simon Kelley88b09aa2016-05-14 20:56:02 +01001117#: option.c:4729
Simon Kelley849a8352006-06-09 21:02:31 +01001118#, c-format
1119msgid "no search directive found in %s"
1120msgstr ""
1121
Simon Kelley88b09aa2016-05-14 20:56:02 +01001122#: option.c:4750
Simon Kelley9009d742008-11-14 20:04:27 +00001123msgid "there must be a default domain when --dhcp-fqdn is set"
1124msgstr ""
1125
Simon Kelley88b09aa2016-05-14 20:56:02 +01001126#: option.c:4759
Simon Kelley7622fc02009-06-04 20:32:05 +01001127msgid "syntax check OK"
1128msgstr ""
1129
Simon Kelley88b09aa2016-05-14 20:56:02 +01001130#: forward.c:102
Simon Kelleybc5992d2012-02-28 18:07:15 +00001131#, c-format
1132msgid "failed to send packet: %s"
1133msgstr ""
1134
Simon Kelley88b09aa2016-05-14 20:56:02 +01001135#: forward.c:595
Simon Kelleye142a832013-11-22 10:38:55 +00001136msgid "discarding DNS reply: subnet option mismatch"
1137msgstr ""
1138
Simon Kelley88b09aa2016-05-14 20:56:02 +01001139#: forward.c:649
Simon Kelley849a8352006-06-09 21:02:31 +01001140#, c-format
1141msgid "nameserver %s refused to do a recursive query"
1142msgstr ""
1143
Simon Kelley88b09aa2016-05-14 20:56:02 +01001144#: forward.c:681
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001145#, c-format
1146msgid "possible DNS-rebind attack detected: %s"
Simon Kelley824af852008-02-12 20:43:05 +00001147msgstr ""
1148
Simon Kelley88b09aa2016-05-14 20:56:02 +01001149#: forward.c:1240 forward.c:1670
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001150msgid "Ignoring query from non-local network"
1151msgstr ""
1152
Simon Kelley88b09aa2016-05-14 20:56:02 +01001153#: forward.c:2138
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001154#, c-format
1155msgid "Maximum number of concurrent DNS queries reached (max: %d)"
1156msgstr ""
1157
Simon Kelley88b09aa2016-05-14 20:56:02 +01001158#: network.c:716
Simon Kelley849a8352006-06-09 21:02:31 +01001159#, c-format
Simon Kelley28866e92011-02-14 20:19:14 +00001160msgid "failed to create listening socket for %s: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001161msgstr ""
1162
Simon Kelley88b09aa2016-05-14 20:56:02 +01001163#: network.c:1027
Simon Kelleye142a832013-11-22 10:38:55 +00001164#, c-format
1165msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s"
1166msgstr ""
1167
Simon Kelley88b09aa2016-05-14 20:56:02 +01001168#: network.c:1034
Simon Kelleye142a832013-11-22 10:38:55 +00001169msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)"
1170msgstr ""
1171
Simon Kelley88b09aa2016-05-14 20:56:02 +01001172#: network.c:1043
Simon Kelleye142a832013-11-22 10:38:55 +00001173#, c-format
1174msgid "warning: no addresses found for interface %s"
1175msgstr ""
1176
Simon Kelley88b09aa2016-05-14 20:56:02 +01001177#: network.c:1101
Simon Kelley9f9bd082013-03-22 15:11:53 +00001178#, c-format
1179msgid "interface %s failed to join DHCPv6 multicast group: %s"
1180msgstr ""
1181
Simon Kelley88b09aa2016-05-14 20:56:02 +01001182#: network.c:1106
1183msgid "try increasing /proc/sys/net/core/optmem_max"
1184msgstr ""
1185
1186#: network.c:1302
Simon Kelley824af852008-02-12 20:43:05 +00001187#, c-format
1188msgid "failed to bind server socket for %s: %s"
1189msgstr ""
1190
Simon Kelley88b09aa2016-05-14 20:56:02 +01001191#: network.c:1492
Simon Kelley849a8352006-06-09 21:02:31 +01001192#, c-format
1193msgid "ignoring nameserver %s - local interface"
1194msgstr ""
1195
Simon Kelley88b09aa2016-05-14 20:56:02 +01001196#: network.c:1503
Simon Kelley849a8352006-06-09 21:02:31 +01001197#, c-format
Simon Kelleyf2621c72007-04-29 19:47:21 +01001198msgid "ignoring nameserver %s - cannot make/bind socket: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001199msgstr ""
1200
Simon Kelley88b09aa2016-05-14 20:56:02 +01001201#: network.c:1520
1202msgid "(no DNSSEC)"
1203msgstr ""
1204
1205#: network.c:1523
Simon Kelley849a8352006-06-09 21:02:31 +01001206msgid "unqualified"
1207msgstr ""
1208
Simon Kelley88b09aa2016-05-14 20:56:02 +01001209#: network.c:1523
Simon Kelley5aabfc72007-08-29 11:24:47 +01001210msgid "names"
1211msgstr ""
1212
Simon Kelley88b09aa2016-05-14 20:56:02 +01001213#: network.c:1525
Simon Kelley5aabfc72007-08-29 11:24:47 +01001214msgid "default"
1215msgstr ""
1216
Simon Kelley88b09aa2016-05-14 20:56:02 +01001217#: network.c:1527
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001218msgid "domain"
Simon Kelley849a8352006-06-09 21:02:31 +01001219msgstr ""
1220
Simon Kelley88b09aa2016-05-14 20:56:02 +01001221#: network.c:1530
Simon Kelley824af852008-02-12 20:43:05 +00001222#, c-format
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001223msgid "using local addresses only for %s %s"
Simon Kelley824af852008-02-12 20:43:05 +00001224msgstr ""
1225
Simon Kelley88b09aa2016-05-14 20:56:02 +01001226#: network.c:1532
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001227#, c-format
1228msgid "using standard nameservers for %s %s"
1229msgstr ""
1230
Simon Kelley88b09aa2016-05-14 20:56:02 +01001231#: network.c:1534
Simon Kelley849a8352006-06-09 21:02:31 +01001232#, c-format
Simon Kelley88b09aa2016-05-14 20:56:02 +01001233msgid "using nameserver %s#%d for %s %s %s"
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001234msgstr ""
1235
Simon Kelley88b09aa2016-05-14 20:56:02 +01001236#: network.c:1538
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001237#, c-format
1238msgid "NOT using nameserver %s#%d - query loop detected"
1239msgstr ""
1240
Simon Kelley88b09aa2016-05-14 20:56:02 +01001241#: network.c:1541
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001242#, c-format
1243msgid "using nameserver %s#%d(via %s)"
1244msgstr ""
1245
Simon Kelley88b09aa2016-05-14 20:56:02 +01001246#: network.c:1543
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001247#, c-format
Simon Kelley849a8352006-06-09 21:02:31 +01001248msgid "using nameserver %s#%d"
1249msgstr ""
1250
Simon Kelley88b09aa2016-05-14 20:56:02 +01001251#: network.c:1548
1252#, c-format
1253msgid "using %d more nameservers"
1254msgstr ""
1255
1256#: dnsmasq.c:166
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001257msgid "dhcp-hostsdir, dhcp-optsdir and hostsdir are not supported on this platform"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001258msgstr ""
1259
Simon Kelley88b09aa2016-05-14 20:56:02 +01001260#: dnsmasq.c:181
1261msgid "no root trust anchor provided for DNSSEC"
Simon Kelley849a8352006-06-09 21:02:31 +01001262msgstr ""
1263
Simon Kelley88b09aa2016-05-14 20:56:02 +01001264#: dnsmasq.c:184
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001265msgid "cannot reduce cache size from default when DNSSEC enabled"
1266msgstr ""
1267
Simon Kelley88b09aa2016-05-14 20:56:02 +01001268#: dnsmasq.c:186
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001269msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h"
1270msgstr ""
1271
Simon Kelley88b09aa2016-05-14 20:56:02 +01001272#: dnsmasq.c:192
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001273msgid "TFTP server not available: set HAVE_TFTP in src/config.h"
1274msgstr ""
1275
Simon Kelley88b09aa2016-05-14 20:56:02 +01001276#: dnsmasq.c:197
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001277msgid "cannot use --conntrack AND --query-port"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001278msgstr ""
1279
Simon Kelley88b09aa2016-05-14 20:56:02 +01001280#: dnsmasq.c:200
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001281msgid "conntrack support not available: set HAVE_CONNTRACK in src/config.h"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001282msgstr ""
1283
Simon Kelley88b09aa2016-05-14 20:56:02 +01001284#: dnsmasq.c:205
Chris Novakovic4e841da2017-09-25 17:21:49 +01001285msgid "asynchronous logging is not available under Solaris"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001286msgstr ""
1287
Simon Kelley88b09aa2016-05-14 20:56:02 +01001288#: dnsmasq.c:210
Chris Novakovic4e841da2017-09-25 17:21:49 +01001289msgid "asynchronous logging is not available under Android"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001290msgstr ""
1291
Simon Kelley88b09aa2016-05-14 20:56:02 +01001292#: dnsmasq.c:215
Simon Kelley9f9bd082013-03-22 15:11:53 +00001293msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h"
1294msgstr ""
1295
Simon Kelley88b09aa2016-05-14 20:56:02 +01001296#: dnsmasq.c:220
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001297msgid "loop detection not available: set HAVE_LOOP in src/config.h"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001298msgstr ""
1299
Simon Kelley88b09aa2016-05-14 20:56:02 +01001300#: dnsmasq.c:227
1301msgid "max_port cannot be smaller than min_port"
1302msgstr ""
1303
1304#: dnsmasq.c:234
Simon Kelley9f9bd082013-03-22 15:11:53 +00001305msgid "zone serial must be configured in --auth-soa"
1306msgstr ""
1307
Simon Kelley88b09aa2016-05-14 20:56:02 +01001308#: dnsmasq.c:252
Simon Kelley9f9bd082013-03-22 15:11:53 +00001309msgid "dhcp-range constructor not available on this platform"
1310msgstr ""
1311
Simon Kelley88b09aa2016-05-14 20:56:02 +01001312#: dnsmasq.c:298
Simon Kelley9f9bd082013-03-22 15:11:53 +00001313msgid "cannot set --bind-interfaces and --bind-dynamic"
1314msgstr ""
1315
Simon Kelley88b09aa2016-05-14 20:56:02 +01001316#: dnsmasq.c:301
Simon Kelley849a8352006-06-09 21:02:31 +01001317#, c-format
Simon Kelley572b41e2011-02-18 18:11:18 +00001318msgid "failed to find list of interfaces: %s"
1319msgstr ""
1320
Simon Kelley88b09aa2016-05-14 20:56:02 +01001321#: dnsmasq.c:310
Simon Kelley572b41e2011-02-18 18:11:18 +00001322#, c-format
Simon Kelley849a8352006-06-09 21:02:31 +01001323msgid "unknown interface %s"
1324msgstr ""
1325
Simon Kelley88b09aa2016-05-14 20:56:02 +01001326#: dnsmasq.c:374 dnsmasq.c:1031
Simon Kelley849a8352006-06-09 21:02:31 +01001327#, c-format
1328msgid "DBus error: %s"
1329msgstr ""
1330
Simon Kelley88b09aa2016-05-14 20:56:02 +01001331#: dnsmasq.c:377
Simon Kelley849a8352006-06-09 21:02:31 +01001332msgid "DBus not available: set HAVE_DBUS in src/config.h"
1333msgstr ""
1334
Simon Kelley88b09aa2016-05-14 20:56:02 +01001335#: dnsmasq.c:405
Simon Kelley849a8352006-06-09 21:02:31 +01001336#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001337msgid "unknown user or group: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001338msgstr ""
1339
Simon Kelley88b09aa2016-05-14 20:56:02 +01001340#: dnsmasq.c:460
Simon Kelley824af852008-02-12 20:43:05 +00001341#, c-format
1342msgid "cannot chdir to filesystem root: %s"
1343msgstr ""
1344
Simon Kelley88b09aa2016-05-14 20:56:02 +01001345#: dnsmasq.c:716
Simon Kelley824af852008-02-12 20:43:05 +00001346#, c-format
1347msgid "started, version %s DNS disabled"
1348msgstr ""
1349
Simon Kelley88b09aa2016-05-14 20:56:02 +01001350#: dnsmasq.c:718
Simon Kelley849a8352006-06-09 21:02:31 +01001351#, c-format
1352msgid "started, version %s cachesize %d"
1353msgstr ""
1354
Simon Kelley88b09aa2016-05-14 20:56:02 +01001355#: dnsmasq.c:720
Simon Kelley849a8352006-06-09 21:02:31 +01001356#, c-format
1357msgid "started, version %s cache disabled"
1358msgstr ""
1359
Simon Kelley88b09aa2016-05-14 20:56:02 +01001360#: dnsmasq.c:722
Simon Kelley849a8352006-06-09 21:02:31 +01001361#, c-format
1362msgid "compile time options: %s"
1363msgstr ""
1364
Simon Kelley88b09aa2016-05-14 20:56:02 +01001365#: dnsmasq.c:728
Simon Kelley849a8352006-06-09 21:02:31 +01001366msgid "DBus support enabled: connected to system bus"
1367msgstr ""
1368
Simon Kelley88b09aa2016-05-14 20:56:02 +01001369#: dnsmasq.c:730
Simon Kelley849a8352006-06-09 21:02:31 +01001370msgid "DBus support enabled: bus connection pending"
1371msgstr ""
1372
Simon Kelley88b09aa2016-05-14 20:56:02 +01001373#: dnsmasq.c:735
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001374msgid "DNS service limited to local subnets"
1375msgstr ""
1376
Simon Kelley88b09aa2016-05-14 20:56:02 +01001377#: dnsmasq.c:751
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001378msgid "DNSSEC validation enabled"
1379msgstr ""
1380
Simon Kelley88b09aa2016-05-14 20:56:02 +01001381#: dnsmasq.c:754
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001382msgid "DNSSEC signature timestamps not checked until first cache reload"
1383msgstr ""
1384
Simon Kelley88b09aa2016-05-14 20:56:02 +01001385#: dnsmasq.c:757
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001386msgid "DNSSEC signature timestamps not checked until system time valid"
1387msgstr ""
1388
Simon Kelley88b09aa2016-05-14 20:56:02 +01001389#: dnsmasq.c:762
Simon Kelley832af0b2007-01-21 20:01:28 +00001390#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00001391msgid "warning: failed to change owner of %s: %s"
1392msgstr ""
1393
Simon Kelley88b09aa2016-05-14 20:56:02 +01001394#: dnsmasq.c:766
Simon Kelley9f9bd082013-03-22 15:11:53 +00001395msgid "setting --bind-interfaces option because of OS limitations"
1396msgstr ""
1397
Simon Kelley88b09aa2016-05-14 20:56:02 +01001398#: dnsmasq.c:776
Simon Kelley9f9bd082013-03-22 15:11:53 +00001399#, c-format
1400msgid "warning: interface %s does not currently exist"
1401msgstr ""
1402
Simon Kelley88b09aa2016-05-14 20:56:02 +01001403#: dnsmasq.c:781
Simon Kelley9f9bd082013-03-22 15:11:53 +00001404msgid "warning: ignoring resolv-file flag because no-resolv is set"
1405msgstr ""
1406
Simon Kelley88b09aa2016-05-14 20:56:02 +01001407#: dnsmasq.c:784
Simon Kelley9f9bd082013-03-22 15:11:53 +00001408msgid "warning: no upstream servers configured"
1409msgstr ""
1410
Simon Kelley88b09aa2016-05-14 20:56:02 +01001411#: dnsmasq.c:788
Simon Kelley9f9bd082013-03-22 15:11:53 +00001412#, c-format
1413msgid "asynchronous logging enabled, queue limit is %d messages"
1414msgstr ""
1415
Simon Kelley88b09aa2016-05-14 20:56:02 +01001416#: dnsmasq.c:809
Simon Kelley9f9bd082013-03-22 15:11:53 +00001417msgid "IPv6 router advertisement enabled"
1418msgstr ""
1419
Simon Kelley88b09aa2016-05-14 20:56:02 +01001420#: dnsmasq.c:814
Simon Kelleye142a832013-11-22 10:38:55 +00001421#, c-format
1422msgid "DHCP, sockets bound exclusively to interface %s"
1423msgstr ""
1424
Simon Kelley88b09aa2016-05-14 20:56:02 +01001425#: dnsmasq.c:828
Simon Kelley9f9bd082013-03-22 15:11:53 +00001426msgid "root is "
1427msgstr ""
1428
Simon Kelley88b09aa2016-05-14 20:56:02 +01001429#: dnsmasq.c:828
Simon Kelley9f9bd082013-03-22 15:11:53 +00001430msgid "enabled"
1431msgstr ""
1432
Simon Kelley88b09aa2016-05-14 20:56:02 +01001433#: dnsmasq.c:830
Simon Kelley9f9bd082013-03-22 15:11:53 +00001434msgid "secure mode"
1435msgstr ""
1436
Simon Kelley88b09aa2016-05-14 20:56:02 +01001437#: dnsmasq.c:833
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001438#, c-format
1439msgid "warning: %s inaccessible"
1440msgstr ""
1441
Simon Kelley88b09aa2016-05-14 20:56:02 +01001442#: dnsmasq.c:837
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001443#, c-format
1444msgid "warning: TFTP directory %s inaccessible"
1445msgstr ""
1446
Simon Kelley88b09aa2016-05-14 20:56:02 +01001447#: dnsmasq.c:863
Simon Kelley9f9bd082013-03-22 15:11:53 +00001448#, c-format
Simon Kelley832af0b2007-01-21 20:01:28 +00001449msgid "restricting maximum simultaneous TFTP transfers to %d"
1450msgstr ""
1451
Simon Kelley88b09aa2016-05-14 20:56:02 +01001452#: dnsmasq.c:1033
Simon Kelley5aabfc72007-08-29 11:24:47 +01001453msgid "connected to system DBus"
Simon Kelley849a8352006-06-09 21:02:31 +01001454msgstr ""
1455
Simon Kelley88b09aa2016-05-14 20:56:02 +01001456#: dnsmasq.c:1183
Simon Kelley1a6bca82008-07-11 11:11:42 +01001457#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001458msgid "cannot fork into background: %s"
1459msgstr ""
1460
Simon Kelley88b09aa2016-05-14 20:56:02 +01001461#: dnsmasq.c:1186
Simon Kelley316e2732010-01-22 20:16:09 +00001462#, c-format
1463msgid "failed to create helper: %s"
1464msgstr ""
1465
Simon Kelley88b09aa2016-05-14 20:56:02 +01001466#: dnsmasq.c:1189
Simon Kelley316e2732010-01-22 20:16:09 +00001467#, c-format
1468msgid "setting capabilities failed: %s"
1469msgstr ""
1470
Simon Kelley88b09aa2016-05-14 20:56:02 +01001471#: dnsmasq.c:1192
Simon Kelley316e2732010-01-22 20:16:09 +00001472#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001473msgid "failed to change user-id to %s: %s"
1474msgstr ""
1475
Simon Kelley88b09aa2016-05-14 20:56:02 +01001476#: dnsmasq.c:1195
Simon Kelley1a6bca82008-07-11 11:11:42 +01001477#, c-format
1478msgid "failed to change group-id to %s: %s"
1479msgstr ""
1480
Simon Kelley88b09aa2016-05-14 20:56:02 +01001481#: dnsmasq.c:1198
Simon Kelley1a6bca82008-07-11 11:11:42 +01001482#, c-format
1483msgid "failed to open pidfile %s: %s"
1484msgstr ""
1485
Simon Kelley88b09aa2016-05-14 20:56:02 +01001486#: dnsmasq.c:1201
Simon Kelley1a6bca82008-07-11 11:11:42 +01001487#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001488msgid "cannot open log %s: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001489msgstr ""
1490
Simon Kelley88b09aa2016-05-14 20:56:02 +01001491#: dnsmasq.c:1204
Simon Kelley1a6bca82008-07-11 11:11:42 +01001492#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001493msgid "failed to load Lua script: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001494msgstr ""
1495
Simon Kelley88b09aa2016-05-14 20:56:02 +01001496#: dnsmasq.c:1207
Simon Kelley9f9bd082013-03-22 15:11:53 +00001497#, c-format
1498msgid "TFTP directory %s inaccessible: %s"
1499msgstr ""
1500
Simon Kelley88b09aa2016-05-14 20:56:02 +01001501#: dnsmasq.c:1210
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001502#, c-format
1503msgid "cannot create timestamp file %s: %s"
1504msgstr ""
1505
Simon Kelley88b09aa2016-05-14 20:56:02 +01001506#: dnsmasq.c:1231
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001507msgid "now checking DNSSEC signature timestamps"
1508msgstr ""
1509
Simon Kelley88b09aa2016-05-14 20:56:02 +01001510#: dnsmasq.c:1298
Simon Kelley1a6bca82008-07-11 11:11:42 +01001511#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001512msgid "script process killed by signal %d"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001513msgstr ""
1514
Simon Kelley88b09aa2016-05-14 20:56:02 +01001515#: dnsmasq.c:1302
Simon Kelleyc72daea2012-01-05 21:33:27 +00001516#, c-format
1517msgid "script process exited with status %d"
1518msgstr ""
1519
Simon Kelley88b09aa2016-05-14 20:56:02 +01001520#: dnsmasq.c:1306
Simon Kelley1a6bca82008-07-11 11:11:42 +01001521#, c-format
1522msgid "failed to execute %s: %s"
1523msgstr ""
1524
Simon Kelley88b09aa2016-05-14 20:56:02 +01001525#: dnsmasq.c:1363 dnssec.c:479 dnssec.c:523
1526#, c-format
1527msgid "failed to update mtime on %s: %s"
1528msgstr ""
1529
1530#: dnsmasq.c:1370
Simon Kelley849a8352006-06-09 21:02:31 +01001531msgid "exiting on receipt of SIGTERM"
1532msgstr ""
1533
Simon Kelley88b09aa2016-05-14 20:56:02 +01001534#: dnsmasq.c:1398
Simon Kelley9009d742008-11-14 20:04:27 +00001535#, c-format
1536msgid "failed to access %s: %s"
1537msgstr ""
1538
Simon Kelley88b09aa2016-05-14 20:56:02 +01001539#: dnsmasq.c:1428
Simon Kelley9009d742008-11-14 20:04:27 +00001540#, c-format
1541msgid "reading %s"
1542msgstr ""
1543
Simon Kelley88b09aa2016-05-14 20:56:02 +01001544#: dnsmasq.c:1439
Simon Kelley5aabfc72007-08-29 11:24:47 +01001545#, c-format
1546msgid "no servers found in %s, will retry"
Simon Kelley849a8352006-06-09 21:02:31 +01001547msgstr ""
1548
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001549#: dhcp.c:53
Simon Kelley849a8352006-06-09 21:02:31 +01001550#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001551msgid "cannot create DHCP socket: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001552msgstr ""
1553
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001554#: dhcp.c:68
Simon Kelley849a8352006-06-09 21:02:31 +01001555#, c-format
1556msgid "failed to set options on DHCP socket: %s"
1557msgstr ""
1558
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001559#: dhcp.c:89
Simon Kelley849a8352006-06-09 21:02:31 +01001560#, c-format
Simon Kelley4011c4e2006-10-28 16:26:19 +01001561msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001562msgstr ""
1563
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001564#: dhcp.c:101
Simon Kelley849a8352006-06-09 21:02:31 +01001565#, c-format
Simon Kelley4011c4e2006-10-28 16:26:19 +01001566msgid "failed to bind DHCP server socket: %s"
1567msgstr ""
1568
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001569#: dhcp.c:127
Simon Kelley4011c4e2006-10-28 16:26:19 +01001570#, c-format
Simon Kelley849a8352006-06-09 21:02:31 +01001571msgid "cannot create ICMP raw socket: %s."
1572msgstr ""
1573
Simon Kelley88b09aa2016-05-14 20:56:02 +01001574#: dhcp.c:243 dhcp6.c:173
Simon Kelleyc72daea2012-01-05 21:33:27 +00001575#, c-format
1576msgid "unknown interface %s in bridge-interface"
1577msgstr ""
1578
Simon Kelley88b09aa2016-05-14 20:56:02 +01001579#: dhcp.c:283
Simon Kelley832af0b2007-01-21 20:01:28 +00001580#, c-format
1581msgid "DHCP packet received on %s which has no address"
1582msgstr ""
1583
Simon Kelley88b09aa2016-05-14 20:56:02 +01001584#: dhcp.c:417
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001585#, c-format
1586msgid "ARP-cache injection failed: %s"
1587msgstr ""
1588
Simon Kelley88b09aa2016-05-14 20:56:02 +01001589#: dhcp.c:460
1590#, c-format
1591msgid "Error sending DHCP packet to %s: %s"
1592msgstr ""
1593
1594#: dhcp.c:521
Simon Kelley849a8352006-06-09 21:02:31 +01001595#, c-format
1596msgid "DHCP range %s -- %s is not consistent with netmask %s"
1597msgstr ""
1598
Simon Kelley88b09aa2016-05-14 20:56:02 +01001599#: dhcp.c:822
Simon Kelley849a8352006-06-09 21:02:31 +01001600#, c-format
1601msgid "bad line at %s line %d"
1602msgstr ""
1603
Simon Kelley88b09aa2016-05-14 20:56:02 +01001604#: dhcp.c:865
Simon Kelley1f15b812009-10-13 17:49:32 +01001605#, c-format
1606msgid "ignoring %s line %d, duplicate name or IP address"
1607msgstr ""
1608
Simon Kelley88b09aa2016-05-14 20:56:02 +01001609#: dhcp.c:1009 rfc3315.c:2136
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001610#, c-format
1611msgid "DHCP relay %s -> %s"
1612msgstr ""
1613
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001614#: lease.c:61
Simon Kelley849a8352006-06-09 21:02:31 +01001615#, c-format
Simon Kelley208b65c2006-08-05 21:41:37 +01001616msgid "cannot open or create lease file %s: %s"
Simon Kelley849a8352006-06-09 21:02:31 +01001617msgstr ""
1618
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001619#: lease.c:134
Simon Kelley849a8352006-06-09 21:02:31 +01001620msgid "too many stored leases"
1621msgstr ""
1622
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001623#: lease.c:165
Simon Kelley208b65c2006-08-05 21:41:37 +01001624#, c-format
1625msgid "cannot run lease-init script %s: %s"
1626msgstr ""
1627
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001628#: lease.c:171
Simon Kelley208b65c2006-08-05 21:41:37 +01001629#, c-format
1630msgid "lease-init script returned exit code %s"
1631msgstr ""
1632
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001633#: lease.c:342
Simon Kelley849a8352006-06-09 21:02:31 +01001634#, c-format
1635msgid "failed to write %s: %s (retry in %us)"
1636msgstr ""
1637
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001638#: lease.c:906
Simon Kelley9009d742008-11-14 20:04:27 +00001639#, c-format
1640msgid "Ignoring domain %s for DHCP host name %s"
1641msgstr ""
1642
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001643#: rfc2131.c:344
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001644#, c-format
1645msgid "no address range available for DHCP request %s %s"
1646msgstr ""
1647
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001648#: rfc2131.c:345
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001649msgid "with subnet selector"
1650msgstr ""
1651
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001652#: rfc2131.c:345
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001653msgid "via"
1654msgstr ""
1655
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001656#: rfc2131.c:357
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001657#, c-format
1658msgid "%u available DHCP subnet: %s/%s"
1659msgstr ""
1660
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001661#: rfc2131.c:360 rfc3315.c:300
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001662#, c-format
1663msgid "%u available DHCP range: %s -- %s"
1664msgstr ""
1665
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001666#: rfc2131.c:471
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001667#, c-format
1668msgid "%u vendor class: %s"
1669msgstr ""
1670
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001671#: rfc2131.c:473
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001672#, c-format
1673msgid "%u user class: %s"
1674msgstr ""
1675
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001676#: rfc2131.c:500
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001677msgid "disabled"
1678msgstr ""
1679
Simon Kelley88b09aa2016-05-14 20:56:02 +01001680#: rfc2131.c:541 rfc2131.c:985 rfc2131.c:1391 rfc3315.c:603 rfc3315.c:856
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001681#: rfc3315.c:1135
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001682msgid "ignored"
1683msgstr ""
1684
Simon Kelley88b09aa2016-05-14 20:56:02 +01001685#: rfc2131.c:556 rfc2131.c:1218 rfc3315.c:906
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001686msgid "address in use"
1687msgstr ""
1688
Simon Kelley88b09aa2016-05-14 20:56:02 +01001689#: rfc2131.c:570 rfc2131.c:1039
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001690msgid "no address available"
1691msgstr ""
1692
Simon Kelley88b09aa2016-05-14 20:56:02 +01001693#: rfc2131.c:577 rfc2131.c:1181
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001694msgid "wrong network"
1695msgstr ""
1696
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001697#: rfc2131.c:592
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001698msgid "no address configured"
1699msgstr ""
1700
Simon Kelley88b09aa2016-05-14 20:56:02 +01001701#: rfc2131.c:598 rfc2131.c:1231
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001702msgid "no leases left"
1703msgstr ""
1704
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001705#: rfc2131.c:693 rfc3315.c:476
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001706#, c-format
1707msgid "%u client provides name: %s"
1708msgstr ""
1709
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001710#: rfc2131.c:798
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001711msgid "PXE BIS not supported"
1712msgstr ""
1713
Simon Kelley88b09aa2016-05-14 20:56:02 +01001714#: rfc2131.c:953 rfc3315.c:1229
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001715#, c-format
1716msgid "disabling DHCP static address %s for %s"
1717msgstr ""
1718
Simon Kelley88b09aa2016-05-14 20:56:02 +01001719#: rfc2131.c:974
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001720msgid "unknown lease"
1721msgstr ""
1722
Simon Kelley88b09aa2016-05-14 20:56:02 +01001723#: rfc2131.c:1008
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001724#, c-format
1725msgid "not using configured address %s because it is leased to %s"
1726msgstr ""
1727
Simon Kelley88b09aa2016-05-14 20:56:02 +01001728#: rfc2131.c:1018
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001729#, c-format
1730msgid "not using configured address %s because it is in use by the server or relay"
1731msgstr ""
1732
Simon Kelley88b09aa2016-05-14 20:56:02 +01001733#: rfc2131.c:1021
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001734#, c-format
1735msgid "not using configured address %s because it was previously declined"
1736msgstr ""
1737
Simon Kelley88b09aa2016-05-14 20:56:02 +01001738#: rfc2131.c:1037 rfc2131.c:1224
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001739msgid "no unique-id"
1740msgstr ""
1741
Simon Kelley88b09aa2016-05-14 20:56:02 +01001742#: rfc2131.c:1119
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001743msgid "wrong server-ID"
1744msgstr ""
1745
Simon Kelley88b09aa2016-05-14 20:56:02 +01001746#: rfc2131.c:1138
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001747msgid "wrong address"
1748msgstr ""
1749
Simon Kelley88b09aa2016-05-14 20:56:02 +01001750#: rfc2131.c:1156 rfc3315.c:1002
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001751msgid "lease not found"
1752msgstr ""
1753
Simon Kelley88b09aa2016-05-14 20:56:02 +01001754#: rfc2131.c:1189
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001755msgid "address not available"
1756msgstr ""
1757
Simon Kelley88b09aa2016-05-14 20:56:02 +01001758#: rfc2131.c:1200
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001759msgid "static lease available"
1760msgstr ""
1761
Simon Kelley88b09aa2016-05-14 20:56:02 +01001762#: rfc2131.c:1204
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001763msgid "address reserved"
1764msgstr ""
1765
Simon Kelley88b09aa2016-05-14 20:56:02 +01001766#: rfc2131.c:1212
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001767#, c-format
1768msgid "abandoning lease to %s of %s"
1769msgstr ""
1770
Simon Kelley88b09aa2016-05-14 20:56:02 +01001771#: rfc2131.c:1718
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001772#, c-format
1773msgid "%u bootfile name: %s"
1774msgstr ""
1775
Simon Kelley88b09aa2016-05-14 20:56:02 +01001776#: rfc2131.c:1727
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001777#, c-format
1778msgid "%u server name: %s"
1779msgstr ""
1780
Simon Kelley88b09aa2016-05-14 20:56:02 +01001781#: rfc2131.c:1735
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001782#, c-format
1783msgid "%u next server: %s"
1784msgstr ""
1785
Simon Kelley88b09aa2016-05-14 20:56:02 +01001786#: rfc2131.c:1738
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001787#, c-format
1788msgid "%u broadcast response"
1789msgstr ""
1790
Simon Kelley88b09aa2016-05-14 20:56:02 +01001791#: rfc2131.c:1801
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001792#, c-format
1793msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
1794msgstr ""
1795
Simon Kelley88b09aa2016-05-14 20:56:02 +01001796#: rfc2131.c:2092
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001797msgid "PXE menu too large"
1798msgstr ""
1799
Simon Kelley88b09aa2016-05-14 20:56:02 +01001800#: rfc2131.c:2231 rfc3315.c:1502
Simon Kelleyf2621c72007-04-29 19:47:21 +01001801#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001802msgid "%u requested options: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001803msgstr ""
1804
Simon Kelley88b09aa2016-05-14 20:56:02 +01001805#: rfc2131.c:2548
Simon Kelley316e2732010-01-22 20:16:09 +00001806#, c-format
1807msgid "cannot send RFC3925 option: too many options for enterprise number %d"
1808msgstr ""
1809
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001810#: netlink.c:77
Simon Kelley849a8352006-06-09 21:02:31 +01001811#, c-format
1812msgid "cannot create netlink socket: %s"
1813msgstr ""
1814
Simon Kelley88b09aa2016-05-14 20:56:02 +01001815#: netlink.c:349
Simon Kelley849a8352006-06-09 21:02:31 +01001816#, c-format
1817msgid "netlink returns error: %s"
1818msgstr ""
1819
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001820#: dbus.c:186
Simon Kelley849a8352006-06-09 21:02:31 +01001821msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
1822msgstr ""
1823
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001824#: dbus.c:439
1825#, c-format
1826msgid "Enabling --%s option from D-Bus"
1827msgstr ""
1828
1829#: dbus.c:444
1830#, c-format
1831msgid "Disabling --%s option from D-Bus"
1832msgstr ""
1833
1834#: dbus.c:691
Simon Kelley849a8352006-06-09 21:02:31 +01001835msgid "setting upstream servers from DBus"
1836msgstr ""
1837
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001838#: dbus.c:738
Simon Kelley849a8352006-06-09 21:02:31 +01001839msgid "could not register a DBus message handler"
1840msgstr ""
1841
Simon Kelley88b09aa2016-05-14 20:56:02 +01001842#: bpf.c:265
Simon Kelley849a8352006-06-09 21:02:31 +01001843#, c-format
1844msgid "cannot create DHCP BPF socket: %s"
1845msgstr ""
1846
Simon Kelley88b09aa2016-05-14 20:56:02 +01001847#: bpf.c:293
Simon Kelley849a8352006-06-09 21:02:31 +01001848#, c-format
1849msgid "DHCP request for unsupported hardware type (%d) received on %s"
1850msgstr ""
Simon Kelley16972692006-10-16 20:04:18 +01001851
Simon Kelley88b09aa2016-05-14 20:56:02 +01001852#: bpf.c:378
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001853#, c-format
1854msgid "cannot create PF_ROUTE socket: %s"
1855msgstr ""
1856
Simon Kelley88b09aa2016-05-14 20:56:02 +01001857#: bpf.c:399
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001858msgid "Unknown protocol version from route socket"
1859msgstr ""
1860
Simon Kelleye142a832013-11-22 10:38:55 +00001861#: helper.c:153
Simon Kelleyc72daea2012-01-05 21:33:27 +00001862msgid "lease() function missing in Lua script"
1863msgstr ""
1864
Simon Kelley88b09aa2016-05-14 20:56:02 +01001865#: tftp.c:319
Simon Kelley824af852008-02-12 20:43:05 +00001866msgid "unable to get free port for TFTP"
1867msgstr ""
1868
Simon Kelley88b09aa2016-05-14 20:56:02 +01001869#: tftp.c:335
Simon Kelley832af0b2007-01-21 20:01:28 +00001870#, c-format
1871msgid "unsupported request from %s"
1872msgstr ""
1873
Simon Kelley88b09aa2016-05-14 20:56:02 +01001874#: tftp.c:450
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001875#, c-format
1876msgid "file %s not found"
1877msgstr ""
1878
Simon Kelley88b09aa2016-05-14 20:56:02 +01001879#: tftp.c:559
Simon Kelley832af0b2007-01-21 20:01:28 +00001880#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001881msgid "error %d %s received from %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001882msgstr ""
1883
Simon Kelley88b09aa2016-05-14 20:56:02 +01001884#: tftp.c:601
Simon Kelley832af0b2007-01-21 20:01:28 +00001885#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001886msgid "failed sending %s to %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001887msgstr ""
Simon Kelleyf2621c72007-04-29 19:47:21 +01001888
Simon Kelley88b09aa2016-05-14 20:56:02 +01001889#: tftp.c:601
Simon Kelley28866e92011-02-14 20:19:14 +00001890#, c-format
1891msgid "sent %s to %s"
1892msgstr ""
1893
Simon Kelley7de060b2011-08-26 17:24:52 +01001894#: log.c:190
Simon Kelleyf2621c72007-04-29 19:47:21 +01001895#, c-format
1896msgid "overflow: %d log entries lost"
1897msgstr ""
1898
Simon Kelleyc72daea2012-01-05 21:33:27 +00001899#: log.c:268
Simon Kelleyf2621c72007-04-29 19:47:21 +01001900#, c-format
1901msgid "log failed: %s"
1902msgstr ""
1903
Simon Kelleyc895a062015-07-12 21:27:40 +01001904#: log.c:469
Simon Kelleyf2621c72007-04-29 19:47:21 +01001905msgid "FAILED to start up"
1906msgstr ""
Simon Kelley7de060b2011-08-26 17:24:52 +01001907
1908#: conntrack.c:65
1909#, c-format
1910msgid "Conntrack connection mark retrieval failed: %s"
1911msgstr ""
Simon Kelleyc72daea2012-01-05 21:33:27 +00001912
Simon Kelley88b09aa2016-05-14 20:56:02 +01001913#: dhcp6.c:52
Simon Kelleyc72daea2012-01-05 21:33:27 +00001914#, c-format
1915msgid "cannot create DHCPv6 socket: %s"
1916msgstr ""
1917
Simon Kelley88b09aa2016-05-14 20:56:02 +01001918#: dhcp6.c:73
Simon Kelley9f9bd082013-03-22 15:11:53 +00001919#, c-format
1920msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s"
1921msgstr ""
1922
Simon Kelley88b09aa2016-05-14 20:56:02 +01001923#: dhcp6.c:85
Simon Kelleyc72daea2012-01-05 21:33:27 +00001924#, c-format
1925msgid "failed to bind DHCPv6 server socket: %s"
1926msgstr ""
1927
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001928#: rfc3315.c:157
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001929#, c-format
1930msgid "no address range available for DHCPv6 request from relay at %s"
1931msgstr ""
1932
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001933#: rfc3315.c:166
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001934#, c-format
1935msgid "no address range available for DHCPv6 request via %s"
1936msgstr ""
1937
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001938#: rfc3315.c:297
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001939#, c-format
1940msgid "%u available DHCPv6 subnet: %s/%d"
1941msgstr ""
1942
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001943#: rfc3315.c:380
Simon Kelley9f9bd082013-03-22 15:11:53 +00001944#, c-format
1945msgid "%u vendor class: %u"
1946msgstr ""
1947
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001948#: rfc3315.c:428
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001949#, c-format
1950msgid "%u client MAC address: %s"
1951msgstr ""
1952
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001953#: rfc3315.c:660
Simon Kelley9f9bd082013-03-22 15:11:53 +00001954#, c-format
1955msgid "unknown prefix-class %d"
1956msgstr ""
1957
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001958#: rfc3315.c:803 rfc3315.c:898
Simon Kelley9f9bd082013-03-22 15:11:53 +00001959msgid "address unavailable"
1960msgstr ""
1961
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001962#: rfc3315.c:815 rfc3315.c:946 rfc3315.c:1279
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001963msgid "success"
1964msgstr ""
1965
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001966#: rfc3315.c:830 rfc3315.c:839 rfc3315.c:954 rfc3315.c:956
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001967msgid "no addresses available"
1968msgstr ""
1969
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001970#: rfc3315.c:933
Simon Kelley9f9bd082013-03-22 15:11:53 +00001971msgid "not on link"
1972msgstr ""
1973
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001974#: rfc3315.c:1006 rfc3315.c:1191 rfc3315.c:1268
Simon Kelley9f9bd082013-03-22 15:11:53 +00001975msgid "no binding found"
1976msgstr ""
1977
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001978#: rfc3315.c:1044
Simon Kelley9f9bd082013-03-22 15:11:53 +00001979msgid "deprecated"
1980msgstr ""
1981
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001982#: rfc3315.c:1049
Simon Kelley9f9bd082013-03-22 15:11:53 +00001983msgid "address invalid"
1984msgstr ""
1985
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001986#: rfc3315.c:1096
Simon Kelley9f9bd082013-03-22 15:11:53 +00001987msgid "confirm failed"
1988msgstr ""
1989
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001990#: rfc3315.c:1112
Simon Kelley9f9bd082013-03-22 15:11:53 +00001991msgid "all addresses still on link"
1992msgstr ""
1993
Simon Kelleyf7bfbdc2015-06-10 22:31:02 +01001994#: rfc3315.c:1200
Simon Kelley9f9bd082013-03-22 15:11:53 +00001995msgid "release received"
1996msgstr ""
1997
Simon Kelley88b09aa2016-05-14 20:56:02 +01001998#: rfc3315.c:2127
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001999msgid "Cannot multicast to DHCPv6 server without correct interface"
2000msgstr ""
2001
Simon Kelley9f9bd082013-03-22 15:11:53 +00002002#: dhcp-common.c:145
Simon Kelleye5ffdb92012-02-13 14:19:25 +00002003#, c-format
2004msgid "Ignoring duplicate dhcp-option %d"
2005msgstr ""
2006
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002007#: dhcp-common.c:222
Simon Kelleye5ffdb92012-02-13 14:19:25 +00002008#, c-format
2009msgid "%u tags: %s"
2010msgstr ""
2011
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002012#: dhcp-common.c:407
Simon Kelleye5ffdb92012-02-13 14:19:25 +00002013#, c-format
2014msgid "%s has more than one address in hostsfile, using %s for DHCP"
2015msgstr ""
2016
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002017#: dhcp-common.c:430
Simon Kelleye5ffdb92012-02-13 14:19:25 +00002018#, c-format
2019msgid "duplicate IP address %s (%s) in dhcp-config directive"
2020msgstr ""
Simon Kelleybc5992d2012-02-28 18:07:15 +00002021
Simon Kelleye142a832013-11-22 10:38:55 +00002022#: dhcp-common.c:494
Simon Kelleybc5992d2012-02-28 18:07:15 +00002023#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00002024msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s"
Simon Kelleybc5992d2012-02-28 18:07:15 +00002025msgstr ""
2026
Simon Kelleye142a832013-11-22 10:38:55 +00002027#: dhcp-common.c:615
Simon Kelley9f9bd082013-03-22 15:11:53 +00002028#, c-format
2029msgid "Known DHCP options:\n"
2030msgstr ""
2031
Simon Kelleye142a832013-11-22 10:38:55 +00002032#: dhcp-common.c:626
Simon Kelley9f9bd082013-03-22 15:11:53 +00002033#, c-format
2034msgid "Known DHCPv6 options:\n"
2035msgstr ""
2036
Simon Kelleye142a832013-11-22 10:38:55 +00002037#: dhcp-common.c:823
Simon Kelley9f9bd082013-03-22 15:11:53 +00002038msgid ", prefix deprecated"
2039msgstr ""
2040
Simon Kelleye142a832013-11-22 10:38:55 +00002041#: dhcp-common.c:826
Simon Kelley9f9bd082013-03-22 15:11:53 +00002042#, c-format
2043msgid ", lease time "
2044msgstr ""
2045
Simon Kelleye142a832013-11-22 10:38:55 +00002046#: dhcp-common.c:868
Simon Kelley9f9bd082013-03-22 15:11:53 +00002047#, c-format
2048msgid "%s stateless on %s%.0s%.0s%s"
2049msgstr ""
2050
Simon Kelleye142a832013-11-22 10:38:55 +00002051#: dhcp-common.c:870
Simon Kelley9f9bd082013-03-22 15:11:53 +00002052#, c-format
2053msgid "%s, static leases only on %.0s%s%s%.0s"
2054msgstr ""
2055
Simon Kelleye142a832013-11-22 10:38:55 +00002056#: dhcp-common.c:872
Simon Kelley9f9bd082013-03-22 15:11:53 +00002057#, c-format
2058msgid "%s, proxy on subnet %.0s%s%.0s%.0s"
2059msgstr ""
2060
Simon Kelleye142a832013-11-22 10:38:55 +00002061#: dhcp-common.c:873
Simon Kelley9f9bd082013-03-22 15:11:53 +00002062#, c-format
2063msgid "%s, IP range %s -- %s%s%.0s"
2064msgstr ""
2065
Simon Kelleye142a832013-11-22 10:38:55 +00002066#: dhcp-common.c:886
Simon Kelley9f9bd082013-03-22 15:11:53 +00002067#, c-format
2068msgid "DHCPv4-derived IPv6 names on %s%s"
2069msgstr ""
2070
Simon Kelleye142a832013-11-22 10:38:55 +00002071#: dhcp-common.c:889
Simon Kelley9f9bd082013-03-22 15:11:53 +00002072#, c-format
2073msgid "router advertisement on %s%s"
2074msgstr ""
2075
Simon Kelleye142a832013-11-22 10:38:55 +00002076#: dhcp-common.c:900
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002077#, c-format
2078msgid "DHCP relay from %s to %s via %s"
2079msgstr ""
2080
Simon Kelleye142a832013-11-22 10:38:55 +00002081#: dhcp-common.c:902
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002082#, c-format
2083msgid "DHCP relay from %s to %s"
2084msgstr ""
2085
Simon Kelley88b09aa2016-05-14 20:56:02 +01002086#: radv.c:110
Simon Kelleybc5992d2012-02-28 18:07:15 +00002087#, c-format
2088msgid "cannot create ICMPv6 socket: %s"
2089msgstr ""
Simon Kelley9f9bd082013-03-22 15:11:53 +00002090
Simon Kelley88b09aa2016-05-14 20:56:02 +01002091#: auth.c:449
Simon Kelley9f9bd082013-03-22 15:11:53 +00002092#, c-format
2093msgid "ignoring zone transfer request from %s"
2094msgstr ""
2095
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002096#: ipset.c:95
Simon Kelley9f9bd082013-03-22 15:11:53 +00002097#, c-format
2098msgid "failed to find kernel version: %s"
2099msgstr ""
2100
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002101#: ipset.c:114
Simon Kelley9f9bd082013-03-22 15:11:53 +00002102#, c-format
2103msgid "failed to create IPset control socket: %s"
2104msgstr ""
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002105
2106#: blockdata.c:58
2107#, c-format
2108msgid "DNSSEC memory in use %u, max %u, allocated %u"
2109msgstr ""
2110
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002111#: tables.c:80
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002112msgid "error: fill_addr missused"
2113msgstr ""
2114
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002115#: tables.c:109
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002116#, c-format
2117msgid "failed to access pf devices: %s"
2118msgstr ""
2119
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002120#: tables.c:123
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002121#, c-format
2122msgid "warning: no opened pf devices %s"
2123msgstr ""
2124
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002125#: tables.c:131
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002126#, c-format
2127msgid "error: cannot use table name %s"
2128msgstr ""
2129
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002130#: tables.c:139
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002131#, c-format
2132msgid "error: cannot strlcpy table name %s"
2133msgstr ""
2134
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002135#: tables.c:145
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002136#, c-format
2137msgid "warning: pfr_add_tables: %s(%d)"
2138msgstr ""
2139
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002140#: tables.c:151
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002141msgid "info: table created"
2142msgstr ""
2143
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002144#: tables.c:162
2145#, c-format
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002146msgid "warning: DIOCR%sADDRS: %s"
2147msgstr ""
2148
2149#: tables.c:166
2150#, c-format
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002151msgid "%d addresses %s"
2152msgstr ""
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002153
Simon Kelley88b09aa2016-05-14 20:56:02 +01002154#: inotify.c:62
Simon Kelleyc895a062015-07-12 21:27:40 +01002155#, c-format
2156msgid "cannot access path %s: %s"
2157msgstr ""
2158
Simon Kelley88b09aa2016-05-14 20:56:02 +01002159#: inotify.c:95
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002160#, c-format
2161msgid "failed to create inotify: %s"
2162msgstr ""
2163
Simon Kelley88b09aa2016-05-14 20:56:02 +01002164#: inotify.c:111
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002165#, c-format
Simon Kelleyc895a062015-07-12 21:27:40 +01002166msgid "too many symlinks following %s"
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002167msgstr ""
2168
Simon Kelley88b09aa2016-05-14 20:56:02 +01002169#: inotify.c:127
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002170#, c-format
2171msgid "directory %s for resolv-file is missing, cannot poll"
2172msgstr ""
2173
Simon Kelley88b09aa2016-05-14 20:56:02 +01002174#: inotify.c:131 inotify.c:168
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002175#, c-format
2176msgid "failed to create inotify for %s: %s"
2177msgstr ""
2178
Simon Kelley88b09aa2016-05-14 20:56:02 +01002179#: inotify.c:153
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002180#, c-format
2181msgid "bad dynamic directory %s: %s"
2182msgstr ""
2183
Simon Kelley88b09aa2016-05-14 20:56:02 +01002184#: inotify.c:255
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002185#, c-format
2186msgid "inotify, new or changed file %s"
2187msgstr ""