mii-tool: fixed warning: "initialization discards qualifiers from pointer target"
[oss-qm-packages.git] / po / net-tools.pot
blobcdeccc9a805b8f57264d0c6ace8be5a7e81fa4ef
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2005-05-16 05:18+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: ../arp.c:111 ../arp.c:276
20 #, c-format
21 msgid "arp: need host name\n"
22 msgstr ""
24 #: ../arp.c:213 ../arp.c:228
25 #, c-format
26 msgid "No ARP entry for %s\n"
27 msgstr ""
29 #: ../arp.c:246
30 #, c-format
31 msgid "arp: cant get HW-Address for `%s': %s.\n"
32 msgstr ""
34 #: ../arp.c:250
35 #, c-format
36 msgid "arp: protocol type mismatch.\n"
37 msgstr ""
39 #: ../arp.c:259
40 #, c-format
41 msgid "arp: device `%s' has HW address %s `%s'.\n"
42 msgstr ""
44 #: ../arp.c:289
45 #, c-format
46 msgid "arp: need hardware address\n"
47 msgstr ""
49 #: ../arp.c:297
50 #, c-format
51 msgid "arp: invalid hardware address\n"
52 msgstr ""
54 #: ../arp.c:394
55 #, c-format
56 msgid "arp: cannot open etherfile %s !\n"
57 msgstr ""
59 #: ../arp.c:410
60 #, c-format
61 msgid "arp: format error on line %u of etherfile %s !\n"
62 msgstr ""
64 #: ../arp.c:423
65 #, c-format
66 msgid "arp: cannot set entry on line %u of etherfile %s !\n"
67 msgstr ""
69 #: ../arp.c:444
70 #, c-format
71 msgid ""
72 "Address                  HWtype  HWaddress           Flags Mask            "
73 "Iface\n"
74 msgstr ""
76 #: ../arp.c:472
77 msgid "<from_interface>"
78 msgstr ""
80 #: ../arp.c:474
81 msgid "(incomplete)"
82 msgstr ""
84 #: ../arp.c:491
85 #, c-format
86 msgid "%s (%s) at "
87 msgstr ""
89 #: ../arp.c:497
90 #, c-format
91 msgid "<incomplete> "
92 msgstr ""
94 #: ../arp.c:503
95 #, c-format
96 msgid "netmask %s "
97 msgstr ""
99 #: ../arp.c:520
100 #, c-format
101 msgid "on %s\n"
102 msgstr ""
104 #: ../arp.c:599
105 #, c-format
106 msgid "Entries: %d\tSkipped: %d\tFound: %d\n"
107 msgstr ""
109 #: ../arp.c:603
110 #, c-format
111 msgid "%s (%s) -- no entry\n"
112 msgstr ""
114 #: ../arp.c:605
115 #, c-format
116 msgid "arp: in %d entries no match found.\n"
117 msgstr ""
119 #: ../arp.c:620
120 #, c-format
121 msgid ""
122 "Usage:\n"
123 "  arp [-vn]  [<HW>] [-i <if>] [-a] [<hostname>]             <-Display ARP "
124 "cache\n"
125 msgstr ""
127 #: ../arp.c:621
128 #, c-format
129 msgid ""
130 "  arp [-v]          [-i <if>] -d  <hostname> [pub][nopub]    <-Delete ARP "
131 "entry\n"
132 msgstr ""
134 #: ../arp.c:622
135 #, c-format
136 msgid ""
137 "  arp [-vnD] [<HW>] [-i <if>] -f  [<filename>]            <-Add entry from "
138 "file\n"
139 msgstr ""
141 #: ../arp.c:623
142 #, c-format
143 msgid ""
144 "  arp [-v]   [<HW>] [-i <if>] -s  <hostname> <hwaddr> [temp][nopub] <-Add "
145 "entry\n"
146 msgstr ""
148 #: ../arp.c:624
149 #, c-format
150 msgid ""
151 "  arp [-v]   [<HW>] [-i <if>] -Ds <hostname> <if> [netmask <nm>] pub      "
152 "<-''-\n"
153 "\n"
154 msgstr ""
156 #: ../arp.c:626
157 #, c-format
158 msgid ""
159 "        -a                       display (all) hosts in alternative (BSD) "
160 "style\n"
161 msgstr ""
163 #: ../arp.c:627
164 #, c-format
165 msgid "        -s, --set                set a new ARP entry\n"
166 msgstr ""
168 #: ../arp.c:628
169 #, c-format
170 msgid "        -d, --delete             delete a specified entry\n"
171 msgstr ""
173 #: ../arp.c:629 ../netstat.c:1503 ../route.c:86
174 #, c-format
175 msgid "        -v, --verbose            be verbose\n"
176 msgstr ""
178 #: ../arp.c:630 ../netstat.c:1504 ../route.c:87
179 #, c-format
180 msgid "        -n, --numeric            don't resolve names\n"
181 msgstr ""
183 #: ../arp.c:631
184 #, c-format
185 msgid ""
186 "        -i, --device             specify network interface (e.g. eth0)\n"
187 msgstr ""
189 #: ../arp.c:632
190 #, c-format
191 msgid "        -D, --use-device         read <hwaddr> from given device\n"
192 msgstr ""
194 #: ../arp.c:633
195 #, c-format
196 msgid "        -A, -p, --protocol       specify protocol family\n"
197 msgstr ""
199 #: ../arp.c:634
200 #, c-format
201 msgid ""
202 "        -f, --file               read new entries from file or from /etc/"
203 "ethers\n"
204 "\n"
205 msgstr ""
207 #: ../arp.c:636 ../rarp.c:182
208 #, c-format
209 msgid "  <HW>=Use '-H <hw>' to specify hardware address type. Default: %s\n"
210 msgstr ""
212 #: ../arp.c:637 ../rarp.c:183
213 #, c-format
214 msgid "  List of possible hardware types (which support ARP):\n"
215 msgstr ""
217 #: ../arp.c:671 ../arp.c:756
218 #, c-format
219 msgid "%s: hardware type not supported!\n"
220 msgstr ""
222 #: ../arp.c:675
223 #, c-format
224 msgid "%s: address family not supported!\n"
225 msgstr ""
227 #: ../arp.c:710
228 #, c-format
229 msgid "arp: -N not yet supported.\n"
230 msgstr ""
232 #: ../arp.c:720
233 #, c-format
234 msgid "arp: %s: unknown address family.\n"
235 msgstr ""
237 #: ../arp.c:729
238 #, c-format
239 msgid "arp: %s: unknown hardware type.\n"
240 msgstr ""
242 #: ../arp.c:748
243 #, c-format
244 msgid "arp: %s: kernel only supports 'inet'.\n"
245 msgstr ""
247 #: ../arp.c:761
248 #, c-format
249 msgid "arp: %s: hardware type without ARP support.\n"
250 msgstr ""
252 #: ../hostname.c:71
253 #, c-format
254 msgid "Setting nodename to `%s'\n"
255 msgstr ""
257 #: ../hostname.c:76
258 #, c-format
259 msgid "%s: you must be root to change the node name\n"
260 msgstr ""
262 #: ../hostname.c:79 ../hostname.c:100 ../hostname.c:118
263 #, c-format
264 msgid "%s: name too long\n"
265 msgstr ""
267 #: ../hostname.c:92
268 #, c-format
269 msgid "Setting hostname to `%s'\n"
270 msgstr ""
272 #: ../hostname.c:97
273 #, c-format
274 msgid "%s: you must be root to change the host name\n"
275 msgstr ""
277 #: ../hostname.c:110
278 #, c-format
279 msgid "Setting domainname to `%s'\n"
280 msgstr ""
282 #: ../hostname.c:115
283 #, c-format
284 msgid "%s: you must be root to change the domain name\n"
285 msgstr ""
287 #: ../hostname.c:132
288 #, c-format
289 msgid "Resolving `%s' ...\n"
290 msgstr ""
292 #: ../hostname.c:138
293 #, c-format
294 msgid "Result: h_name=`%s'\n"
295 msgstr ""
297 #: ../hostname.c:143
298 #, c-format
299 msgid "Result: h_aliases=`%s'\n"
300 msgstr ""
302 #: ../hostname.c:148
303 #, c-format
304 msgid "Result: h_addr_list=`%s'\n"
305 msgstr ""
307 #: ../hostname.c:209
308 #, c-format
309 msgid "%s: can't open `%s'\n"
310 msgstr ""
312 #: ../hostname.c:223
313 #, c-format
314 msgid "Usage: hostname [-v] {hostname|-F file}      set hostname (from file)\n"
315 msgstr ""
317 #: ../hostname.c:224
318 #, c-format
319 msgid ""
320 "       domainname [-v] {nisdomain|-F file}   set NIS domainname (from file)\n"
321 msgstr ""
323 #: ../hostname.c:226
324 #, c-format
325 msgid ""
326 "       nodename [-v] {nodename|-F file}      set DECnet node name (from "
327 "file)\n"
328 msgstr ""
330 #: ../hostname.c:228
331 #, c-format
332 msgid "       hostname [-v] [-d|-f|-s|-a|-i|-y|-n]  display formatted name\n"
333 msgstr ""
335 #: ../hostname.c:229
336 #, c-format
337 msgid ""
338 "       hostname [-v]                         display hostname\n"
339 "\n"
340 msgstr ""
342 #: ../hostname.c:230
343 #, c-format
344 msgid ""
345 "       hostname -V|--version|-h|--help       print info and exit\n"
346 "\n"
347 msgstr ""
349 #: ../hostname.c:231
350 #, c-format
351 msgid ""
352 "    dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y\n"
353 "\n"
354 msgstr ""
356 #: ../hostname.c:232
357 #, c-format
358 msgid "    -s, --short           short host name\n"
359 msgstr ""
361 #: ../hostname.c:233
362 #, c-format
363 msgid "    -a, --alias           alias names\n"
364 msgstr ""
366 #: ../hostname.c:234
367 #, c-format
368 msgid "    -i, --ip-address      addresses for the hostname\n"
369 msgstr ""
371 #: ../hostname.c:235
372 #, c-format
373 msgid "    -f, --fqdn, --long    long host name (FQDN)\n"
374 msgstr ""
376 #: ../hostname.c:236
377 #, c-format
378 msgid "    -d, --domain          DNS domain name\n"
379 msgstr ""
381 #: ../hostname.c:237
382 #, c-format
383 msgid "    -y, --yp, --nis       NIS/YP domainname\n"
384 msgstr ""
386 #: ../hostname.c:239
387 #, c-format
388 msgid "    -n, --node            DECnet node name\n"
389 msgstr ""
391 #: ../hostname.c:241
392 #, c-format
393 msgid ""
394 "    -F, --file            read hostname or NIS domainname from given file\n"
395 "\n"
396 msgstr ""
398 #: ../hostname.c:243
399 #, c-format
400 msgid ""
401 "   This command can read or set the hostname or the NIS domainname. You can\n"
402 "   also read the DNS domain or the FQDN (fully qualified domain name).\n"
403 "   Unless you are using bind or NIS for host lookups you can change the\n"
404 "   FQDN (Fully Qualified Domain Name) and the DNS domain name (which is\n"
405 "   part of the FQDN) in the /etc/hosts file.\n"
406 msgstr ""
408 #: ../hostname.c:340
409 #, c-format
410 msgid "%s: You can't change the DNS domain name with this command\n"
411 msgstr ""
413 #: ../hostname.c:341
414 #, c-format
415 msgid ""
416 "\n"
417 "Unless you are using bind or NIS for host lookups you can change the DNS\n"
418 msgstr ""
420 #: ../hostname.c:342
421 #, c-format
422 msgid "domain name (which is part of the FQDN) in the /etc/hosts file.\n"
423 msgstr ""
425 #: ../hostname.c:359
426 #, c-format
427 msgid "gethostname()=`%s'\n"
428 msgstr ""
430 #: ../hostname.c:376
431 #, c-format
432 msgid "getdomainname()=`%s'\n"
433 msgstr ""
435 #: ../hostname.c:391
436 #, c-format
437 msgid "getnodename()=`%s'\n"
438 msgstr ""
440 #: ../ifconfig.c:107 ../netstat.c:1465
441 #, c-format
442 msgid ""
443 "Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR "
444 "Flg\n"
445 msgstr ""
447 #: ../ifconfig.c:129 ../ifconfig.c:161
448 #, c-format
449 msgid "%s: ERROR while getting interface flags: %s\n"
450 msgstr ""
452 #: ../ifconfig.c:153 ../ifconfig.c:185 ../ifconfig.c:791 ../ifconfig.c:884
453 #: ../ifconfig.c:997
454 #, c-format
455 msgid "No support for INET on this system.\n"
456 msgstr ""
458 #: ../ifconfig.c:193
459 #, c-format
460 msgid "%s: ERROR while testing interface flags: %s\n"
461 msgstr ""
463 #: ../ifconfig.c:202
464 #, c-format
465 msgid ""
466 "Usage:\n"
467 "  ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]\n"
468 msgstr ""
470 #: ../ifconfig.c:204
471 #, c-format
472 msgid "  [add <address>[/<prefixlen>]]\n"
473 msgstr ""
475 #: ../ifconfig.c:205
476 #, c-format
477 msgid "  [del <address>[/<prefixlen>]]\n"
478 msgstr ""
480 #: ../ifconfig.c:206
481 #, c-format
482 msgid "  [[-]broadcast [<address>]]  [[-]pointopoint [<address>]]\n"
483 msgstr ""
485 #: ../ifconfig.c:207
486 #, c-format
487 msgid "  [netmask <address>]  [dstaddr <address>]  [tunnel <address>]\n"
488 msgstr ""
490 #: ../ifconfig.c:210
491 #, c-format
492 msgid "  [outfill <NN>] [keepalive <NN>]\n"
493 msgstr ""
495 #: ../ifconfig.c:212
496 #, c-format
497 msgid "  [hw <HW> <address>]  [metric <NN>]  [mtu <NN>]\n"
498 msgstr ""
500 #: ../ifconfig.c:213
501 #, c-format
502 msgid "  [[-]trailers]  [[-]arp]  [[-]allmulti]\n"
503 msgstr ""
505 #: ../ifconfig.c:214
506 #, c-format
507 msgid "  [multicast]  [[-]promisc]\n"
508 msgstr ""
510 #: ../ifconfig.c:215
511 #, c-format
512 msgid "  [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]\n"
513 msgstr ""
515 #: ../ifconfig.c:217
516 #, c-format
517 msgid "  [txqueuelen <NN>]\n"
518 msgstr ""
520 #: ../ifconfig.c:220
521 #, c-format
522 msgid "  [[-]dynamic]\n"
523 msgstr ""
525 #: ../ifconfig.c:222
526 #, c-format
527 msgid ""
528 "  [up|down] ...\n"
529 "\n"
530 msgstr ""
532 #: ../ifconfig.c:224
533 #, c-format
534 msgid "  <HW>=Hardware Type.\n"
535 msgstr ""
537 #: ../ifconfig.c:225
538 #, c-format
539 msgid "  List of possible hardware types:\n"
540 msgstr ""
542 #. 1 = ARPable
543 #: ../ifconfig.c:227
544 #, c-format
545 msgid "  <AF>=Address family. Default: %s\n"
546 msgstr ""
548 #: ../ifconfig.c:228
549 #, c-format
550 msgid "  List of possible address families:\n"
551 msgstr ""
553 #: ../ifconfig.c:304
554 #, c-format
555 msgid "ifconfig: option `%s' not recognised.\n"
556 msgstr ""
558 #: ../ifconfig.c:306 ../ifconfig.c:987
559 #, c-format
560 msgid "ifconfig: `--help' gives usage information.\n"
561 msgstr ""
563 #: ../ifconfig.c:381
564 #, c-format
565 msgid "Unknown media type.\n"
566 msgstr ""
568 #: ../ifconfig.c:418
569 #, c-format
570 msgid ""
571 "Warning: Interface %s still in promisc mode... maybe other application is "
572 "running?\n"
573 msgstr ""
575 #: ../ifconfig.c:430
576 #, c-format
577 msgid "Warning: Interface %s still in MULTICAST mode.\n"
578 msgstr ""
580 #: ../ifconfig.c:442
581 #, c-format
582 msgid "Warning: Interface %s still in ALLMULTI mode.\n"
583 msgstr ""
585 #: ../ifconfig.c:466
586 #, c-format
587 msgid "Warning: Interface %s still in DYNAMIC mode.\n"
588 msgstr ""
590 #: ../ifconfig.c:524
591 #, c-format
592 msgid "Warning: Interface %s still in BROADCAST mode.\n"
593 msgstr ""
595 #: ../ifconfig.c:535
596 #, c-format
597 msgid "ifconfig: Error resolving '%s' for broadcast\n"
598 msgstr ""
600 #: ../ifconfig.c:560
601 #, c-format
602 msgid "ifconfig: Error resolving '%s' for dstaddr\n"
603 msgstr ""
605 #: ../ifconfig.c:583
606 #, c-format
607 msgid "ifconfig: Error resolving '%s' for netmask\n"
608 msgstr ""
610 #: ../ifconfig.c:662
611 #, c-format
612 msgid "Warning: Interface %s still in POINTOPOINT mode.\n"
613 msgstr ""
615 #: ../ifconfig.c:673
616 #, c-format
617 msgid "ifconfig: Error resolving '%s' for pointopoint\n"
618 msgstr ""
620 #: ../ifconfig.c:697
621 #, c-format
622 msgid "hw address type `%s' has no handler to set address. failed.\n"
623 msgstr ""
625 #: ../ifconfig.c:706
626 #, c-format
627 msgid "%s: invalid %s address.\n"
628 msgstr ""
630 #: ../ifconfig.c:746
631 #, c-format
632 msgid "ifconfig: Error resolving '%s' for add\n"
633 msgstr ""
635 #: ../ifconfig.c:757 ../ifconfig.c:847 ../ifconfig.c:935
636 #, c-format
637 msgid "No support for INET6 on this system.\n"
638 msgstr ""
640 #: ../ifconfig.c:800 ../ifconfig.c:893
641 #, c-format
642 msgid "Interface %s not initialized\n"
643 msgstr ""
645 #: ../ifconfig.c:812 ../ifconfig.c:904
646 #, c-format
647 msgid "Bad address.\n"
648 msgstr ""
650 #: ../ifconfig.c:907
651 #, c-format
652 msgid "Address deletion not supported on this system.\n"
653 msgstr ""
655 #: ../ifconfig.c:979
656 #, c-format
657 msgid "ifconfig: Cannot set address for this protocol family.\n"
658 msgstr ""
660 #: ../ifconfig.c:986
661 #, c-format
662 msgid "ifconfig: error resolving '%s' to set address for af=%s\n"
663 msgstr ""
665 #: ../ifconfig.c:1007
666 #, c-format
667 msgid "No support for ECONET on this system.\n"
668 msgstr ""
670 #: ../ifconfig.c:1015
671 #, c-format
672 msgid "Don't know how to set addresses for family %d.\n"
673 msgstr ""
675 #: ../ifconfig.c:1050
676 #, c-format
677 msgid "WARNING: at least one error occured. (%d)\n"
678 msgstr ""
680 #: ../netstat.c:434
681 #, c-format
682 msgid ""
683 "(No info could be read for \"-p\": geteuid()=%d but you should be root.)\n"
684 msgstr ""
686 #: ../netstat.c:438
687 #, c-format
688 msgid ""
689 "(Not all processes could be identified, non-owned process info\n"
690 " will not be shown, you would have to be root to see it all.)\n"
691 msgstr ""
693 #: ../netstat.c:445 ../netstat.c:1189 ../netstat.c:1266
694 msgid "LISTENING"
695 msgstr ""
697 #: ../netstat.c:446
698 msgid "CONN SENT"
699 msgstr ""
701 #: ../netstat.c:447 ../netstat.c:1268
702 msgid "DISC SENT"
703 msgstr ""
705 #: ../netstat.c:448 ../netstat.c:515 ../netstat.c:904 ../netstat.c:1269
706 msgid "ESTABLISHED"
707 msgstr ""
709 #: ../netstat.c:470
710 #, c-format
711 msgid "Active NET/ROM sockets\n"
712 msgstr ""
714 #: ../netstat.c:471
715 #, c-format
716 msgid ""
717 "User       Dest       Source     Device  State        Vr/Vs    Send-Q  Recv-"
718 "Q\n"
719 msgstr ""
721 #: ../netstat.c:481 ../netstat.c:1308
722 #, c-format
723 msgid "Problem reading data from %s\n"
724 msgstr ""
726 #: ../netstat.c:516
727 msgid "SYN_SENT"
728 msgstr ""
730 #: ../netstat.c:517
731 msgid "SYN_RECV"
732 msgstr ""
734 #: ../netstat.c:518
735 msgid "FIN_WAIT1"
736 msgstr ""
738 #: ../netstat.c:519
739 msgid "FIN_WAIT2"
740 msgstr ""
742 #: ../netstat.c:520
743 msgid "TIME_WAIT"
744 msgstr ""
746 #: ../netstat.c:521
747 msgid "CLOSE"
748 msgstr ""
750 #: ../netstat.c:522
751 msgid "CLOSE_WAIT"
752 msgstr ""
754 #: ../netstat.c:523
755 msgid "LAST_ACK"
756 msgstr ""
758 #: ../netstat.c:524
759 msgid "LISTEN"
760 msgstr ""
762 #: ../netstat.c:525
763 msgid "CLOSING"
764 msgstr ""
766 #: ../netstat.c:596
767 #, c-format
768 msgid "warning, got bogus igmp6 line %d.\n"
769 msgstr ""
771 #: ../netstat.c:601 ../netstat.c:639 ../netstat.c:763 ../netstat.c:898
772 #: ../netstat.c:1032 ../netstat.c:1037
773 #, c-format
774 msgid "netstat: unsupported address family %d !\n"
775 msgstr ""
777 #: ../netstat.c:614 ../netstat.c:619 ../netstat.c:627 ../netstat.c:634
778 #, c-format
779 msgid "warning, got bogus igmp line %d.\n"
780 msgstr ""
782 #: ../netstat.c:677
783 #, c-format
784 msgid "Active X.25 sockets\n"
785 msgstr ""
787 #. IMHO, Vr/Vs is not very usefull --SF
788 #: ../netstat.c:679
789 #, c-format
790 msgid ""
791 "Dest         Source          Device  LCI  State        Vr/Vs  Send-Q  Recv-"
792 "Q\n"
793 msgstr ""
795 #: ../netstat.c:759
796 #, c-format
797 msgid "warning, got bogus tcp line.\n"
798 msgstr ""
800 #: ../netstat.c:800 ../netstat.c:953 ../netstat.c:1075
801 #, c-format
802 msgid "off (0.00/%ld/%d)"
803 msgstr ""
805 #: ../netstat.c:804
806 #, c-format
807 msgid "on (%2.2f/%ld/%d)"
808 msgstr ""
810 #: ../netstat.c:809
811 #, c-format
812 msgid "keepalive (%2.2f/%ld/%d)"
813 msgstr ""
815 #: ../netstat.c:814
816 #, c-format
817 msgid "timewait (%2.2f/%ld/%d)"
818 msgstr ""
820 #: ../netstat.c:819 ../netstat.c:962 ../netstat.c:1085
821 #, c-format
822 msgid "unkn-%d (%2.2f/%ld/%d)"
823 msgstr ""
825 #: ../netstat.c:894
826 #, c-format
827 msgid "warning, got bogus udp line.\n"
828 msgstr ""
830 #: ../netstat.c:912 ../netstat.c:1175 ../netstat.c:1208
831 msgid "UNKNOWN"
832 msgstr ""
834 #: ../netstat.c:958 ../netstat.c:1080
835 #, c-format
836 msgid "on%d (%2.2f/%ld/%d)"
837 msgstr ""
839 #: ../netstat.c:1046
840 #, c-format
841 msgid "warning, got bogus raw line.\n"
842 msgstr ""
844 #: ../netstat.c:1128
845 #, c-format
846 msgid "warning, got bogus unix line.\n"
847 msgstr ""
849 #: ../netstat.c:1155
850 msgid "STREAM"
851 msgstr ""
853 #: ../netstat.c:1159
854 msgid "DGRAM"
855 msgstr ""
857 #: ../netstat.c:1163
858 msgid "RAW"
859 msgstr ""
861 #: ../netstat.c:1167
862 msgid "RDM"
863 msgstr ""
865 #: ../netstat.c:1171
866 msgid "SEQPACKET"
867 msgstr ""
869 #: ../netstat.c:1180
870 msgid "FREE"
871 msgstr ""
873 #: ../netstat.c:1196
874 msgid "CONNECTING"
875 msgstr ""
877 #: ../netstat.c:1200
878 msgid "CONNECTED"
879 msgstr ""
881 #: ../netstat.c:1204
882 msgid "DISCONNECTING"
883 msgstr ""
885 #: ../netstat.c:1235
886 #, c-format
887 msgid "Active UNIX domain sockets "
888 msgstr ""
890 #: ../netstat.c:1237 ../netstat.c:1756
891 #, c-format
892 msgid "(servers and established)"
893 msgstr ""
895 #: ../netstat.c:1240 ../netstat.c:1759
896 #, c-format
897 msgid "(only servers)"
898 msgstr ""
900 #: ../netstat.c:1242 ../netstat.c:1761
901 #, c-format
902 msgid "(w/o servers)"
903 msgstr ""
905 #: ../netstat.c:1245
906 #, c-format
907 msgid ""
908 "\n"
909 "Proto RefCnt Flags       Type       State         I-Node"
910 msgstr ""
912 #: ../netstat.c:1247
913 #, c-format
914 msgid " Path\n"
915 msgstr ""
917 #: ../netstat.c:1267
918 msgid "SABM SENT"
919 msgstr ""
921 #: ../netstat.c:1270
922 msgid "RECOVERY"
923 msgstr ""
925 #: ../netstat.c:1284
926 #, c-format
927 msgid "Active AX.25 sockets\n"
928 msgstr ""
930 #: ../netstat.c:1285
931 #, c-format
932 msgid "Dest       Source     Device  State        Vr/Vs    Send-Q  Recv-Q\n"
933 msgstr ""
935 #: ../netstat.c:1328
936 #, c-format
937 msgid "problem reading data from %s\n"
938 msgstr ""
940 #: ../netstat.c:1379
941 #, c-format
942 msgid ""
943 "Active IPX sockets\n"
944 "Proto Recv-Q Send-Q Local Address              Foreign Address            "
945 "State"
946 msgstr ""
948 #: ../netstat.c:1381
949 #, c-format
950 msgid " User"
951 msgstr ""
953 #: ../netstat.c:1415
954 msgid "ESTAB"
955 msgstr ""
957 #: ../netstat.c:1423
958 msgid "UNK."
959 msgstr ""
961 #: ../netstat.c:1461
962 #, c-format
963 msgid "Kernel Interface table\n"
964 msgstr ""
966 #: ../netstat.c:1469
967 msgid "missing interface information"
968 msgstr ""
970 #: ../netstat.c:1492
971 #, c-format
972 msgid ""
973 "usage: netstat [-veenNcCF] [<Af>] -r         netstat {-V|--version|-h|--"
974 "help}\n"
975 msgstr ""
977 #: ../netstat.c:1493
978 #, c-format
979 msgid "       netstat [-vnNcaeol] [<Socket> ...]\n"
980 msgstr ""
982 #: ../netstat.c:1494
983 #, c-format
984 msgid ""
985 "       netstat { [-veenNac] -i | [-cnNe] -M | -s }\n"
986 "\n"
987 msgstr ""
989 #: ../netstat.c:1496
990 #, c-format
991 msgid "        -r, --route              display routing table\n"
992 msgstr ""
994 #: ../netstat.c:1497
995 #, c-format
996 msgid "        -i, --interfaces         display interface table\n"
997 msgstr ""
999 #: ../netstat.c:1498
1000 #, c-format
1001 msgid "        -g, --groups             display multicast group memberships\n"
1002 msgstr ""
1004 #: ../netstat.c:1499
1005 #, c-format
1006 msgid ""
1007 "        -s, --statistics         display networking statistics (like SNMP)\n"
1008 msgstr ""
1010 #: ../netstat.c:1501
1011 #, c-format
1012 msgid ""
1013 "        -M, --masquerade         display masqueraded connections\n"
1014 "\n"
1015 msgstr ""
1017 #: ../netstat.c:1505
1018 #, c-format
1019 msgid "        --numeric-hosts          don't resolve host names\n"
1020 msgstr ""
1022 #: ../netstat.c:1506
1023 #, c-format
1024 msgid "        --numeric-ports          don't resolve port names\n"
1025 msgstr ""
1027 #: ../netstat.c:1507
1028 #, c-format
1029 msgid "        --numeric-users          don't resolve user names\n"
1030 msgstr ""
1032 #: ../netstat.c:1508
1033 #, c-format
1034 msgid "        -N, --symbolic           resolve hardware names\n"
1035 msgstr ""
1037 #: ../netstat.c:1509 ../route.c:88
1038 #, c-format
1039 msgid "        -e, --extend             display other/more information\n"
1040 msgstr ""
1042 #: ../netstat.c:1510
1043 #, c-format
1044 msgid "        -p, --programs           display PID/Program name for sockets\n"
1045 msgstr ""
1047 #: ../netstat.c:1511
1048 #, c-format
1049 msgid ""
1050 "        -c, --continuous         continuous listing\n"
1051 "\n"
1052 msgstr ""
1054 #: ../netstat.c:1512
1055 #, c-format
1056 msgid "        -l, --listening          display listening server sockets\n"
1057 msgstr ""
1059 #: ../netstat.c:1513
1060 #, c-format
1061 msgid ""
1062 "        -a, --all, --listening   display all sockets (default: connected)\n"
1063 msgstr ""
1065 #: ../netstat.c:1514
1066 #, c-format
1067 msgid "        -o, --timers             display timers\n"
1068 msgstr ""
1070 #: ../netstat.c:1515 ../route.c:89
1071 #, c-format
1072 msgid ""
1073 "        -F, --fib                display Forwarding Information Base "
1074 "(default)\n"
1075 msgstr ""
1077 #: ../netstat.c:1516 ../route.c:90
1078 #, c-format
1079 msgid ""
1080 "        -C, --cache              display routing cache instead of FIB\n"
1081 "\n"
1082 msgstr ""
1084 #: ../netstat.c:1518
1085 #, c-format
1086 msgid ""
1087 "  <Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --"
1088 "netrom\n"
1089 msgstr ""
1091 #: ../netstat.c:1519
1092 #, c-format
1093 msgid "  <AF>=Use '-6|-4' or '-A <af>' or '--<af>'; default: %s\n"
1094 msgstr ""
1096 #: ../netstat.c:1520 ../route.c:93
1097 #, c-format
1098 msgid "  List of possible address families (which support routing):\n"
1099 msgstr ""
1101 #: ../netstat.c:1753
1102 #, c-format
1103 msgid "Active Internet connections "
1104 msgstr ""
1106 #: ../netstat.c:1763
1107 #, c-format
1108 msgid ""
1109 "\n"
1110 "Proto Recv-Q Send-Q Local Address           Foreign Address         "
1111 "State      "
1112 msgstr ""
1114 #: ../netstat.c:1765
1115 #, c-format
1116 msgid " User       Inode     "
1117 msgstr ""
1119 #: ../netstat.c:1768
1120 #, c-format
1121 msgid " Timer"
1122 msgstr ""
1124 #: ../netstat.c:1798
1125 #, c-format
1126 msgid "IPv4 Group Memberships\n"
1127 msgstr ""
1129 #: ../netstat.c:1799
1130 #, c-format
1131 msgid "Interface       RefCnt Group\n"
1132 msgstr ""
1134 #: ../rarp.c:44
1135 msgid "This kernel does not support RARP.\n"
1136 msgstr ""
1138 #: ../rarp.c:83
1139 #, c-format
1140 msgid "no RARP entry for %s.\n"
1141 msgstr ""
1143 #: ../rarp.c:96
1144 #, c-format
1145 msgid "%s: bad hardware address\n"
1146 msgstr ""
1148 #: ../rarp.c:128
1149 #, c-format
1150 msgid "rarp: cannot open file %s:%s.\n"
1151 msgstr ""
1153 #: ../rarp.c:140
1154 #, c-format
1155 msgid "rarp: format error at %s:%u\n"
1156 msgstr ""
1158 #: ../rarp.c:144 ../rarp.c:289
1159 #, c-format
1160 msgid "rarp: %s: unknown host\n"
1161 msgstr ""
1163 #: ../rarp.c:147
1164 #, c-format
1165 msgid "rarp: cannot set entry from %s:%u\n"
1166 msgstr ""
1168 #: ../rarp.c:176
1169 #, c-format
1170 msgid "Usage: rarp -a                               list entries in cache.\n"
1171 msgstr ""
1173 #: ../rarp.c:177
1174 #, c-format
1175 msgid "       rarp -d <hostname>                    delete entry from cache.\n"
1176 msgstr ""
1178 #: ../rarp.c:178
1179 #, c-format
1180 msgid "       rarp [<HW>] -s <hostname> <hwaddr>    add entry to cache.\n"
1181 msgstr ""
1183 #: ../rarp.c:179
1184 #, c-format
1185 msgid ""
1186 "       rarp -f                               add entries from /etc/ethers.\n"
1187 msgstr ""
1189 #: ../rarp.c:180
1190 #, c-format
1191 msgid ""
1192 "       rarp -V                               display program version.\n"
1193 "\n"
1194 msgstr ""
1196 #: ../rarp.c:238
1197 #, c-format
1198 msgid "%s: illegal option mix.\n"
1199 msgstr ""
1201 #: ../rarp.c:269
1202 #, c-format
1203 msgid "rarp: %s: unknown hardware type.\n"
1204 msgstr ""
1206 #: ../route.c:80
1207 #, c-format
1208 msgid ""
1209 "Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables\n"
1210 msgstr ""
1212 #: ../route.c:81
1213 #, c-format
1214 msgid ""
1215 "       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.\n"
1216 "\n"
1217 msgstr ""
1219 #: ../route.c:83
1220 #, c-format
1221 msgid ""
1222 "       route {-h|--help} [<AF>]              Detailed usage syntax for "
1223 "specified AF.\n"
1224 msgstr ""
1226 #: ../route.c:84
1227 #, c-format
1228 msgid ""
1229 "       route {-V|--version}                  Display version/author and "
1230 "exit.\n"
1231 "\n"
1232 msgstr ""
1234 #: ../route.c:92
1235 #, c-format
1236 msgid "  <AF>=Use '-A <af>' or '--<af>'; default: %s\n"
1237 msgstr ""
1239 #: ../plipconfig.c:66
1240 #, c-format
1241 msgid "Usage: plipconfig [-a] [-i] [-v] interface\n"
1242 msgstr ""
1244 #: ../plipconfig.c:67
1245 #, c-format
1246 msgid "                  [nibble NN] [trigger NN]\n"
1247 msgstr ""
1249 #: ../plipconfig.c:68
1250 #, c-format
1251 msgid "       plipconfig -V | --version\n"
1252 msgstr ""
1254 #: ../plipconfig.c:74
1255 #, c-format
1256 msgid "%s\tnibble %lu  trigger %lu\n"
1257 msgstr ""
1259 #: ../iptunnel.c:85
1260 #, c-format
1261 msgid "Usage: iptunnel { add | change | del | show } [ NAME ]\n"
1262 msgstr ""
1264 #: ../iptunnel.c:86
1265 #, c-format
1266 msgid ""
1267 "          [ mode { ipip | gre | sit } ] [ remote ADDR ] [ local ADDR ]\n"
1268 msgstr ""
1270 #: ../iptunnel.c:87
1271 #, c-format
1272 msgid "          [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"
1273 msgstr ""
1275 #: ../iptunnel.c:88
1276 #, c-format
1277 msgid "          [ ttl TTL ] [ tos TOS ] [ nopmtudisc ] [ dev PHYS_DEV ]\n"
1278 msgstr ""
1280 #: ../iptunnel.c:89
1281 #, c-format
1282 msgid ""
1283 "       iptunnel -V | --version\n"
1284 "\n"
1285 msgstr ""
1287 #: ../iptunnel.c:90
1288 #, c-format
1289 msgid "Where: NAME := STRING\n"
1290 msgstr ""
1292 #: ../iptunnel.c:91
1293 #, c-format
1294 msgid "       ADDR := { IP_ADDRESS | any }\n"
1295 msgstr ""
1297 #: ../iptunnel.c:92
1298 #, c-format
1299 msgid "       TOS  := { NUMBER | inherit }\n"
1300 msgstr ""
1302 #: ../iptunnel.c:93
1303 #, c-format
1304 msgid "       TTL  := { 1..255 | inherit }\n"
1305 msgstr ""
1307 #: ../iptunnel.c:94
1308 #, c-format
1309 msgid "       KEY  := { DOTTED_QUAD | NUMBER }\n"
1310 msgstr ""
1312 #: ../iptunnel.c:332
1313 #, c-format
1314 msgid "Keys are not allowed with ipip and sit.\n"
1315 msgstr ""
1317 #: ../iptunnel.c:352
1318 #, c-format
1319 msgid "Broadcast tunnel requires a source address.\n"
1320 msgstr ""
1322 #: ../iptunnel.c:367
1323 #, c-format
1324 msgid "ttl != 0 and noptmudisc are incompatible\n"
1325 msgstr ""
1327 #: ../iptunnel.c:379
1328 #, c-format
1329 msgid "cannot determine tunnel mode (ipip, gre or sit)\n"
1330 msgstr ""
1332 #: ../iptunnel.c:417
1333 #, c-format
1334 msgid "%s: %s/ip  remote %s  local %s "
1335 msgstr ""
1337 #: ../iptunnel.c:421
1338 msgid "unknown"
1339 msgstr ""
1341 #: ../iptunnel.c:453
1342 #, c-format
1343 msgid "  Drop packets out of sequence.\n"
1344 msgstr ""
1346 #: ../iptunnel.c:455
1347 #, c-format
1348 msgid "  Checksum in received packet is required.\n"
1349 msgstr ""
1351 #: ../iptunnel.c:457
1352 #, c-format
1353 msgid "  Sequence packets on output.\n"
1354 msgstr ""
1356 #: ../iptunnel.c:459
1357 #, c-format
1358 msgid "  Checksum output packets.\n"
1359 msgstr ""
1361 #: ../iptunnel.c:487
1362 #, c-format
1363 msgid "Wrong format of /proc/net/dev. Sorry.\n"
1364 msgstr ""
1366 #: ../iptunnel.c:500
1367 #, c-format
1368 msgid "Failed to get type of [%s]\n"
1369 msgstr ""
1371 #: ../iptunnel.c:516
1372 #, c-format
1373 msgid "RX: Packets    Bytes        Errors CsumErrs OutOfSeq Mcasts\n"
1374 msgstr ""
1376 #: ../iptunnel.c:519
1377 #, c-format
1378 msgid "TX: Packets    Bytes        Errors DeadLoop NoRoute  NoBufs\n"
1379 msgstr ""
1381 #: ../statistics.c:47
1382 msgid "ICMP input histogram:"
1383 msgstr ""
1385 #: ../statistics.c:48
1386 msgid "ICMP output histogram:"
1387 msgstr ""
1389 #: ../statistics.c:65
1390 #, c-format
1391 msgid "Forwarding is %s"
1392 msgstr ""
1394 #: ../statistics.c:66
1395 #, c-format
1396 msgid "Default TTL is %u"
1397 msgstr ""
1399 #: ../statistics.c:67
1400 #, c-format
1401 msgid "%u total packets received"
1402 msgstr ""
1404 #: ../statistics.c:68
1405 #, c-format
1406 msgid "%u with invalid headers"
1407 msgstr ""
1409 #: ../statistics.c:69
1410 #, c-format
1411 msgid "%u with invalid addresses"
1412 msgstr ""
1414 #: ../statistics.c:70
1415 #, c-format
1416 msgid "%u forwarded"
1417 msgstr ""
1419 #: ../statistics.c:71
1420 #, c-format
1421 msgid "%u with unknown protocol"
1422 msgstr ""
1424 #: ../statistics.c:72
1425 #, c-format
1426 msgid "%u incoming packets discarded"
1427 msgstr ""
1429 #: ../statistics.c:73
1430 #, c-format
1431 msgid "%u incoming packets delivered"
1432 msgstr ""
1434 #: ../statistics.c:74
1435 #, c-format
1436 msgid "%u requests sent out"
1437 msgstr ""
1439 #. ?
1440 #: ../statistics.c:75
1441 #, c-format
1442 msgid "%u outgoing packets dropped"
1443 msgstr ""
1445 #: ../statistics.c:76
1446 #, c-format
1447 msgid "%u dropped because of missing route"
1448 msgstr ""
1450 #: ../statistics.c:77
1451 #, c-format
1452 msgid "%u fragments dropped after timeout"
1453 msgstr ""
1455 #: ../statistics.c:78
1456 #, c-format
1457 msgid "%u reassemblies required"
1458 msgstr ""
1460 #. ?
1461 #: ../statistics.c:79
1462 #, c-format
1463 msgid "%u packets reassembled ok"
1464 msgstr ""
1466 #: ../statistics.c:80
1467 #, c-format
1468 msgid "%u packet reassembles failed"
1469 msgstr ""
1471 #: ../statistics.c:81
1472 #, c-format
1473 msgid "%u fragments received ok"
1474 msgstr ""
1476 #: ../statistics.c:82
1477 #, c-format
1478 msgid "%u fragments failed"
1479 msgstr ""
1481 #: ../statistics.c:83
1482 #, c-format
1483 msgid "%u fragments created"
1484 msgstr ""
1486 #: ../statistics.c:88
1487 #, c-format
1488 msgid "%u ICMP messages received"
1489 msgstr ""
1491 #: ../statistics.c:89
1492 #, c-format
1493 msgid "%u input ICMP message failed."
1494 msgstr ""
1496 #: ../statistics.c:90 ../statistics.c:103
1497 #, c-format
1498 msgid "destination unreachable: %u"
1499 msgstr ""
1501 #: ../statistics.c:91
1502 #, c-format
1503 msgid "timeout in transit: %u"
1504 msgstr ""
1506 #: ../statistics.c:92 ../statistics.c:105
1507 #, c-format
1508 msgid "wrong parameters: %u"
1509 msgstr ""
1511 #. ?
1512 #: ../statistics.c:93
1513 #, c-format
1514 msgid "source quenches: %u"
1515 msgstr ""
1517 #: ../statistics.c:94
1518 #, c-format
1519 msgid "redirects: %u"
1520 msgstr ""
1522 #: ../statistics.c:95
1523 #, c-format
1524 msgid "echo requests: %u"
1525 msgstr ""
1527 #: ../statistics.c:96 ../statistics.c:109
1528 #, c-format
1529 msgid "echo replies: %u"
1530 msgstr ""
1532 #: ../statistics.c:97
1533 #, c-format
1534 msgid "timestamp request: %u"
1535 msgstr ""
1537 #: ../statistics.c:98
1538 #, c-format
1539 msgid "timestamp reply: %u"
1540 msgstr ""
1542 #: ../statistics.c:99
1543 #, c-format
1544 msgid "address mask request: %u"
1545 msgstr ""
1547 #. ?
1548 #: ../statistics.c:100 ../statistics.c:113
1549 #, c-format
1550 msgid "address mask replies: %u"
1551 msgstr ""
1553 #. ?
1554 #: ../statistics.c:101
1555 #, c-format
1556 msgid "%u ICMP messages sent"
1557 msgstr ""
1559 #: ../statistics.c:102
1560 #, c-format
1561 msgid "%u ICMP messages failed"
1562 msgstr ""
1564 #: ../statistics.c:104
1565 #, c-format
1566 msgid "time exceeded: %u"
1567 msgstr ""
1569 #. ?
1570 #: ../statistics.c:106
1571 #, c-format
1572 msgid "source quench: %u"
1573 msgstr ""
1575 #: ../statistics.c:107
1576 #, c-format
1577 msgid "redirect: %u"
1578 msgstr ""
1580 #: ../statistics.c:108
1581 #, c-format
1582 msgid "echo request: %u"
1583 msgstr ""
1585 #: ../statistics.c:110
1586 #, c-format
1587 msgid "timestamp requests: %u"
1588 msgstr ""
1590 #: ../statistics.c:111
1591 #, c-format
1592 msgid "timestamp replies: %u"
1593 msgstr ""
1595 #: ../statistics.c:112
1596 #, c-format
1597 msgid "address mask requests: %u"
1598 msgstr ""
1600 #: ../statistics.c:118
1601 #, c-format
1602 msgid "RTO algorithm is %s"
1603 msgstr ""
1605 #: ../statistics.c:122
1606 #, c-format
1607 msgid "%u active connections openings"
1608 msgstr ""
1610 #: ../statistics.c:123
1611 #, c-format
1612 msgid "%u passive connection openings"
1613 msgstr ""
1615 #: ../statistics.c:124
1616 #, c-format
1617 msgid "%u failed connection attempts"
1618 msgstr ""
1620 #: ../statistics.c:125
1621 #, c-format
1622 msgid "%u connection resets received"
1623 msgstr ""
1625 #: ../statistics.c:126
1626 #, c-format
1627 msgid "%u connections established"
1628 msgstr ""
1630 #: ../statistics.c:127
1631 #, c-format
1632 msgid "%u segments received"
1633 msgstr ""
1635 #: ../statistics.c:128
1636 #, c-format
1637 msgid "%u segments send out"
1638 msgstr ""
1640 #: ../statistics.c:129
1641 #, c-format
1642 msgid "%u segments retransmited"
1643 msgstr ""
1645 #: ../statistics.c:130
1646 #, c-format
1647 msgid "%u bad segments received."
1648 msgstr ""
1650 #: ../statistics.c:131
1651 #, c-format
1652 msgid "%u resets sent"
1653 msgstr ""
1655 #: ../statistics.c:136
1656 #, c-format
1657 msgid "%u packets received"
1658 msgstr ""
1660 #: ../statistics.c:137
1661 #, c-format
1662 msgid "%u packets to unknown port received."
1663 msgstr ""
1665 #: ../statistics.c:138
1666 #, c-format
1667 msgid "%u packet receive errors"
1668 msgstr ""
1670 #: ../statistics.c:139
1671 #, c-format
1672 msgid "%u packets sent"
1673 msgstr ""
1675 #: ../statistics.c:144
1676 #, c-format
1677 msgid "%u SYN cookies sent"
1678 msgstr ""
1680 #: ../statistics.c:145
1681 #, c-format
1682 msgid "%u SYN cookies received"
1683 msgstr ""
1685 #: ../statistics.c:146
1686 #, c-format
1687 msgid "%u invalid SYN cookies received"
1688 msgstr ""
1690 #: ../statistics.c:148
1691 #, c-format
1692 msgid "%u resets received for embryonic SYN_RECV sockets"
1693 msgstr ""
1695 #: ../statistics.c:150
1696 #, c-format
1697 msgid "%u packets pruned from receive queue because of socket buffer overrun"
1698 msgstr ""
1700 #. obsolete: 2.2.0 doesn't do that anymore
1701 #: ../statistics.c:153
1702 #, c-format
1703 msgid "%u packets pruned from receive queue"
1704 msgstr ""
1706 #: ../statistics.c:154
1707 #, c-format
1708 msgid ""
1709 "%u packets dropped from out-of-order queue because of socket buffer overrun"
1710 msgstr ""
1712 #: ../statistics.c:156
1713 #, c-format
1714 msgid "%u ICMP packets dropped because they were out-of-window"
1715 msgstr ""
1717 #: ../statistics.c:158
1718 #, c-format
1719 msgid "%u ICMP packets dropped because socket was locked"
1720 msgstr ""
1722 #: ../statistics.c:160
1723 #, c-format
1724 msgid "%u TCP sockets finished time wait in fast timer"
1725 msgstr ""
1727 #: ../statistics.c:161
1728 #, c-format
1729 msgid "%u time wait sockets recycled by time stamp"
1730 msgstr ""
1732 #: ../statistics.c:162
1733 #, c-format
1734 msgid "%u TCP sockets finished time wait in slow timer"
1735 msgstr ""
1737 #: ../statistics.c:163
1738 #, c-format
1739 msgid "%u passive connections rejected because of time stamp"
1740 msgstr ""
1742 #: ../statistics.c:165
1743 #, c-format
1744 msgid "%u active connections rejected because of time stamp"
1745 msgstr ""
1747 #: ../statistics.c:167
1748 #, c-format
1749 msgid "%u packets rejects in established connections because of timestamp"
1750 msgstr ""
1752 #: ../statistics.c:169
1753 #, c-format
1754 msgid "%u delayed acks sent"
1755 msgstr ""
1757 #: ../statistics.c:170
1758 #, c-format
1759 msgid "%u delayed acks further delayed because of locked socket"
1760 msgstr ""
1762 #: ../statistics.c:172
1763 #, c-format
1764 msgid "Quick ack mode was activated %u times"
1765 msgstr ""
1767 #: ../statistics.c:173
1768 #, c-format
1769 msgid "%u times the listen queue of a socket overflowed"
1770 msgstr ""
1772 #: ../statistics.c:175
1773 #, c-format
1774 msgid "%u SYNs to LISTEN sockets dropped"
1775 msgstr ""
1777 #: ../statistics.c:176
1778 #, c-format
1779 msgid "%u packets directly queued to recvmsg prequeue."
1780 msgstr ""
1782 #: ../statistics.c:178
1783 #, c-format
1784 msgid "%u bytes directly in process context from backlog"
1785 msgstr ""
1787 #: ../statistics.c:179
1788 #, c-format
1789 msgid "%u bytes directly received in process context from prequeue"
1790 msgstr ""
1792 #: ../statistics.c:181
1793 #, c-format
1794 msgid "%u packets dropped from prequeue"
1795 msgstr ""
1797 #: ../statistics.c:182
1798 #, c-format
1799 msgid "%u packet headers predicted"
1800 msgstr ""
1802 #: ../statistics.c:183
1803 #, c-format
1804 msgid "%u packets header predicted and directly queued to user"
1805 msgstr ""
1807 #: ../statistics.c:185
1808 #, c-format
1809 msgid "Ran %u times out of system memory during packet sending"
1810 msgstr ""
1812 #: ../statistics.c:187
1813 #, c-format
1814 msgid "%u acknowledgments not containing data payload received"
1815 msgstr ""
1817 #: ../statistics.c:188
1818 #, c-format
1819 msgid "%u predicted acknowledgments"
1820 msgstr ""
1822 #: ../statistics.c:189
1823 #, c-format
1824 msgid "%u times recovered from packet loss due to fast retransmit"
1825 msgstr ""
1827 #: ../statistics.c:190
1828 #, c-format
1829 msgid "%u times recovered from packet loss by selective acknowledgements"
1830 msgstr ""
1832 #: ../statistics.c:191
1833 #, c-format
1834 msgid "%u bad SACK blocks received"
1835 msgstr ""
1837 #: ../statistics.c:192
1838 #, c-format
1839 msgid "Detected reordering %u times using FACK"
1840 msgstr ""
1842 #: ../statistics.c:193
1843 #, c-format
1844 msgid "Detected reordering %u times using SACK"
1845 msgstr ""
1847 #: ../statistics.c:194
1848 #, c-format
1849 msgid "Detected reordering %u times using time stamp"
1850 msgstr ""
1852 #: ../statistics.c:195
1853 #, c-format
1854 msgid "Detected reordering %u times using reno fast retransmit"
1855 msgstr ""
1857 #: ../statistics.c:196
1858 #, c-format
1859 msgid "%u congestion windows fully recovered without slow start"
1860 msgstr ""
1862 #: ../statistics.c:197
1863 #, c-format
1864 msgid "%u congestion windows partially recovered using Hoe heuristic"
1865 msgstr ""
1867 #: ../statistics.c:198
1868 #, c-format
1869 msgid "%u congestion window recovered without slow start using DSACK"
1870 msgstr ""
1872 #: ../statistics.c:199
1873 #, c-format
1874 msgid "%u congestion windows recovered without slow start after partial ack"
1875 msgstr ""
1877 #: ../statistics.c:200
1878 #, c-format
1879 msgid "%u retransmits lost"
1880 msgstr ""
1882 #: ../statistics.c:201
1883 #, c-format
1884 msgid "%u timeouts after reno fast retransmit"
1885 msgstr ""
1887 #: ../statistics.c:202
1888 #, c-format
1889 msgid "%u timeouts after SACK recovery"
1890 msgstr ""
1892 #: ../statistics.c:203
1893 #, c-format
1894 msgid "%u timeouts in loss state"
1895 msgstr ""
1897 #: ../statistics.c:204
1898 #, c-format
1899 msgid "%u fast retransmits"
1900 msgstr ""
1902 #: ../statistics.c:205
1903 #, c-format
1904 msgid "%u forward retransmits"
1905 msgstr ""
1907 #: ../statistics.c:206
1908 #, c-format
1909 msgid "%u retransmits in slow start"
1910 msgstr ""
1912 #: ../statistics.c:207
1913 #, c-format
1914 msgid "%u other TCP timeouts"
1915 msgstr ""
1917 #: ../statistics.c:208
1918 #, c-format
1919 msgid "%u reno fast retransmits failed"
1920 msgstr ""
1922 #: ../statistics.c:209
1923 #, c-format
1924 msgid "%u SACK retransmits failed"
1925 msgstr ""
1927 #: ../statistics.c:210
1928 #, c-format
1929 msgid "%u times receiver scheduled too late for direct processing"
1930 msgstr ""
1932 #: ../statistics.c:211
1933 #, c-format
1934 msgid "%u packets collapsed in receive queue due to low socket buffer"
1935 msgstr ""
1937 #: ../statistics.c:212
1938 #, c-format
1939 msgid "%u DSACKs sent for old packets"
1940 msgstr ""
1942 #: ../statistics.c:213
1943 #, c-format
1944 msgid "%u DSACKs sent for out of order packets"
1945 msgstr ""
1947 #: ../statistics.c:214
1948 #, c-format
1949 msgid "%u DSACKs received"
1950 msgstr ""
1952 #: ../statistics.c:215
1953 #, c-format
1954 msgid "%u DSACKs for out of order packets received"
1955 msgstr ""
1957 #: ../statistics.c:216
1958 #, c-format
1959 msgid "%u connections reset due to unexpected SYN"
1960 msgstr ""
1962 #: ../statistics.c:217
1963 #, c-format
1964 msgid "%u connections reset due to unexpected data"
1965 msgstr ""
1967 #: ../statistics.c:218
1968 #, c-format
1969 msgid "%u connections reset due to early user close"
1970 msgstr ""
1972 #: ../statistics.c:219
1973 #, c-format
1974 msgid "%u connections aborted due to memory pressure"
1975 msgstr ""
1977 #: ../statistics.c:220
1978 #, c-format
1979 msgid "%u connections aborted due to timeout"
1980 msgstr ""
1982 #: ../statistics.c:221
1983 #, c-format
1984 msgid "%u connections aborted after user close in linger timeout"
1985 msgstr ""
1987 #: ../statistics.c:222
1988 #, c-format
1989 msgid "%u times unabled to send RST due to no memory"
1990 msgstr ""
1992 #: ../statistics.c:223
1993 #, c-format
1994 msgid "TCP ran low on memory %u times"
1995 msgstr ""
1997 #: ../statistics.c:224
1998 #, c-format
1999 msgid "%u TCP data loss events"
2000 msgstr ""
2002 #: ../statistics.c:225
2003 #, c-format
2004 msgid "%u congestion windows recovered without slow start by DSACK"
2005 msgstr ""
2007 #: ../statistics.c:227
2008 #, c-format
2009 msgid "%u classic Reno fast retransmits failed"
2010 msgstr ""
2012 #: ../statistics.c:294
2013 msgid "enabled"
2014 msgstr ""
2016 #: ../statistics.c:294
2017 msgid "disabled"
2018 msgstr ""
2020 #: ../statistics.c:377
2021 msgid "error parsing /proc/net/snmp"
2022 msgstr ""
2024 #: ../statistics.c:390
2025 msgid "cannot open /proc/net/snmp"
2026 msgstr ""
2028 #: ../lib/activate.c:69
2029 #, c-format
2030 msgid "Hardware type `%s' not supported.\n"
2031 msgstr ""
2033 #: ../lib/activate.c:73
2034 #, c-format
2035 msgid "Cannot change line discipline to `%s'.\n"
2036 msgstr ""
2038 #: ../lib/af.c:153 ../lib/hw.c:161
2039 msgid "UNSPEC"
2040 msgstr ""
2042 #: ../lib/af.c:155
2043 msgid "UNIX Domain"
2044 msgstr ""
2046 #: ../lib/af.c:158
2047 msgid "DARPA Internet"
2048 msgstr ""
2050 #: ../lib/af.c:161
2051 msgid "IPv6"
2052 msgstr ""
2054 #: ../lib/af.c:164 ../lib/hw.c:182
2055 msgid "AMPR AX.25"
2056 msgstr ""
2058 #: ../lib/af.c:167 ../lib/hw.c:188
2059 msgid "AMPR NET/ROM"
2060 msgstr ""
2062 #: ../lib/af.c:170
2063 msgid "Novell IPX"
2064 msgstr ""
2066 #: ../lib/af.c:173
2067 msgid "Appletalk DDP"
2068 msgstr ""
2070 #: ../lib/af.c:176 ../lib/hw.c:223
2071 msgid "Econet"
2072 msgstr ""
2074 #: ../lib/af.c:179
2075 msgid "CCITT X.25"
2076 msgstr ""
2078 #: ../lib/af.c:182 ../lib/hw.c:185
2079 msgid "AMPR ROSE"
2080 msgstr ""
2082 #: ../lib/af.c:185 ../lib/hw.c:173
2083 msgid "Ash"
2084 msgstr ""
2086 #: ../lib/af.c:243
2087 #, c-format
2088 msgid "Please don't supply more than one address family.\n"
2089 msgstr ""
2091 #: ../lib/af.c:304
2092 #, c-format
2093 msgid "Too much address family arguments.\n"
2094 msgstr ""
2096 #: ../lib/af.c:315
2097 #, c-format
2098 msgid "Unknown address family `%s'.\n"
2099 msgstr ""
2101 #: ../lib/arcnet.c:70 ../lib/arcnet.c:85
2102 #, c-format
2103 msgid "in_arcnet(%s): invalid arcnet address!\n"
2104 msgstr ""
2106 #: ../lib/arcnet.c:97
2107 #, c-format
2108 msgid "in_arcnet(%s): trailing : ignored!\n"
2109 msgstr ""
2111 #: ../lib/arcnet.c:109
2112 #, c-format
2113 msgid "in_arcnet(%s): trailing junk!\n"
2114 msgstr ""
2116 #: ../lib/ash.c:81
2117 #, c-format
2118 msgid "Malformed Ash address"
2119 msgstr ""
2121 #: ../lib/ax25.c:75 ../lib/ddp.c:50 ../lib/econet.c:52 ../lib/inet.c:244
2122 #: ../lib/inet.c:259 ../lib/inet6.c:145 ../lib/ipx.c:81 ../lib/netrom.c:78
2123 #: ../lib/rose.c:71 ../lib/unix.c:56 ../lib/unix.c:76
2124 msgid "[NONE SET]"
2125 msgstr ""
2127 #: ../lib/ax25.c:97 ../lib/netrom.c:100
2128 msgid "Invalid callsign"
2129 msgstr ""
2131 #: ../lib/ax25.c:110 ../lib/netrom.c:113
2132 msgid "Callsign too long"
2133 msgstr ""
2135 #: ../lib/ax25_gr.c:47
2136 #, c-format
2137 msgid "AX.25 not configured in this system.\n"
2138 msgstr ""
2140 #: ../lib/ax25_gr.c:50
2141 #, c-format
2142 msgid "Kernel AX.25 routing table\n"
2143 msgstr ""
2145 #. xxx
2146 #: ../lib/ax25_gr.c:51 ../lib/rose_gr.c:55
2147 #, c-format
2148 msgid "Destination  Iface    Use\n"
2149 msgstr ""
2151 #: ../lib/ether.c:74 ../lib/ether.c:91
2152 #, c-format
2153 msgid "in_ether(%s): invalid ether address!\n"
2154 msgstr ""
2156 #: ../lib/ether.c:105
2157 #, c-format
2158 msgid "in_ether(%s): trailing : ignored!\n"
2159 msgstr ""
2161 #: ../lib/ether.c:117
2162 #, c-format
2163 msgid "in_ether(%s): trailing junk!\n"
2164 msgstr ""
2166 #: ../lib/fddi.c:84 ../lib/fddi.c:99
2167 #, c-format
2168 msgid "in_fddi(%s): invalid fddi address!\n"
2169 msgstr ""
2171 #: ../lib/fddi.c:111
2172 #, c-format
2173 msgid "in_fddi(%s): trailing : ignored!\n"
2174 msgstr ""
2176 #: ../lib/fddi.c:123
2177 #, c-format
2178 msgid "in_fddi(%s): trailing junk!\n"
2179 msgstr ""
2181 #: ../lib/getroute.c:101 ../lib/setroute.c:80
2182 #, c-format
2183 msgid "Address family `%s' not supported.\n"
2184 msgstr ""
2186 #: ../lib/getroute.c:107 ../lib/setroute.c:84
2187 #, c-format
2188 msgid "No routing for address family `%s'.\n"
2189 msgstr ""
2191 #: ../lib/hippi.c:84 ../lib/hippi.c:99
2192 #, c-format
2193 msgid "in_hippi(%s): invalid hippi address!\n"
2194 msgstr ""
2196 #: ../lib/hippi.c:111
2197 #, c-format
2198 msgid "in_hippi(%s): trailing : ignored!\n"
2199 msgstr ""
2201 #: ../lib/hippi.c:122
2202 #, c-format
2203 msgid "in_hippi(%s): trailing junk!\n"
2204 msgstr ""
2206 #: ../lib/hw.c:160
2207 msgid "Local Loopback"
2208 msgstr ""
2210 #: ../lib/hw.c:163
2211 msgid "Serial Line IP"
2212 msgstr ""
2214 #: ../lib/hw.c:164
2215 msgid "VJ Serial Line IP"
2216 msgstr ""
2218 #: ../lib/hw.c:165
2219 msgid "6-bit Serial Line IP"
2220 msgstr ""
2222 #: ../lib/hw.c:166
2223 msgid "VJ 6-bit Serial Line IP"
2224 msgstr ""
2226 #: ../lib/hw.c:167
2227 msgid "Adaptive Serial Line IP"
2228 msgstr ""
2230 #: ../lib/hw.c:170
2231 msgid "Ethernet"
2232 msgstr ""
2234 #: ../lib/hw.c:176
2235 msgid "Fiber Distributed Data Interface"
2236 msgstr ""
2238 #: ../lib/hw.c:179
2239 msgid "HIPPI"
2240 msgstr ""
2242 #: ../lib/hw.c:191
2243 msgid "generic X.25"
2244 msgstr ""
2246 #: ../lib/hw.c:194
2247 msgid "IPIP Tunnel"
2248 msgstr ""
2250 #: ../lib/hw.c:197
2251 msgid "Point-to-Point Protocol"
2252 msgstr ""
2254 #: ../lib/hw.c:200
2255 msgid "(Cisco)-HDLC"
2256 msgstr ""
2258 #: ../lib/hw.c:201
2259 msgid "LAPB"
2260 msgstr ""
2262 #: ../lib/hw.c:204
2263 msgid "ARCnet"
2264 msgstr ""
2266 #: ../lib/hw.c:207
2267 msgid "Frame Relay DLCI"
2268 msgstr ""
2270 #: ../lib/hw.c:208
2271 msgid "Frame Relay Access Device"
2272 msgstr ""
2274 #: ../lib/hw.c:211
2275 msgid "IPv6-in-IPv4"
2276 msgstr ""
2278 #: ../lib/hw.c:214
2279 msgid "IrLAP"
2280 msgstr ""
2282 #: ../lib/hw.c:217
2283 msgid "16/4 Mbps Token Ring"
2284 msgstr ""
2286 #: ../lib/hw.c:219
2287 msgid "16/4 Mbps Token Ring (New)"
2288 msgstr ""
2290 #: ../lib/hw.c:226
2291 msgid "Generic EUI-64"
2292 msgstr ""
2294 #: ../lib/inet.c:153 ../lib/inet6.c:94
2295 #, c-format
2296 msgid "rresolve: unsupport address family %d !\n"
2297 msgstr ""
2299 #: ../lib/inet6.c:147
2300 msgid "[UNKNOWN]"
2301 msgstr ""
2303 #: ../lib/inet6_gr.c:71
2304 #, c-format
2305 msgid "INET6 (IPv6) not configured in this system.\n"
2306 msgstr ""
2308 #: ../lib/inet6_gr.c:76
2309 #, c-format
2310 msgid "Kernel IPv6 routing cache\n"
2311 msgstr ""
2313 #: ../lib/inet6_gr.c:78
2314 #, c-format
2315 msgid "Kernel IPv6 routing table\n"
2316 msgstr ""
2318 #: ../lib/inet6_gr.c:80
2319 #, c-format
2320 msgid ""
2321 "Destination                    Next Hop                   Flag Met Ref Use "
2322 "If\n"
2323 msgstr ""
2325 #: ../lib/inet6_gr.c:174
2326 #, c-format
2327 msgid "Kernel IPv6 Neighbour Cache\n"
2328 msgstr ""
2330 #: ../lib/inet6_gr.c:177
2331 #, c-format
2332 msgid ""
2333 "Neighbour                                   HW Address        Iface    Flags "
2334 "Ref State\n"
2335 msgstr ""
2337 #: ../lib/inet6_gr.c:181
2338 #, c-format
2339 msgid ""
2340 "Neighbour                                   HW Address        Iface    Flags "
2341 "Ref State            Stale(sec) Delete(sec)\n"
2342 msgstr ""
2344 #: ../lib/inet6_sr.c:46
2345 #, c-format
2346 msgid "Usage: inet6_route [-vF] del Target\n"
2347 msgstr ""
2349 #: ../lib/inet6_sr.c:47
2350 #, c-format
2351 msgid "       inet6_route [-vF] add Target [gw Gw] [metric M] [[dev] If]\n"
2352 msgstr ""
2354 #: ../lib/inet6_sr.c:48
2355 #, c-format
2356 msgid "       inet6_route [-FC] flush      NOT supported\n"
2357 msgstr ""
2359 #: ../lib/inet6_sr.c:188
2360 #, c-format
2361 msgid "Flushing `inet6' routing table not supported\n"
2362 msgstr ""
2364 #: ../lib/inet_gr.c:50 ../lib/inet_gr.c:220
2365 #, c-format
2366 msgid "INET (IPv4) not configured in this system.\n"
2367 msgstr ""
2369 #: ../lib/inet_gr.c:53
2370 #, c-format
2371 msgid "Kernel IP routing table\n"
2372 msgstr ""
2374 #: ../lib/inet_gr.c:56
2375 #, c-format
2376 msgid ""
2377 "Destination     Gateway         Genmask         Flags Metric Ref    Use "
2378 "Iface\n"
2379 msgstr ""
2381 #: ../lib/inet_gr.c:59
2382 #, c-format
2383 msgid ""
2384 "Destination     Gateway         Genmask         Flags   MSS Window  irtt "
2385 "Iface\n"
2386 msgstr ""
2388 #: ../lib/inet_gr.c:62
2389 #, c-format
2390 msgid ""
2391 "Destination     Gateway         Genmask         Flags Metric Ref    Use "
2392 "Iface    MSS   Window irtt\n"
2393 msgstr ""
2395 #: ../lib/inet_gr.c:237
2396 #, c-format
2397 msgid "Kernel IP routing cache\n"
2398 msgstr ""
2400 #: ../lib/inet_gr.c:258
2401 #, c-format
2402 msgid ""
2403 "Source          Destination     Gateway         Flags Metric Ref    Use "
2404 "Iface\n"
2405 msgstr ""
2407 #: ../lib/inet_gr.c:261
2408 #, c-format
2409 msgid ""
2410 "Source          Destination     Gateway         Flags   MSS Window  irtt "
2411 "Iface\n"
2412 msgstr ""
2414 #: ../lib/inet_gr.c:266
2415 #, c-format
2416 msgid ""
2417 "Source          Destination     Gateway         Flags Metric Ref    Use "
2418 "Iface    MSS   Window irtt  HH  Arp\n"
2419 msgstr ""
2421 #: ../lib/inet_gr.c:290
2422 #, c-format
2423 msgid ""
2424 "Source          Destination     Gateway         Flags Metric Ref    Use "
2425 "Iface    MSS   Window irtt  TOS HHRef HHUptod     SpecDst\n"
2426 msgstr ""
2428 #: ../lib/inet_sr.c:51
2429 #, c-format
2430 msgid ""
2431 "Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] "
2432 "[[dev] If]\n"
2433 msgstr ""
2435 #: ../lib/inet_sr.c:52
2436 #, c-format
2437 msgid ""
2438 "       inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]\n"
2439 msgstr ""
2441 #: ../lib/inet_sr.c:53
2442 #, c-format
2443 msgid ""
2444 "                              [netmask N] [mss Mss] [window W] [irtt I]\n"
2445 msgstr ""
2447 #: ../lib/inet_sr.c:54
2448 #, c-format
2449 msgid "                              [mod] [dyn] [reinstate] [[dev] If]\n"
2450 msgstr ""
2452 #: ../lib/inet_sr.c:55
2453 #, c-format
2454 msgid ""
2455 "       inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject\n"
2456 msgstr ""
2458 #: ../lib/inet_sr.c:56
2459 #, c-format
2460 msgid "       inet_route [-FC] flush      NOT supported\n"
2461 msgstr ""
2463 #: ../lib/inet_sr.c:158
2464 #, c-format
2465 msgid "route: %s: cannot use a NETWORK as gateway!\n"
2466 msgstr ""
2468 #: ../lib/inet_sr.c:174
2469 #, c-format
2470 msgid "route: Invalid MSS/MTU.\n"
2471 msgstr ""
2473 #: ../lib/inet_sr.c:187
2474 #, c-format
2475 msgid "route: Invalid window.\n"
2476 msgstr ""
2478 #: ../lib/inet_sr.c:203
2479 #, c-format
2480 msgid "route: Invalid initial rtt.\n"
2481 msgstr ""
2483 #: ../lib/inet_sr.c:261
2484 #, c-format
2485 msgid "route: netmask %.8x doesn't make sense with host route\n"
2486 msgstr ""
2488 #: ../lib/inet_sr.c:265
2489 #, c-format
2490 msgid "route: bogus netmask %s\n"
2491 msgstr ""
2493 #: ../lib/inet_sr.c:270
2494 #, c-format
2495 msgid "route: netmask doesn't match route address\n"
2496 msgstr ""
2498 #: ../lib/inet_sr.c:306
2499 #, c-format
2500 msgid "Flushing `inet' routing table not supported\n"
2501 msgstr ""
2503 #: ../lib/inet_sr.c:310
2504 #, c-format
2505 msgid "Modifying `inet' routing cache not supported\n"
2506 msgstr ""
2508 #: ../lib/ipx_gr.c:52
2509 #, c-format
2510 msgid "IPX not configured in this system.\n"
2511 msgstr ""
2513 #: ../lib/ipx_gr.c:56
2514 #, c-format
2515 msgid "Kernel IPX routing table\n"
2516 msgstr ""
2518 #. xxx
2519 #: ../lib/ipx_gr.c:57
2520 #, c-format
2521 msgid "Destination               Router Net                Router Node\n"
2522 msgstr ""
2524 #: ../lib/ipx_sr.c:33
2525 #, c-format
2526 msgid "IPX: this needs to be written\n"
2527 msgstr ""
2529 #: ../lib/masq_info.c:198
2530 #, c-format
2531 msgid "IP masquerading entries\n"
2532 msgstr ""
2534 #: ../lib/masq_info.c:201
2535 #, c-format
2536 msgid "prot   expire source               destination          ports\n"
2537 msgstr ""
2539 #: ../lib/masq_info.c:204
2540 #, c-format
2541 msgid ""
2542 "prot   expire    initseq delta prevd source               "
2543 "destination          ports\n"
2544 msgstr ""
2546 #: ../lib/netrom_gr.c:48
2547 #, c-format
2548 msgid "NET/ROM not configured in this system.\n"
2549 msgstr ""
2551 #: ../lib/netrom_gr.c:51
2552 #, c-format
2553 msgid "Kernel NET/ROM routing table\n"
2554 msgstr ""
2556 #: ../lib/netrom_gr.c:52
2557 #, c-format
2558 msgid "Destination  Mnemonic  Quality  Neighbour  Iface\n"
2559 msgstr ""
2561 #: ../lib/netrom_sr.c:34
2562 #, c-format
2563 msgid "netrom usage\n"
2564 msgstr ""
2566 #: ../lib/netrom_sr.c:44
2567 #, c-format
2568 msgid "NET/ROM: this needs to be written\n"
2569 msgstr ""
2571 #: ../lib/ppp.c:44
2572 #, c-format
2573 msgid "You cannot start PPP with this program.\n"
2574 msgstr ""
2576 #: ../lib/ppp_ac.c:38
2577 #, c-format
2578 msgid "Sorry, use pppd!\n"
2579 msgstr ""
2581 #: ../lib/rose.c:87
2582 msgid "Node address must be ten digits"
2583 msgstr ""
2585 #: ../lib/rose_gr.c:51
2586 #, c-format
2587 msgid "ROSE not configured in this system.\n"
2588 msgstr ""
2590 #: ../lib/rose_gr.c:54
2591 #, c-format
2592 msgid "Kernel ROSE routing table\n"
2593 msgstr ""
2595 #: ../lib/tr.c:86 ../lib/tr.c:101
2596 #, c-format
2597 msgid "in_tr(%s): invalid token ring address!\n"
2598 msgstr ""
2600 #: ../lib/tr.c:113
2601 #, c-format
2602 msgid "in_tr(%s): trailing : ignored!\n"
2603 msgstr ""
2605 #: ../lib/tr.c:125
2606 #, c-format
2607 msgid "in_tr(%s): trailing junk!\n"
2608 msgstr ""
2610 #: ../lib/interface.c:174
2611 #, c-format
2612 msgid "warning: no inet socket available: %s\n"
2613 msgstr ""
2615 #: ../lib/interface.c:323
2616 #, c-format
2617 msgid "Warning: cannot open %s (%s). Limited output.\n"
2618 msgstr ""
2620 #. Give better error message for this case.
2621 #: ../lib/interface.c:570
2622 msgid "Device not found"
2623 msgstr ""
2625 #: ../lib/interface.c:574
2626 #, c-format
2627 msgid "%s: error fetching interface information: %s\n"
2628 msgstr ""
2630 #: ../lib/interface.c:607
2631 msgid "     - no statistics available -"
2632 msgstr ""
2634 #: ../lib/interface.c:611
2635 #, c-format
2636 msgid "[NO FLAGS]"
2637 msgstr ""
2639 #: ../lib/interface.c:687
2640 #, c-format
2641 msgid "%-9.9s Link encap:%s  "
2642 msgstr ""
2644 #: ../lib/interface.c:692
2645 #, c-format
2646 msgid "HWaddr %s  "
2647 msgstr ""
2649 #: ../lib/interface.c:695
2650 #, c-format
2651 msgid "Media:%s"
2652 msgstr ""
2654 #: ../lib/interface.c:697
2655 #, c-format
2656 msgid "(auto)"
2657 msgstr ""
2659 #: ../lib/interface.c:704
2660 #, c-format
2661 msgid "          %s addr:%s "
2662 msgstr ""
2664 #: ../lib/interface.c:707
2665 #, c-format
2666 msgid " P-t-P:%s "
2667 msgstr ""
2669 #: ../lib/interface.c:710
2670 #, c-format
2671 msgid " Bcast:%s "
2672 msgstr ""
2674 #: ../lib/interface.c:712
2675 #, c-format
2676 msgid " Mask:%s\n"
2677 msgstr ""
2679 #: ../lib/interface.c:729
2680 #, c-format
2681 msgid "          inet6 addr: %s/%d"
2682 msgstr ""
2684 #: ../lib/interface.c:731
2685 #, c-format
2686 msgid " Scope:"
2687 msgstr ""
2689 #: ../lib/interface.c:734
2690 #, c-format
2691 msgid "Global"
2692 msgstr ""
2694 #: ../lib/interface.c:737
2695 #, c-format
2696 msgid "Link"
2697 msgstr ""
2699 #: ../lib/interface.c:740
2700 #, c-format
2701 msgid "Site"
2702 msgstr ""
2704 #: ../lib/interface.c:743
2705 #, c-format
2706 msgid "Compat"
2707 msgstr ""
2709 #: ../lib/interface.c:746
2710 #, c-format
2711 msgid "Host"
2712 msgstr ""
2714 #: ../lib/interface.c:749
2715 #, c-format
2716 msgid "Unknown"
2717 msgstr ""
2719 #: ../lib/interface.c:764
2720 #, c-format
2721 msgid "          IPX/Ethernet II addr:%s\n"
2722 msgstr ""
2724 #: ../lib/interface.c:767
2725 #, c-format
2726 msgid "          IPX/Ethernet SNAP addr:%s\n"
2727 msgstr ""
2729 #: ../lib/interface.c:770
2730 #, c-format
2731 msgid "          IPX/Ethernet 802.2 addr:%s\n"
2732 msgstr ""
2734 #: ../lib/interface.c:773
2735 #, c-format
2736 msgid "          IPX/Ethernet 802.3 addr:%s\n"
2737 msgstr ""
2739 #: ../lib/interface.c:783
2740 #, c-format
2741 msgid "          EtherTalk Phase 2 addr:%s\n"
2742 msgstr ""
2744 #: ../lib/interface.c:792
2745 #, c-format
2746 msgid "          econet addr:%s\n"
2747 msgstr ""
2749 #: ../lib/interface.c:799
2750 #, c-format
2751 msgid "[NO FLAGS] "
2752 msgstr ""
2754 #: ../lib/interface.c:801
2755 #, c-format
2756 msgid "UP "
2757 msgstr ""
2759 #: ../lib/interface.c:803
2760 #, c-format
2761 msgid "BROADCAST "
2762 msgstr ""
2764 #: ../lib/interface.c:805
2765 #, c-format
2766 msgid "DEBUG "
2767 msgstr ""
2769 #: ../lib/interface.c:807
2770 #, c-format
2771 msgid "LOOPBACK "
2772 msgstr ""
2774 #: ../lib/interface.c:809
2775 #, c-format
2776 msgid "POINTOPOINT "
2777 msgstr ""
2779 #: ../lib/interface.c:811
2780 #, c-format
2781 msgid "NOTRAILERS "
2782 msgstr ""
2784 #: ../lib/interface.c:813
2785 #, c-format
2786 msgid "RUNNING "
2787 msgstr ""
2789 #: ../lib/interface.c:815
2790 #, c-format
2791 msgid "NOARP "
2792 msgstr ""
2794 #: ../lib/interface.c:817
2795 #, c-format
2796 msgid "PROMISC "
2797 msgstr ""
2799 #: ../lib/interface.c:819
2800 #, c-format
2801 msgid "ALLMULTI "
2802 msgstr ""
2804 #: ../lib/interface.c:821
2805 #, c-format
2806 msgid "SLAVE "
2807 msgstr ""
2809 #: ../lib/interface.c:823
2810 #, c-format
2811 msgid "MASTER "
2812 msgstr ""
2814 #: ../lib/interface.c:825
2815 #, c-format
2816 msgid "MULTICAST "
2817 msgstr ""
2819 #: ../lib/interface.c:828
2820 #, c-format
2821 msgid "DYNAMIC "
2822 msgstr ""
2824 #. DONT FORGET TO ADD THE FLAGS IN ife_print_short
2825 #: ../lib/interface.c:831
2826 #, c-format
2827 msgid " MTU:%d  Metric:%d"
2828 msgstr ""
2830 #: ../lib/interface.c:835
2831 #, c-format
2832 msgid "  Outfill:%d  Keepalive:%d"
2833 msgstr ""
2835 #: ../lib/interface.c:849
2836 #, c-format
2837 msgid "RX packets:%llu errors:%lu dropped:%lu overruns:%lu frame:%lu\n"
2838 msgstr ""
2840 #: ../lib/interface.c:854
2841 #, c-format
2842 msgid "             compressed:%lu\n"
2843 msgstr ""
2845 #: ../lib/interface.c:894
2846 #, c-format
2847 msgid "TX packets:%llu errors:%lu dropped:%lu overruns:%lu carrier:%lu\n"
2848 msgstr ""
2850 #: ../lib/interface.c:898
2851 #, c-format
2852 msgid "          collisions:%lu "
2853 msgstr ""
2855 #: ../lib/interface.c:900
2856 #, c-format
2857 msgid "compressed:%lu "
2858 msgstr ""
2860 #: ../lib/interface.c:902
2861 #, c-format
2862 msgid "txqueuelen:%d "
2863 msgstr ""
2865 #: ../lib/interface.c:904
2866 #, c-format
2867 msgid "RX bytes:%llu (%lu.%lu %s)  TX bytes:%llu (%lu.%lu %s)\n"
2868 msgstr ""
2870 #: ../lib/interface.c:915
2871 #, c-format
2872 msgid "Interrupt:%d "
2873 msgstr ""
2875 #. Only print devices using it for
2876 #. I/O maps
2877 #: ../lib/interface.c:918
2878 #, c-format
2879 msgid "Base address:0x%x "
2880 msgstr ""
2882 #: ../lib/interface.c:920
2883 #, c-format
2884 msgid "Memory:%lx-%lx "
2885 msgstr ""
2887 #: ../lib/interface.c:923
2888 #, c-format
2889 msgid "DMA chan:%x "
2890 msgstr ""
2892 #: ../lib/sockets.c:63
2893 #, c-format
2894 msgid "No usable address families found.\n"
2895 msgstr ""
2897 #: ../lib/util-ank.c:229
2898 #, c-format
2899 msgid "ip: %s is invalid inet address\n"
2900 msgstr ""
2902 #: ../lib/util-ank.c:238
2903 #, c-format
2904 msgid "ip: %s is invalid inet prefix\n"
2905 msgstr ""
2907 #: ../lib/util-ank.c:248
2908 #, c-format
2909 msgid "ip: %s is invalid IPv4 address\n"
2910 msgstr ""
2912 #: ../lib/util-ank.c:256
2913 #, c-format
2914 msgid "ip: argument is wrong: %s\n"
2915 msgstr ""
2917 #: ../ipmaddr.c:61
2918 #, c-format
2919 msgid "Usage: ipmaddr [ add | del ] MULTIADDR dev STRING\n"
2920 msgstr ""
2922 #: ../ipmaddr.c:62
2923 #, c-format
2924 msgid "       ipmaddr show [ dev STRING ] [ ipv4 | ipv6 | link | all ]\n"
2925 msgstr ""
2927 #: ../ipmaddr.c:63
2928 #, c-format
2929 msgid "       ipmaddr -V | -version\n"
2930 msgstr ""
2932 #: ../ipmaddr.c:263
2933 #, c-format
2934 msgid "family %d "
2935 msgstr ""
2937 #: ../ipmaddr.c:272
2938 #, c-format
2939 msgid " users %d"
2940 msgstr ""
2942 #: ../ipmaddr.c:358
2943 msgid "Cannot create socket"
2944 msgstr ""
2946 #: ../slattach.c:180
2947 #, c-format
2948 msgid "slattach: /dev/%s already locked!\n"
2949 msgstr ""
2951 #: ../slattach.c:186
2952 #, c-format
2953 msgid "slattach: tty_lock: (%s): %s\n"
2954 msgstr ""
2956 #: ../slattach.c:192
2957 #, c-format
2958 msgid "slattach: cannot write PID file\n"
2959 msgstr ""
2961 #: ../slattach.c:202
2962 #, c-format
2963 msgid "slattach: tty_lock: UUCP user %s unknown!\n"
2964 msgstr ""
2966 #: ../slattach.c:430
2967 #, c-format
2968 msgid "slattach: tty_hangup(DROP): %s\n"
2969 msgstr ""
2971 #: ../slattach.c:437
2972 #, c-format
2973 msgid "slattach: tty_hangup(RAISE): %s\n"
2974 msgstr ""
2976 #: ../slattach.c:468
2977 #, c-format
2978 msgid "slattach: tty name too long\n"
2979 msgstr ""
2981 #: ../slattach.c:498
2982 #, c-format
2983 msgid "slattach: tty_open: cannot get current state!\n"
2984 msgstr ""
2986 #: ../slattach.c:505
2987 #, c-format
2988 msgid "slattach: tty_open: cannot get current line disc!\n"
2989 msgstr ""
2991 #: ../slattach.c:513
2992 #, c-format
2993 msgid "slattach: tty_open: cannot set RAW mode!\n"
2994 msgstr ""
2996 #: ../slattach.c:520
2997 #, c-format
2998 msgid "slattach: tty_open: cannot set %s bps!\n"
2999 msgstr ""
3001 #: ../slattach.c:530
3002 #, c-format
3003 msgid "slattach: tty_open: cannot set 8N1 mode!\n"
3004 msgstr ""
3006 #: ../slattach.c:672
3007 #, c-format
3008 msgid "slattach: setvbuf(stdout,0,_IOLBF,0) : %s\n"
3009 msgstr ""
3011 #: ../slattach.c:704
3012 #, c-format
3013 msgid "%s started"
3014 msgstr ""
3016 #: ../slattach.c:705
3017 #, c-format
3018 msgid " on %s"
3019 msgstr ""
3021 #: ../slattach.c:706
3022 #, c-format
3023 msgid " interface %s\n"
3024 msgstr ""