blob: ef6e4cbf529be196f76ca535567738d52cdaaf4b [file] [log] [blame]
Simon Kelleyaedef832006-01-22 14:02:31 +00001# Portuguese 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.26\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"
Simon Kelleyaedef832006-01-22 14:02:31 +000010"PO-Revision-Date: 2006-01-16 20:42+0000\n"
11"Last-Translator: Simon Kelley <simon@thekelleys.org.uk>\n"
12"Language-Team: Portuguese <ldp-br@bazar.conectiva.com.br>\n"
Simon Kelley9f9bd082013-03-22 15:11:53 +000013"Language: pt\n"
Simon Kelleyaedef832006-01-22 14:02:31 +000014"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 Kelleyfd6ad9e2015-03-30 07:52:21 +010019#: cache.c:523
Simon Kelleyb4f971a2014-09-13 20:28:30 +010020msgid "Internal error in cache."
21msgstr ""
22
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010023#: cache.c:941
Simon Kelleyaedef832006-01-22 14:02:31 +000024#, c-format
Simon Kelleyf2621c72007-04-29 19:47:21 +010025msgid "failed to load names from %s: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +000026msgstr ""
27
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010028#: cache.c:967 dhcp.c:825
Simon Kelleyaedef832006-01-22 14:02:31 +000029#, c-format
30msgid "bad address at %s line %d"
31msgstr ""
32
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010033#: cache.c:1018 dhcp.c:841
Simon Kelleyaedef832006-01-22 14:02:31 +000034#, c-format
35msgid "bad name at %s line %d"
36msgstr ""
37
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010038#: cache.c:1027 dhcp.c:916
Simon Kelleyaedef832006-01-22 14:02:31 +000039#, c-format
40msgid "read %s - %d addresses"
41msgstr ""
42
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010043#: cache.c:1135
Simon Kelleyaedef832006-01-22 14:02:31 +000044msgid "cleared cache"
45msgstr ""
46
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010047#: cache.c:1164
Simon Kelley7de060b2011-08-26 17:24:52 +010048#, c-format
49msgid "No IPv4 address found for %s"
50msgstr ""
51
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010052#: cache.c:1242
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 Kelleyfd6ad9e2015-03-30 07:52:21 +010057#: cache.c:1266
Simon Kelleyaedef832006-01-22 14:02:31 +000058#, 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 Kelleyaedef832006-01-22 14:02:31 +000060msgstr ""
61
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010062#: cache.c:1421
Simon Kelleyaedef832006-01-22 14:02:31 +000063#, c-format
Simon Kelley824af852008-02-12 20:43:05 +000064msgid "time %lu"
Simon Kelleyaedef832006-01-22 14:02:31 +000065msgstr ""
66
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010067#: cache.c:1422
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 Kelleyfd6ad9e2015-03-30 07:52:21 +010072#: cache.c:1424
Simon Kelley824af852008-02-12 20:43:05 +000073#, c-format
74msgid "queries forwarded %u, queries answered locally %u"
75msgstr ""
76
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010077#: cache.c:1427
Simon Kelleye142a832013-11-22 10:38:55 +000078#, c-format
79msgid "queries for authoritative zones %u"
80msgstr ""
81
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +010082#: cache.c:1453
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 Kelleyfd6ad9e2015-03-30 07:52:21 +010096#: util.c:243 option.c:598
Simon Kelleyaedef832006-01-22 14:02:31 +000097msgid "could not get memory"
98msgstr ""
99
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100100#: util.c:253
Simon Kelley1a6bca82008-07-11 11:11:42 +0100101#, c-format
102msgid "cannot create pipe: %s"
103msgstr ""
104
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100105#: util.c:261
Simon Kelley5aabfc72007-08-29 11:24:47 +0100106#, c-format
107msgid "failed to allocate %d bytes"
108msgstr ""
109
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100110#: util.c:430
Simon Kelleyaedef832006-01-22 14:02:31 +0000111#, c-format
112msgid "infinite"
113msgstr ""
114
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100115#: option.c:330
Simon Kelleyaedef832006-01-22 14:02:31 +0000116msgid "Specify local address(es) to listen on."
117msgstr ""
118
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100119#: option.c:331
Simon Kelleyaedef832006-01-22 14:02:31 +0000120msgid "Return ipaddr for all hosts in specified domains."
121msgstr ""
122
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100123#: option.c:332
Simon Kelleyaedef832006-01-22 14:02:31 +0000124msgid "Fake reverse lookups for RFC1918 private address ranges."
125msgstr ""
126
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100127#: option.c:333
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100131#: option.c:334
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100136#: option.c:335
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100141#: option.c:336
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100145#: option.c:337
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100149#: option.c:338
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100153#: option.c:339
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100157#: option.c:340
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100161#: option.c:341
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100165#: option.c:342
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100170#: option.c:343
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100174#: option.c:344
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100175msgid "Read DHCP host specs from file."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000176msgstr ""
177
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100178#: option.c:345
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100179msgid "Read DHCP option specs from file."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000180msgstr ""
181
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100182#: option.c:346
183msgid "Read DHCP host specs from a directory."
184msgstr ""
185
186#: option.c:347
187msgid "Read DHCP options from a directory."
188msgstr ""
189
190#: option.c:348
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100191msgid "Evaluate conditional tag expression."
Simon Kelley28866e92011-02-14 20:19:14 +0000192msgstr ""
193
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100194#: option.c:349
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100199#: option.c:350
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100204#: option.c:351
205msgid "Read hosts files from a directory."
206msgstr ""
207
208#: option.c:352
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100209msgid "Specify interface(s) to listen on."
Simon Kelley28866e92011-02-14 20:19:14 +0000210msgstr ""
211
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100212#: option.c:353
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100216#: option.c:354
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100217msgid "Map DHCP user class to tag."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100218msgstr ""
219
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100220#: option.c:355
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100221msgid "Map RFC3046 circuit-id to tag."
222msgstr ""
223
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100224#: option.c:356
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100225msgid "Map RFC3046 remote-id to tag."
226msgstr ""
227
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100228#: option.c:357
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100229msgid "Map RFC3993 subscriber-id to tag."
230msgstr ""
231
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100232#: option.c:358
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100233msgid "Don't do DHCP for hosts with tag set."
234msgstr ""
235
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100236#: option.c:359
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100237msgid "Force broadcast replies for hosts with tag set."
238msgstr ""
239
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100240#: option.c:360
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100241msgid "Do NOT fork into the background, do NOT run in debug mode."
242msgstr ""
243
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100244#: option.c:361
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100245msgid "Assume we are the only DHCP server on the local network."
246msgstr ""
247
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100248#: option.c:362
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100249#, c-format
250msgid "Specify where to store DHCP leases (defaults to %s)."
251msgstr ""
252
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100253#: option.c:363
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100254msgid "Return MX records for local hosts."
255msgstr ""
256
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100257#: option.c:364
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100258msgid "Specify an MX record."
259msgstr ""
260
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100261#: option.c:365
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100262msgid "Specify BOOTP options to DHCP server."
263msgstr ""
264
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100265#: option.c:366
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100266#, c-format
267msgid "Do NOT poll %s file, reload only on SIGHUP."
268msgstr ""
269
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100270#: option.c:367
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100271msgid "Do NOT cache failed search results."
272msgstr ""
273
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100274#: option.c:368
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100275#, c-format
276msgid "Use nameservers strictly in the order given in %s."
277msgstr ""
278
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100279#: option.c:369
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100280msgid "Specify options to be sent to DHCP clients."
281msgstr ""
282
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100283#: option.c:370
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100284msgid "DHCP option sent even if the client does not request it."
285msgstr ""
286
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100287#: option.c:371
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100288msgid "Specify port to listen for DNS requests on (defaults to 53)."
289msgstr ""
290
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100291#: option.c:372
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100292#, c-format
293msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)."
294msgstr ""
295
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100296#: option.c:373
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100297msgid "Log DNS queries."
298msgstr ""
299
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100300#: option.c:374
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100301msgid "Force the originating port for upstream DNS queries."
302msgstr ""
303
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100304#: option.c:375
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100305msgid "Do NOT read resolv.conf."
306msgstr ""
307
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100308#: option.c:376
Simon Kelleyc72daea2012-01-05 21:33:27 +0000309#, c-format
310msgid "Specify path to resolv.conf (defaults to %s)."
Simon Kelley7de060b2011-08-26 17:24:52 +0100311msgstr ""
312
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100313#: option.c:377
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100314msgid "Specify path to file with server= options"
315msgstr ""
316
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100317#: option.c:378
Simon Kelleyc72daea2012-01-05 21:33:27 +0000318msgid "Specify address(es) of upstream servers with optional domains."
Simon Kelley7de060b2011-08-26 17:24:52 +0100319msgstr ""
320
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100321#: option.c:379
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100322msgid "Specify address of upstream servers for reverse address queries"
323msgstr ""
324
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100325#: option.c:380
Simon Kelleyc72daea2012-01-05 21:33:27 +0000326msgid "Never forward queries to specified domains."
Simon Kelley7de060b2011-08-26 17:24:52 +0100327msgstr ""
328
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100329#: option.c:381
Simon Kelleyc72daea2012-01-05 21:33:27 +0000330msgid "Specify the domain to be assigned in DHCP leases."
Simon Kelley7de060b2011-08-26 17:24:52 +0100331msgstr ""
332
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100333#: option.c:382
Simon Kelleyc72daea2012-01-05 21:33:27 +0000334msgid "Specify default target in an MX record."
335msgstr ""
336
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100337#: option.c:383
Simon Kelleyc72daea2012-01-05 21:33:27 +0000338msgid "Specify time-to-live in seconds for replies from /etc/hosts."
339msgstr ""
340
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100341#: option.c:384
Simon Kelleyc72daea2012-01-05 21:33:27 +0000342msgid "Specify time-to-live in seconds for negative caching."
343msgstr ""
344
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100345#: option.c:385
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100346msgid "Specify time-to-live in seconds for maximum TTL to send to clients."
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100347msgstr ""
348
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100349#: option.c:386
350msgid "Specify time-to-live ceiling for cache."
351msgstr ""
352
353#: option.c:387
354msgid "Specify time-to-live floor for cache."
355msgstr ""
356
357#: option.c:388
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100362#: option.c:389
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100363msgid "Map DHCP vendor class to tag."
Simon Kelley824af852008-02-12 20:43:05 +0000364msgstr ""
365
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100366#: option.c:390
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100367msgid "Display dnsmasq version and copyright information."
Simon Kelley824af852008-02-12 20:43:05 +0000368msgstr ""
369
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100370#: option.c:391
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100371msgid "Translate IPv4 addresses from upstream servers."
Simon Kelley824af852008-02-12 20:43:05 +0000372msgstr ""
373
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100374#: option.c:392
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100375msgid "Specify a SRV record."
Simon Kelley824af852008-02-12 20:43:05 +0000376msgstr ""
377
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100378#: option.c:393
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100379msgid "Display this message. Use --help dhcp for known DHCP options."
Simon Kelley824af852008-02-12 20:43:05 +0000380msgstr ""
381
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100382#: option.c:394
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100387#: option.c:395
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100392#: option.c:396
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100396#: option.c:397
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100397msgid "Specify TXT DNS record."
Simon Kelley824af852008-02-12 20:43:05 +0000398msgstr ""
399
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100400#: option.c:398
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100401msgid "Specify PTR DNS record."
Simon Kelley824af852008-02-12 20:43:05 +0000402msgstr ""
403
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100404#: option.c:399
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100408#: option.c:400
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100409msgid "Bind only to interfaces in use."
Simon Kelley824af852008-02-12 20:43:05 +0000410msgstr ""
411
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100412#: option.c:401
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100417#: option.c:402
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100421#: option.c:403
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100425#: option.c:404
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100426msgid "Enable dynamic address allocation for bootp."
Simon Kelley824af852008-02-12 20:43:05 +0000427msgstr ""
428
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100429#: option.c:405
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100433#: option.c:406
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100437#: option.c:407
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 Kelleyfd6ad9e2015-03-30 07:52:21 +0100441#: option.c:408
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100442msgid "Shell script to run on DHCP lease creation and destruction."
443msgstr ""
444
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100445#: option.c:409
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100446msgid "Lua script to run on DHCP lease creation and destruction."
447msgstr ""
448
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100449#: option.c:410
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100450msgid "Run lease-change scripts as this user."
451msgstr ""
452
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100453#: option.c:411
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100454msgid "Read configuration from all the files in this directory."
455msgstr ""
456
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100457#: option.c:412
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100458msgid "Log to this syslog facility or file. (defaults to DAEMON)"
459msgstr ""
460
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100461#: option.c:413
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100462msgid "Do not use leasefile."
463msgstr ""
464
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100465#: option.c:414
Simon Kelley824af852008-02-12 20:43:05 +0000466#, c-format
467msgid "Maximum number of concurrent DNS queries. (defaults to %s)"
468msgstr ""
469
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100470#: option.c:415
Simon Kelley824af852008-02-12 20:43:05 +0000471#, c-format
472msgid "Clear DNS cache when reloading %s."
473msgstr ""
474
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100475#: option.c:416
Simon Kelley824af852008-02-12 20:43:05 +0000476msgid "Ignore hostnames provided by DHCP clients."
477msgstr ""
478
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100479#: option.c:417
Simon Kelley824af852008-02-12 20:43:05 +0000480msgid "Do NOT reuse filename and server fields for extra DHCP options."
481msgstr ""
482
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100483#: option.c:418
Simon Kelley824af852008-02-12 20:43:05 +0000484msgid "Enable integrated read-only TFTP server."
485msgstr ""
486
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100487#: option.c:419
Simon Kelley824af852008-02-12 20:43:05 +0000488msgid "Export files by TFTP only from the specified subtree."
489msgstr ""
490
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100491#: option.c:420
Simon Kelley824af852008-02-12 20:43:05 +0000492msgid "Add client IP address to tftp-root."
493msgstr ""
494
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100495#: option.c:421
Simon Kelley824af852008-02-12 20:43:05 +0000496msgid "Allow access only to files owned by the user running dnsmasq."
497msgstr ""
498
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100499#: option.c:422
Simon Kelley6b010842007-02-12 20:32:07 +0000500#, c-format
Simon Kelley832af0b2007-01-21 20:01:28 +0000501msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)."
502msgstr ""
503
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100504#: option.c:423
Simon Kelley6b010842007-02-12 20:32:07 +0000505msgid "Disable the TFTP blocksize extension."
506msgstr ""
507
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100508#: option.c:424
Simon Kelley9f9bd082013-03-22 15:11:53 +0000509msgid "Convert TFTP filenames to lowercase"
510msgstr ""
511
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100512#: option.c:425
Simon Kelley824af852008-02-12 20:43:05 +0000513msgid "Ephemeral port range for use by TFTP transfers."
514msgstr ""
515
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100516#: option.c:426
Simon Kelleyf2621c72007-04-29 19:47:21 +0100517msgid "Extra logging for DHCP."
518msgstr ""
519
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100520#: option.c:427
Simon Kelleyf2621c72007-04-29 19:47:21 +0100521msgid "Enable async. logging; optionally set queue length."
522msgstr ""
523
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100524#: option.c:428
Simon Kelley824af852008-02-12 20:43:05 +0000525msgid "Stop DNS rebinding. Filter private IP ranges when resolving."
526msgstr ""
527
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100528#: option.c:429
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100529msgid "Allow rebinding of 127.0.0.0/8, for RBL servers."
530msgstr ""
531
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100532#: option.c:430
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100533msgid "Inhibit DNS-rebind protection on this domain."
534msgstr ""
535
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100536#: option.c:431
Simon Kelley824af852008-02-12 20:43:05 +0000537msgid "Always perform DNS queries to all servers."
538msgstr ""
539
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100540#: option.c:432
Simon Kelley73a08a22009-02-05 20:28:08 +0000541msgid "Set tag if client includes matching option in request."
Simon Kelley824af852008-02-12 20:43:05 +0000542msgstr ""
543
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100544#: option.c:433
Simon Kelley9e038942008-05-30 20:06:34 +0100545msgid "Use alternative ports for DHCP."
546msgstr ""
547
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100548#: option.c:434
Simon Kelley1a6bca82008-07-11 11:11:42 +0100549msgid "Specify NAPTR DNS record."
550msgstr ""
551
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100552#: option.c:435
Simon Kelley1a6bca82008-07-11 11:11:42 +0100553msgid "Specify lowest port available for DNS query transmission."
554msgstr ""
555
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100556#: option.c:436
Simon Kelley9009d742008-11-14 20:04:27 +0000557msgid "Use only fully qualified domain names for DHCP clients."
558msgstr ""
559
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100560#: option.c:437
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100561msgid "Generate hostnames based on MAC address for nameless clients."
562msgstr ""
563
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100564#: option.c:438
Simon Kelley8ef5ada2010-06-03 19:42:45 +0100565msgid "Use these DHCP relays as full proxies."
566msgstr ""
567
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100568#: option.c:439
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100569msgid "Relay DHCP requests to a remote server"
Simon Kelley7de060b2011-08-26 17:24:52 +0100570msgstr ""
571
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100572#: option.c:440
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100573msgid "Specify alias name for LOCAL DNS name."
Simon Kelley7de060b2011-08-26 17:24:52 +0100574msgstr ""
575
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100576#: option.c:441
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100577msgid "Prompt to send to PXE clients."
Simon Kelleyc72daea2012-01-05 21:33:27 +0000578msgstr ""
579
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100580#: option.c:442
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100581msgid "Boot service for PXE menu."
Simon Kelleybc5992d2012-02-28 18:07:15 +0000582msgstr ""
583
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100584#: option.c:443
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100585msgid "Check configuration syntax."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000586msgstr ""
587
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100588#: option.c:444
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100589msgid "Add requestor's MAC address to forwarded DNS queries."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000590msgstr ""
591
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100592#: option.c:445
Simon Kelleye142a832013-11-22 10:38:55 +0000593msgid "Add requestor's IP subnet to forwarded DNS queries."
Simon Kelley9f9bd082013-03-22 15:11:53 +0000594msgstr ""
595
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100596#: option.c:446
Simon Kelleye142a832013-11-22 10:38:55 +0000597msgid "Proxy DNSSEC validation results from upstream nameservers."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100598msgstr ""
599
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100600#: option.c:447
Simon Kelleye142a832013-11-22 10:38:55 +0000601msgid "Attempt to allocate sequential IP addresses to DHCP clients."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100602msgstr ""
603
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100604#: option.c:448
Simon Kelleye142a832013-11-22 10:38:55 +0000605msgid "Copy connection-track mark from queries to upstream connections."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100606msgstr ""
607
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100608#: option.c:449
Simon Kelleye142a832013-11-22 10:38:55 +0000609msgid "Allow DHCP clients to do their own DDNS updates."
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100610msgstr ""
611
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100612#: option.c:450
Simon Kelleye142a832013-11-22 10:38:55 +0000613msgid "Send router-advertisements for interfaces doing DHCPv6"
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100614msgstr ""
615
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100616#: option.c:451
Simon Kelleye142a832013-11-22 10:38:55 +0000617msgid "Specify DUID_EN-type DHCPv6 server DUID"
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100618msgstr ""
619
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100620#: option.c:452
Simon Kelleye142a832013-11-22 10:38:55 +0000621msgid "Specify host (A/AAAA and PTR) records"
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100622msgstr ""
623
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100624#: option.c:453
Simon Kelleye142a832013-11-22 10:38:55 +0000625msgid "Specify arbitrary DNS resource record"
626msgstr ""
627
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100628#: option.c:454
Simon Kelleye142a832013-11-22 10:38:55 +0000629msgid "Bind to interfaces in use - check for new interfaces"
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100630msgstr ""
631
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100632#: option.c:455
Simon Kelleye142a832013-11-22 10:38:55 +0000633msgid "Export local names to global DNS"
634msgstr ""
635
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100636#: option.c:456
Simon Kelleye142a832013-11-22 10:38:55 +0000637msgid "Domain to export to global DNS"
638msgstr ""
639
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100640#: option.c:457
Simon Kelleye142a832013-11-22 10:38:55 +0000641msgid "Set TTL for authoritative replies"
642msgstr ""
643
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100644#: option.c:458
Simon Kelleye142a832013-11-22 10:38:55 +0000645msgid "Set authoritive zone information"
646msgstr ""
647
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100648#: option.c:459
Simon Kelleye142a832013-11-22 10:38:55 +0000649msgid "Secondary authoritative nameservers for forward domains"
650msgstr ""
651
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100652#: option.c:460
Simon Kelleye142a832013-11-22 10:38:55 +0000653msgid "Peers which are allowed to do zone transfer"
654msgstr ""
655
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100656#: option.c:461
Simon Kelleye142a832013-11-22 10:38:55 +0000657msgid "Specify ipsets to which matching domains should be added"
658msgstr ""
659
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100660#: option.c:462
Simon Kelleye142a832013-11-22 10:38:55 +0000661msgid "Specify a domain and address range for synthesised names"
662msgstr ""
663
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100664#: option.c:463
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100665msgid "Activate DNSSEC validation"
666msgstr ""
667
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100668#: option.c:464
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100669msgid "Specify trust anchor key digest."
670msgstr ""
671
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100672#: option.c:465
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100673msgid "Disable upstream checking for DNSSEC debugging."
674msgstr ""
675
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100676#: option.c:466
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100677msgid "Ensure answers without DNSSEC are in unsigned zones."
678msgstr ""
679
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100680#: option.c:467
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100681msgid "Don't check DNSSEC signature timestamps until first cache-reload"
682msgstr ""
683
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100684#: option.c:468
685msgid "Timestamp file to verify system clock for DNSSEC"
686msgstr ""
687
688#: option.c:470
Simon Kelley9f9bd082013-03-22 15:11:53 +0000689msgid "Specify DHCPv6 prefix class"
690msgstr ""
691
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100692#: option.c:472
Simon Kelleye142a832013-11-22 10:38:55 +0000693msgid "Set priority, resend-interval and router-lifetime"
694msgstr ""
695
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100696#: option.c:473
Simon Kelleye142a832013-11-22 10:38:55 +0000697msgid "Do not log routine DHCP."
698msgstr ""
699
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100700#: option.c:474
Simon Kelleye142a832013-11-22 10:38:55 +0000701msgid "Do not log routine DHCPv6."
702msgstr ""
703
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100704#: option.c:475
Simon Kelleye142a832013-11-22 10:38:55 +0000705msgid "Do not log RA."
706msgstr ""
707
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100708#: option.c:476
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100709msgid "Accept queries only from directly-connected networks"
710msgstr ""
711
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100712#: option.c:477
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100713msgid "Detect and remove DNS forwarding loops"
714msgstr ""
715
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100716#: option.c:478
717msgid "Ignore DNS responses containing ipaddr."
718msgstr ""
719
720#: option.c:680
Simon Kelleyaedef832006-01-22 14:02:31 +0000721#, c-format
722msgid ""
723"Usage: dnsmasq [options]\n"
724"\n"
725msgstr ""
726
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100727#: option.c:682
Simon Kelleyaedef832006-01-22 14:02:31 +0000728#, c-format
729msgid "Use short options only on the command line.\n"
730msgstr ""
731
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100732#: option.c:684
Simon Kelleyaedef832006-01-22 14:02:31 +0000733#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +0100734msgid "Valid options are:\n"
Simon Kelleyaedef832006-01-22 14:02:31 +0000735msgstr ""
736
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100737#: option.c:741 option.c:745
Simon Kelley9f9bd082013-03-22 15:11:53 +0000738msgid "bad port"
Simon Kelleyf2621c72007-04-29 19:47:21 +0100739msgstr ""
740
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100741#: option.c:772 option.c:804
Simon Kelley9f9bd082013-03-22 15:11:53 +0000742msgid "interface binding not supported"
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000743msgstr ""
744
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100745#: option.c:781 option.c:3570
Simon Kelley9f9bd082013-03-22 15:11:53 +0000746msgid "bad interface name"
747msgstr ""
748
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100749#: option.c:811
Simon Kelley9f9bd082013-03-22 15:11:53 +0000750msgid "bad address"
751msgstr ""
752
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100753#: option.c:993
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000754msgid "unsupported encapsulation for IPv6 option"
755msgstr ""
756
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100757#: option.c:1007
Simon Kelley832af0b2007-01-21 20:01:28 +0000758msgid "bad dhcp-option"
Simon Kelley849a8352006-06-09 21:02:31 +0100759msgstr ""
760
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100761#: option.c:1075
Simon Kelleyf2621c72007-04-29 19:47:21 +0100762msgid "bad IP address"
763msgstr ""
764
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100765#: option.c:1078 option.c:1216 option.c:2888
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000766msgid "bad IPv6 address"
767msgstr ""
768
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100769#: option.c:1243 option.c:1337
Simon Kelley832af0b2007-01-21 20:01:28 +0000770msgid "bad domain in dhcp-option"
Simon Kelley849a8352006-06-09 21:02:31 +0100771msgstr ""
772
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100773#: option.c:1375
Simon Kelley832af0b2007-01-21 20:01:28 +0000774msgid "dhcp-option too long"
775msgstr ""
776
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100777#: option.c:1382
Simon Kelley73a08a22009-02-05 20:28:08 +0000778msgid "illegal dhcp-match"
779msgstr ""
780
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100781#: option.c:1444
Simon Kelley1a6bca82008-07-11 11:11:42 +0100782msgid "illegal repeated flag"
783msgstr ""
784
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100785#: option.c:1452
Simon Kelley1a6bca82008-07-11 11:11:42 +0100786msgid "illegal repeated keyword"
787msgstr ""
788
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100789#: option.c:1517 option.c:4186
Simon Kelley28866e92011-02-14 20:19:14 +0000790#, c-format
791msgid "cannot access directory %s: %s"
792msgstr ""
793
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100794#: option.c:1563 tftp.c:493
Simon Kelley849a8352006-06-09 21:02:31 +0100795#, c-format
796msgid "cannot access %s: %s"
797msgstr ""
798
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100799#: option.c:1615
Simon Kelley572b41e2011-02-18 18:11:18 +0000800msgid "setting log facility is not possible under Android"
801msgstr ""
802
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100803#: option.c:1624
Simon Kelley572b41e2011-02-18 18:11:18 +0000804msgid "bad log facility"
805msgstr ""
806
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100807#: option.c:1677
Simon Kelley849a8352006-06-09 21:02:31 +0100808msgid "bad MX preference"
809msgstr ""
810
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100811#: option.c:1682
Simon Kelley849a8352006-06-09 21:02:31 +0100812msgid "bad MX name"
813msgstr ""
814
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100815#: option.c:1696
Simon Kelley849a8352006-06-09 21:02:31 +0100816msgid "bad MX target"
817msgstr ""
818
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100819#: option.c:1708
Simon Kelley849a8352006-06-09 21:02:31 +0100820msgid "cannot run scripts under uClinux"
821msgstr ""
822
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100823#: option.c:1710
Simon Kelley1f15b812009-10-13 17:49:32 +0100824msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts"
825msgstr ""
826
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100827#: option.c:1714
Simon Kelleyc72daea2012-01-05 21:33:27 +0000828msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts"
829msgstr ""
830
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100831#: option.c:1970 option.c:2015 option.c:2071
Simon Kelley9f9bd082013-03-22 15:11:53 +0000832msgid "bad prefix"
Simon Kelley849a8352006-06-09 21:02:31 +0100833msgstr ""
834
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100835#: option.c:2352
Simon Kelley9f9bd082013-03-22 15:11:53 +0000836msgid "recompile with HAVE_IPSET defined to enable ipset directives"
Simon Kelley824af852008-02-12 20:43:05 +0000837msgstr ""
838
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100839#: option.c:2545
Simon Kelley7de060b2011-08-26 17:24:52 +0100840msgid "bad port range"
841msgstr ""
842
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100843#: option.c:2561
Simon Kelley7de060b2011-08-26 17:24:52 +0100844msgid "bad bridge-interface"
845msgstr ""
846
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100847#: option.c:2621
Simon Kelley7de060b2011-08-26 17:24:52 +0100848msgid "only one tag allowed"
849msgstr ""
850
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100851#: option.c:2641 option.c:2653 option.c:2759 option.c:2800
Simon Kelley9f9bd082013-03-22 15:11:53 +0000852msgid "bad dhcp-range"
853msgstr ""
854
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100855#: option.c:2668
Simon Kelley7de060b2011-08-26 17:24:52 +0100856msgid "inconsistent DHCP range"
857msgstr ""
858
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100859#: option.c:2727
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100860msgid "prefix length must be exactly 64 for RA subnets"
Simon Kelley9f9bd082013-03-22 15:11:53 +0000861msgstr ""
862
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100863#: option.c:2729
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100864msgid "prefix length must be exactly 64 for subnet constructors"
Simon Kelley9f9bd082013-03-22 15:11:53 +0000865msgstr ""
866
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100867#: option.c:2733
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100868msgid "prefix length must be at least 64"
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000869msgstr ""
870
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100871#: option.c:2736
Simon Kelleye5ffdb92012-02-13 14:19:25 +0000872msgid "inconsistent DHCPv6 range"
873msgstr ""
874
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100875#: option.c:2747
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100876msgid "prefix must be zero with \"constructor:\" argument"
877msgstr ""
878
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100879#: option.c:2858 option.c:2906
Simon Kelley7de060b2011-08-26 17:24:52 +0100880msgid "bad hex constant"
881msgstr ""
882
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100883#: option.c:2880
Simon Kelley7de060b2011-08-26 17:24:52 +0100884msgid "cannot match tags in --dhcp-host"
885msgstr ""
886
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100887#: option.c:2928
Simon Kelley9f9bd082013-03-22 15:11:53 +0000888#, c-format
889msgid "duplicate dhcp-host IP address %s"
890msgstr ""
891
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100892#: option.c:2986
Simon Kelley7de060b2011-08-26 17:24:52 +0100893msgid "bad DHCP host name"
894msgstr ""
895
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100896#: option.c:3068
Simon Kelley7de060b2011-08-26 17:24:52 +0100897msgid "bad tag-if"
898msgstr ""
899
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100900#: option.c:3392 option.c:3786
Simon Kelley7de060b2011-08-26 17:24:52 +0100901msgid "invalid port number"
902msgstr ""
903
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100904#: option.c:3454
Simon Kelley7de060b2011-08-26 17:24:52 +0100905msgid "bad dhcp-proxy address"
906msgstr ""
907
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100908#: option.c:3480
Simon Kelleyd5c35a52013-10-01 20:28:22 +0100909msgid "Bad dhcp-relay"
910msgstr ""
911
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100912#: option.c:3506
Simon Kelleye142a832013-11-22 10:38:55 +0000913msgid "bad RA-params"
914msgstr ""
915
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100916#: option.c:3515
Simon Kelley9f9bd082013-03-22 15:11:53 +0000917msgid "bad DUID"
918msgstr ""
919
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100920#: option.c:3557
Simon Kelley7de060b2011-08-26 17:24:52 +0100921msgid "invalid alias range"
922msgstr ""
923
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100924#: option.c:3611
Simon Kelley1f15b812009-10-13 17:49:32 +0100925msgid "bad CNAME"
926msgstr ""
927
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100928#: option.c:3616
Simon Kelley9009d742008-11-14 20:04:27 +0000929msgid "duplicate CNAME"
930msgstr ""
931
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100932#: option.c:3636
Simon Kelley9e038942008-05-30 20:06:34 +0100933msgid "bad PTR record"
934msgstr ""
935
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100936#: option.c:3667
Simon Kelley1a6bca82008-07-11 11:11:42 +0100937msgid "bad NAPTR record"
Simon Kelley9e038942008-05-30 20:06:34 +0100938msgstr ""
939
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100940#: option.c:3701
Simon Kelley9f9bd082013-03-22 15:11:53 +0000941msgid "bad RR record"
942msgstr ""
943
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100944#: option.c:3731
Simon Kelley1a6bca82008-07-11 11:11:42 +0100945msgid "bad TXT record"
946msgstr ""
947
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100948#: option.c:3772
Simon Kelley9e038942008-05-30 20:06:34 +0100949msgid "bad SRV record"
950msgstr ""
951
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100952#: option.c:3779
Simon Kelley9e038942008-05-30 20:06:34 +0100953msgid "bad SRV target"
954msgstr ""
955
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100956#: option.c:3793
Simon Kelley849a8352006-06-09 21:02:31 +0100957msgid "invalid priority"
958msgstr ""
959
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100960#: option.c:3800
Simon Kelley849a8352006-06-09 21:02:31 +0100961msgid "invalid weight"
962msgstr ""
963
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100964#: option.c:3824
Simon Kelley9f9bd082013-03-22 15:11:53 +0000965msgid "Bad host-record"
966msgstr ""
967
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100968#: option.c:3841
Simon Kelley9f9bd082013-03-22 15:11:53 +0000969msgid "Bad name in host-record"
970msgstr ""
971
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100972#: option.c:3906
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100973msgid "bad trust anchor"
Simon Kelley7622fc02009-06-04 20:32:05 +0100974msgstr ""
975
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100976#: option.c:3920
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100977msgid "bad HEX in trust anchor"
978msgstr ""
979
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100980#: option.c:3930
Simon Kelleyb4f971a2014-09-13 20:28:30 +0100981msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DNSSEC/DBus support)"
982msgstr ""
983
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100984#: option.c:3989
Simon Kelley849a8352006-06-09 21:02:31 +0100985msgid "missing \""
986msgstr ""
987
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100988#: option.c:4046
Simon Kelley849a8352006-06-09 21:02:31 +0100989msgid "bad option"
990msgstr ""
991
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100992#: option.c:4048
Simon Kelley832af0b2007-01-21 20:01:28 +0000993msgid "extraneous parameter"
994msgstr ""
995
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +0100996#: option.c:4050
Simon Kelley832af0b2007-01-21 20:01:28 +0000997msgid "missing parameter"
998msgstr ""
999
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001000#: option.c:4052
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001001msgid "illegal option"
1002msgstr ""
1003
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001004#: option.c:4059
Simon Kelley832af0b2007-01-21 20:01:28 +00001005msgid "error"
1006msgstr ""
1007
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001008#: option.c:4061
Simon Kelleyf2621c72007-04-29 19:47:21 +01001009#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00001010msgid " at line %d of %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001011msgstr ""
1012
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001013#: option.c:4076 option.c:4323 option.c:4359
Simon Kelley824af852008-02-12 20:43:05 +00001014#, c-format
1015msgid "read %s"
1016msgstr ""
1017
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001018#: option.c:4139 option.c:4262 tftp.c:667
1019#, c-format
1020msgid "cannot read %s: %s"
1021msgstr ""
1022
1023#: option.c:4425
Simon Kelley28866e92011-02-14 20:19:14 +00001024msgid "junk found in command line"
1025msgstr ""
1026
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001027#: option.c:4460
Simon Kelleyaedef832006-01-22 14:02:31 +00001028#, c-format
1029msgid "Dnsmasq version %s %s\n"
1030msgstr ""
1031
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001032#: option.c:4461
Simon Kelleyaedef832006-01-22 14:02:31 +00001033#, c-format
1034msgid ""
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001035"Compile time options: %s\n"
Simon Kelleyaedef832006-01-22 14:02:31 +00001036"\n"
1037msgstr ""
1038
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001039#: option.c:4462
Simon Kelleyaedef832006-01-22 14:02:31 +00001040#, c-format
1041msgid "This software comes with ABSOLUTELY NO WARRANTY.\n"
1042msgstr ""
1043
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001044#: option.c:4463
Simon Kelleyaedef832006-01-22 14:02:31 +00001045#, c-format
1046msgid "Dnsmasq is free software, and you are welcome to redistribute it\n"
1047msgstr ""
1048
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001049#: option.c:4464
Simon Kelleyaedef832006-01-22 14:02:31 +00001050#, c-format
Simon Kelley824af852008-02-12 20:43:05 +00001051msgid "under the terms of the GNU General Public License, version 2 or 3.\n"
Simon Kelleyaedef832006-01-22 14:02:31 +00001052msgstr ""
1053
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001054#: option.c:4475
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001055msgid "try --help"
1056msgstr ""
1057
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001058#: option.c:4477
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001059msgid "try -w"
1060msgstr ""
1061
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001062#: option.c:4479
Simon Kelley849a8352006-06-09 21:02:31 +01001063#, c-format
1064msgid "bad command line options: %s"
1065msgstr ""
1066
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001067#: option.c:4535
Simon Kelleyaedef832006-01-22 14:02:31 +00001068#, c-format
1069msgid "cannot get host-name: %s"
1070msgstr ""
1071
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001072#: option.c:4563
Simon Kelleyaedef832006-01-22 14:02:31 +00001073msgid "only one resolv.conf file allowed in no-poll mode."
1074msgstr ""
1075
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001076#: option.c:4573
Simon Kelleyaedef832006-01-22 14:02:31 +00001077msgid "must have exactly one resolv.conf to read domain from."
1078msgstr ""
1079
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001080#: option.c:4576 network.c:1506 dhcp.c:774
Simon Kelleyaedef832006-01-22 14:02:31 +00001081#, c-format
Simon Kelley208b65c2006-08-05 21:41:37 +01001082msgid "failed to read %s: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001083msgstr ""
1084
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001085#: option.c:4593
Simon Kelleyaedef832006-01-22 14:02:31 +00001086#, c-format
1087msgid "no search directive found in %s"
1088msgstr ""
1089
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001090#: option.c:4614
Simon Kelley9009d742008-11-14 20:04:27 +00001091msgid "there must be a default domain when --dhcp-fqdn is set"
1092msgstr ""
1093
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001094#: option.c:4623
Simon Kelley7622fc02009-06-04 20:32:05 +01001095msgid "syntax check OK"
1096msgstr ""
1097
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001098#: forward.c:111
Simon Kelleybc5992d2012-02-28 18:07:15 +00001099#, c-format
1100msgid "failed to send packet: %s"
1101msgstr ""
1102
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001103#: forward.c:572
Simon Kelleye142a832013-11-22 10:38:55 +00001104msgid "discarding DNS reply: subnet option mismatch"
1105msgstr ""
1106
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001107#: forward.c:595
Simon Kelleyaedef832006-01-22 14:02:31 +00001108#, c-format
1109msgid "nameserver %s refused to do a recursive query"
1110msgstr ""
1111
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001112#: forward.c:627
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001113#, c-format
1114msgid "possible DNS-rebind attack detected: %s"
Simon Kelley824af852008-02-12 20:43:05 +00001115msgstr ""
1116
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001117#: forward.c:1156 forward.c:1722
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001118msgid "Ignoring query from non-local network"
1119msgstr ""
1120
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001121#: forward.c:2178
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001122#, c-format
1123msgid "Maximum number of concurrent DNS queries reached (max: %d)"
1124msgstr ""
1125
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001126#: network.c:715
Simon Kelleyaedef832006-01-22 14:02:31 +00001127#, c-format
Simon Kelley28866e92011-02-14 20:19:14 +00001128msgid "failed to create listening socket for %s: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001129msgstr ""
1130
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001131#: network.c:1021
Simon Kelleye142a832013-11-22 10:38:55 +00001132#, c-format
1133msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s"
1134msgstr ""
1135
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001136#: network.c:1028
Simon Kelleye142a832013-11-22 10:38:55 +00001137msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)"
1138msgstr ""
1139
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001140#: network.c:1037
Simon Kelleye142a832013-11-22 10:38:55 +00001141#, c-format
1142msgid "warning: no addresses found for interface %s"
1143msgstr ""
1144
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001145#: network.c:1095
Simon Kelley9f9bd082013-03-22 15:11:53 +00001146#, c-format
1147msgid "interface %s failed to join DHCPv6 multicast group: %s"
1148msgstr ""
1149
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001150#: network.c:1289
Simon Kelley824af852008-02-12 20:43:05 +00001151#, c-format
1152msgid "failed to bind server socket for %s: %s"
1153msgstr ""
1154
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001155#: network.c:1444
Simon Kelleyaedef832006-01-22 14:02:31 +00001156#, c-format
1157msgid "ignoring nameserver %s - local interface"
1158msgstr ""
1159
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001160#: network.c:1455
Simon Kelleyaedef832006-01-22 14:02:31 +00001161#, c-format
Simon Kelleyf2621c72007-04-29 19:47:21 +01001162msgid "ignoring nameserver %s - cannot make/bind socket: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001163msgstr ""
1164
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001165#: network.c:1468
Simon Kelleyaedef832006-01-22 14:02:31 +00001166msgid "unqualified"
1167msgstr ""
1168
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001169#: network.c:1468
Simon Kelley5aabfc72007-08-29 11:24:47 +01001170msgid "names"
1171msgstr ""
1172
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001173#: network.c:1470
Simon Kelley5aabfc72007-08-29 11:24:47 +01001174msgid "default"
1175msgstr ""
1176
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001177#: network.c:1472
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001178msgid "domain"
Simon Kelleyaedef832006-01-22 14:02:31 +00001179msgstr ""
1180
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001181#: network.c:1475
Simon Kelley824af852008-02-12 20:43:05 +00001182#, c-format
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001183msgid "using local addresses only for %s %s"
Simon Kelley824af852008-02-12 20:43:05 +00001184msgstr ""
1185
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001186#: network.c:1477
Simon Kelley8ef5ada2010-06-03 19:42:45 +01001187#, c-format
1188msgid "using standard nameservers for %s %s"
1189msgstr ""
1190
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001191#: network.c:1479
Simon Kelleyaedef832006-01-22 14:02:31 +00001192#, c-format
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001193msgid "using nameserver %s#%d for %s %s"
1194msgstr ""
1195
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001196#: network.c:1483
1197#, c-format
1198msgid "NOT using nameserver %s#%d - query loop detected"
1199msgstr ""
1200
1201#: network.c:1486
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001202#, c-format
1203msgid "using nameserver %s#%d(via %s)"
1204msgstr ""
1205
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001206#: network.c:1488
Simon Kelley1ad24ae2008-07-20 20:22:50 +01001207#, c-format
Simon Kelleyaedef832006-01-22 14:02:31 +00001208msgid "using nameserver %s#%d"
1209msgstr ""
1210
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001211#: dnsmasq.c:149
1212msgid "dhcp-hostsdir, dhcp-optsdir and hostsdir are not supported on this platform"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001213msgstr ""
1214
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001215#: dnsmasq.c:156
1216msgid "no trust anchors provided for DNSSEC"
Simon Kelleyaedef832006-01-22 14:02:31 +00001217msgstr ""
1218
Simon Kelleye142a832013-11-22 10:38:55 +00001219#: dnsmasq.c:159
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001220msgid "cannot reduce cache size from default when DNSSEC enabled"
1221msgstr ""
1222
1223#: dnsmasq.c:161
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001224msgid "DNSSEC not available: set HAVE_DNSSEC in src/config.h"
1225msgstr ""
1226
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001227#: dnsmasq.c:167
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001228msgid "TFTP server not available: set HAVE_TFTP in src/config.h"
1229msgstr ""
1230
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001231#: dnsmasq.c:172
1232msgid "cannot use --conntrack AND --query-port"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001233msgstr ""
1234
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001235#: dnsmasq.c:175
1236msgid "conntrack support not available: set HAVE_CONNTRACK in src/config.h"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001237msgstr ""
1238
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001239#: dnsmasq.c:180
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001240msgid "asychronous logging is not available under Solaris"
1241msgstr ""
1242
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001243#: dnsmasq.c:185
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001244msgid "asychronous logging is not available under Android"
1245msgstr ""
1246
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001247#: dnsmasq.c:190
Simon Kelley9f9bd082013-03-22 15:11:53 +00001248msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h"
1249msgstr ""
1250
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001251#: dnsmasq.c:195
1252msgid "loop detection not available: set HAVE_LOOP in src/config.h"
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001253msgstr ""
1254
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001255#: dnsmasq.c:203
Simon Kelley9f9bd082013-03-22 15:11:53 +00001256msgid "zone serial must be configured in --auth-soa"
1257msgstr ""
1258
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001259#: dnsmasq.c:221
Simon Kelley9f9bd082013-03-22 15:11:53 +00001260msgid "dhcp-range constructor not available on this platform"
1261msgstr ""
1262
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001263#: dnsmasq.c:264
Simon Kelley9f9bd082013-03-22 15:11:53 +00001264msgid "cannot set --bind-interfaces and --bind-dynamic"
1265msgstr ""
1266
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001267#: dnsmasq.c:267
Simon Kelleyaedef832006-01-22 14:02:31 +00001268#, c-format
Simon Kelley572b41e2011-02-18 18:11:18 +00001269msgid "failed to find list of interfaces: %s"
1270msgstr ""
1271
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001272#: dnsmasq.c:276
Simon Kelley572b41e2011-02-18 18:11:18 +00001273#, c-format
Simon Kelleyaedef832006-01-22 14:02:31 +00001274msgid "unknown interface %s"
1275msgstr ""
1276
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001277#: dnsmasq.c:340 dnsmasq.c:1004
Simon Kelleyaedef832006-01-22 14:02:31 +00001278#, c-format
1279msgid "DBus error: %s"
1280msgstr ""
1281
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001282#: dnsmasq.c:343
Simon Kelleyaedef832006-01-22 14:02:31 +00001283msgid "DBus not available: set HAVE_DBUS in src/config.h"
1284msgstr ""
1285
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001286#: dnsmasq.c:371
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001287#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001288msgid "unknown user or group: %s"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001289msgstr ""
1290
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001291#: dnsmasq.c:426
Simon Kelley824af852008-02-12 20:43:05 +00001292#, c-format
1293msgid "cannot chdir to filesystem root: %s"
1294msgstr ""
1295
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001296#: dnsmasq.c:667
Simon Kelley824af852008-02-12 20:43:05 +00001297#, c-format
1298msgid "started, version %s DNS disabled"
1299msgstr ""
1300
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001301#: dnsmasq.c:669
Simon Kelleyaedef832006-01-22 14:02:31 +00001302#, c-format
1303msgid "started, version %s cachesize %d"
1304msgstr ""
1305
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001306#: dnsmasq.c:671
Simon Kelleyaedef832006-01-22 14:02:31 +00001307#, c-format
1308msgid "started, version %s cache disabled"
1309msgstr ""
1310
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001311#: dnsmasq.c:673
Simon Kelleyaedef832006-01-22 14:02:31 +00001312#, c-format
1313msgid "compile time options: %s"
1314msgstr ""
1315
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001316#: dnsmasq.c:679
Simon Kelleyaedef832006-01-22 14:02:31 +00001317msgid "DBus support enabled: connected to system bus"
1318msgstr ""
1319
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001320#: dnsmasq.c:681
Simon Kelleyaedef832006-01-22 14:02:31 +00001321msgid "DBus support enabled: bus connection pending"
1322msgstr ""
1323
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001324#: dnsmasq.c:686
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001325msgid "DNS service limited to local subnets"
1326msgstr ""
1327
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001328#: dnsmasq.c:702
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001329msgid "DNSSEC validation enabled"
1330msgstr ""
1331
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001332#: dnsmasq.c:705
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001333msgid "DNSSEC signature timestamps not checked until first cache reload"
1334msgstr ""
1335
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001336#: dnsmasq.c:708
1337msgid "DNSSEC signature timestamps not checked until system time valid"
1338msgstr ""
1339
1340#: dnsmasq.c:713
Simon Kelley832af0b2007-01-21 20:01:28 +00001341#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00001342msgid "warning: failed to change owner of %s: %s"
1343msgstr ""
1344
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001345#: dnsmasq.c:717
Simon Kelley9f9bd082013-03-22 15:11:53 +00001346msgid "setting --bind-interfaces option because of OS limitations"
1347msgstr ""
1348
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001349#: dnsmasq.c:727
Simon Kelley9f9bd082013-03-22 15:11:53 +00001350#, c-format
1351msgid "warning: interface %s does not currently exist"
1352msgstr ""
1353
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001354#: dnsmasq.c:732
Simon Kelley9f9bd082013-03-22 15:11:53 +00001355msgid "warning: ignoring resolv-file flag because no-resolv is set"
1356msgstr ""
1357
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001358#: dnsmasq.c:735
Simon Kelley9f9bd082013-03-22 15:11:53 +00001359msgid "warning: no upstream servers configured"
1360msgstr ""
1361
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001362#: dnsmasq.c:739
Simon Kelley9f9bd082013-03-22 15:11:53 +00001363#, c-format
1364msgid "asynchronous logging enabled, queue limit is %d messages"
1365msgstr ""
1366
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001367#: dnsmasq.c:760
Simon Kelley9f9bd082013-03-22 15:11:53 +00001368msgid "IPv6 router advertisement enabled"
1369msgstr ""
1370
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001371#: dnsmasq.c:765
Simon Kelleye142a832013-11-22 10:38:55 +00001372#, c-format
1373msgid "DHCP, sockets bound exclusively to interface %s"
1374msgstr ""
1375
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001376#: dnsmasq.c:782
Simon Kelley9f9bd082013-03-22 15:11:53 +00001377msgid "root is "
1378msgstr ""
1379
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001380#: dnsmasq.c:782
Simon Kelley9f9bd082013-03-22 15:11:53 +00001381msgid "enabled"
1382msgstr ""
1383
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001384#: dnsmasq.c:784
Simon Kelley9f9bd082013-03-22 15:11:53 +00001385msgid "secure mode"
1386msgstr ""
1387
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001388#: dnsmasq.c:810
Simon Kelley9f9bd082013-03-22 15:11:53 +00001389#, c-format
Simon Kelley832af0b2007-01-21 20:01:28 +00001390msgid "restricting maximum simultaneous TFTP transfers to %d"
1391msgstr ""
1392
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001393#: dnsmasq.c:1006
Simon Kelley5aabfc72007-08-29 11:24:47 +01001394msgid "connected to system DBus"
Simon Kelley849a8352006-06-09 21:02:31 +01001395msgstr ""
1396
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001397#: dnsmasq.c:1156
Simon Kelley1a6bca82008-07-11 11:11:42 +01001398#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001399msgid "cannot fork into background: %s"
1400msgstr ""
1401
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001402#: dnsmasq.c:1159
Simon Kelley316e2732010-01-22 20:16:09 +00001403#, c-format
1404msgid "failed to create helper: %s"
1405msgstr ""
1406
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001407#: dnsmasq.c:1162
Simon Kelley316e2732010-01-22 20:16:09 +00001408#, c-format
1409msgid "setting capabilities failed: %s"
1410msgstr ""
1411
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001412#: dnsmasq.c:1165
Simon Kelley316e2732010-01-22 20:16:09 +00001413#, c-format
Simon Kelley1a6bca82008-07-11 11:11:42 +01001414msgid "failed to change user-id to %s: %s"
1415msgstr ""
1416
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001417#: dnsmasq.c:1168
Simon Kelley1a6bca82008-07-11 11:11:42 +01001418#, c-format
1419msgid "failed to change group-id to %s: %s"
1420msgstr ""
1421
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001422#: dnsmasq.c:1171
Simon Kelley1a6bca82008-07-11 11:11:42 +01001423#, c-format
1424msgid "failed to open pidfile %s: %s"
1425msgstr ""
1426
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001427#: dnsmasq.c:1174
Simon Kelley1a6bca82008-07-11 11:11:42 +01001428#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001429msgid "cannot open log %s: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001430msgstr ""
1431
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001432#: dnsmasq.c:1177
Simon Kelley1a6bca82008-07-11 11:11:42 +01001433#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001434msgid "failed to load Lua script: %s"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001435msgstr ""
1436
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001437#: dnsmasq.c:1180
Simon Kelley9f9bd082013-03-22 15:11:53 +00001438#, c-format
1439msgid "TFTP directory %s inaccessible: %s"
1440msgstr ""
1441
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001442#: dnsmasq.c:1183
1443#, c-format
1444msgid "cannot create timestamp file %s: %s"
1445msgstr ""
1446
1447#: dnsmasq.c:1204
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001448msgid "now checking DNSSEC signature timestamps"
1449msgstr ""
1450
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001451#: dnsmasq.c:1271
Simon Kelley1a6bca82008-07-11 11:11:42 +01001452#, c-format
Simon Kelleyc72daea2012-01-05 21:33:27 +00001453msgid "script process killed by signal %d"
Simon Kelley1a6bca82008-07-11 11:11:42 +01001454msgstr ""
1455
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001456#: dnsmasq.c:1275
Simon Kelleyc72daea2012-01-05 21:33:27 +00001457#, c-format
1458msgid "script process exited with status %d"
1459msgstr ""
1460
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001461#: dnsmasq.c:1279
Simon Kelley1a6bca82008-07-11 11:11:42 +01001462#, c-format
1463msgid "failed to execute %s: %s"
1464msgstr ""
1465
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001466#: dnsmasq.c:1334
Simon Kelleyaedef832006-01-22 14:02:31 +00001467msgid "exiting on receipt of SIGTERM"
1468msgstr ""
1469
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001470#: dnsmasq.c:1362
Simon Kelley9009d742008-11-14 20:04:27 +00001471#, c-format
1472msgid "failed to access %s: %s"
1473msgstr ""
1474
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001475#: dnsmasq.c:1392
Simon Kelley9009d742008-11-14 20:04:27 +00001476#, c-format
1477msgid "reading %s"
1478msgstr ""
1479
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001480#: dnsmasq.c:1403
Simon Kelley5aabfc72007-08-29 11:24:47 +01001481#, c-format
1482msgid "no servers found in %s, will retry"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001483msgstr ""
1484
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001485#: dhcp.c:53
Simon Kelleyaedef832006-01-22 14:02:31 +00001486#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001487msgid "cannot create DHCP socket: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001488msgstr ""
1489
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001490#: dhcp.c:68
Simon Kelleyaedef832006-01-22 14:02:31 +00001491#, c-format
1492msgid "failed to set options on DHCP socket: %s"
1493msgstr ""
1494
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001495#: dhcp.c:89
Simon Kelleyaedef832006-01-22 14:02:31 +00001496#, c-format
Simon Kelley4011c4e2006-10-28 16:26:19 +01001497msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001498msgstr ""
1499
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001500#: dhcp.c:101
Simon Kelleyaedef832006-01-22 14:02:31 +00001501#, c-format
Simon Kelley4011c4e2006-10-28 16:26:19 +01001502msgid "failed to bind DHCP server socket: %s"
1503msgstr ""
1504
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001505#: dhcp.c:127
Simon Kelley4011c4e2006-10-28 16:26:19 +01001506#, c-format
Simon Kelleyaedef832006-01-22 14:02:31 +00001507msgid "cannot create ICMP raw socket: %s."
1508msgstr ""
1509
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001510#: dhcp.c:239
Simon Kelleyc72daea2012-01-05 21:33:27 +00001511#, c-format
1512msgid "unknown interface %s in bridge-interface"
1513msgstr ""
1514
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001515#: dhcp.c:278
Simon Kelley832af0b2007-01-21 20:01:28 +00001516#, c-format
1517msgid "DHCP packet received on %s which has no address"
1518msgstr ""
1519
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001520#: dhcp.c:412
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001521#, c-format
1522msgid "ARP-cache injection failed: %s"
1523msgstr ""
1524
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001525#: dhcp.c:511
Simon Kelleycdeda282006-03-16 20:16:06 +00001526#, c-format
1527msgid "DHCP range %s -- %s is not consistent with netmask %s"
1528msgstr ""
1529
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001530#: dhcp.c:812
Simon Kelleycdeda282006-03-16 20:16:06 +00001531#, c-format
1532msgid "bad line at %s line %d"
1533msgstr ""
1534
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001535#: dhcp.c:855
Simon Kelley1f15b812009-10-13 17:49:32 +01001536#, c-format
1537msgid "ignoring %s line %d, duplicate name or IP address"
1538msgstr ""
1539
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001540#: dhcp.c:999 rfc3315.c:2139
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001541#, c-format
1542msgid "DHCP relay %s -> %s"
1543msgstr ""
1544
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001545#: lease.c:61
Simon Kelleycdeda282006-03-16 20:16:06 +00001546#, c-format
Simon Kelley208b65c2006-08-05 21:41:37 +01001547msgid "cannot open or create lease file %s: %s"
Simon Kelleycdeda282006-03-16 20:16:06 +00001548msgstr ""
1549
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001550#: lease.c:134
Simon Kelleycdeda282006-03-16 20:16:06 +00001551msgid "too many stored leases"
1552msgstr ""
1553
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001554#: lease.c:165
Simon Kelley208b65c2006-08-05 21:41:37 +01001555#, c-format
1556msgid "cannot run lease-init script %s: %s"
1557msgstr ""
1558
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001559#: lease.c:171
Simon Kelley208b65c2006-08-05 21:41:37 +01001560#, c-format
1561msgid "lease-init script returned exit code %s"
1562msgstr ""
1563
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001564#: lease.c:342
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001565#, c-format
Simon Kelley7cebd202006-05-06 14:13:33 +01001566msgid "failed to write %s: %s (retry in %us)"
Simon Kelleycdeda282006-03-16 20:16:06 +00001567msgstr ""
1568
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001569#: lease.c:906
Simon Kelley9009d742008-11-14 20:04:27 +00001570#, c-format
1571msgid "Ignoring domain %s for DHCP host name %s"
1572msgstr ""
1573
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001574#: rfc2131.c:342
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001575#, c-format
1576msgid "no address range available for DHCP request %s %s"
1577msgstr ""
1578
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001579#: rfc2131.c:343
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001580msgid "with subnet selector"
1581msgstr ""
1582
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001583#: rfc2131.c:343
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001584msgid "via"
1585msgstr ""
1586
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001587#: rfc2131.c:355
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001588#, c-format
1589msgid "%u available DHCP subnet: %s/%s"
1590msgstr ""
1591
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001592#: rfc2131.c:358 rfc3315.c:300
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001593#, c-format
1594msgid "%u available DHCP range: %s -- %s"
1595msgstr ""
1596
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001597#: rfc2131.c:469
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001598#, c-format
1599msgid "%u vendor class: %s"
1600msgstr ""
1601
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001602#: rfc2131.c:471
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001603#, c-format
1604msgid "%u user class: %s"
1605msgstr ""
1606
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001607#: rfc2131.c:498
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001608msgid "disabled"
1609msgstr ""
1610
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001611#: rfc2131.c:539 rfc2131.c:967 rfc2131.c:1385 rfc3315.c:603 rfc3315.c:860
1612#: rfc3315.c:1139
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001613msgid "ignored"
1614msgstr ""
1615
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001616#: rfc2131.c:554 rfc2131.c:1205 rfc3315.c:910
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001617msgid "address in use"
1618msgstr ""
1619
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001620#: rfc2131.c:568 rfc2131.c:1021
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001621msgid "no address available"
1622msgstr ""
1623
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001624#: rfc2131.c:575 rfc2131.c:1168
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001625msgid "wrong network"
1626msgstr ""
1627
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001628#: rfc2131.c:590
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001629msgid "no address configured"
1630msgstr ""
1631
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001632#: rfc2131.c:596 rfc2131.c:1218
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001633msgid "no leases left"
1634msgstr ""
1635
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001636#: rfc2131.c:691 rfc3315.c:476
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001637#, c-format
1638msgid "%u client provides name: %s"
1639msgstr ""
1640
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001641#: rfc2131.c:796
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001642msgid "PXE BIS not supported"
1643msgstr ""
1644
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001645#: rfc2131.c:935 rfc3315.c:1233
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001646#, c-format
1647msgid "disabling DHCP static address %s for %s"
1648msgstr ""
1649
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001650#: rfc2131.c:956
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001651msgid "unknown lease"
1652msgstr ""
1653
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001654#: rfc2131.c:990
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001655#, c-format
1656msgid "not using configured address %s because it is leased to %s"
1657msgstr ""
1658
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001659#: rfc2131.c:1000
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001660#, c-format
1661msgid "not using configured address %s because it is in use by the server or relay"
1662msgstr ""
1663
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001664#: rfc2131.c:1003
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001665#, c-format
1666msgid "not using configured address %s because it was previously declined"
1667msgstr ""
1668
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001669#: rfc2131.c:1019 rfc2131.c:1211
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001670msgid "no unique-id"
1671msgstr ""
1672
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001673#: rfc2131.c:1106
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001674msgid "wrong server-ID"
1675msgstr ""
1676
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001677#: rfc2131.c:1125
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001678msgid "wrong address"
1679msgstr ""
1680
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001681#: rfc2131.c:1143 rfc3315.c:1006
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001682msgid "lease not found"
1683msgstr ""
1684
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001685#: rfc2131.c:1176
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001686msgid "address not available"
1687msgstr ""
1688
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001689#: rfc2131.c:1187
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001690msgid "static lease available"
1691msgstr ""
1692
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001693#: rfc2131.c:1191
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001694msgid "address reserved"
1695msgstr ""
1696
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001697#: rfc2131.c:1199
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001698#, c-format
1699msgid "abandoning lease to %s of %s"
1700msgstr ""
1701
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001702#: rfc2131.c:1712
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001703#, c-format
1704msgid "%u bootfile name: %s"
1705msgstr ""
1706
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001707#: rfc2131.c:1721
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001708#, c-format
1709msgid "%u server name: %s"
1710msgstr ""
1711
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001712#: rfc2131.c:1729
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001713#, c-format
1714msgid "%u next server: %s"
1715msgstr ""
1716
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001717#: rfc2131.c:1732
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001718#, c-format
1719msgid "%u broadcast response"
1720msgstr ""
1721
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001722#: rfc2131.c:1795
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001723#, c-format
1724msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
1725msgstr ""
1726
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001727#: rfc2131.c:2036
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001728msgid "PXE menu too large"
1729msgstr ""
1730
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001731#: rfc2131.c:2173 rfc3315.c:1506
Simon Kelleyf2621c72007-04-29 19:47:21 +01001732#, c-format
Simon Kelley7622fc02009-06-04 20:32:05 +01001733msgid "%u requested options: %s"
Simon Kelleyf2621c72007-04-29 19:47:21 +01001734msgstr ""
1735
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001736#: rfc2131.c:2453
Simon Kelley316e2732010-01-22 20:16:09 +00001737#, c-format
1738msgid "cannot send RFC3925 option: too many options for enterprise number %d"
1739msgstr ""
1740
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001741#: netlink.c:77
Simon Kelleyaedef832006-01-22 14:02:31 +00001742#, c-format
Simon Kelley7cebd202006-05-06 14:13:33 +01001743msgid "cannot create netlink socket: %s"
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001744msgstr ""
1745
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001746#: netlink.c:348
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001747#, c-format
Simon Kelley7cebd202006-05-06 14:13:33 +01001748msgid "netlink returns error: %s"
Simon Kelleyaedef832006-01-22 14:02:31 +00001749msgstr ""
1750
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001751#: dbus.c:171
Simon Kelleyaedef832006-01-22 14:02:31 +00001752msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
1753msgstr ""
1754
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001755#: dbus.c:500
Simon Kelleyaedef832006-01-22 14:02:31 +00001756msgid "setting upstream servers from DBus"
1757msgstr ""
1758
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001759#: dbus.c:547
Simon Kelleyaedef832006-01-22 14:02:31 +00001760msgid "could not register a DBus message handler"
1761msgstr ""
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001762
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001763#: bpf.c:263
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001764#, c-format
1765msgid "cannot create DHCP BPF socket: %s"
1766msgstr ""
1767
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001768#: bpf.c:291
Simon Kelley5e9e0ef2006-04-17 14:24:29 +01001769#, c-format
1770msgid "DHCP request for unsupported hardware type (%d) received on %s"
1771msgstr ""
Simon Kelley16972692006-10-16 20:04:18 +01001772
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001773#: bpf.c:376
1774#, c-format
1775msgid "cannot create PF_ROUTE socket: %s"
1776msgstr ""
1777
1778#: bpf.c:397
1779msgid "Unknown protocol version from route socket"
1780msgstr ""
1781
Simon Kelleye142a832013-11-22 10:38:55 +00001782#: helper.c:153
Simon Kelleyc72daea2012-01-05 21:33:27 +00001783msgid "lease() function missing in Lua script"
1784msgstr ""
1785
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001786#: tftp.c:309
Simon Kelley824af852008-02-12 20:43:05 +00001787msgid "unable to get free port for TFTP"
1788msgstr ""
1789
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001790#: tftp.c:325
Simon Kelley832af0b2007-01-21 20:01:28 +00001791#, c-format
1792msgid "unsupported request from %s"
1793msgstr ""
1794
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001795#: tftp.c:439
Simon Kelley1b7ecd12007-02-05 14:57:57 +00001796#, c-format
1797msgid "file %s not found"
1798msgstr ""
1799
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001800#: tftp.c:548
Simon Kelley832af0b2007-01-21 20:01:28 +00001801#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001802msgid "error %d %s received from %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001803msgstr ""
1804
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001805#: tftp.c:590
Simon Kelley832af0b2007-01-21 20:01:28 +00001806#, c-format
Simon Kelley316e2732010-01-22 20:16:09 +00001807msgid "failed sending %s to %s"
Simon Kelley832af0b2007-01-21 20:01:28 +00001808msgstr ""
Simon Kelleyf2621c72007-04-29 19:47:21 +01001809
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001810#: tftp.c:590
Simon Kelley28866e92011-02-14 20:19:14 +00001811#, c-format
1812msgid "sent %s to %s"
1813msgstr ""
1814
Simon Kelley7de060b2011-08-26 17:24:52 +01001815#: log.c:190
Simon Kelleyf2621c72007-04-29 19:47:21 +01001816#, c-format
1817msgid "overflow: %d log entries lost"
1818msgstr ""
1819
Simon Kelleyc72daea2012-01-05 21:33:27 +00001820#: log.c:268
Simon Kelleyf2621c72007-04-29 19:47:21 +01001821#, c-format
1822msgid "log failed: %s"
1823msgstr ""
1824
Simon Kelleyc72daea2012-01-05 21:33:27 +00001825#: log.c:472
Simon Kelleyf2621c72007-04-29 19:47:21 +01001826msgid "FAILED to start up"
1827msgstr ""
Simon Kelley7de060b2011-08-26 17:24:52 +01001828
1829#: conntrack.c:65
1830#, c-format
1831msgid "Conntrack connection mark retrieval failed: %s"
1832msgstr ""
Simon Kelleyc72daea2012-01-05 21:33:27 +00001833
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001834#: dhcp6.c:59
Simon Kelleyc72daea2012-01-05 21:33:27 +00001835#, c-format
1836msgid "cannot create DHCPv6 socket: %s"
1837msgstr ""
1838
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001839#: dhcp6.c:80
Simon Kelley9f9bd082013-03-22 15:11:53 +00001840#, c-format
1841msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s"
1842msgstr ""
1843
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001844#: dhcp6.c:92
Simon Kelleyc72daea2012-01-05 21:33:27 +00001845#, c-format
1846msgid "failed to bind DHCPv6 server socket: %s"
1847msgstr ""
1848
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001849#: rfc3315.c:157
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001850#, c-format
1851msgid "no address range available for DHCPv6 request from relay at %s"
1852msgstr ""
1853
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001854#: rfc3315.c:166
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001855#, c-format
1856msgid "no address range available for DHCPv6 request via %s"
1857msgstr ""
1858
Simon Kelleyb4f971a2014-09-13 20:28:30 +01001859#: rfc3315.c:297
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001860#, c-format
1861msgid "%u available DHCPv6 subnet: %s/%d"
1862msgstr ""
1863
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001864#: rfc3315.c:380
Simon Kelley9f9bd082013-03-22 15:11:53 +00001865#, c-format
1866msgid "%u vendor class: %u"
1867msgstr ""
1868
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001869#: rfc3315.c:428
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001870#, c-format
1871msgid "%u client MAC address: %s"
1872msgstr ""
1873
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001874#: rfc3315.c:660
Simon Kelley9f9bd082013-03-22 15:11:53 +00001875#, c-format
1876msgid "unknown prefix-class %d"
1877msgstr ""
1878
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001879#: rfc3315.c:803 rfc3315.c:902
Simon Kelley9f9bd082013-03-22 15:11:53 +00001880msgid "address unavailable"
1881msgstr ""
1882
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001883#: rfc3315.c:815 rfc3315.c:950 rfc3315.c:1283
1884msgid "success"
1885msgstr ""
1886
1887#: rfc3315.c:843 rfc3315.c:845 rfc3315.c:958 rfc3315.c:960
1888msgid "no addresses available"
1889msgstr ""
1890
1891#: rfc3315.c:937
Simon Kelley9f9bd082013-03-22 15:11:53 +00001892msgid "not on link"
1893msgstr ""
1894
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001895#: rfc3315.c:1010 rfc3315.c:1195 rfc3315.c:1272
Simon Kelley9f9bd082013-03-22 15:11:53 +00001896msgid "no binding found"
1897msgstr ""
1898
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001899#: rfc3315.c:1048
Simon Kelley9f9bd082013-03-22 15:11:53 +00001900msgid "deprecated"
1901msgstr ""
1902
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001903#: rfc3315.c:1053
Simon Kelley9f9bd082013-03-22 15:11:53 +00001904msgid "address invalid"
1905msgstr ""
1906
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001907#: rfc3315.c:1100
Simon Kelley9f9bd082013-03-22 15:11:53 +00001908msgid "confirm failed"
1909msgstr ""
1910
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001911#: rfc3315.c:1116
Simon Kelley9f9bd082013-03-22 15:11:53 +00001912msgid "all addresses still on link"
1913msgstr ""
1914
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001915#: rfc3315.c:1204
Simon Kelley9f9bd082013-03-22 15:11:53 +00001916msgid "release received"
1917msgstr ""
1918
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01001919#: rfc3315.c:2130
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001920msgid "Cannot multicast to DHCPv6 server without correct interface"
1921msgstr ""
1922
Simon Kelley9f9bd082013-03-22 15:11:53 +00001923#: dhcp-common.c:145
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001924#, c-format
1925msgid "Ignoring duplicate dhcp-option %d"
1926msgstr ""
1927
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001928#: dhcp-common.c:222
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001929#, c-format
1930msgid "%u tags: %s"
1931msgstr ""
1932
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001933#: dhcp-common.c:407
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001934#, c-format
1935msgid "%s has more than one address in hostsfile, using %s for DHCP"
1936msgstr ""
1937
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001938#: dhcp-common.c:430
Simon Kelleye5ffdb92012-02-13 14:19:25 +00001939#, c-format
1940msgid "duplicate IP address %s (%s) in dhcp-config directive"
1941msgstr ""
Simon Kelleybc5992d2012-02-28 18:07:15 +00001942
Simon Kelleye142a832013-11-22 10:38:55 +00001943#: dhcp-common.c:494
Simon Kelleybc5992d2012-02-28 18:07:15 +00001944#, c-format
Simon Kelley9f9bd082013-03-22 15:11:53 +00001945msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s"
Simon Kelleybc5992d2012-02-28 18:07:15 +00001946msgstr ""
1947
Simon Kelleye142a832013-11-22 10:38:55 +00001948#: dhcp-common.c:615
Simon Kelley9f9bd082013-03-22 15:11:53 +00001949#, c-format
1950msgid "Known DHCP options:\n"
1951msgstr ""
1952
Simon Kelleye142a832013-11-22 10:38:55 +00001953#: dhcp-common.c:626
Simon Kelley9f9bd082013-03-22 15:11:53 +00001954#, c-format
1955msgid "Known DHCPv6 options:\n"
1956msgstr ""
1957
Simon Kelleye142a832013-11-22 10:38:55 +00001958#: dhcp-common.c:823
Simon Kelley9f9bd082013-03-22 15:11:53 +00001959msgid ", prefix deprecated"
1960msgstr ""
1961
Simon Kelleye142a832013-11-22 10:38:55 +00001962#: dhcp-common.c:826
Simon Kelley9f9bd082013-03-22 15:11:53 +00001963#, c-format
1964msgid ", lease time "
1965msgstr ""
1966
Simon Kelleye142a832013-11-22 10:38:55 +00001967#: dhcp-common.c:868
Simon Kelley9f9bd082013-03-22 15:11:53 +00001968#, c-format
1969msgid "%s stateless on %s%.0s%.0s%s"
1970msgstr ""
1971
Simon Kelleye142a832013-11-22 10:38:55 +00001972#: dhcp-common.c:870
Simon Kelley9f9bd082013-03-22 15:11:53 +00001973#, c-format
1974msgid "%s, static leases only on %.0s%s%s%.0s"
1975msgstr ""
1976
Simon Kelleye142a832013-11-22 10:38:55 +00001977#: dhcp-common.c:872
Simon Kelley9f9bd082013-03-22 15:11:53 +00001978#, c-format
1979msgid "%s, proxy on subnet %.0s%s%.0s%.0s"
1980msgstr ""
1981
Simon Kelleye142a832013-11-22 10:38:55 +00001982#: dhcp-common.c:873
Simon Kelley9f9bd082013-03-22 15:11:53 +00001983#, c-format
1984msgid "%s, IP range %s -- %s%s%.0s"
1985msgstr ""
1986
Simon Kelleye142a832013-11-22 10:38:55 +00001987#: dhcp-common.c:886
Simon Kelley9f9bd082013-03-22 15:11:53 +00001988#, c-format
1989msgid "DHCPv4-derived IPv6 names on %s%s"
1990msgstr ""
1991
Simon Kelleye142a832013-11-22 10:38:55 +00001992#: dhcp-common.c:889
Simon Kelley9f9bd082013-03-22 15:11:53 +00001993#, c-format
1994msgid "router advertisement on %s%s"
1995msgstr ""
1996
Simon Kelleye142a832013-11-22 10:38:55 +00001997#: dhcp-common.c:900
Simon Kelleyd5c35a52013-10-01 20:28:22 +01001998#, c-format
1999msgid "DHCP relay from %s to %s via %s"
2000msgstr ""
2001
Simon Kelleye142a832013-11-22 10:38:55 +00002002#: dhcp-common.c:902
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002003#, c-format
2004msgid "DHCP relay from %s to %s"
2005msgstr ""
2006
Simon Kelleye142a832013-11-22 10:38:55 +00002007#: radv.c:98
Simon Kelleybc5992d2012-02-28 18:07:15 +00002008#, c-format
2009msgid "cannot create ICMPv6 socket: %s"
2010msgstr ""
Simon Kelley9f9bd082013-03-22 15:11:53 +00002011
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002012#: auth.c:436
Simon Kelley9f9bd082013-03-22 15:11:53 +00002013#, c-format
2014msgid "ignoring zone transfer request from %s"
2015msgstr ""
2016
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002017#: ipset.c:95
Simon Kelley9f9bd082013-03-22 15:11:53 +00002018#, c-format
2019msgid "failed to find kernel version: %s"
2020msgstr ""
2021
Simon Kelleyd5c35a52013-10-01 20:28:22 +01002022#: ipset.c:114
Simon Kelley9f9bd082013-03-22 15:11:53 +00002023#, c-format
2024msgid "failed to create IPset control socket: %s"
2025msgstr ""
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002026
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002027#: dnssec.c:425 dnssec.c:469
2028#, c-format
2029msgid "failed to update mtime on %s: %s"
2030msgstr ""
2031
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002032#: blockdata.c:58
2033#, c-format
2034msgid "DNSSEC memory in use %u, max %u, allocated %u"
2035msgstr ""
2036
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002037#: tables.c:80
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002038msgid "error: fill_addr missused"
2039msgstr ""
2040
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002041#: tables.c:109
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002042#, c-format
2043msgid "failed to access pf devices: %s"
2044msgstr ""
2045
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002046#: tables.c:123
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002047#, c-format
2048msgid "warning: no opened pf devices %s"
2049msgstr ""
2050
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002051#: tables.c:131
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002052#, c-format
2053msgid "error: cannot use table name %s"
2054msgstr ""
2055
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002056#: tables.c:139
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002057#, c-format
2058msgid "error: cannot strlcpy table name %s"
2059msgstr ""
2060
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002061#: tables.c:145
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002062#, c-format
2063msgid "warning: pfr_add_tables: %s(%d)"
2064msgstr ""
2065
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002066#: tables.c:151
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002067msgid "info: table created"
2068msgstr ""
2069
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002070#: tables.c:162
2071#, c-format
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002072msgid "warning: DIOCR%sADDRS: %s"
2073msgstr ""
2074
2075#: tables.c:166
2076#, c-format
Simon Kelleyb4f971a2014-09-13 20:28:30 +01002077msgid "%d addresses %s"
2078msgstr ""
Simon Kelleyfd6ad9e2015-03-30 07:52:21 +01002079
2080#: inotify.c:46
2081#, c-format
2082msgid "failed to create inotify: %s"
2083msgstr ""
2084
2085#: inotify.c:60
2086#, c-format
2087msgid "cannot cannonicalise resolv-file %s: %s"
2088msgstr ""
2089
2090#: inotify.c:72
2091#, c-format
2092msgid "directory %s for resolv-file is missing, cannot poll"
2093msgstr ""
2094
2095#: inotify.c:75 inotify.c:112
2096#, c-format
2097msgid "failed to create inotify for %s: %s"
2098msgstr ""
2099
2100#: inotify.c:97
2101#, c-format
2102msgid "bad dynamic directory %s: %s"
2103msgstr ""
2104
2105#: inotify.c:197
2106#, c-format
2107msgid "inotify, new or changed file %s"
2108msgstr ""