File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dnsmasq / po / fi.po
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:31:38 2014 UTC (10 years, 1 month ago) by misho
Branches: elwix, dnsmasq, MAIN
CVS tags: v2_71, HEAD
dnsmasq 2.71

    1: # Finnish translations for dnsmasq package.
    2: # This file is put in the public domain.
    3: # Simon Kelley <simon@thekelleys.org.uk>, 2005.
    4: #
    5: msgid ""
    6: msgstr ""
    7: "Project-Id-Version: dnsmasq 2.24\n"
    8: "Report-Msgid-Bugs-To: \n"
    9: "POT-Creation-Date: 2009-06-18 12:24+0100\n"
   10: "PO-Revision-Date: 2005-11-28 22:05+0000\n"
   11: "Last-Translator: Simon Kelley <simon@thekelleys.org.uk>\n"
   12: "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
   13: "Language: fi\n"
   14: "MIME-Version: 1.0\n"
   15: "Content-Type: text/plain; charset=ASCII\n"
   16: "Content-Transfer-Encoding: 8bit\n"
   17: "Plural-Forms: nplurals=2; plural=(n != 1);\n"
   18: 
   19: #: cache.c:821
   20: #, c-format
   21: msgid "failed to load names from %s: %s"
   22: msgstr ""
   23: 
   24: #: cache.c:847 dhcp.c:819
   25: #, c-format
   26: msgid "bad address at %s line %d"
   27: msgstr ""
   28: 
   29: #: cache.c:898 dhcp.c:835
   30: #, c-format
   31: msgid "bad name at %s line %d"
   32: msgstr ""
   33: 
   34: #: cache.c:905 dhcp.c:910
   35: #, c-format
   36: msgid "read %s - %d addresses"
   37: msgstr ""
   38: 
   39: #: cache.c:990
   40: msgid "cleared cache"
   41: msgstr ""
   42: 
   43: #: cache.c:1013
   44: #, c-format
   45: msgid "No IPv4 address found for %s"
   46: msgstr ""
   47: 
   48: #: cache.c:1090
   49: #, c-format
   50: msgid "%s is a CNAME, not giving it to the DHCP lease of %s"
   51: msgstr ""
   52: 
   53: #: cache.c:1114
   54: #, c-format
   55: msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
   56: msgstr ""
   57: 
   58: #: cache.c:1159
   59: #, c-format
   60: msgid "time %lu"
   61: msgstr ""
   62: 
   63: #: cache.c:1160
   64: #, c-format
   65: msgid "cache size %d, %d/%d cache insertions re-used unexpired cache entries."
   66: msgstr ""
   67: 
   68: #: cache.c:1162
   69: #, c-format
   70: msgid "queries forwarded %u, queries answered locally %u"
   71: msgstr ""
   72: 
   73: #: cache.c:1165
   74: #, c-format
   75: msgid "queries for authoritative zones %u"
   76: msgstr ""
   77: 
   78: #: cache.c:1188
   79: #, c-format
   80: msgid "server %s#%d: queries sent %u, retried or failed %u"
   81: msgstr ""
   82: 
   83: #: util.c:67
   84: #, c-format
   85: msgid "failed to seed the random number generator: %s"
   86: msgstr ""
   87: 
   88: #: util.c:217
   89: msgid "failed to allocate memory"
   90: msgstr ""
   91: 
   92: #: util.c:255 option.c:553
   93: msgid "could not get memory"
   94: msgstr ""
   95: 
   96: #: util.c:265
   97: #, c-format
   98: msgid "cannot create pipe: %s"
   99: msgstr ""
  100: 
  101: #: util.c:273
  102: #, c-format
  103: msgid "failed to allocate %d bytes"
  104: msgstr ""
  105: 
  106: #: util.c:428
  107: #, c-format
  108: msgid "infinite"
  109: msgstr ""
  110: 
  111: #: option.c:301
  112: msgid "Specify local address(es) to listen on."
  113: msgstr ""
  114: 
  115: #: option.c:302
  116: msgid "Return ipaddr for all hosts in specified domains."
  117: msgstr ""
  118: 
  119: #: option.c:303
  120: msgid "Fake reverse lookups for RFC1918 private address ranges."
  121: msgstr ""
  122: 
  123: #: option.c:304
  124: msgid "Treat ipaddr as NXDOMAIN (defeats Verisign wildcard)."
  125: msgstr ""
  126: 
  127: #: option.c:305
  128: #, c-format
  129: msgid "Specify the size of the cache in entries (defaults to %s)."
  130: msgstr ""
  131: 
  132: #: option.c:306
  133: #, c-format
  134: msgid "Specify configuration file (defaults to %s)."
  135: msgstr ""
  136: 
  137: #: option.c:307
  138: msgid "Do NOT fork into the background: run in debug mode."
  139: msgstr ""
  140: 
  141: #: option.c:308
  142: msgid "Do NOT forward queries with no domain part."
  143: msgstr ""
  144: 
  145: #: option.c:309
  146: msgid "Return self-pointing MX records for local hosts."
  147: msgstr ""
  148: 
  149: #: option.c:310
  150: msgid "Expand simple names in /etc/hosts with domain-suffix."
  151: msgstr ""
  152: 
  153: #: option.c:311
  154: msgid "Don't forward spurious DNS requests from Windows hosts."
  155: msgstr ""
  156: 
  157: #: option.c:312
  158: msgid "Enable DHCP in the range given with lease duration."
  159: msgstr ""
  160: 
  161: #: option.c:313
  162: #, c-format
  163: msgid "Change to this group after startup (defaults to %s)."
  164: msgstr ""
  165: 
  166: #: option.c:314
  167: msgid "Set address or hostname for a specified machine."
  168: msgstr ""
  169: 
  170: #: option.c:315
  171: msgid "Read DHCP host specs from file."
  172: msgstr ""
  173: 
  174: #: option.c:316
  175: msgid "Read DHCP option specs from file."
  176: msgstr ""
  177: 
  178: #: option.c:317
  179: msgid "Evaluate conditional tag expression."
  180: msgstr ""
  181: 
  182: #: option.c:318
  183: #, c-format
  184: msgid "Do NOT load %s file."
  185: msgstr ""
  186: 
  187: #: option.c:319
  188: #, c-format
  189: msgid "Specify a hosts file to be read in addition to %s."
  190: msgstr ""
  191: 
  192: #: option.c:320
  193: msgid "Specify interface(s) to listen on."
  194: msgstr ""
  195: 
  196: #: option.c:321
  197: msgid "Specify interface(s) NOT to listen on."
  198: msgstr ""
  199: 
  200: #: option.c:322
  201: msgid "Map DHCP user class to tag."
  202: msgstr ""
  203: 
  204: #: option.c:323
  205: msgid "Map RFC3046 circuit-id to tag."
  206: msgstr ""
  207: 
  208: #: option.c:324
  209: msgid "Map RFC3046 remote-id to tag."
  210: msgstr ""
  211: 
  212: #: option.c:325
  213: msgid "Map RFC3993 subscriber-id to tag."
  214: msgstr ""
  215: 
  216: #: option.c:326
  217: msgid "Don't do DHCP for hosts with tag set."
  218: msgstr ""
  219: 
  220: #: option.c:327
  221: msgid "Force broadcast replies for hosts with tag set."
  222: msgstr ""
  223: 
  224: #: option.c:328
  225: msgid "Do NOT fork into the background, do NOT run in debug mode."
  226: msgstr ""
  227: 
  228: #: option.c:329
  229: msgid "Assume we are the only DHCP server on the local network."
  230: msgstr ""
  231: 
  232: #: option.c:330
  233: #, c-format
  234: msgid "Specify where to store DHCP leases (defaults to %s)."
  235: msgstr ""
  236: 
  237: #: option.c:331
  238: msgid "Return MX records for local hosts."
  239: msgstr ""
  240: 
  241: #: option.c:332
  242: msgid "Specify an MX record."
  243: msgstr ""
  244: 
  245: #: option.c:333
  246: msgid "Specify BOOTP options to DHCP server."
  247: msgstr ""
  248: 
  249: #: option.c:334
  250: #, c-format
  251: msgid "Do NOT poll %s file, reload only on SIGHUP."
  252: msgstr ""
  253: 
  254: #: option.c:335
  255: msgid "Do NOT cache failed search results."
  256: msgstr ""
  257: 
  258: #: option.c:336
  259: #, c-format
  260: msgid "Use nameservers strictly in the order given in %s."
  261: msgstr ""
  262: 
  263: #: option.c:337
  264: msgid "Specify options to be sent to DHCP clients."
  265: msgstr ""
  266: 
  267: #: option.c:338
  268: msgid "DHCP option sent even if the client does not request it."
  269: msgstr ""
  270: 
  271: #: option.c:339
  272: msgid "Specify port to listen for DNS requests on (defaults to 53)."
  273: msgstr ""
  274: 
  275: #: option.c:340
  276: #, c-format
  277: msgid "Maximum supported UDP packet size for EDNS.0 (defaults to %s)."
  278: msgstr ""
  279: 
  280: #: option.c:341
  281: msgid "Log DNS queries."
  282: msgstr ""
  283: 
  284: #: option.c:342
  285: msgid "Force the originating port for upstream DNS queries."
  286: msgstr ""
  287: 
  288: #: option.c:343
  289: msgid "Do NOT read resolv.conf."
  290: msgstr ""
  291: 
  292: #: option.c:344
  293: #, c-format
  294: msgid "Specify path to resolv.conf (defaults to %s)."
  295: msgstr ""
  296: 
  297: #: option.c:345
  298: msgid "Specify address(es) of upstream servers with optional domains."
  299: msgstr ""
  300: 
  301: #: option.c:346
  302: msgid "Never forward queries to specified domains."
  303: msgstr ""
  304: 
  305: #: option.c:347
  306: msgid "Specify the domain to be assigned in DHCP leases."
  307: msgstr ""
  308: 
  309: #: option.c:348
  310: msgid "Specify default target in an MX record."
  311: msgstr ""
  312: 
  313: #: option.c:349
  314: msgid "Specify time-to-live in seconds for replies from /etc/hosts."
  315: msgstr ""
  316: 
  317: #: option.c:350
  318: msgid "Specify time-to-live in seconds for negative caching."
  319: msgstr ""
  320: 
  321: #: option.c:351
  322: msgid "Specify time-to-live in seconds for maximum TTL to send to clients."
  323: msgstr ""
  324: 
  325: #: option.c:352
  326: #, c-format
  327: msgid "Change to this user after startup. (defaults to %s)."
  328: msgstr ""
  329: 
  330: #: option.c:353
  331: msgid "Map DHCP vendor class to tag."
  332: msgstr ""
  333: 
  334: #: option.c:354
  335: msgid "Display dnsmasq version and copyright information."
  336: msgstr ""
  337: 
  338: #: option.c:355
  339: msgid "Translate IPv4 addresses from upstream servers."
  340: msgstr ""
  341: 
  342: #: option.c:356
  343: msgid "Specify a SRV record."
  344: msgstr ""
  345: 
  346: #: option.c:357
  347: msgid "Display this message. Use --help dhcp for known DHCP options."
  348: msgstr ""
  349: 
  350: #: option.c:358
  351: #, c-format
  352: msgid "Specify path of PID file (defaults to %s)."
  353: msgstr ""
  354: 
  355: #: option.c:359
  356: #, c-format
  357: msgid "Specify maximum number of DHCP leases (defaults to %s)."
  358: msgstr ""
  359: 
  360: #: option.c:360
  361: msgid "Answer DNS queries based on the interface a query was sent to."
  362: msgstr ""
  363: 
  364: #: option.c:361
  365: msgid "Specify TXT DNS record."
  366: msgstr ""
  367: 
  368: #: option.c:362
  369: msgid "Specify PTR DNS record."
  370: msgstr ""
  371: 
  372: #: option.c:363
  373: msgid "Give DNS name to IPv4 address of interface."
  374: msgstr ""
  375: 
  376: #: option.c:364
  377: msgid "Bind only to interfaces in use."
  378: msgstr ""
  379: 
  380: #: option.c:365
  381: #, c-format
  382: msgid "Read DHCP static host information from %s."
  383: msgstr ""
  384: 
  385: #: option.c:366
  386: msgid "Enable the DBus interface for setting upstream servers, etc."
  387: msgstr ""
  388: 
  389: #: option.c:367
  390: msgid "Do not provide DHCP on this interface, only provide DNS."
  391: msgstr ""
  392: 
  393: #: option.c:368
  394: msgid "Enable dynamic address allocation for bootp."
  395: msgstr ""
  396: 
  397: #: option.c:369
  398: msgid "Map MAC address (with wildcards) to option set."
  399: msgstr ""
  400: 
  401: #: option.c:370
  402: msgid "Treat DHCP requests on aliases as arriving from interface."
  403: msgstr ""
  404: 
  405: #: option.c:371
  406: msgid "Disable ICMP echo address checking in the DHCP server."
  407: msgstr ""
  408: 
  409: #: option.c:372
  410: msgid "Shell script to run on DHCP lease creation and destruction."
  411: msgstr ""
  412: 
  413: #: option.c:373
  414: msgid "Lua script to run on DHCP lease creation and destruction."
  415: msgstr ""
  416: 
  417: #: option.c:374
  418: msgid "Run lease-change scripts as this user."
  419: msgstr ""
  420: 
  421: #: option.c:375
  422: msgid "Read configuration from all the files in this directory."
  423: msgstr ""
  424: 
  425: #: option.c:376
  426: msgid "Log to this syslog facility or file. (defaults to DAEMON)"
  427: msgstr ""
  428: 
  429: #: option.c:377
  430: msgid "Do not use leasefile."
  431: msgstr ""
  432: 
  433: #: option.c:378
  434: #, c-format
  435: msgid "Maximum number of concurrent DNS queries. (defaults to %s)"
  436: msgstr ""
  437: 
  438: #: option.c:379
  439: #, c-format
  440: msgid "Clear DNS cache when reloading %s."
  441: msgstr ""
  442: 
  443: #: option.c:380
  444: msgid "Ignore hostnames provided by DHCP clients."
  445: msgstr ""
  446: 
  447: #: option.c:381
  448: msgid "Do NOT reuse filename and server fields for extra DHCP options."
  449: msgstr ""
  450: 
  451: #: option.c:382
  452: msgid "Enable integrated read-only TFTP server."
  453: msgstr ""
  454: 
  455: #: option.c:383
  456: msgid "Export files by TFTP only from the specified subtree."
  457: msgstr ""
  458: 
  459: #: option.c:384
  460: msgid "Add client IP address to tftp-root."
  461: msgstr ""
  462: 
  463: #: option.c:385
  464: msgid "Allow access only to files owned by the user running dnsmasq."
  465: msgstr ""
  466: 
  467: #: option.c:386
  468: #, c-format
  469: msgid "Maximum number of conncurrent TFTP transfers (defaults to %s)."
  470: msgstr ""
  471: 
  472: #: option.c:387
  473: msgid "Disable the TFTP blocksize extension."
  474: msgstr ""
  475: 
  476: #: option.c:388
  477: msgid "Convert TFTP filenames to lowercase"
  478: msgstr ""
  479: 
  480: #: option.c:389
  481: msgid "Ephemeral port range for use by TFTP transfers."
  482: msgstr ""
  483: 
  484: #: option.c:390
  485: msgid "Extra logging for DHCP."
  486: msgstr ""
  487: 
  488: #: option.c:391
  489: msgid "Enable async. logging; optionally set queue length."
  490: msgstr ""
  491: 
  492: #: option.c:392
  493: msgid "Stop DNS rebinding. Filter private IP ranges when resolving."
  494: msgstr ""
  495: 
  496: #: option.c:393
  497: msgid "Allow rebinding of 127.0.0.0/8, for RBL servers."
  498: msgstr ""
  499: 
  500: #: option.c:394
  501: msgid "Inhibit DNS-rebind protection on this domain."
  502: msgstr ""
  503: 
  504: #: option.c:395
  505: msgid "Always perform DNS queries to all servers."
  506: msgstr ""
  507: 
  508: #: option.c:396
  509: msgid "Set tag if client includes matching option in request."
  510: msgstr ""
  511: 
  512: #: option.c:397
  513: msgid "Use alternative ports for DHCP."
  514: msgstr ""
  515: 
  516: #: option.c:398
  517: msgid "Specify NAPTR DNS record."
  518: msgstr ""
  519: 
  520: #: option.c:399
  521: msgid "Specify lowest port available for DNS query transmission."
  522: msgstr ""
  523: 
  524: #: option.c:400
  525: msgid "Use only fully qualified domain names for DHCP clients."
  526: msgstr ""
  527: 
  528: #: option.c:401
  529: msgid "Generate hostnames based on MAC address for nameless clients."
  530: msgstr ""
  531: 
  532: #: option.c:402
  533: msgid "Use these DHCP relays as full proxies."
  534: msgstr ""
  535: 
  536: #: option.c:403
  537: msgid "Relay DHCP requests to a remote server"
  538: msgstr ""
  539: 
  540: #: option.c:404
  541: msgid "Specify alias name for LOCAL DNS name."
  542: msgstr ""
  543: 
  544: #: option.c:405
  545: msgid "Prompt to send to PXE clients."
  546: msgstr ""
  547: 
  548: #: option.c:406
  549: msgid "Boot service for PXE menu."
  550: msgstr ""
  551: 
  552: #: option.c:407
  553: msgid "Check configuration syntax."
  554: msgstr ""
  555: 
  556: #: option.c:408
  557: msgid "Add requestor's MAC address to forwarded DNS queries."
  558: msgstr ""
  559: 
  560: #: option.c:409
  561: msgid "Add requestor's IP subnet to forwarded DNS queries."
  562: msgstr ""
  563: 
  564: #: option.c:410
  565: msgid "Proxy DNSSEC validation results from upstream nameservers."
  566: msgstr ""
  567: 
  568: #: option.c:411
  569: msgid "Attempt to allocate sequential IP addresses to DHCP clients."
  570: msgstr ""
  571: 
  572: #: option.c:412
  573: msgid "Copy connection-track mark from queries to upstream connections."
  574: msgstr ""
  575: 
  576: #: option.c:413
  577: msgid "Allow DHCP clients to do their own DDNS updates."
  578: msgstr ""
  579: 
  580: #: option.c:414
  581: msgid "Send router-advertisements for interfaces doing DHCPv6"
  582: msgstr ""
  583: 
  584: #: option.c:415
  585: msgid "Specify DUID_EN-type DHCPv6 server DUID"
  586: msgstr ""
  587: 
  588: #: option.c:416
  589: msgid "Specify host (A/AAAA and PTR) records"
  590: msgstr ""
  591: 
  592: #: option.c:417
  593: msgid "Specify arbitrary DNS resource record"
  594: msgstr ""
  595: 
  596: #: option.c:418
  597: msgid "Bind to interfaces in use - check for new interfaces"
  598: msgstr ""
  599: 
  600: #: option.c:419
  601: msgid "Export local names to global DNS"
  602: msgstr ""
  603: 
  604: #: option.c:420
  605: msgid "Domain to export to global DNS"
  606: msgstr ""
  607: 
  608: #: option.c:421
  609: msgid "Set TTL for authoritative replies"
  610: msgstr ""
  611: 
  612: #: option.c:422
  613: msgid "Set authoritive zone information"
  614: msgstr ""
  615: 
  616: #: option.c:423
  617: msgid "Secondary authoritative nameservers for forward domains"
  618: msgstr ""
  619: 
  620: #: option.c:424
  621: msgid "Peers which are allowed to do zone transfer"
  622: msgstr ""
  623: 
  624: #: option.c:425
  625: msgid "Specify ipsets to which matching domains should be added"
  626: msgstr ""
  627: 
  628: #: option.c:426
  629: msgid "Specify a domain and address range for synthesised names"
  630: msgstr ""
  631: 
  632: #: option.c:428
  633: msgid "Specify DHCPv6 prefix class"
  634: msgstr ""
  635: 
  636: #: option.c:430
  637: msgid "Set priority, resend-interval and router-lifetime"
  638: msgstr ""
  639: 
  640: #: option.c:431
  641: msgid "Do not log routine DHCP."
  642: msgstr ""
  643: 
  644: #: option.c:432
  645: msgid "Do not log routine DHCPv6."
  646: msgstr ""
  647: 
  648: #: option.c:433
  649: msgid "Do not log RA."
  650: msgstr ""
  651: 
  652: #: option.c:618
  653: #, c-format
  654: msgid ""
  655: "Usage: dnsmasq [options]\n"
  656: "\n"
  657: msgstr ""
  658: 
  659: #: option.c:620
  660: #, c-format
  661: msgid "Use short options only on the command line.\n"
  662: msgstr ""
  663: 
  664: #: option.c:622
  665: #, c-format
  666: msgid "Valid options are:\n"
  667: msgstr ""
  668: 
  669: #: option.c:672 option.c:676
  670: msgid "bad port"
  671: msgstr ""
  672: 
  673: #: option.c:703 option.c:735
  674: msgid "interface binding not supported"
  675: msgstr ""
  676: 
  677: #: option.c:712 option.c:3368
  678: msgid "bad interface name"
  679: msgstr ""
  680: 
  681: #: option.c:742
  682: msgid "bad address"
  683: msgstr ""
  684: 
  685: #: option.c:876
  686: msgid "unsupported encapsulation for IPv6 option"
  687: msgstr ""
  688: 
  689: #: option.c:890
  690: msgid "bad dhcp-option"
  691: msgstr ""
  692: 
  693: #: option.c:958
  694: msgid "bad IP address"
  695: msgstr ""
  696: 
  697: #: option.c:961 option.c:1099 option.c:2688
  698: msgid "bad IPv6 address"
  699: msgstr ""
  700: 
  701: #: option.c:1126 option.c:1220
  702: msgid "bad domain in dhcp-option"
  703: msgstr ""
  704: 
  705: #: option.c:1258
  706: msgid "dhcp-option too long"
  707: msgstr ""
  708: 
  709: #: option.c:1265
  710: msgid "illegal dhcp-match"
  711: msgstr ""
  712: 
  713: #: option.c:1327
  714: msgid "illegal repeated flag"
  715: msgstr ""
  716: 
  717: #: option.c:1335
  718: msgid "illegal repeated keyword"
  719: msgstr ""
  720: 
  721: #: option.c:1387 option.c:3906
  722: #, c-format
  723: msgid "cannot access directory %s: %s"
  724: msgstr ""
  725: 
  726: #: option.c:1419 tftp.c:487
  727: #, c-format
  728: msgid "cannot access %s: %s"
  729: msgstr ""
  730: 
  731: #: option.c:1466
  732: msgid "setting log facility is not possible under Android"
  733: msgstr ""
  734: 
  735: #: option.c:1475
  736: msgid "bad log facility"
  737: msgstr ""
  738: 
  739: #: option.c:1524
  740: msgid "bad MX preference"
  741: msgstr ""
  742: 
  743: #: option.c:1529
  744: msgid "bad MX name"
  745: msgstr ""
  746: 
  747: #: option.c:1543
  748: msgid "bad MX target"
  749: msgstr ""
  750: 
  751: #: option.c:1555
  752: msgid "cannot run scripts under uClinux"
  753: msgstr ""
  754: 
  755: #: option.c:1557
  756: msgid "recompile with HAVE_SCRIPT defined to enable lease-change scripts"
  757: msgstr ""
  758: 
  759: #: option.c:1561
  760: msgid "recompile with HAVE_LUASCRIPT defined to enable Lua scripts"
  761: msgstr ""
  762: 
  763: #: option.c:1802 option.c:1863 option.c:1933
  764: msgid "bad prefix"
  765: msgstr ""
  766: 
  767: #: option.c:2167
  768: msgid "recompile with HAVE_IPSET defined to enable ipset directives"
  769: msgstr ""
  770: 
  771: #: option.c:2347
  772: msgid "bad port range"
  773: msgstr ""
  774: 
  775: #: option.c:2363
  776: msgid "bad bridge-interface"
  777: msgstr ""
  778: 
  779: #: option.c:2423
  780: msgid "only one tag allowed"
  781: msgstr ""
  782: 
  783: #: option.c:2443 option.c:2455 option.c:2559 option.c:2600
  784: msgid "bad dhcp-range"
  785: msgstr ""
  786: 
  787: #: option.c:2470
  788: msgid "inconsistent DHCP range"
  789: msgstr ""
  790: 
  791: #: option.c:2527
  792: msgid "prefix length must be exactly 64 for RA subnets"
  793: msgstr ""
  794: 
  795: #: option.c:2529
  796: msgid "prefix length must be exactly 64 for subnet constructors"
  797: msgstr ""
  798: 
  799: #: option.c:2533
  800: msgid "prefix length must be at least 64"
  801: msgstr ""
  802: 
  803: #: option.c:2536
  804: msgid "inconsistent DHCPv6 range"
  805: msgstr ""
  806: 
  807: #: option.c:2547
  808: msgid "prefix must be zero with \"constructor:\" argument"
  809: msgstr ""
  810: 
  811: #: option.c:2658 option.c:2706
  812: msgid "bad hex constant"
  813: msgstr ""
  814: 
  815: #: option.c:2680
  816: msgid "cannot match tags in --dhcp-host"
  817: msgstr ""
  818: 
  819: #: option.c:2728
  820: #, c-format
  821: msgid "duplicate dhcp-host IP address %s"
  822: msgstr ""
  823: 
  824: #: option.c:2784
  825: msgid "bad DHCP host name"
  826: msgstr ""
  827: 
  828: #: option.c:2866
  829: msgid "bad tag-if"
  830: msgstr ""
  831: 
  832: #: option.c:3190 option.c:3583
  833: msgid "invalid port number"
  834: msgstr ""
  835: 
  836: #: option.c:3252
  837: msgid "bad dhcp-proxy address"
  838: msgstr ""
  839: 
  840: #: option.c:3278
  841: msgid "Bad dhcp-relay"
  842: msgstr ""
  843: 
  844: #: option.c:3304
  845: msgid "bad RA-params"
  846: msgstr ""
  847: 
  848: #: option.c:3313
  849: msgid "bad DUID"
  850: msgstr ""
  851: 
  852: #: option.c:3355
  853: msgid "invalid alias range"
  854: msgstr ""
  855: 
  856: #: option.c:3409
  857: msgid "bad CNAME"
  858: msgstr ""
  859: 
  860: #: option.c:3414
  861: msgid "duplicate CNAME"
  862: msgstr ""
  863: 
  864: #: option.c:3434
  865: msgid "bad PTR record"
  866: msgstr ""
  867: 
  868: #: option.c:3465
  869: msgid "bad NAPTR record"
  870: msgstr ""
  871: 
  872: #: option.c:3499
  873: msgid "bad RR record"
  874: msgstr ""
  875: 
  876: #: option.c:3528
  877: msgid "bad TXT record"
  878: msgstr ""
  879: 
  880: #: option.c:3569
  881: msgid "bad SRV record"
  882: msgstr ""
  883: 
  884: #: option.c:3576
  885: msgid "bad SRV target"
  886: msgstr ""
  887: 
  888: #: option.c:3590
  889: msgid "invalid priority"
  890: msgstr ""
  891: 
  892: #: option.c:3597
  893: msgid "invalid weight"
  894: msgstr ""
  895: 
  896: #: option.c:3621
  897: msgid "Bad host-record"
  898: msgstr ""
  899: 
  900: #: option.c:3638
  901: msgid "Bad name in host-record"
  902: msgstr ""
  903: 
  904: #: option.c:3668
  905: msgid "unsupported option (check that dnsmasq was compiled with DHCP/TFTP/DBus support)"
  906: msgstr ""
  907: 
  908: #: option.c:3726
  909: msgid "missing \""
  910: msgstr ""
  911: 
  912: #: option.c:3783
  913: msgid "bad option"
  914: msgstr ""
  915: 
  916: #: option.c:3785
  917: msgid "extraneous parameter"
  918: msgstr ""
  919: 
  920: #: option.c:3787
  921: msgid "missing parameter"
  922: msgstr ""
  923: 
  924: #: option.c:3794
  925: msgid "error"
  926: msgstr ""
  927: 
  928: #: option.c:3796
  929: #, c-format
  930: msgid " at line %d of %s"
  931: msgstr ""
  932: 
  933: #: option.c:3860 tftp.c:661
  934: #, c-format
  935: msgid "cannot read %s: %s"
  936: msgstr ""
  937: 
  938: #: option.c:4027 option.c:4063
  939: #, c-format
  940: msgid "read %s"
  941: msgstr ""
  942: 
  943: #: option.c:4119
  944: msgid "junk found in command line"
  945: msgstr ""
  946: 
  947: #: option.c:4154
  948: #, c-format
  949: msgid "Dnsmasq version %s  %s\n"
  950: msgstr ""
  951: 
  952: #: option.c:4155
  953: #, c-format
  954: msgid ""
  955: "Compile time options: %s\n"
  956: "\n"
  957: msgstr ""
  958: 
  959: #: option.c:4156
  960: #, c-format
  961: msgid "This software comes with ABSOLUTELY NO WARRANTY.\n"
  962: msgstr ""
  963: 
  964: #: option.c:4157
  965: #, c-format
  966: msgid "Dnsmasq is free software, and you are welcome to redistribute it\n"
  967: msgstr ""
  968: 
  969: #: option.c:4158
  970: #, c-format
  971: msgid "under the terms of the GNU General Public License, version 2 or 3.\n"
  972: msgstr ""
  973: 
  974: #: option.c:4169
  975: msgid "try --help"
  976: msgstr ""
  977: 
  978: #: option.c:4171
  979: msgid "try -w"
  980: msgstr ""
  981: 
  982: #: option.c:4173
  983: #, c-format
  984: msgid "bad command line options: %s"
  985: msgstr ""
  986: 
  987: #: option.c:4222
  988: #, c-format
  989: msgid "cannot get host-name: %s"
  990: msgstr ""
  991: 
  992: #: option.c:4250
  993: msgid "only one resolv.conf file allowed in no-poll mode."
  994: msgstr ""
  995: 
  996: #: option.c:4260
  997: msgid "must have exactly one resolv.conf to read domain from."
  998: msgstr ""
  999: 
 1000: #: option.c:4263 network.c:1316 dhcp.c:768
 1001: #, c-format
 1002: msgid "failed to read %s: %s"
 1003: msgstr ""
 1004: 
 1005: #: option.c:4280
 1006: #, c-format
 1007: msgid "no search directive found in %s"
 1008: msgstr ""
 1009: 
 1010: #: option.c:4301
 1011: msgid "there must be a default domain when --dhcp-fqdn is set"
 1012: msgstr ""
 1013: 
 1014: #: option.c:4305
 1015: msgid "syntax check OK"
 1016: msgstr ""
 1017: 
 1018: #: forward.c:107
 1019: #, c-format
 1020: msgid "failed to send packet: %s"
 1021: msgstr ""
 1022: 
 1023: #: forward.c:493
 1024: msgid "discarding DNS reply: subnet option mismatch"
 1025: msgstr ""
 1026: 
 1027: #: forward.c:511
 1028: #, c-format
 1029: msgid "nameserver %s refused to do a recursive query"
 1030: msgstr ""
 1031: 
 1032: #: forward.c:539
 1033: #, c-format
 1034: msgid "possible DNS-rebind attack detected: %s"
 1035: msgstr ""
 1036: 
 1037: #: forward.c:1284
 1038: #, c-format
 1039: msgid "Maximum number of concurrent DNS queries reached (max: %d)"
 1040: msgstr ""
 1041: 
 1042: #: network.c:627
 1043: #, c-format
 1044: msgid "failed to create listening socket for %s: %s"
 1045: msgstr ""
 1046: 
 1047: #: network.c:947
 1048: #, c-format
 1049: msgid "LOUD WARNING: listening on %s may accept requests via interfaces other than %s"
 1050: msgstr ""
 1051: 
 1052: #: network.c:953
 1053: msgid "LOUD WARNING: use --bind-dynamic rather than --bind-interfaces to avoid DNS amplification attacks via these interface(s)"
 1054: msgstr ""
 1055: 
 1056: #: network.c:962
 1057: #, c-format
 1058: msgid "warning: no addresses found for interface %s"
 1059: msgstr ""
 1060: 
 1061: #: network.c:1020
 1062: #, c-format
 1063: msgid "interface %s failed to join DHCPv6 multicast group: %s"
 1064: msgstr ""
 1065: 
 1066: #: network.c:1214
 1067: #, c-format
 1068: msgid "failed to bind server socket for %s: %s"
 1069: msgstr ""
 1070: 
 1071: #: network.c:1251
 1072: #, c-format
 1073: msgid "ignoring nameserver %s - local interface"
 1074: msgstr ""
 1075: 
 1076: #: network.c:1262
 1077: #, c-format
 1078: msgid "ignoring nameserver %s - cannot make/bind socket: %s"
 1079: msgstr ""
 1080: 
 1081: #: network.c:1279
 1082: msgid "unqualified"
 1083: msgstr ""
 1084: 
 1085: #: network.c:1279
 1086: msgid "names"
 1087: msgstr ""
 1088: 
 1089: #: network.c:1281
 1090: msgid "default"
 1091: msgstr ""
 1092: 
 1093: #: network.c:1283
 1094: msgid "domain"
 1095: msgstr ""
 1096: 
 1097: #: network.c:1286
 1098: #, c-format
 1099: msgid "using local addresses only for %s %s"
 1100: msgstr ""
 1101: 
 1102: #: network.c:1288
 1103: #, c-format
 1104: msgid "using standard nameservers for %s %s"
 1105: msgstr ""
 1106: 
 1107: #: network.c:1290
 1108: #, c-format
 1109: msgid "using nameserver %s#%d for %s %s"
 1110: msgstr ""
 1111: 
 1112: #: network.c:1293
 1113: #, c-format
 1114: msgid "using nameserver %s#%d(via %s)"
 1115: msgstr ""
 1116: 
 1117: #: network.c:1295
 1118: #, c-format
 1119: msgid "using nameserver %s#%d"
 1120: msgstr ""
 1121: 
 1122: #: dnsmasq.c:136
 1123: msgid "TFTP server not available: set HAVE_TFTP in src/config.h"
 1124: msgstr ""
 1125: 
 1126: #: dnsmasq.c:141
 1127: msgid "Cannot use --conntrack AND --query-port"
 1128: msgstr ""
 1129: 
 1130: #: dnsmasq.c:144
 1131: msgid "Conntrack support not available: set HAVE_CONNTRACK in src/config.h"
 1132: msgstr ""
 1133: 
 1134: #: dnsmasq.c:149
 1135: msgid "asychronous logging is not available under Solaris"
 1136: msgstr ""
 1137: 
 1138: #: dnsmasq.c:154
 1139: msgid "asychronous logging is not available under Android"
 1140: msgstr ""
 1141: 
 1142: #: dnsmasq.c:159
 1143: msgid "authoritative DNS not available: set HAVE_AUTH in src/config.h"
 1144: msgstr ""
 1145: 
 1146: #: dnsmasq.c:169
 1147: msgid "zone serial must be configured in --auth-soa"
 1148: msgstr ""
 1149: 
 1150: #: dnsmasq.c:187
 1151: msgid "dhcp-range constructor not available on this platform"
 1152: msgstr ""
 1153: 
 1154: #: dnsmasq.c:227
 1155: msgid "cannot set --bind-interfaces and --bind-dynamic"
 1156: msgstr ""
 1157: 
 1158: #: dnsmasq.c:231
 1159: #, c-format
 1160: msgid "failed to find list of interfaces: %s"
 1161: msgstr ""
 1162: 
 1163: #: dnsmasq.c:240
 1164: #, c-format
 1165: msgid "unknown interface %s"
 1166: msgstr ""
 1167: 
 1168: #: dnsmasq.c:291 dnsmasq.c:897
 1169: #, c-format
 1170: msgid "DBus error: %s"
 1171: msgstr ""
 1172: 
 1173: #: dnsmasq.c:294
 1174: msgid "DBus not available: set HAVE_DBUS in src/config.h"
 1175: msgstr ""
 1176: 
 1177: #: dnsmasq.c:322
 1178: #, c-format
 1179: msgid "unknown user or group: %s"
 1180: msgstr ""
 1181: 
 1182: #: dnsmasq.c:377
 1183: #, c-format
 1184: msgid "cannot chdir to filesystem root: %s"
 1185: msgstr ""
 1186: 
 1187: #: dnsmasq.c:614
 1188: #, c-format
 1189: msgid "started, version %s DNS disabled"
 1190: msgstr ""
 1191: 
 1192: #: dnsmasq.c:616
 1193: #, c-format
 1194: msgid "started, version %s cachesize %d"
 1195: msgstr ""
 1196: 
 1197: #: dnsmasq.c:618
 1198: #, c-format
 1199: msgid "started, version %s cache disabled"
 1200: msgstr ""
 1201: 
 1202: #: dnsmasq.c:620
 1203: #, c-format
 1204: msgid "compile time options: %s"
 1205: msgstr ""
 1206: 
 1207: #: dnsmasq.c:626
 1208: msgid "DBus support enabled: connected to system bus"
 1209: msgstr ""
 1210: 
 1211: #: dnsmasq.c:628
 1212: msgid "DBus support enabled: bus connection pending"
 1213: msgstr ""
 1214: 
 1215: #: dnsmasq.c:633
 1216: #, c-format
 1217: msgid "warning: failed to change owner of %s: %s"
 1218: msgstr ""
 1219: 
 1220: #: dnsmasq.c:637
 1221: msgid "setting --bind-interfaces option because of OS limitations"
 1222: msgstr ""
 1223: 
 1224: #: dnsmasq.c:647
 1225: #, c-format
 1226: msgid "warning: interface %s does not currently exist"
 1227: msgstr ""
 1228: 
 1229: #: dnsmasq.c:652
 1230: msgid "warning: ignoring resolv-file flag because no-resolv is set"
 1231: msgstr ""
 1232: 
 1233: #: dnsmasq.c:655
 1234: msgid "warning: no upstream servers configured"
 1235: msgstr ""
 1236: 
 1237: #: dnsmasq.c:659
 1238: #, c-format
 1239: msgid "asynchronous logging enabled, queue limit is %d messages"
 1240: msgstr ""
 1241: 
 1242: #: dnsmasq.c:680
 1243: msgid "IPv6 router advertisement enabled"
 1244: msgstr ""
 1245: 
 1246: #: dnsmasq.c:685
 1247: #, c-format
 1248: msgid "DHCP, sockets bound exclusively to interface %s"
 1249: msgstr ""
 1250: 
 1251: #: dnsmasq.c:702
 1252: msgid "root is "
 1253: msgstr ""
 1254: 
 1255: #: dnsmasq.c:702
 1256: msgid "enabled"
 1257: msgstr ""
 1258: 
 1259: #: dnsmasq.c:704
 1260: msgid "secure mode"
 1261: msgstr ""
 1262: 
 1263: #: dnsmasq.c:730
 1264: #, c-format
 1265: msgid "restricting maximum simultaneous TFTP transfers to %d"
 1266: msgstr ""
 1267: 
 1268: #: dnsmasq.c:899
 1269: msgid "connected to system DBus"
 1270: msgstr ""
 1271: 
 1272: #: dnsmasq.c:1044
 1273: #, c-format
 1274: msgid "cannot fork into background: %s"
 1275: msgstr ""
 1276: 
 1277: #: dnsmasq.c:1047
 1278: #, c-format
 1279: msgid "failed to create helper: %s"
 1280: msgstr ""
 1281: 
 1282: #: dnsmasq.c:1050
 1283: #, c-format
 1284: msgid "setting capabilities failed: %s"
 1285: msgstr ""
 1286: 
 1287: #: dnsmasq.c:1053
 1288: #, c-format
 1289: msgid "failed to change user-id to %s: %s"
 1290: msgstr ""
 1291: 
 1292: #: dnsmasq.c:1056
 1293: #, c-format
 1294: msgid "failed to change group-id to %s: %s"
 1295: msgstr ""
 1296: 
 1297: #: dnsmasq.c:1059
 1298: #, c-format
 1299: msgid "failed to open pidfile %s: %s"
 1300: msgstr ""
 1301: 
 1302: #: dnsmasq.c:1062
 1303: #, c-format
 1304: msgid "cannot open log %s: %s"
 1305: msgstr ""
 1306: 
 1307: #: dnsmasq.c:1065
 1308: #, c-format
 1309: msgid "failed to load Lua script: %s"
 1310: msgstr ""
 1311: 
 1312: #: dnsmasq.c:1068
 1313: #, c-format
 1314: msgid "TFTP directory %s inaccessible: %s"
 1315: msgstr ""
 1316: 
 1317: #: dnsmasq.c:1132
 1318: #, c-format
 1319: msgid "script process killed by signal %d"
 1320: msgstr ""
 1321: 
 1322: #: dnsmasq.c:1136
 1323: #, c-format
 1324: msgid "script process exited with status %d"
 1325: msgstr ""
 1326: 
 1327: #: dnsmasq.c:1140
 1328: #, c-format
 1329: msgid "failed to execute %s: %s"
 1330: msgstr ""
 1331: 
 1332: #: dnsmasq.c:1185
 1333: msgid "exiting on receipt of SIGTERM"
 1334: msgstr ""
 1335: 
 1336: #: dnsmasq.c:1213
 1337: #, c-format
 1338: msgid "failed to access %s: %s"
 1339: msgstr ""
 1340: 
 1341: #: dnsmasq.c:1243
 1342: #, c-format
 1343: msgid "reading %s"
 1344: msgstr ""
 1345: 
 1346: #: dnsmasq.c:1254
 1347: #, c-format
 1348: msgid "no servers found in %s, will retry"
 1349: msgstr ""
 1350: 
 1351: #: dhcp.c:53
 1352: #, c-format
 1353: msgid "cannot create DHCP socket: %s"
 1354: msgstr ""
 1355: 
 1356: #: dhcp.c:68
 1357: #, c-format
 1358: msgid "failed to set options on DHCP socket: %s"
 1359: msgstr ""
 1360: 
 1361: #: dhcp.c:89
 1362: #, c-format
 1363: msgid "failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s"
 1364: msgstr ""
 1365: 
 1366: #: dhcp.c:101
 1367: #, c-format
 1368: msgid "failed to bind DHCP server socket: %s"
 1369: msgstr ""
 1370: 
 1371: #: dhcp.c:127
 1372: #, c-format
 1373: msgid "cannot create ICMP raw socket: %s."
 1374: msgstr ""
 1375: 
 1376: #: dhcp.c:239
 1377: #, c-format
 1378: msgid "unknown interface %s in bridge-interface"
 1379: msgstr ""
 1380: 
 1381: #: dhcp.c:278
 1382: #, c-format
 1383: msgid "DHCP packet received on %s which has no address"
 1384: msgstr ""
 1385: 
 1386: #: dhcp.c:505
 1387: #, c-format
 1388: msgid "DHCP range %s -- %s is not consistent with netmask %s"
 1389: msgstr ""
 1390: 
 1391: #: dhcp.c:806
 1392: #, c-format
 1393: msgid "bad line at %s line %d"
 1394: msgstr ""
 1395: 
 1396: #: dhcp.c:849
 1397: #, c-format
 1398: msgid "ignoring %s line %d, duplicate name or IP address"
 1399: msgstr ""
 1400: 
 1401: #: dhcp.c:993 rfc3315.c:2063
 1402: #, c-format
 1403: msgid "DHCP relay %s -> %s"
 1404: msgstr ""
 1405: 
 1406: #: lease.c:61
 1407: #, c-format
 1408: msgid "cannot open or create lease file %s: %s"
 1409: msgstr ""
 1410: 
 1411: #: lease.c:134
 1412: msgid "too many stored leases"
 1413: msgstr ""
 1414: 
 1415: #: lease.c:165
 1416: #, c-format
 1417: msgid "cannot run lease-init script %s: %s"
 1418: msgstr ""
 1419: 
 1420: #: lease.c:171
 1421: #, c-format
 1422: msgid "lease-init script returned exit code %s"
 1423: msgstr ""
 1424: 
 1425: #: lease.c:342
 1426: #, c-format
 1427: msgid "failed to write %s: %s (retry in %us)"
 1428: msgstr ""
 1429: 
 1430: #: lease.c:877
 1431: #, c-format
 1432: msgid "Ignoring domain %s for DHCP host name %s"
 1433: msgstr ""
 1434: 
 1435: #: rfc2131.c:338
 1436: #, c-format
 1437: msgid "no address range available for DHCP request %s %s"
 1438: msgstr ""
 1439: 
 1440: #: rfc2131.c:339
 1441: msgid "with subnet selector"
 1442: msgstr ""
 1443: 
 1444: #: rfc2131.c:339
 1445: msgid "via"
 1446: msgstr ""
 1447: 
 1448: #: rfc2131.c:351
 1449: #, c-format
 1450: msgid "%u available DHCP subnet: %s/%s"
 1451: msgstr ""
 1452: 
 1453: #: rfc2131.c:354 rfc3315.c:297
 1454: #, c-format
 1455: msgid "%u available DHCP range: %s -- %s"
 1456: msgstr ""
 1457: 
 1458: #: rfc2131.c:465
 1459: #, c-format
 1460: msgid "%u vendor class: %s"
 1461: msgstr ""
 1462: 
 1463: #: rfc2131.c:467
 1464: #, c-format
 1465: msgid "%u user class: %s"
 1466: msgstr ""
 1467: 
 1468: #: rfc2131.c:494
 1469: msgid "disabled"
 1470: msgstr ""
 1471: 
 1472: #: rfc2131.c:535 rfc2131.c:961 rfc2131.c:1379 rfc3315.c:599 rfc3315.c:820
 1473: #: rfc3315.c:1092
 1474: msgid "ignored"
 1475: msgstr ""
 1476: 
 1477: #: rfc2131.c:550 rfc2131.c:1199 rfc3315.c:870
 1478: msgid "address in use"
 1479: msgstr ""
 1480: 
 1481: #: rfc2131.c:564 rfc2131.c:1015
 1482: msgid "no address available"
 1483: msgstr ""
 1484: 
 1485: #: rfc2131.c:571 rfc2131.c:1162
 1486: msgid "wrong network"
 1487: msgstr ""
 1488: 
 1489: #: rfc2131.c:586
 1490: msgid "no address configured"
 1491: msgstr ""
 1492: 
 1493: #: rfc2131.c:592 rfc2131.c:1212
 1494: msgid "no leases left"
 1495: msgstr ""
 1496: 
 1497: #: rfc2131.c:687 rfc3315.c:472
 1498: #, c-format
 1499: msgid "%u client provides name: %s"
 1500: msgstr ""
 1501: 
 1502: #: rfc2131.c:792
 1503: msgid "PXE BIS not supported"
 1504: msgstr ""
 1505: 
 1506: #: rfc2131.c:931 rfc3315.c:1186
 1507: #, c-format
 1508: msgid "disabling DHCP static address %s for %s"
 1509: msgstr ""
 1510: 
 1511: #: rfc2131.c:952
 1512: msgid "unknown lease"
 1513: msgstr ""
 1514: 
 1515: #: rfc2131.c:984
 1516: #, c-format
 1517: msgid "not using configured address %s because it is leased to %s"
 1518: msgstr ""
 1519: 
 1520: #: rfc2131.c:994
 1521: #, c-format
 1522: msgid "not using configured address %s because it is in use by the server or relay"
 1523: msgstr ""
 1524: 
 1525: #: rfc2131.c:997
 1526: #, c-format
 1527: msgid "not using configured address %s because it was previously declined"
 1528: msgstr ""
 1529: 
 1530: #: rfc2131.c:1013 rfc2131.c:1205
 1531: msgid "no unique-id"
 1532: msgstr ""
 1533: 
 1534: #: rfc2131.c:1100
 1535: msgid "wrong server-ID"
 1536: msgstr ""
 1537: 
 1538: #: rfc2131.c:1119
 1539: msgid "wrong address"
 1540: msgstr ""
 1541: 
 1542: #: rfc2131.c:1137 rfc3315.c:966
 1543: msgid "lease not found"
 1544: msgstr ""
 1545: 
 1546: #: rfc2131.c:1170
 1547: msgid "address not available"
 1548: msgstr ""
 1549: 
 1550: #: rfc2131.c:1181
 1551: msgid "static lease available"
 1552: msgstr ""
 1553: 
 1554: #: rfc2131.c:1185
 1555: msgid "address reserved"
 1556: msgstr ""
 1557: 
 1558: #: rfc2131.c:1193
 1559: #, c-format
 1560: msgid "abandoning lease to %s of %s"
 1561: msgstr ""
 1562: 
 1563: #: rfc2131.c:1706
 1564: #, c-format
 1565: msgid "%u bootfile name: %s"
 1566: msgstr ""
 1567: 
 1568: #: rfc2131.c:1715
 1569: #, c-format
 1570: msgid "%u server name: %s"
 1571: msgstr ""
 1572: 
 1573: #: rfc2131.c:1723
 1574: #, c-format
 1575: msgid "%u next server: %s"
 1576: msgstr ""
 1577: 
 1578: #: rfc2131.c:1726
 1579: #, c-format
 1580: msgid "%u broadcast response"
 1581: msgstr ""
 1582: 
 1583: #: rfc2131.c:1789
 1584: #, c-format
 1585: msgid "cannot send DHCP/BOOTP option %d: no space left in packet"
 1586: msgstr ""
 1587: 
 1588: #: rfc2131.c:2030
 1589: msgid "PXE menu too large"
 1590: msgstr ""
 1591: 
 1592: #: rfc2131.c:2167 rfc3315.c:1430
 1593: #, c-format
 1594: msgid "%u requested options: %s"
 1595: msgstr ""
 1596: 
 1597: #: rfc2131.c:2447
 1598: #, c-format
 1599: msgid "cannot send RFC3925 option: too many options for enterprise number %d"
 1600: msgstr ""
 1601: 
 1602: #: netlink.c:78
 1603: #, c-format
 1604: msgid "cannot create netlink socket: %s"
 1605: msgstr ""
 1606: 
 1607: #: netlink.c:363
 1608: #, c-format
 1609: msgid "netlink returns error: %s"
 1610: msgstr ""
 1611: 
 1612: #: dbus.c:259
 1613: msgid "attempt to set an IPv6 server address via DBus - no IPv6 support"
 1614: msgstr ""
 1615: 
 1616: #: dbus.c:523
 1617: msgid "setting upstream servers from DBus"
 1618: msgstr ""
 1619: 
 1620: #: dbus.c:570
 1621: msgid "could not register a DBus message handler"
 1622: msgstr ""
 1623: 
 1624: #: bpf.c:246
 1625: #, c-format
 1626: msgid "cannot create DHCP BPF socket: %s"
 1627: msgstr ""
 1628: 
 1629: #: bpf.c:274
 1630: #, c-format
 1631: msgid "DHCP request for unsupported hardware type (%d) received on %s"
 1632: msgstr ""
 1633: 
 1634: #: helper.c:153
 1635: msgid "lease() function missing in Lua script"
 1636: msgstr ""
 1637: 
 1638: #: tftp.c:303
 1639: msgid "unable to get free port for TFTP"
 1640: msgstr ""
 1641: 
 1642: #: tftp.c:319
 1643: #, c-format
 1644: msgid "unsupported request from %s"
 1645: msgstr ""
 1646: 
 1647: #: tftp.c:433
 1648: #, c-format
 1649: msgid "file %s not found"
 1650: msgstr ""
 1651: 
 1652: #: tftp.c:542
 1653: #, c-format
 1654: msgid "error %d %s received from %s"
 1655: msgstr ""
 1656: 
 1657: #: tftp.c:584
 1658: #, c-format
 1659: msgid "failed sending %s to %s"
 1660: msgstr ""
 1661: 
 1662: #: tftp.c:584
 1663: #, c-format
 1664: msgid "sent %s to %s"
 1665: msgstr ""
 1666: 
 1667: #: log.c:190
 1668: #, c-format
 1669: msgid "overflow: %d log entries lost"
 1670: msgstr ""
 1671: 
 1672: #: log.c:268
 1673: #, c-format
 1674: msgid "log failed: %s"
 1675: msgstr ""
 1676: 
 1677: #: log.c:472
 1678: msgid "FAILED to start up"
 1679: msgstr ""
 1680: 
 1681: #: conntrack.c:65
 1682: #, c-format
 1683: msgid "Conntrack connection mark retrieval failed: %s"
 1684: msgstr ""
 1685: 
 1686: #: dhcp6.c:59
 1687: #, c-format
 1688: msgid "cannot create DHCPv6 socket: %s"
 1689: msgstr ""
 1690: 
 1691: #: dhcp6.c:80
 1692: #, c-format
 1693: msgid "failed to set SO_REUSE{ADDR|PORT} on DHCPv6 socket: %s"
 1694: msgstr ""
 1695: 
 1696: #: dhcp6.c:92
 1697: #, c-format
 1698: msgid "failed to bind DHCPv6 server socket: %s"
 1699: msgstr ""
 1700: 
 1701: #: rfc3315.c:154
 1702: #, c-format
 1703: msgid "no address range available for DHCPv6 request from relay at %s"
 1704: msgstr ""
 1705: 
 1706: #: rfc3315.c:163
 1707: #, c-format
 1708: msgid "no address range available for DHCPv6 request via %s"
 1709: msgstr ""
 1710: 
 1711: #: rfc3315.c:294
 1712: #, c-format
 1713: msgid "%u available DHCPv6 subnet: %s/%d"
 1714: msgstr ""
 1715: 
 1716: #: rfc3315.c:376
 1717: #, c-format
 1718: msgid "%u vendor class: %u"
 1719: msgstr ""
 1720: 
 1721: #: rfc3315.c:424
 1722: #, c-format
 1723: msgid "%u client MAC address: %s"
 1724: msgstr ""
 1725: 
 1726: #: rfc3315.c:656
 1727: #, c-format
 1728: msgid "unknown prefix-class %d"
 1729: msgstr ""
 1730: 
 1731: #: rfc3315.c:788 rfc3315.c:910
 1732: msgid "success"
 1733: msgstr ""
 1734: 
 1735: #: rfc3315.c:803 rfc3315.c:805 rfc3315.c:918 rfc3315.c:920
 1736: msgid "no addresses available"
 1737: msgstr ""
 1738: 
 1739: #: rfc3315.c:862
 1740: msgid "address unavailable"
 1741: msgstr ""
 1742: 
 1743: #: rfc3315.c:897
 1744: msgid "not on link"
 1745: msgstr ""
 1746: 
 1747: #: rfc3315.c:970 rfc3315.c:1148 rfc3315.c:1225
 1748: msgid "no binding found"
 1749: msgstr ""
 1750: 
 1751: #: rfc3315.c:1008
 1752: msgid "deprecated"
 1753: msgstr ""
 1754: 
 1755: #: rfc3315.c:1013
 1756: msgid "address invalid"
 1757: msgstr ""
 1758: 
 1759: #: rfc3315.c:1058
 1760: msgid "confirm failed"
 1761: msgstr ""
 1762: 
 1763: #: rfc3315.c:1069
 1764: msgid "all addresses still on link"
 1765: msgstr ""
 1766: 
 1767: #: rfc3315.c:1157
 1768: msgid "release received"
 1769: msgstr ""
 1770: 
 1771: #: rfc3315.c:2054
 1772: msgid "Cannot multicast to DHCPv6 server without correct interface"
 1773: msgstr ""
 1774: 
 1775: #: dhcp-common.c:145
 1776: #, c-format
 1777: msgid "Ignoring duplicate dhcp-option %d"
 1778: msgstr ""
 1779: 
 1780: #: dhcp-common.c:222
 1781: #, c-format
 1782: msgid "%u tags: %s"
 1783: msgstr ""
 1784: 
 1785: #: dhcp-common.c:407
 1786: #, c-format
 1787: msgid "%s has more than one address in hostsfile, using %s for DHCP"
 1788: msgstr ""
 1789: 
 1790: #: dhcp-common.c:430
 1791: #, c-format
 1792: msgid "duplicate IP address %s (%s) in dhcp-config directive"
 1793: msgstr ""
 1794: 
 1795: #: dhcp-common.c:494
 1796: #, c-format
 1797: msgid "failed to set SO_BINDTODEVICE on DHCP socket: %s"
 1798: msgstr ""
 1799: 
 1800: #: dhcp-common.c:615
 1801: #, c-format
 1802: msgid "Known DHCP options:\n"
 1803: msgstr ""
 1804: 
 1805: #: dhcp-common.c:626
 1806: #, c-format
 1807: msgid "Known DHCPv6 options:\n"
 1808: msgstr ""
 1809: 
 1810: #: dhcp-common.c:823
 1811: msgid ", prefix deprecated"
 1812: msgstr ""
 1813: 
 1814: #: dhcp-common.c:826
 1815: #, c-format
 1816: msgid ", lease time "
 1817: msgstr ""
 1818: 
 1819: #: dhcp-common.c:868
 1820: #, c-format
 1821: msgid "%s stateless on %s%.0s%.0s%s"
 1822: msgstr ""
 1823: 
 1824: #: dhcp-common.c:870
 1825: #, c-format
 1826: msgid "%s, static leases only on %.0s%s%s%.0s"
 1827: msgstr ""
 1828: 
 1829: #: dhcp-common.c:872
 1830: #, c-format
 1831: msgid "%s, proxy on subnet %.0s%s%.0s%.0s"
 1832: msgstr ""
 1833: 
 1834: #: dhcp-common.c:873
 1835: #, c-format
 1836: msgid "%s, IP range %s -- %s%s%.0s"
 1837: msgstr ""
 1838: 
 1839: #: dhcp-common.c:886
 1840: #, c-format
 1841: msgid "DHCPv4-derived IPv6 names on %s%s"
 1842: msgstr ""
 1843: 
 1844: #: dhcp-common.c:889
 1845: #, c-format
 1846: msgid "router advertisement on %s%s"
 1847: msgstr ""
 1848: 
 1849: #: dhcp-common.c:900
 1850: #, c-format
 1851: msgid "DHCP relay from %s to %s via %s"
 1852: msgstr ""
 1853: 
 1854: #: dhcp-common.c:902
 1855: #, c-format
 1856: msgid "DHCP relay from %s to %s"
 1857: msgstr ""
 1858: 
 1859: #: radv.c:98
 1860: #, c-format
 1861: msgid "cannot create ICMPv6 socket: %s"
 1862: msgstr ""
 1863: 
 1864: #: auth.c:427
 1865: #, c-format
 1866: msgid "ignoring zone transfer request from %s"
 1867: msgstr ""
 1868: 
 1869: #: ipset.c:95
 1870: #, c-format
 1871: msgid "failed to find kernel version: %s"
 1872: msgstr ""
 1873: 
 1874: #: ipset.c:114
 1875: #, c-format
 1876: msgid "failed to create IPset control socket: %s"
 1877: msgstr ""

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>