File: net-tools.pot

package info (click to toggle)
net-tools 1.60%2Bgit20161116.90da8a0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,596 kB
  • ctags: 1,512
  • sloc: ansic: 14,567; makefile: 392; sh: 105
file content (2986 lines) | stat: -rw-r--r-- 53,785 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-06-30 12:28+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../arp.c:112 ../arp.c:279
#, c-format
msgid "arp: need host name\n"
msgstr ""

#: ../arp.c:215 ../arp.c:230
#, c-format
msgid "No ARP entry for %s\n"
msgstr ""

#: ../arp.c:248
#, c-format
msgid "arp: cant get HW-Address for `%s': %s.\n"
msgstr ""

#: ../arp.c:252
#, c-format
msgid "arp: protocol type mismatch.\n"
msgstr ""

#: ../arp.c:261
#, c-format
msgid "arp: device `%s' has HW address %s `%s'.\n"
msgstr ""

#: ../arp.c:293
#, c-format
msgid "arp: need hardware address\n"
msgstr ""

#: ../arp.c:301
#, c-format
msgid "arp: invalid hardware address\n"
msgstr ""

#: ../arp.c:398
#, c-format
msgid "arp: cannot open etherfile %s !\n"
msgstr ""

#: ../arp.c:414
#, c-format
msgid "arp: format error on line %u of etherfile %s !\n"
msgstr ""

#: ../arp.c:427
#, c-format
msgid "arp: cannot set entry on line %u of etherfile %s !\n"
msgstr ""

#: ../arp.c:448
#, c-format
msgid ""
"Address                  HWtype  HWaddress           Flags Mask            "
"Iface\n"
msgstr ""

#: ../arp.c:476
msgid "<from_interface>"
msgstr ""

#: ../arp.c:478
msgid "(incomplete)"
msgstr ""

#: ../arp.c:495
#, c-format
msgid "%s (%s) at "
msgstr ""

#: ../arp.c:501
#, c-format
msgid "<incomplete> "
msgstr ""

#: ../arp.c:507
#, c-format
msgid "netmask %s "
msgstr ""

#: ../arp.c:524
#, c-format
msgid "on %s\n"
msgstr ""

#: ../arp.c:605
#, c-format
msgid "Entries: %d\tSkipped: %d\tFound: %d\n"
msgstr ""

#: ../arp.c:609
#, c-format
msgid "%s (%s) -- no entry\n"
msgstr ""

#: ../arp.c:611
#, c-format
msgid "arp: in %d entries no match found.\n"
msgstr ""

#: ../arp.c:626
#, c-format
msgid ""
"Usage:\n"
"  arp [-vn]  [<HW>] [-i <if>] [-a] [<hostname>]             <-Display ARP "
"cache\n"
msgstr ""

#: ../arp.c:627
#, c-format
msgid ""
"  arp [-v]          [-i <if>] -d  <host> [pub]               <-Delete ARP "
"entry\n"
msgstr ""

#: ../arp.c:628
#, c-format
msgid ""
"  arp [-vnD] [<HW>] [-i <if>] -f  [<filename>]            <-Add entry from "
"file\n"
msgstr ""

#: ../arp.c:629
#, c-format
msgid ""
"  arp [-v]   [<HW>] [-i <if>] -s  <host> <hwaddr> [temp]            <-Add "
"entry\n"
msgstr ""

#: ../arp.c:630
#, c-format
msgid ""
"  arp [-v]   [<HW>] [-i <if>] -Ds <host> <if> [netmask <nm>] pub          "
"<-''-\n"
"\n"
msgstr ""

#: ../arp.c:632
#, c-format
msgid ""
"        -a                       display (all) hosts in alternative (BSD) "
"style\n"
msgstr ""

#: ../arp.c:633
#, c-format
msgid "        -s, --set                set a new ARP entry\n"
msgstr ""

#: ../arp.c:634
#, c-format
msgid "        -d, --delete             delete a specified entry\n"
msgstr ""

#: ../arp.c:635 ../netstat.c:1503 ../route.c:86
#, c-format
msgid "        -v, --verbose            be verbose\n"
msgstr ""

#: ../arp.c:636 ../netstat.c:1504 ../route.c:87
#, c-format
msgid "        -n, --numeric            don't resolve names\n"
msgstr ""

#: ../arp.c:637
#, c-format
msgid ""
"        -i, --device             specify network interface (e.g. eth0)\n"
msgstr ""

#: ../arp.c:638
#, c-format
msgid "        -D, --use-device         read <hwaddr> from given device\n"
msgstr ""

#: ../arp.c:639
#, c-format
msgid "        -A, -p, --protocol       specify protocol family\n"
msgstr ""

#: ../arp.c:640
#, c-format
msgid ""
"        -f, --file               read new entries from file or from /etc/"
"ethers\n"
"\n"
msgstr ""

#: ../arp.c:642 ../rarp.c:182
#, c-format
msgid "  <HW>=Use '-H <hw>' to specify hardware address type. Default: %s\n"
msgstr ""

#: ../arp.c:643 ../rarp.c:183
#, c-format
msgid "  List of possible hardware types (which support ARP):\n"
msgstr ""

#: ../arp.c:677 ../arp.c:762
#, c-format
msgid "%s: hardware type not supported!\n"
msgstr ""

#: ../arp.c:681
#, c-format
msgid "%s: address family not supported!\n"
msgstr ""

#: ../arp.c:716
#, c-format
msgid "arp: -N not yet supported.\n"
msgstr ""

#: ../arp.c:726
#, c-format
msgid "arp: %s: unknown address family.\n"
msgstr ""

#: ../arp.c:735
#, c-format
msgid "arp: %s: unknown hardware type.\n"
msgstr ""

#: ../arp.c:754
#, c-format
msgid "arp: %s: kernel only supports 'inet'.\n"
msgstr ""

#: ../arp.c:767
#, c-format
msgid "arp: %s: hardware type without ARP support.\n"
msgstr ""

#: ../hostname.c:71
#, c-format
msgid "Setting nodename to `%s'\n"
msgstr ""

#: ../hostname.c:76
#, c-format
msgid "%s: you must be root to change the node name\n"
msgstr ""

#: ../hostname.c:79 ../hostname.c:99 ../hostname.c:117
#, c-format
msgid "%s: name too long\n"
msgstr ""

#: ../hostname.c:91
#, c-format
msgid "Setting hostname to `%s'\n"
msgstr ""

#: ../hostname.c:96
#, c-format
msgid "%s: you must be root to change the host name\n"
msgstr ""

#: ../hostname.c:109
#, c-format
msgid "Setting domainname to `%s'\n"
msgstr ""

#: ../hostname.c:114
#, c-format
msgid "%s: you must be root to change the domain name\n"
msgstr ""

#: ../hostname.c:131
#, c-format
msgid "Resolving `%s' ...\n"
msgstr ""

#: ../hostname.c:137
#, c-format
msgid "Result: h_name=`%s'\n"
msgstr ""

#: ../hostname.c:142
#, c-format
msgid "Result: h_aliases=`%s'\n"
msgstr ""

#: ../hostname.c:147
#, c-format
msgid "Result: h_addr_list=`%s'\n"
msgstr ""

#: ../hostname.c:208
#, c-format
msgid "%s: can't open `%s'\n"
msgstr ""

#: ../hostname.c:222
#, c-format
msgid "Usage: hostname [-v] {hostname|-F file}      set hostname (from file)\n"
msgstr ""

#: ../hostname.c:223
#, c-format
msgid ""
"       domainname [-v] {nisdomain|-F file}   set NIS domainname (from file)\n"
msgstr ""

#: ../hostname.c:225
#, c-format
msgid ""
"       nodename [-v] {nodename|-F file}      set DECnet node name (from "
"file)\n"
msgstr ""

#: ../hostname.c:227
#, c-format
msgid "       hostname [-v] [-d|-f|-s|-a|-i|-y|-n]  display formatted name\n"
msgstr ""

#: ../hostname.c:228
#, c-format
msgid ""
"       hostname [-v]                         display hostname\n"
"\n"
msgstr ""

#: ../hostname.c:229
#, c-format
msgid ""
"       hostname -V|--version|-h|--help       print info and exit\n"
"\n"
msgstr ""

#: ../hostname.c:230
#, c-format
msgid ""
"    dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y\n"
"\n"
msgstr ""

#: ../hostname.c:231
#, c-format
msgid "    -s, --short           short host name\n"
msgstr ""

#: ../hostname.c:232
#, c-format
msgid "    -a, --alias           alias names\n"
msgstr ""

#: ../hostname.c:233
#, c-format
msgid "    -i, --ip-address      addresses for the hostname\n"
msgstr ""

#: ../hostname.c:234
#, c-format
msgid "    -f, --fqdn, --long    long host name (FQDN)\n"
msgstr ""

#: ../hostname.c:235
#, c-format
msgid "    -d, --domain          DNS domain name\n"
msgstr ""

#: ../hostname.c:236
#, c-format
msgid "    -y, --yp, --nis       NIS/YP domainname\n"
msgstr ""

#: ../hostname.c:238
#, c-format
msgid "    -n, --node            DECnet node name\n"
msgstr ""

#: ../hostname.c:240
#, c-format
msgid ""
"    -F, --file            read hostname or NIS domainname from given file\n"
"\n"
msgstr ""

#: ../hostname.c:242
#, c-format
msgid ""
"   This command can read or set the hostname or the NIS domainname. You can\n"
"   also read the DNS domain or the FQDN (fully qualified domain name).\n"
"   Unless you are using bind or NIS for host lookups you can change the\n"
"   FQDN (Fully Qualified Domain Name) and the DNS domain name (which is\n"
"   part of the FQDN) in the /etc/hosts file.\n"
msgstr ""

#: ../hostname.c:338
#, c-format
msgid "%s: You can't change the DNS domain name with this command\n"
msgstr ""

#: ../hostname.c:339
#, c-format
msgid ""
"\n"
"Unless you are using bind or NIS for host lookups you can change the DNS\n"
msgstr ""

#: ../hostname.c:340
#, c-format
msgid "domain name (which is part of the FQDN) in the /etc/hosts file.\n"
msgstr ""

#: ../hostname.c:357
#, c-format
msgid "gethostname()=`%s'\n"
msgstr ""

#: ../hostname.c:374
#, c-format
msgid "getdomainname()=`%s'\n"
msgstr ""

#: ../hostname.c:389
#, c-format
msgid "getnodename()=`%s'\n"
msgstr ""

#: ../ifconfig.c:107
#, c-format
msgid ""
"Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR "
"Flg\n"
msgstr ""

#: ../ifconfig.c:129 ../ifconfig.c:161
#, c-format
msgid "%s: ERROR while getting interface flags: %s\n"
msgstr ""

#: ../ifconfig.c:153 ../ifconfig.c:185 ../ifconfig.c:771 ../ifconfig.c:862
#: ../ifconfig.c:973
#, c-format
msgid "No support for INET on this system.\n"
msgstr ""

#: ../ifconfig.c:193
#, c-format
msgid "%s: ERROR while testing interface flags: %s\n"
msgstr ""

#: ../ifconfig.c:202
#, c-format
msgid ""
"Usage:\n"
"  ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]\n"
msgstr ""

#: ../ifconfig.c:204
#, c-format
msgid "  [add <address>[/<prefixlen>]]\n"
msgstr ""

#: ../ifconfig.c:205
#, c-format
msgid "  [del <address>[/<prefixlen>]]\n"
msgstr ""

#: ../ifconfig.c:206
#, c-format
msgid "  [[-]broadcast [<address>]]  [[-]pointopoint [<address>]]\n"
msgstr ""

#: ../ifconfig.c:207
#, c-format
msgid "  [netmask <address>]  [dstaddr <address>]  [tunnel <address>]\n"
msgstr ""

#: ../ifconfig.c:210
#, c-format
msgid "  [outfill <NN>] [keepalive <NN>]\n"
msgstr ""

#: ../ifconfig.c:212
#, c-format
msgid "  [hw <HW> <address>]  [metric <NN>]  [mtu <NN>]\n"
msgstr ""

#: ../ifconfig.c:213
#, c-format
msgid "  [[-]trailers]  [[-]arp]  [[-]allmulti]\n"
msgstr ""

#: ../ifconfig.c:214
#, c-format
msgid "  [multicast]  [[-]promisc]\n"
msgstr ""

#: ../ifconfig.c:215
#, c-format
msgid "  [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]\n"
msgstr ""

#: ../ifconfig.c:217
#, c-format
msgid "  [txqueuelen <NN>]\n"
msgstr ""

#: ../ifconfig.c:220
#, c-format
msgid "  [[-]dynamic]\n"
msgstr ""

#: ../ifconfig.c:222
#, c-format
msgid ""
"  [up|down] ...\n"
"\n"
msgstr ""

#: ../ifconfig.c:224
#, c-format
msgid "  <HW>=Hardware Type.\n"
msgstr ""

#: ../ifconfig.c:225
#, c-format
msgid "  List of possible hardware types:\n"
msgstr ""

#. 1 = ARPable
#: ../ifconfig.c:227
#, c-format
msgid "  <AF>=Address family. Default: %s\n"
msgstr ""

#: ../ifconfig.c:228
#, c-format
msgid "  List of possible address families:\n"
msgstr ""

#: ../ifconfig.c:303
#, c-format
msgid "ifconfig: option `%s' not recognised.\n"
msgstr ""

#: ../ifconfig.c:305 ../ifconfig.c:962
#, c-format
msgid "ifconfig: `--help' gives usage information.\n"
msgstr ""

#: ../ifconfig.c:380
#, c-format
msgid "Unknown media type.\n"
msgstr ""

#: ../ifconfig.c:417
#, c-format
msgid ""
"Warning: Interface %s still in promisc mode... maybe other application is "
"running?\n"
msgstr ""

#: ../ifconfig.c:429
#, c-format
msgid "Warning: Interface %s still in MULTICAST mode.\n"
msgstr ""

#: ../ifconfig.c:441
#, c-format
msgid "Warning: Interface %s still in ALLMULTI mode.\n"
msgstr ""

#: ../ifconfig.c:465
#, c-format
msgid "Warning: Interface %s still in DYNAMIC mode.\n"
msgstr ""

#: ../ifconfig.c:523
#, c-format
msgid "Warning: Interface %s still in BROADCAST mode.\n"
msgstr ""

#: ../ifconfig.c:652
#, c-format
msgid "Warning: Interface %s still in POINTOPOINT mode.\n"
msgstr ""

#: ../ifconfig.c:684
#, c-format
msgid "hw address type `%s' has no handler to set address. failed.\n"
msgstr ""

#: ../ifconfig.c:693
#, c-format
msgid "%s: invalid %s address.\n"
msgstr ""

#: ../ifconfig.c:737 ../ifconfig.c:827 ../ifconfig.c:913
#, c-format
msgid "No support for INET6 on this system.\n"
msgstr ""

#: ../ifconfig.c:780 ../ifconfig.c:871
#, c-format
msgid "Interface %s not initialized\n"
msgstr ""

#: ../ifconfig.c:792 ../ifconfig.c:882
#, c-format
msgid "Bad address.\n"
msgstr ""

#: ../ifconfig.c:885
#, c-format
msgid "Address deletion not supported on this system.\n"
msgstr ""

#: ../ifconfig.c:957
#, c-format
msgid "ifconfig: Cannot set address for this protocol family.\n"
msgstr ""

#: ../ifconfig.c:983
#, c-format
msgid "No support for ECONET on this system.\n"
msgstr ""

#: ../ifconfig.c:991
#, c-format
msgid "Don't know how to set addresses for family %d.\n"
msgstr ""

#: ../ifconfig.c:1021
#, c-format
msgid "WARNING: at least one error occured. (%d)\n"
msgstr ""

#: ../netstat.c:434
#, c-format
msgid ""
"(No info could be read for \"-p\": geteuid()=%d but you should be root.)\n"
msgstr ""

#: ../netstat.c:438
#, c-format
msgid ""
"(Not all processes could be identified, non-owned process info\n"
" will not be shown, you would have to be root to see it all.)\n"
msgstr ""

#: ../netstat.c:445 ../netstat.c:1189 ../netstat.c:1266
msgid "LISTENING"
msgstr ""

#: ../netstat.c:446
msgid "CONN SENT"
msgstr ""

#: ../netstat.c:447 ../netstat.c:1268
msgid "DISC SENT"
msgstr ""

#: ../netstat.c:448 ../netstat.c:515 ../netstat.c:904 ../netstat.c:1269
msgid "ESTABLISHED"
msgstr ""

#: ../netstat.c:470
#, c-format
msgid "Active NET/ROM sockets\n"
msgstr ""

#: ../netstat.c:471
#, c-format
msgid ""
"User       Dest       Source     Device  State        Vr/Vs    Send-Q  Recv-"
"Q\n"
msgstr ""

#: ../netstat.c:481 ../netstat.c:1308
#, c-format
msgid "Problem reading data from %s\n"
msgstr ""

#: ../netstat.c:516
msgid "SYN_SENT"
msgstr ""

#: ../netstat.c:517
msgid "SYN_RECV"
msgstr ""

#: ../netstat.c:518
msgid "FIN_WAIT1"
msgstr ""

#: ../netstat.c:519
msgid "FIN_WAIT2"
msgstr ""

#: ../netstat.c:520
msgid "TIME_WAIT"
msgstr ""

#: ../netstat.c:521
msgid "CLOSE"
msgstr ""

#: ../netstat.c:522
msgid "CLOSE_WAIT"
msgstr ""

#: ../netstat.c:523
msgid "LAST_ACK"
msgstr ""

#: ../netstat.c:524
msgid "LISTEN"
msgstr ""

#: ../netstat.c:525
msgid "CLOSING"
msgstr ""

#: ../netstat.c:596
#, c-format
msgid "warning, got bogus igmp6 line %d.\n"
msgstr ""

#: ../netstat.c:601 ../netstat.c:639 ../netstat.c:763 ../netstat.c:898
#: ../netstat.c:1032 ../netstat.c:1037
#, c-format
msgid "netstat: unsupported address family %d !\n"
msgstr ""

#: ../netstat.c:614 ../netstat.c:619 ../netstat.c:627 ../netstat.c:634
#, c-format
msgid "warning, got bogus igmp line %d.\n"
msgstr ""

#: ../netstat.c:677
#, c-format
msgid "Active X.25 sockets\n"
msgstr ""

#. IMHO, Vr/Vs is not very usefull --SF
#: ../netstat.c:679
#, c-format
msgid ""
"Dest         Source          Device  LCI  State        Vr/Vs  Send-Q  Recv-"
"Q\n"
msgstr ""

#: ../netstat.c:759
#, c-format
msgid "warning, got bogus tcp line.\n"
msgstr ""

#: ../netstat.c:800 ../netstat.c:953 ../netstat.c:1075
#, c-format
msgid "off (0.00/%ld/%d)"
msgstr ""

#: ../netstat.c:804
#, c-format
msgid "on (%2.2f/%ld/%d)"
msgstr ""

#: ../netstat.c:809
#, c-format
msgid "keepalive (%2.2f/%ld/%d)"
msgstr ""

#: ../netstat.c:814
#, c-format
msgid "timewait (%2.2f/%ld/%d)"
msgstr ""

#: ../netstat.c:819 ../netstat.c:962 ../netstat.c:1085
#, c-format
msgid "unkn-%d (%2.2f/%ld/%d)"
msgstr ""

#: ../netstat.c:894
#, c-format
msgid "warning, got bogus udp line.\n"
msgstr ""

#: ../netstat.c:912 ../netstat.c:1175 ../netstat.c:1208
msgid "UNKNOWN"
msgstr ""

#: ../netstat.c:958 ../netstat.c:1080
#, c-format
msgid "on%d (%2.2f/%ld/%d)"
msgstr ""

#: ../netstat.c:1046
#, c-format
msgid "warning, got bogus raw line.\n"
msgstr ""

#: ../netstat.c:1128
#, c-format
msgid "warning, got bogus unix line.\n"
msgstr ""

#: ../netstat.c:1155
msgid "STREAM"
msgstr ""

#: ../netstat.c:1159
msgid "DGRAM"
msgstr ""

#: ../netstat.c:1163
msgid "RAW"
msgstr ""

#: ../netstat.c:1167
msgid "RDM"
msgstr ""

#: ../netstat.c:1171
msgid "SEQPACKET"
msgstr ""

#: ../netstat.c:1180
msgid "FREE"
msgstr ""

#: ../netstat.c:1196
msgid "CONNECTING"
msgstr ""

#: ../netstat.c:1200
msgid "CONNECTED"
msgstr ""

#: ../netstat.c:1204
msgid "DISCONNECTING"
msgstr ""

#: ../netstat.c:1235
#, c-format
msgid "Active UNIX domain sockets "
msgstr ""

#: ../netstat.c:1237 ../netstat.c:1756
#, c-format
msgid "(servers and established)"
msgstr ""

#: ../netstat.c:1240 ../netstat.c:1759
#, c-format
msgid "(only servers)"
msgstr ""

#: ../netstat.c:1242 ../netstat.c:1761
#, c-format
msgid "(w/o servers)"
msgstr ""

#: ../netstat.c:1245
#, c-format
msgid ""
"\n"
"Proto RefCnt Flags       Type       State         I-Node"
msgstr ""

#: ../netstat.c:1247
#, c-format
msgid " Path\n"
msgstr ""

#: ../netstat.c:1267
msgid "SABM SENT"
msgstr ""

#: ../netstat.c:1270
msgid "RECOVERY"
msgstr ""

#: ../netstat.c:1284
#, c-format
msgid "Active AX.25 sockets\n"
msgstr ""

#: ../netstat.c:1285
#, c-format
msgid "Dest       Source     Device  State        Vr/Vs    Send-Q  Recv-Q\n"
msgstr ""

#: ../netstat.c:1328
#, c-format
msgid "problem reading data from %s\n"
msgstr ""

#: ../netstat.c:1379
#, c-format
msgid ""
"Active IPX sockets\n"
"Proto Recv-Q Send-Q Local Address              Foreign Address            "
"State"
msgstr ""

#: ../netstat.c:1381
#, c-format
msgid " User"
msgstr ""

#: ../netstat.c:1415
msgid "ESTAB"
msgstr ""

#: ../netstat.c:1423
msgid "UNK."
msgstr ""

#: ../netstat.c:1461
#, c-format
msgid "Kernel Interface table\n"
msgstr ""

#: ../netstat.c:1465
#, c-format
msgid ""
"Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR TX-DRP TX-OVR "
"Flg\n"
msgstr ""

#: ../netstat.c:1469
msgid "missing interface information"
msgstr ""

#: ../netstat.c:1492
#, c-format
msgid ""
"usage: netstat [-veenNcCF] [<Af>] -r         netstat {-V|--version|-h|--"
"help}\n"
msgstr ""

#: ../netstat.c:1493
#, c-format
msgid "       netstat [-vnNcaeol] [<Socket> ...]\n"
msgstr ""

#: ../netstat.c:1494
#, c-format
msgid ""
"       netstat { [-veenNac] -i | [-cnNe] -M | -s }\n"
"\n"
msgstr ""

#: ../netstat.c:1496
#, c-format
msgid "        -r, --route              display routing table\n"
msgstr ""

#: ../netstat.c:1497
#, c-format
msgid "        -i, --interfaces         display interface table\n"
msgstr ""

#: ../netstat.c:1498
#, c-format
msgid "        -g, --groups             display multicast group memberships\n"
msgstr ""

#: ../netstat.c:1499
#, c-format
msgid ""
"        -s, --statistics         display networking statistics (like SNMP)\n"
msgstr ""

#: ../netstat.c:1501
#, c-format
msgid ""
"        -M, --masquerade         display masqueraded connections\n"
"\n"
msgstr ""

#: ../netstat.c:1505
#, c-format
msgid "        --numeric-hosts          don't resolve host names\n"
msgstr ""

#: ../netstat.c:1506
#, c-format
msgid "        --numeric-ports          don't resolve port names\n"
msgstr ""

#: ../netstat.c:1507
#, c-format
msgid "        --numeric-users          don't resolve user names\n"
msgstr ""

#: ../netstat.c:1508
#, c-format
msgid "        -N, --symbolic           resolve hardware names\n"
msgstr ""

#: ../netstat.c:1509 ../route.c:88
#, c-format
msgid "        -e, --extend             display other/more information\n"
msgstr ""

#: ../netstat.c:1510
#, c-format
msgid "        -p, --programs           display PID/Program name for sockets\n"
msgstr ""

#: ../netstat.c:1511
#, c-format
msgid ""
"        -c, --continuous         continuous listing\n"
"\n"
msgstr ""

#: ../netstat.c:1512
#, c-format
msgid "        -l, --listening          display listening server sockets\n"
msgstr ""

#: ../netstat.c:1513
#, c-format
msgid ""
"        -a, --all, --listening   display all sockets (default: connected)\n"
msgstr ""

#: ../netstat.c:1514
#, c-format
msgid "        -o, --timers             display timers\n"
msgstr ""

#: ../netstat.c:1515 ../route.c:89
#, c-format
msgid ""
"        -F, --fib                display Forwarding Information Base "
"(default)\n"
msgstr ""

#: ../netstat.c:1516 ../route.c:90
#, c-format
msgid ""
"        -C, --cache              display routing cache instead of FIB\n"
"\n"
msgstr ""

#: ../netstat.c:1518
#, c-format
msgid ""
"  <Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --"
"netrom\n"
msgstr ""

#: ../netstat.c:1519
#, c-format
msgid "  <AF>=Use '-6|-4' or '-A <af>' or '--<af>'; default: %s\n"
msgstr ""

#: ../netstat.c:1520 ../route.c:93
#, c-format
msgid "  List of possible address families (which support routing):\n"
msgstr ""

#: ../netstat.c:1753
#, c-format
msgid "Active Internet connections "
msgstr ""

#: ../netstat.c:1763
#, c-format
msgid ""
"\n"
"Proto Recv-Q Send-Q Local Address           Foreign Address         "
"State      "
msgstr ""

#: ../netstat.c:1765
#, c-format
msgid " User       Inode     "
msgstr ""

#: ../netstat.c:1768
#, c-format
msgid " Timer"
msgstr ""

#: ../netstat.c:1798
#, c-format
msgid "IPv4 Group Memberships\n"
msgstr ""

#: ../netstat.c:1799
#, c-format
msgid "Interface       RefCnt Group\n"
msgstr ""

#: ../rarp.c:44
msgid "This kernel does not support RARP.\n"
msgstr ""

#: ../rarp.c:83
#, c-format
msgid "no RARP entry for %s.\n"
msgstr ""

#: ../rarp.c:96
#, c-format
msgid "%s: bad hardware address\n"
msgstr ""

#: ../rarp.c:128
#, c-format
msgid "rarp: cannot open file %s:%s.\n"
msgstr ""

#: ../rarp.c:140
#, c-format
msgid "rarp: format error at %s:%u\n"
msgstr ""

#: ../rarp.c:144 ../rarp.c:289
#, c-format
msgid "rarp: %s: unknown host\n"
msgstr ""

#: ../rarp.c:147
#, c-format
msgid "rarp: cannot set entry from %s:%u\n"
msgstr ""

#: ../rarp.c:176
#, c-format
msgid "Usage: rarp -a                               list entries in cache.\n"
msgstr ""

#: ../rarp.c:177
#, c-format
msgid "       rarp -d <hostname>                    delete entry from cache.\n"
msgstr ""

#: ../rarp.c:178
#, c-format
msgid "       rarp [<HW>] -s <hostname> <hwaddr>    add entry to cache.\n"
msgstr ""

#: ../rarp.c:179
#, c-format
msgid ""
"       rarp -f                               add entries from /etc/ethers.\n"
msgstr ""

#: ../rarp.c:180
#, c-format
msgid ""
"       rarp -V                               display program version.\n"
"\n"
msgstr ""

#: ../rarp.c:238
#, c-format
msgid "%s: illegal option mix.\n"
msgstr ""

#: ../rarp.c:269
#, c-format
msgid "rarp: %s: unknown hardware type.\n"
msgstr ""

#: ../route.c:80
#, c-format
msgid ""
"Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables\n"
msgstr ""

#: ../route.c:81
#, c-format
msgid ""
"       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.\n"
"\n"
msgstr ""

#: ../route.c:83
#, c-format
msgid ""
"       route {-h|--help} [<AF>]              Detailed usage syntax for "
"specified AF.\n"
msgstr ""

#: ../route.c:84
#, c-format
msgid ""
"       route {-V|--version}                  Display version/author and "
"exit.\n"
"\n"
msgstr ""

#: ../route.c:92
#, c-format
msgid "  <AF>=Use '-A <af>' or '--<af>'; default: %s\n"
msgstr ""

#: ../plipconfig.c:66
#, c-format
msgid "Usage: plipconfig [-a] [-i] [-v] interface\n"
msgstr ""

#: ../plipconfig.c:67
#, c-format
msgid "                  [nibble NN] [trigger NN]\n"
msgstr ""

#: ../plipconfig.c:68
#, c-format
msgid "       plipconfig -V | --version\n"
msgstr ""

#: ../plipconfig.c:74
#, c-format
msgid "%s\tnibble %lu  trigger %lu\n"
msgstr ""

#: ../iptunnel.c:85
#, c-format
msgid "Usage: iptunnel { add | change | del | show } [ NAME ]\n"
msgstr ""

#: ../iptunnel.c:86
#, c-format
msgid ""
"          [ mode { ipip | gre | sit } ] [ remote ADDR ] [ local ADDR ]\n"
msgstr ""

#: ../iptunnel.c:87
#, c-format
msgid "          [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n"
msgstr ""

#: ../iptunnel.c:88
#, c-format
msgid "          [ ttl TTL ] [ tos TOS ] [ nopmtudisc ] [ dev PHYS_DEV ]\n"
msgstr ""

#: ../iptunnel.c:89
#, c-format
msgid ""
"       iptunnel -V | --version\n"
"\n"
msgstr ""

#: ../iptunnel.c:90
#, c-format
msgid "Where: NAME := STRING\n"
msgstr ""

#: ../iptunnel.c:91
#, c-format
msgid "       ADDR := { IP_ADDRESS | any }\n"
msgstr ""

#: ../iptunnel.c:92
#, c-format
msgid "       TOS  := { NUMBER | inherit }\n"
msgstr ""

#: ../iptunnel.c:93
#, c-format
msgid "       TTL  := { 1..255 | inherit }\n"
msgstr ""

#: ../iptunnel.c:94
#, c-format
msgid "       KEY  := { DOTTED_QUAD | NUMBER }\n"
msgstr ""

#: ../iptunnel.c:332
#, c-format
msgid "Keys are not allowed with ipip and sit.\n"
msgstr ""

#: ../iptunnel.c:352
#, c-format
msgid "Broadcast tunnel requires a source address.\n"
msgstr ""

#: ../iptunnel.c:367
#, c-format
msgid "ttl != 0 and noptmudisc are incompatible\n"
msgstr ""

#: ../iptunnel.c:379
#, c-format
msgid "cannot determine tunnel mode (ipip, gre or sit)\n"
msgstr ""

#: ../iptunnel.c:417
#, c-format
msgid "%s: %s/ip  remote %s  local %s "
msgstr ""

#: ../iptunnel.c:421
msgid "unknown"
msgstr ""

#: ../iptunnel.c:453
#, c-format
msgid "  Drop packets out of sequence.\n"
msgstr ""

#: ../iptunnel.c:455
#, c-format
msgid "  Checksum in received packet is required.\n"
msgstr ""

#: ../iptunnel.c:457
#, c-format
msgid "  Sequence packets on output.\n"
msgstr ""

#: ../iptunnel.c:459
#, c-format
msgid "  Checksum output packets.\n"
msgstr ""

#: ../iptunnel.c:487
#, c-format
msgid "Wrong format of /proc/net/dev. Sorry.\n"
msgstr ""

#: ../iptunnel.c:500
#, c-format
msgid "Failed to get type of [%s]\n"
msgstr ""

#: ../iptunnel.c:516
#, c-format
msgid "RX: Packets    Bytes        Errors CsumErrs OutOfSeq Mcasts\n"
msgstr ""

#: ../iptunnel.c:519
#, c-format
msgid "TX: Packets    Bytes        Errors DeadLoop NoRoute  NoBufs\n"
msgstr ""

#: ../statistics.c:47
msgid "ICMP input histogram:"
msgstr ""

#: ../statistics.c:48
msgid "ICMP output histogram:"
msgstr ""

#: ../statistics.c:65
#, c-format
msgid "Forwarding is %s"
msgstr ""

#: ../statistics.c:66
#, c-format
msgid "Default TTL is %u"
msgstr ""

#: ../statistics.c:67
#, c-format
msgid "%u total packets received"
msgstr ""

#: ../statistics.c:68
#, c-format
msgid "%u with invalid headers"
msgstr ""

#: ../statistics.c:69
#, c-format
msgid "%u with invalid addresses"
msgstr ""

#: ../statistics.c:70
#, c-format
msgid "%u forwarded"
msgstr ""

#: ../statistics.c:71
#, c-format
msgid "%u with unknown protocol"
msgstr ""

#: ../statistics.c:72
#, c-format
msgid "%u incoming packets discarded"
msgstr ""

#: ../statistics.c:73
#, c-format
msgid "%u incoming packets delivered"
msgstr ""

#: ../statistics.c:74
#, c-format
msgid "%u requests sent out"
msgstr ""

#. ?
#: ../statistics.c:75
#, c-format
msgid "%u outgoing packets dropped"
msgstr ""

#: ../statistics.c:76
#, c-format
msgid "%u dropped because of missing route"
msgstr ""

#: ../statistics.c:77
#, c-format
msgid "%u fragments dropped after timeout"
msgstr ""

#: ../statistics.c:78
#, c-format
msgid "%u reassemblies required"
msgstr ""

#. ?
#: ../statistics.c:79
#, c-format
msgid "%u packets reassembled ok"
msgstr ""

#: ../statistics.c:80
#, c-format
msgid "%u packet reassemblies failed"
msgstr ""

#: ../statistics.c:81
#, c-format
msgid "%u fragments received ok"
msgstr ""

#: ../statistics.c:82
#, c-format
msgid "%u fragments failed"
msgstr ""

#: ../statistics.c:83
#, c-format
msgid "%u fragments created"
msgstr ""

#: ../statistics.c:88
#, c-format
msgid "%u ICMP messages received"
msgstr ""

#: ../statistics.c:89
#, c-format
msgid "%u input ICMP message failed"
msgstr ""

#: ../statistics.c:90 ../statistics.c:103
#, c-format
msgid "destination unreachable: %u"
msgstr ""

#: ../statistics.c:91
#, c-format
msgid "timeout in transit: %u"
msgstr ""

#: ../statistics.c:92 ../statistics.c:105
#, c-format
msgid "wrong parameters: %u"
msgstr ""

#. ?
#: ../statistics.c:93
#, c-format
msgid "source quenches: %u"
msgstr ""

#: ../statistics.c:94
#, c-format
msgid "redirects: %u"
msgstr ""

#: ../statistics.c:95
#, c-format
msgid "echo requests: %u"
msgstr ""

#: ../statistics.c:96 ../statistics.c:109
#, c-format
msgid "echo replies: %u"
msgstr ""

#: ../statistics.c:97
#, c-format
msgid "timestamp request: %u"
msgstr ""

#: ../statistics.c:98
#, c-format
msgid "timestamp reply: %u"
msgstr ""

#: ../statistics.c:99
#, c-format
msgid "address mask request: %u"
msgstr ""

#. ?
#: ../statistics.c:100 ../statistics.c:113
#, c-format
msgid "address mask replies: %u"
msgstr ""

#. ?
#: ../statistics.c:101
#, c-format
msgid "%u ICMP messages sent"
msgstr ""

#: ../statistics.c:102
#, c-format
msgid "%u ICMP messages failed"
msgstr ""

#: ../statistics.c:104
#, c-format
msgid "time exceeded: %u"
msgstr ""

#. ?
#: ../statistics.c:106
#, c-format
msgid "source quench: %u"
msgstr ""

#: ../statistics.c:107
#, c-format
msgid "redirect: %u"
msgstr ""

#: ../statistics.c:108
#, c-format
msgid "echo requests: %u"
msgstr ""

#: ../statistics.c:110
#, c-format
msgid "timestamp requests: %u"
msgstr ""

#: ../statistics.c:111
#, c-format
msgid "timestamp replies: %u"
msgstr ""

#: ../statistics.c:112
#, c-format
msgid "address mask requests: %u"
msgstr ""

#: ../statistics.c:118
#, c-format
msgid "RTO algorithm is %s"
msgstr ""

#: ../statistics.c:122
#, c-format
msgid "%u active connection openings"
msgstr ""

#: ../statistics.c:123
#, c-format
msgid "%u passive connection openings"
msgstr ""

#: ../statistics.c:124
#, c-format
msgid "%u failed connection attempts"
msgstr ""

#: ../statistics.c:125
#, c-format
msgid "%u connection resets received"
msgstr ""

#: ../statistics.c:126
#, c-format
msgid "%u connections established"
msgstr ""

#: ../statistics.c:127
#, c-format
msgid "%u segments received"
msgstr ""

#: ../statistics.c:128
#, c-format
msgid "%u segments sent out"
msgstr ""

#: ../statistics.c:129
#, c-format
msgid "%u segments retransmitted"
msgstr ""

#: ../statistics.c:130
#, c-format
msgid "%u bad segments received"
msgstr ""

#: ../statistics.c:131
#, c-format
msgid "%u resets sent"
msgstr ""

#: ../statistics.c:136
#, c-format
msgid "%u packets received"
msgstr ""

#: ../statistics.c:137
#, c-format
msgid "%u packets to unknown port received"
msgstr ""

#: ../statistics.c:138
#, c-format
msgid "%u packet receive errors"
msgstr ""

#: ../statistics.c:139
#, c-format
msgid "%u packets sent"
msgstr ""

#: ../statistics.c:144
#, c-format
msgid "%u SYN cookies sent"
msgstr ""

#: ../statistics.c:145
#, c-format
msgid "%u SYN cookies received"
msgstr ""

#: ../statistics.c:146
#, c-format
msgid "%u invalid SYN cookies received"
msgstr ""

#: ../statistics.c:148
#, c-format
msgid "%u resets received for embryonic SYN_RECV sockets"
msgstr ""

#: ../statistics.c:150
#, c-format
msgid "%u packets pruned from receive queue because of socket buffer overrun"
msgstr ""

#. obsolete: 2.2.0 doesn't do that anymore
#: ../statistics.c:153
#, c-format
msgid "%u packets pruned from receive queue"
msgstr ""

#: ../statistics.c:154
#, c-format
msgid ""
"%u packets dropped from out-of-order queue because of socket buffer overrun"
msgstr ""

#: ../statistics.c:156
#, c-format
msgid "%u ICMP packets dropped because they were out-of-window"
msgstr ""

#: ../statistics.c:158
#, c-format
msgid "%u ICMP packets dropped because socket was locked"
msgstr ""

#: ../statistics.c:160
#, c-format
msgid "%u TCP sockets finished time wait in fast timer"
msgstr ""

#: ../statistics.c:161
#, c-format
msgid "%u time wait sockets recycled by time stamp"
msgstr ""

#: ../statistics.c:162
#, c-format
msgid "%u TCP sockets finished time wait in slow timer"
msgstr ""

#: ../statistics.c:163
#, c-format
msgid "%u passive connections rejected because of time stamp"
msgstr ""

#: ../statistics.c:165
#, c-format
msgid "%u active connections rejected because of time stamp"
msgstr ""

#: ../statistics.c:167
#, c-format
msgid "%u packetes rejected in established connections because of timestamp"
msgstr ""

#: ../statistics.c:169
#, c-format
msgid "%u delayed acks sent"
msgstr ""

#: ../statistics.c:170
#, c-format
msgid "%u delayed acks further delayed because of locked socket"
msgstr ""

#: ../statistics.c:172
#, c-format
msgid "Quick ack mode was activated %u times"
msgstr ""

#: ../statistics.c:173
#, c-format
msgid "%u times the listen queue of a socket overflowed"
msgstr ""

#: ../statistics.c:175
#, c-format
msgid "%u SYNs to LISTEN sockets ignored"
msgstr ""

#: ../statistics.c:176
#, c-format
msgid "%u packets directly queued to recvmsg prequeue"
msgstr ""

#: ../statistics.c:178
#, c-format
msgid "%u of bytes directly received from backlog"
msgstr ""

#: ../statistics.c:180
#, c-format
msgid "%u of bytes directly received from prequeue"
msgstr ""

#: ../statistics.c:182
#, c-format
msgid "%u packets dropped from prequeue"
msgstr ""

#: ../statistics.c:183
#, c-format
msgid "%u packet headers predicted"
msgstr ""

#: ../statistics.c:184
#, c-format
msgid "%u packet headers predicted and directly queued to user"
msgstr ""

#: ../statistics.c:186
#, c-format
msgid "Ran %u times out of system memory during packet sending"
msgstr ""

#: ../statistics.c:188
#, c-format
msgid "%u acknowledgments not containing data received"
msgstr ""

#: ../statistics.c:189
#, c-format
msgid "%u predicted acknowledgments"
msgstr ""

#: ../statistics.c:190
#, c-format
msgid "%u times recovered from packet loss due to fast retransmit"
msgstr ""

#: ../statistics.c:191
#, c-format
msgid "%u times recovered from packet loss due to SACK data"
msgstr ""

#: ../statistics.c:192
#, c-format
msgid "%u bad SACKs received"
msgstr ""

#: ../statistics.c:193
#, c-format
msgid "Detected reordering %u times using FACK"
msgstr ""

#: ../statistics.c:194
#, c-format
msgid "Detected reordering %u times using SACK"
msgstr ""

#: ../statistics.c:195
#, c-format
msgid "Detected reordering %u times using time stamp"
msgstr ""

#: ../statistics.c:196
#, c-format
msgid "Detected reordering %u times using reno fast retransmit"
msgstr ""

#: ../statistics.c:197
#, c-format
msgid "%u congestion windows fully recovered"
msgstr ""

#: ../statistics.c:198
#, c-format
msgid "%u congestion windows partially recovered using Hoe heuristic"
msgstr ""

#: ../statistics.c:199
#, c-format
msgid "%u congestion window recovered using DSACK"
msgstr ""

#: ../statistics.c:200
#, c-format
msgid "%u congestion windows recovered after partial ack"
msgstr ""

#: ../statistics.c:201
#, c-format
msgid "%u retransmits lost"
msgstr ""

#: ../statistics.c:202
#, c-format
msgid "%u timeouts after reno fast retransmit"
msgstr ""

#: ../statistics.c:203
#, c-format
msgid "%u timeouts after SACK recovery"
msgstr ""

#: ../statistics.c:204
#, c-format
msgid "%u timeouts in loss state"
msgstr ""

#: ../statistics.c:205
#, c-format
msgid "%u fast retransmits"
msgstr ""

#: ../statistics.c:206
#, c-format
msgid "%u forward retransmits"
msgstr ""

#: ../statistics.c:207
#, c-format
msgid "%u retransmits in slow start"
msgstr ""

#: ../statistics.c:208
#, c-format
msgid "%u other TCP timeouts"
msgstr ""

#: ../statistics.c:209
#, c-format
msgid "%u reno fast retransmits failed"
msgstr ""

#: ../statistics.c:210
#, c-format
msgid "%u sack retransmits failed"
msgstr ""

#: ../statistics.c:211
#, c-format
msgid "%u times receiver scheduled too late for direct processing"
msgstr ""

#: ../statistics.c:212
#, c-format
msgid "%u packets collapsed in receive queue due to low socket buffer"
msgstr ""

#: ../statistics.c:213
#, c-format
msgid "%u DSACKs sent for old packets"
msgstr ""

#: ../statistics.c:214
#, c-format
msgid "%u DSACKs sent for out of order packets"
msgstr ""

#: ../statistics.c:215
#, c-format
msgid "%u DSACKs received"
msgstr ""

#: ../statistics.c:216
#, c-format
msgid "%u DSACKs for out of order packets received"
msgstr ""

#: ../statistics.c:217
#, c-format
msgid "%u connections reset due to unexpected SYN"
msgstr ""

#: ../statistics.c:218
#, c-format
msgid "%u connections reset due to unexpected data"
msgstr ""

#: ../statistics.c:219
#, c-format
msgid "%u connections reset due to early user close"
msgstr ""

#: ../statistics.c:220
#, c-format
msgid "%u connections aborted due to memory pressure"
msgstr ""

#: ../statistics.c:221
#, c-format
msgid "%u connections aborted due to timeout"
msgstr ""

#: ../statistics.c:222
#, c-format
msgid "%u connections aborted after user close in linger timeout"
msgstr ""

#: ../statistics.c:223
#, c-format
msgid "%u times unabled to send RST due to no memory"
msgstr ""

#: ../statistics.c:224
#, c-format
msgid "TCP ran low on memory %u times"
msgstr ""

#: ../statistics.c:225
#, c-format
msgid "%u TCP data loss events"
msgstr ""

#: ../statistics.c:292
msgid "enabled"
msgstr ""

#: ../statistics.c:292
msgid "disabled"
msgstr ""

#: ../statistics.c:375
msgid "error parsing /proc/net/snmp"
msgstr ""

#: ../statistics.c:388
msgid "cannot open /proc/net/snmp"
msgstr ""

#: ../lib/activate.c:69
#, c-format
msgid "Hardware type `%s' not supported.\n"
msgstr ""

#: ../lib/activate.c:73
#, c-format
msgid "Cannot change line discipline to `%s'.\n"
msgstr ""

#: ../lib/af.c:153 ../lib/hw.c:161
msgid "UNSPEC"
msgstr ""

#: ../lib/af.c:155
msgid "UNIX Domain"
msgstr ""

#: ../lib/af.c:158
msgid "DARPA Internet"
msgstr ""

#: ../lib/af.c:161
msgid "IPv6"
msgstr ""

#: ../lib/af.c:164 ../lib/hw.c:182
msgid "AMPR AX.25"
msgstr ""

#: ../lib/af.c:167 ../lib/hw.c:188
msgid "AMPR NET/ROM"
msgstr ""

#: ../lib/af.c:170
msgid "Novell IPX"
msgstr ""

#: ../lib/af.c:173
msgid "Appletalk DDP"
msgstr ""

#: ../lib/af.c:176 ../lib/hw.c:223
msgid "Econet"
msgstr ""

#: ../lib/af.c:179
msgid "CCITT X.25"
msgstr ""

#: ../lib/af.c:182 ../lib/hw.c:185
msgid "AMPR ROSE"
msgstr ""

#: ../lib/af.c:185 ../lib/hw.c:173
msgid "Ash"
msgstr ""

#: ../lib/af.c:243
#, c-format
msgid "Please don't supply more than one address family.\n"
msgstr ""

#: ../lib/af.c:304
#, c-format
msgid "Too much address family arguments.\n"
msgstr ""

#: ../lib/af.c:315
#, c-format
msgid "Unknown address family `%s'.\n"
msgstr ""

#: ../lib/arcnet.c:70 ../lib/arcnet.c:85
#, c-format
msgid "in_arcnet(%s): invalid arcnet address!\n"
msgstr ""

#: ../lib/arcnet.c:97
#, c-format
msgid "in_arcnet(%s): trailing : ignored!\n"
msgstr ""

#: ../lib/arcnet.c:109
#, c-format
msgid "in_arcnet(%s): trailing junk!\n"
msgstr ""

#: ../lib/ash.c:81
#, c-format
msgid "Malformed Ash address"
msgstr ""

#: ../lib/ax25.c:75 ../lib/ddp.c:50 ../lib/econet.c:52 ../lib/inet.c:244
#: ../lib/inet.c:259 ../lib/inet6.c:129 ../lib/ipx.c:81 ../lib/netrom.c:78
#: ../lib/rose.c:71 ../lib/unix.c:56 ../lib/unix.c:76
msgid "[NONE SET]"
msgstr ""

#: ../lib/ax25.c:97 ../lib/netrom.c:100
msgid "Invalid callsign"
msgstr ""

#: ../lib/ax25.c:110 ../lib/netrom.c:113
msgid "Callsign too long"
msgstr ""

#: ../lib/ax25_gr.c:47
#, c-format
msgid "AX.25 not configured in this system.\n"
msgstr ""

#: ../lib/ax25_gr.c:50
#, c-format
msgid "Kernel AX.25 routing table\n"
msgstr ""

#. xxx
#: ../lib/ax25_gr.c:51 ../lib/rose_gr.c:55
#, c-format
msgid "Destination  Iface    Use\n"
msgstr ""

#: ../lib/ether.c:74 ../lib/ether.c:91
#, c-format
msgid "in_ether(%s): invalid ether address!\n"
msgstr ""

#: ../lib/ether.c:105
#, c-format
msgid "in_ether(%s): trailing : ignored!\n"
msgstr ""

#: ../lib/ether.c:117
#, c-format
msgid "in_ether(%s): trailing junk!\n"
msgstr ""

#: ../lib/fddi.c:84 ../lib/fddi.c:99
#, c-format
msgid "in_fddi(%s): invalid fddi address!\n"
msgstr ""

#: ../lib/fddi.c:111
#, c-format
msgid "in_fddi(%s): trailing : ignored!\n"
msgstr ""

#: ../lib/fddi.c:123
#, c-format
msgid "in_fddi(%s): trailing junk!\n"
msgstr ""

#: ../lib/getroute.c:101 ../lib/setroute.c:80
#, c-format
msgid "Address family `%s' not supported.\n"
msgstr ""

#: ../lib/getroute.c:107 ../lib/setroute.c:84
#, c-format
msgid "No routing for address family `%s'.\n"
msgstr ""

#: ../lib/hippi.c:84 ../lib/hippi.c:99
#, c-format
msgid "in_hippi(%s): invalid hippi address!\n"
msgstr ""

#: ../lib/hippi.c:111
#, c-format
msgid "in_hippi(%s): trailing : ignored!\n"
msgstr ""

#: ../lib/hippi.c:122
#, c-format
msgid "in_hippi(%s): trailing junk!\n"
msgstr ""

#: ../lib/hw.c:160
msgid "Local Loopback"
msgstr ""

#: ../lib/hw.c:163
msgid "Serial Line IP"
msgstr ""

#: ../lib/hw.c:164
msgid "VJ Serial Line IP"
msgstr ""

#: ../lib/hw.c:165
msgid "6-bit Serial Line IP"
msgstr ""

#: ../lib/hw.c:166
msgid "VJ 6-bit Serial Line IP"
msgstr ""

#: ../lib/hw.c:167
msgid "Adaptive Serial Line IP"
msgstr ""

#: ../lib/hw.c:170
msgid "Ethernet"
msgstr ""

#: ../lib/hw.c:176
msgid "Fiber Distributed Data Interface"
msgstr ""

#: ../lib/hw.c:179
msgid "HIPPI"
msgstr ""

#: ../lib/hw.c:191
msgid "generic X.25"
msgstr ""

#: ../lib/hw.c:194
msgid "IPIP Tunnel"
msgstr ""

#: ../lib/hw.c:197
msgid "Point-to-Point Protocol"
msgstr ""

#: ../lib/hw.c:200
msgid "(Cisco)-HDLC"
msgstr ""

#: ../lib/hw.c:201
msgid "LAPB"
msgstr ""

#: ../lib/hw.c:204
msgid "ARCnet"
msgstr ""

#: ../lib/hw.c:207
msgid "Frame Relay DLCI"
msgstr ""

#: ../lib/hw.c:208
msgid "Frame Relay Access Device"
msgstr ""

#: ../lib/hw.c:211
msgid "IPv6-in-IPv4"
msgstr ""

#: ../lib/hw.c:214
msgid "IrLAP"
msgstr ""

#: ../lib/hw.c:217
msgid "16/4 Mbps Token Ring"
msgstr ""

#: ../lib/hw.c:219
msgid "16/4 Mbps Token Ring (New)"
msgstr ""

#: ../lib/hw.c:226
msgid "Generic EUI-64"
msgstr ""

#: ../lib/inet.c:153 ../lib/inet6.c:79
#, c-format
msgid "rresolve: unsupport address family %d !\n"
msgstr ""

#: ../lib/inet6.c:131
msgid "[UNKNOWN]"
msgstr ""

#: ../lib/inet6_gr.c:71
#, c-format
msgid "INET6 (IPv6) not configured in this system.\n"
msgstr ""

#: ../lib/inet6_gr.c:74
#, c-format
msgid "Kernel IPv6 routing table\n"
msgstr ""

#: ../lib/inet6_gr.c:76
#, c-format
msgid ""
"Destination                                 Next "
"Hop                                Flags Metric Ref    Use Iface\n"
msgstr ""

#: ../lib/inet6_gr.c:150
#, c-format
msgid "Kernel IPv6 Neighbour Cache\n"
msgstr ""

#: ../lib/inet6_gr.c:153
#, c-format
msgid ""
"Neighbour                                   HW Address        Iface    Flags "
"Ref State\n"
msgstr ""

#: ../lib/inet6_gr.c:157
#, c-format
msgid ""
"Neighbour                                   HW Address        Iface    Flags "
"Ref State            Stale(sec) Delete(sec)\n"
msgstr ""

#: ../lib/inet6_sr.c:46
#, c-format
msgid "Usage: inet6_route [-vF] del Target\n"
msgstr ""

#: ../lib/inet6_sr.c:47
#, c-format
msgid "       inet6_route [-vF] add Target [gw Gw] [metric M] [[dev] If]\n"
msgstr ""

#: ../lib/inet6_sr.c:48
#, c-format
msgid "       inet6_route [-FC] flush      NOT supported\n"
msgstr ""

#: ../lib/inet6_sr.c:188
#, c-format
msgid "Flushing `inet6' routing table not supported\n"
msgstr ""

#: ../lib/inet_gr.c:50 ../lib/inet_gr.c:220
#, c-format
msgid "INET (IPv4) not configured in this system.\n"
msgstr ""

#: ../lib/inet_gr.c:53
#, c-format
msgid "Kernel IP routing table\n"
msgstr ""

#: ../lib/inet_gr.c:56
#, c-format
msgid ""
"Destination     Gateway         Genmask         Flags Metric Ref    Use "
"Iface\n"
msgstr ""

#: ../lib/inet_gr.c:59
#, c-format
msgid ""
"Destination     Gateway         Genmask         Flags   MSS Window  irtt "
"Iface\n"
msgstr ""

#: ../lib/inet_gr.c:62
#, c-format
msgid ""
"Destination     Gateway         Genmask         Flags Metric Ref    Use "
"Iface    MSS   Window irtt\n"
msgstr ""

#: ../lib/inet_gr.c:237
#, c-format
msgid "Kernel IP routing cache\n"
msgstr ""

#: ../lib/inet_gr.c:258
#, c-format
msgid ""
"Source          Destination     Gateway         Flags Metric Ref    Use "
"Iface\n"
msgstr ""

#: ../lib/inet_gr.c:261
#, c-format
msgid ""
"Source          Destination     Gateway         Flags   MSS Window  irtt "
"Iface\n"
msgstr ""

#: ../lib/inet_gr.c:266
#, c-format
msgid ""
"Source          Destination     Gateway         Flags Metric Ref    Use "
"Iface    MSS   Window irtt  HH  Arp\n"
msgstr ""

#: ../lib/inet_gr.c:290
#, c-format
msgid ""
"Source          Destination     Gateway         Flags Metric Ref    Use "
"Iface    MSS   Window irtt  TOS HHRef HHUptod     SpecDst\n"
msgstr ""

#: ../lib/inet_sr.c:51
#, c-format
msgid ""
"Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] "
"[[dev] If]\n"
msgstr ""

#: ../lib/inet_sr.c:52
#, c-format
msgid ""
"       inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]\n"
msgstr ""

#: ../lib/inet_sr.c:53
#, c-format
msgid ""
"                              [netmask N] [mss Mss] [window W] [irtt I]\n"
msgstr ""

#: ../lib/inet_sr.c:54
#, c-format
msgid "                              [mod] [dyn] [reinstate] [[dev] If]\n"
msgstr ""

#: ../lib/inet_sr.c:55
#, c-format
msgid ""
"       inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject\n"
msgstr ""

#: ../lib/inet_sr.c:56
#, c-format
msgid "       inet_route [-FC] flush      NOT supported\n"
msgstr ""

#: ../lib/inet_sr.c:158
#, c-format
msgid "route: %s: cannot use a NETWORK as gateway!\n"
msgstr ""

#: ../lib/inet_sr.c:174
#, c-format
msgid "route: Invalid MSS/MTU.\n"
msgstr ""

#: ../lib/inet_sr.c:187
#, c-format
msgid "route: Invalid window.\n"
msgstr ""

#: ../lib/inet_sr.c:203
#, c-format
msgid "route: Invalid initial rtt.\n"
msgstr ""

#: ../lib/inet_sr.c:261
#, c-format
msgid "route: netmask %.8x doesn't make sense with host route\n"
msgstr ""

#: ../lib/inet_sr.c:265
#, c-format
msgid "route: bogus netmask %s\n"
msgstr ""

#: ../lib/inet_sr.c:270
#, c-format
msgid "route: netmask doesn't match route address\n"
msgstr ""

#: ../lib/inet_sr.c:306
#, c-format
msgid "Flushing `inet' routing table not supported\n"
msgstr ""

#: ../lib/inet_sr.c:310
#, c-format
msgid "Modifying `inet' routing cache not supported\n"
msgstr ""

#: ../lib/ipx_gr.c:52
#, c-format
msgid "IPX not configured in this system.\n"
msgstr ""

#: ../lib/ipx_gr.c:56
#, c-format
msgid "Kernel IPX routing table\n"
msgstr ""

#. xxx
#: ../lib/ipx_gr.c:57
#, c-format
msgid "Destination               Router Net                Router Node\n"
msgstr ""

#: ../lib/ipx_sr.c:33
#, c-format
msgid "IPX: this needs to be written\n"
msgstr ""

#: ../lib/masq_info.c:198
#, c-format
msgid "IP masquerading entries\n"
msgstr ""

#: ../lib/masq_info.c:201
#, c-format
msgid "prot   expire source               destination          ports\n"
msgstr ""

#: ../lib/masq_info.c:204
#, c-format
msgid ""
"prot   expire    initseq delta prevd source               "
"destination          ports\n"
msgstr ""

#: ../lib/netrom_gr.c:48
#, c-format
msgid "NET/ROM not configured in this system.\n"
msgstr ""

#: ../lib/netrom_gr.c:51
#, c-format
msgid "Kernel NET/ROM routing table\n"
msgstr ""

#: ../lib/netrom_gr.c:52
#, c-format
msgid "Destination  Mnemonic  Quality  Neighbour  Iface\n"
msgstr ""

#: ../lib/netrom_sr.c:34
#, c-format
msgid "netrom usage\n"
msgstr ""

#: ../lib/netrom_sr.c:44
#, c-format
msgid "NET/ROM: this needs to be written\n"
msgstr ""

#: ../lib/ppp.c:44
#, c-format
msgid "You cannot start PPP with this program.\n"
msgstr ""

#: ../lib/ppp_ac.c:38
#, c-format
msgid "Sorry, use pppd!\n"
msgstr ""

#: ../lib/rose.c:87
msgid "Node address must be ten digits"
msgstr ""

#: ../lib/rose_gr.c:51
#, c-format
msgid "ROSE not configured in this system.\n"
msgstr ""

#: ../lib/rose_gr.c:54
#, c-format
msgid "Kernel ROSE routing table\n"
msgstr ""

#: ../lib/tr.c:86 ../lib/tr.c:101
#, c-format
msgid "in_tr(%s): invalid token ring address!\n"
msgstr ""

#: ../lib/tr.c:113
#, c-format
msgid "in_tr(%s): trailing : ignored!\n"
msgstr ""

#: ../lib/tr.c:125
#, c-format
msgid "in_tr(%s): trailing junk!\n"
msgstr ""

#: ../lib/interface.c:176
#, c-format
msgid "warning: no inet socket available: %s\n"
msgstr ""

#: ../lib/interface.c:325
#, c-format
msgid "Warning: cannot open %s (%s). Limited output.\n"
msgstr ""

#. Give better error message for this case.
#: ../lib/interface.c:571
msgid "Device not found"
msgstr ""

#: ../lib/interface.c:575
#, c-format
msgid "%s: error fetching interface information: %s\n"
msgstr ""

#: ../lib/interface.c:608
msgid "     - no statistics available -"
msgstr ""

#: ../lib/interface.c:612
#, c-format
msgid "[NO FLAGS]"
msgstr ""

#: ../lib/interface.c:688
#, c-format
msgid "%-9.9s Link encap:%s  "
msgstr ""

#: ../lib/interface.c:693
#, c-format
msgid "HWaddr %s  "
msgstr ""

#: ../lib/interface.c:696
#, c-format
msgid "Media:%s"
msgstr ""

#: ../lib/interface.c:698
#, c-format
msgid "(auto)"
msgstr ""

#: ../lib/interface.c:705
#, c-format
msgid "          %s addr:%s "
msgstr ""

#: ../lib/interface.c:708
#, c-format
msgid " P-t-P:%s "
msgstr ""

#: ../lib/interface.c:711
#, c-format
msgid " Bcast:%s "
msgstr ""

#: ../lib/interface.c:713
#, c-format
msgid " Mask:%s\n"
msgstr ""

#: ../lib/interface.c:730
#, c-format
msgid "          inet6 addr: %s/%d"
msgstr ""

#: ../lib/interface.c:732
#, c-format
msgid " Scope:"
msgstr ""

#: ../lib/interface.c:735
#, c-format
msgid "Global"
msgstr ""

#: ../lib/interface.c:738
#, c-format
msgid "Link"
msgstr ""

#: ../lib/interface.c:741
#, c-format
msgid "Site"
msgstr ""

#: ../lib/interface.c:744
#, c-format
msgid "Compat"
msgstr ""

#: ../lib/interface.c:747
#, c-format
msgid "Host"
msgstr ""

#: ../lib/interface.c:750
#, c-format
msgid "Unknown"
msgstr ""

#: ../lib/interface.c:765
#, c-format
msgid "          IPX/Ethernet II addr:%s\n"
msgstr ""

#: ../lib/interface.c:768
#, c-format
msgid "          IPX/Ethernet SNAP addr:%s\n"
msgstr ""

#: ../lib/interface.c:771
#, c-format
msgid "          IPX/Ethernet 802.2 addr:%s\n"
msgstr ""

#: ../lib/interface.c:774
#, c-format
msgid "          IPX/Ethernet 802.3 addr:%s\n"
msgstr ""

#: ../lib/interface.c:784
#, c-format
msgid "          EtherTalk Phase 2 addr:%s\n"
msgstr ""

#: ../lib/interface.c:793
#, c-format
msgid "          econet addr:%s\n"
msgstr ""

#: ../lib/interface.c:800
#, c-format
msgid "[NO FLAGS] "
msgstr ""

#: ../lib/interface.c:802
#, c-format
msgid "UP "
msgstr ""

#: ../lib/interface.c:804
#, c-format
msgid "BROADCAST "
msgstr ""

#: ../lib/interface.c:806
#, c-format
msgid "DEBUG "
msgstr ""

#: ../lib/interface.c:808
#, c-format
msgid "LOOPBACK "
msgstr ""

#: ../lib/interface.c:810
#, c-format
msgid "POINTOPOINT "
msgstr ""

#: ../lib/interface.c:812
#, c-format
msgid "NOTRAILERS "
msgstr ""

#: ../lib/interface.c:814
#, c-format
msgid "RUNNING "
msgstr ""

#: ../lib/interface.c:816
#, c-format
msgid "NOARP "
msgstr ""

#: ../lib/interface.c:818
#, c-format
msgid "PROMISC "
msgstr ""

#: ../lib/interface.c:820
#, c-format
msgid "ALLMULTI "
msgstr ""

#: ../lib/interface.c:822
#, c-format
msgid "SLAVE "
msgstr ""

#: ../lib/interface.c:824
#, c-format
msgid "MASTER "
msgstr ""

#: ../lib/interface.c:826
#, c-format
msgid "MULTICAST "
msgstr ""

#: ../lib/interface.c:829
#, c-format
msgid "DYNAMIC "
msgstr ""

#. DONT FORGET TO ADD THE FLAGS IN ife_print_short
#: ../lib/interface.c:832
#, c-format
msgid " MTU:%d  Metric:%d"
msgstr ""

#: ../lib/interface.c:836
#, c-format
msgid "  Outfill:%d  Keepalive:%d"
msgstr ""

#: ../lib/interface.c:850
#, c-format
msgid "RX packets:%llu errors:%lu dropped:%lu overruns:%lu frame:%lu\n"
msgstr ""

#: ../lib/interface.c:855
#, c-format
msgid "             compressed:%lu\n"
msgstr ""

#: ../lib/interface.c:895
#, c-format
msgid "TX packets:%llu errors:%lu dropped:%lu overruns:%lu carrier:%lu\n"
msgstr ""

#: ../lib/interface.c:899
#, c-format
msgid "          collisions:%lu "
msgstr ""

#: ../lib/interface.c:901
#, c-format
msgid "compressed:%lu "
msgstr ""

#: ../lib/interface.c:903
#, c-format
msgid "txqueuelen:%d "
msgstr ""

#: ../lib/interface.c:905
#, c-format
msgid "RX bytes:%llu (%lu.%lu %s)  TX bytes:%llu (%lu.%lu %s)\n"
msgstr ""

#: ../lib/interface.c:916
#, c-format
msgid "Interrupt:%d "
msgstr ""

#. Only print devices using it for
#. I/O maps
#: ../lib/interface.c:919
#, c-format
msgid "Base address:0x%x "
msgstr ""

#: ../lib/interface.c:921
#, c-format
msgid "Memory:%lx-%lx "
msgstr ""

#: ../lib/interface.c:924
#, c-format
msgid "DMA chan:%x "
msgstr ""

#: ../lib/sockets.c:63
#, c-format
msgid "No usable address families found.\n"
msgstr ""

#: ../lib/util-ank.c:229
#, c-format
msgid "ip: %s is invalid inet address\n"
msgstr ""

#: ../lib/util-ank.c:238
#, c-format
msgid "ip: %s is invalid inet prefix\n"
msgstr ""

#: ../lib/util-ank.c:248
#, c-format
msgid "ip: %s is invalid IPv4 address\n"
msgstr ""

#: ../lib/util-ank.c:256
#, c-format
msgid "ip: argument is wrong: %s\n"
msgstr ""

#: ../ipmaddr.c:61
#, c-format
msgid "Usage: ipmaddr [ add | del ] MULTIADDR dev STRING\n"
msgstr ""

#: ../ipmaddr.c:62
#, c-format
msgid "       ipmaddr show [ dev STRING ] [ ipv4 | ipv6 | link | all ]\n"
msgstr ""

#: ../ipmaddr.c:63
#, c-format
msgid "       ipmaddr -V | -version\n"
msgstr ""

#: ../ipmaddr.c:263
#, c-format
msgid "family %d "
msgstr ""

#: ../ipmaddr.c:272
#, c-format
msgid " users %d"
msgstr ""

#: ../ipmaddr.c:358
msgid "Cannot create socket"
msgstr ""

#: ../slattach.c:180
#, c-format
msgid "slattach: /dev/%s already locked!\n"
msgstr ""

#: ../slattach.c:186
#, c-format
msgid "slattach: tty_lock: (%s): %s\n"
msgstr ""

#: ../slattach.c:192
#, c-format
msgid "slattach: cannot write PID file\n"
msgstr ""

#: ../slattach.c:202
#, c-format
msgid "slattach: tty_lock: UUCP user %s unknown!\n"
msgstr ""

#: ../slattach.c:430
#, c-format
msgid "slattach: tty_hangup(DROP): %s\n"
msgstr ""

#: ../slattach.c:437
#, c-format
msgid "slattach: tty_hangup(RAISE): %s\n"
msgstr ""

#: ../slattach.c:468
#, c-format
msgid "slattach: tty name too long\n"
msgstr ""

#: ../slattach.c:498
#, c-format
msgid "slattach: tty_open: cannot get current state!\n"
msgstr ""

#: ../slattach.c:505
#, c-format
msgid "slattach: tty_open: cannot get current line disc!\n"
msgstr ""

#: ../slattach.c:513
#, c-format
msgid "slattach: tty_open: cannot set RAW mode!\n"
msgstr ""

#: ../slattach.c:520
#, c-format
msgid "slattach: tty_open: cannot set %s bps!\n"
msgstr ""

#: ../slattach.c:530
#, c-format
msgid "slattach: tty_open: cannot set 8N1 mode!\n"
msgstr ""

#: ../slattach.c:672
#, c-format
msgid "slattach: setvbuf(stdout,0,_IOLBF,0) : %s\n"
msgstr ""

#: ../slattach.c:704
#, c-format
msgid "%s started"
msgstr ""

#: ../slattach.c:705
#, c-format
msgid " on %s"
msgstr ""

#: ../slattach.c:706
#, c-format
msgid " interface %s\n"
msgstr ""