0
0
mirror of https://github.com/ecki/net-tools.git synced 2024-11-13 12:59:26 +00:00
net-tools/po/net-tools.pot
Jamie Bainbridge bc3d7dc9bd statistics: fix packets typo
Commit 614e15d6 introduced a typo of "packets" to "packetes". Correct
spelling where required.

Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
2021-01-03 16:21:23 -05:00

3025 lines
53 KiB
Plaintext

# 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: 2005-05-16 05:18+0200\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:111 ../arp.c:276
#, c-format
msgid "arp: need host name\n"
msgstr ""
#: ../arp.c:213 ../arp.c:228
#, c-format
msgid "No ARP entry for %s\n"
msgstr ""
#: ../arp.c:246
#, c-format
msgid "arp: cant get HW-Address for `%s': %s.\n"
msgstr ""
#: ../arp.c:250
#, c-format
msgid "arp: protocol type mismatch.\n"
msgstr ""
#: ../arp.c:259
#, c-format
msgid "arp: device `%s' has HW address %s `%s'.\n"
msgstr ""
#: ../arp.c:289
#, c-format
msgid "arp: need hardware address\n"
msgstr ""
#: ../arp.c:297
#, c-format
msgid "arp: invalid hardware address\n"
msgstr ""
#: ../arp.c:394
#, c-format
msgid "arp: cannot open etherfile %s !\n"
msgstr ""
#: ../arp.c:410
#, c-format
msgid "arp: format error on line %u of etherfile %s !\n"
msgstr ""
#: ../arp.c:423
#, c-format
msgid "arp: cannot set entry on line %u of etherfile %s !\n"
msgstr ""
#: ../arp.c:444
#, c-format
msgid ""
"Address HWtype HWaddress Flags Mask "
"Iface\n"
msgstr ""
#: ../arp.c:472
msgid "<from_interface>"
msgstr ""
#: ../arp.c:474
msgid "(incomplete)"
msgstr ""
#: ../arp.c:491
#, c-format
msgid "%s (%s) at "
msgstr ""
#: ../arp.c:497
#, c-format
msgid "<incomplete> "
msgstr ""
#: ../arp.c:503
#, c-format
msgid "netmask %s "
msgstr ""
#: ../arp.c:520
#, c-format
msgid "on %s\n"
msgstr ""
#: ../arp.c:599
#, c-format
msgid "Entries: %d\tSkipped: %d\tFound: %d\n"
msgstr ""
#: ../arp.c:603
#, c-format
msgid "%s (%s) -- no entry\n"
msgstr ""
#: ../arp.c:605
#, c-format
msgid "arp: in %d entries no match found.\n"
msgstr ""
#: ../arp.c:620
#, c-format
msgid ""
"Usage:\n"
" arp [-vn] [<HW>] [-i <if>] [-a] [<hostname>] <-Display ARP "
"cache\n"
msgstr ""
#: ../arp.c:621
#, c-format
msgid ""
" arp [-v] [-i <if>] -d <hostname> [pub][nopub] <-Delete ARP "
"entry\n"
msgstr ""
#: ../arp.c:622
#, c-format
msgid ""
" arp [-vnD] [<HW>] [-i <if>] -f [<filename>] <-Add entry from "
"file\n"
msgstr ""
#: ../arp.c:623
#, c-format
msgid ""
" arp [-v] [<HW>] [-i <if>] -s <hostname> <hwaddr> [temp][nopub] <-Add "
"entry\n"
msgstr ""
#: ../arp.c:624
#, c-format
msgid ""
" arp [-v] [<HW>] [-i <if>] -Ds <hostname> <if> [netmask <nm>] pub "
"<-''-\n"
"\n"
msgstr ""
#: ../arp.c:626
#, c-format
msgid ""
" -a display (all) hosts in alternative (BSD) "
"style\n"
msgstr ""
#: ../arp.c:627
#, c-format
msgid " -s, --set set a new ARP entry\n"
msgstr ""
#: ../arp.c:628
#, c-format
msgid " -d, --delete delete a specified entry\n"
msgstr ""
#: ../arp.c:629 ../netstat.c:1503 ../route.c:86
#, c-format
msgid " -v, --verbose be verbose\n"
msgstr ""
#: ../arp.c:630 ../netstat.c:1504 ../route.c:87
#, c-format
msgid " -n, --numeric don't resolve names\n"
msgstr ""
#: ../arp.c:631
#, c-format
msgid ""
" -i, --device specify network interface (e.g. eth0)\n"
msgstr ""
#: ../arp.c:632
#, c-format
msgid " -D, --use-device read <hwaddr> from given device\n"
msgstr ""
#: ../arp.c:633
#, c-format
msgid " -A, -p, --protocol specify protocol family\n"
msgstr ""
#: ../arp.c:634
#, c-format
msgid ""
" -f, --file read new entries from file or from /etc/"
"ethers\n"
"\n"
msgstr ""
#: ../arp.c:636 ../rarp.c:182
#, c-format
msgid " <HW>=Use '-H <hw>' to specify hardware address type. Default: %s\n"
msgstr ""
#: ../arp.c:637 ../rarp.c:183
#, c-format
msgid " List of possible hardware types (which support ARP):\n"
msgstr ""
#: ../arp.c:671 ../arp.c:756
#, c-format
msgid "%s: hardware type not supported!\n"
msgstr ""
#: ../arp.c:675
#, c-format
msgid "%s: address family not supported!\n"
msgstr ""
#: ../arp.c:710
#, c-format
msgid "arp: -N not yet supported.\n"
msgstr ""
#: ../arp.c:720
#, c-format
msgid "arp: %s: unknown address family.\n"
msgstr ""
#: ../arp.c:729
#, c-format
msgid "arp: %s: unknown hardware type.\n"
msgstr ""
#: ../arp.c:748
#, c-format
msgid "arp: %s: kernel only supports 'inet'.\n"
msgstr ""
#: ../arp.c:761
#, 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:100 ../hostname.c:118
#, c-format
msgid "%s: name too long\n"
msgstr ""
#: ../hostname.c:92
#, c-format
msgid "Setting hostname to `%s'\n"
msgstr ""
#: ../hostname.c:97
#, c-format
msgid "%s: you must be root to change the host name\n"
msgstr ""
#: ../hostname.c:110
#, c-format
msgid "Setting domainname to `%s'\n"
msgstr ""
#: ../hostname.c:115
#, c-format
msgid "%s: you must be root to change the domain name\n"
msgstr ""
#: ../hostname.c:132
#, c-format
msgid "Resolving `%s' ...\n"
msgstr ""
#: ../hostname.c:138
#, c-format
msgid "Result: h_name=`%s'\n"
msgstr ""
#: ../hostname.c:143
#, c-format
msgid "Result: h_aliases=`%s'\n"
msgstr ""
#: ../hostname.c:148
#, c-format
msgid "Result: h_addr_list=`%s'\n"
msgstr ""
#: ../hostname.c:209
#, c-format
msgid "%s: can't open `%s'\n"
msgstr ""
#: ../hostname.c:223
#, c-format
msgid "Usage: hostname [-v] {hostname|-F file} set hostname (from file)\n"
msgstr ""
#: ../hostname.c:224
#, c-format
msgid ""
" domainname [-v] {nisdomain|-F file} set NIS domainname (from file)\n"
msgstr ""
#: ../hostname.c:226
#, c-format
msgid ""
" nodename [-v] {nodename|-F file} set DECnet node name (from "
"file)\n"
msgstr ""
#: ../hostname.c:228
#, c-format
msgid " hostname [-v] [-d|-f|-s|-a|-i|-y|-n] display formatted name\n"
msgstr ""
#: ../hostname.c:229
#, c-format
msgid ""
" hostname [-v] display hostname\n"
"\n"
msgstr ""
#: ../hostname.c:230
#, c-format
msgid ""
" hostname -V|--version|-h|--help print info and exit\n"
"\n"
msgstr ""
#: ../hostname.c:231
#, c-format
msgid ""
" dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y\n"
"\n"
msgstr ""
#: ../hostname.c:232
#, c-format
msgid " -s, --short short host name\n"
msgstr ""
#: ../hostname.c:233
#, c-format
msgid " -a, --alias alias names\n"
msgstr ""
#: ../hostname.c:234
#, c-format
msgid " -i, --ip-address addresses for the hostname\n"
msgstr ""
#: ../hostname.c:235
#, c-format
msgid " -f, --fqdn, --long long host name (FQDN)\n"
msgstr ""
#: ../hostname.c:236
#, c-format
msgid " -d, --domain DNS domain name\n"
msgstr ""
#: ../hostname.c:237
#, c-format
msgid " -y, --yp, --nis NIS/YP domainname\n"
msgstr ""
#: ../hostname.c:239
#, c-format
msgid " -n, --node DECnet node name\n"
msgstr ""
#: ../hostname.c:241
#, c-format
msgid ""
" -F, --file read hostname or NIS domainname from given file\n"
"\n"
msgstr ""
#: ../hostname.c:243
#, 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:340
#, c-format
msgid "%s: You can't change the DNS domain name with this command\n"
msgstr ""
#: ../hostname.c:341
#, c-format
msgid ""
"\n"
"Unless you are using bind or NIS for host lookups you can change the DNS\n"
msgstr ""
#: ../hostname.c:342
#, c-format
msgid "domain name (which is part of the FQDN) in the /etc/hosts file.\n"
msgstr ""
#: ../hostname.c:359
#, c-format
msgid "gethostname()=`%s'\n"
msgstr ""
#: ../hostname.c:376
#, c-format
msgid "getdomainname()=`%s'\n"
msgstr ""
#: ../hostname.c:391
#, c-format
msgid "getnodename()=`%s'\n"
msgstr ""
#: ../ifconfig.c:107 ../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 ""
#: ../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:791 ../ifconfig.c:884
#: ../ifconfig.c:997
#, 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:304
#, c-format
msgid "ifconfig: option `%s' not recognised.\n"
msgstr ""
#: ../ifconfig.c:306 ../ifconfig.c:987
#, c-format
msgid "ifconfig: `--help' gives usage information.\n"
msgstr ""
#: ../ifconfig.c:381
#, c-format
msgid "Unknown media type.\n"
msgstr ""
#: ../ifconfig.c:418
#, c-format
msgid ""
"Warning: Interface %s still in promisc mode... maybe other application is "
"running?\n"
msgstr ""
#: ../ifconfig.c:430
#, c-format
msgid "Warning: Interface %s still in MULTICAST mode.\n"
msgstr ""
#: ../ifconfig.c:442
#, c-format
msgid "Warning: Interface %s still in ALLMULTI mode.\n"
msgstr ""
#: ../ifconfig.c:466
#, c-format
msgid "Warning: Interface %s still in DYNAMIC mode.\n"
msgstr ""
#: ../ifconfig.c:524
#, c-format
msgid "Warning: Interface %s still in BROADCAST mode.\n"
msgstr ""
#: ../ifconfig.c:535
#, c-format
msgid "ifconfig: Error resolving '%s' for broadcast\n"
msgstr ""
#: ../ifconfig.c:560
#, c-format
msgid "ifconfig: Error resolving '%s' for dstaddr\n"
msgstr ""
#: ../ifconfig.c:583
#, c-format
msgid "ifconfig: Error resolving '%s' for netmask\n"
msgstr ""
#: ../ifconfig.c:662
#, c-format
msgid "Warning: Interface %s still in POINTOPOINT mode.\n"
msgstr ""
#: ../ifconfig.c:673
#, c-format
msgid "ifconfig: Error resolving '%s' for pointopoint\n"
msgstr ""
#: ../ifconfig.c:697
#, c-format
msgid "hw address type `%s' has no handler to set address. failed.\n"
msgstr ""
#: ../ifconfig.c:706
#, c-format
msgid "%s: invalid %s address.\n"
msgstr ""
#: ../ifconfig.c:746
#, c-format
msgid "ifconfig: Error resolving '%s' for add\n"
msgstr ""
#: ../ifconfig.c:757 ../ifconfig.c:847 ../ifconfig.c:935
#, c-format
msgid "No support for INET6 on this system.\n"
msgstr ""
#: ../ifconfig.c:800 ../ifconfig.c:893
#, c-format
msgid "Interface %s not initialized\n"
msgstr ""
#: ../ifconfig.c:812 ../ifconfig.c:904
#, c-format
msgid "Bad address.\n"
msgstr ""
#: ../ifconfig.c:907
#, c-format
msgid "Address deletion not supported on this system.\n"
msgstr ""
#: ../ifconfig.c:979
#, c-format
msgid "ifconfig: Cannot set address for this protocol family.\n"
msgstr ""
#: ../ifconfig.c:986
#, c-format
msgid "ifconfig: error resolving '%s' to set address for af=%s\n"
msgstr ""
#: ../ifconfig.c:1007
#, c-format
msgid "No support for ECONET on this system.\n"
msgstr ""
#: ../ifconfig.c:1015
#, c-format
msgid "Don't know how to set addresses for family %d.\n"
msgstr ""
#: ../ifconfig.c:1050
#, 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: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 packets 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 dropped"
msgstr ""
#: ../statistics.c:176
#, c-format
msgid "%u packets directly queued to recvmsg prequeue"
msgstr ""
#: ../statistics.c:178
#, c-format
msgid "%u bytes directly in process context from backlog"
msgstr ""
#: ../statistics.c:179
#, c-format
msgid "%u bytes directly received in process context from prequeue"
msgstr ""
#: ../statistics.c:181
#, c-format
msgid "%u packets dropped from prequeue"
msgstr ""
#: ../statistics.c:182
#, c-format
msgid "%u packet headers predicted"
msgstr ""
#: ../statistics.c:183
#, c-format
msgid "%u packet headers predicted and directly queued to user"
msgstr ""
#: ../statistics.c:185
#, c-format
msgid "Ran %u times out of system memory during packet sending"
msgstr ""
#: ../statistics.c:187
#, c-format
msgid "%u acknowledgments not containing data payload received"
msgstr ""
#: ../statistics.c:188
#, c-format
msgid "%u predicted acknowledgments"
msgstr ""
#: ../statistics.c:189
#, c-format
msgid "%u times recovered from packet loss due to fast retransmit"
msgstr ""
#: ../statistics.c:190
#, c-format
msgid "%u times recovered from packet loss by selective acknowledgements"
msgstr ""
#: ../statistics.c:191
#, c-format
msgid "%u bad SACK blocks received"
msgstr ""
#: ../statistics.c:192
#, c-format
msgid "Detected reordering %u times using FACK"
msgstr ""
#: ../statistics.c:193
#, c-format
msgid "Detected reordering %u times using SACK"
msgstr ""
#: ../statistics.c:194
#, c-format
msgid "Detected reordering %u times using time stamp"
msgstr ""
#: ../statistics.c:195
#, c-format
msgid "Detected reordering %u times using reno fast retransmit"
msgstr ""
#: ../statistics.c:196
#, c-format
msgid "%u congestion windows fully recovered without slow start"
msgstr ""
#: ../statistics.c:197
#, c-format
msgid "%u congestion windows partially recovered using Hoe heuristic"
msgstr ""
#: ../statistics.c:198
#, c-format
msgid "%u congestion window recovered without slow start using DSACK"
msgstr ""
#: ../statistics.c:199
#, c-format
msgid "%u congestion windows recovered without slow start after partial ack"
msgstr ""
#: ../statistics.c:200
#, c-format
msgid "%u retransmits lost"
msgstr ""
#: ../statistics.c:201
#, c-format
msgid "%u timeouts after reno fast retransmit"
msgstr ""
#: ../statistics.c:202
#, c-format
msgid "%u timeouts after SACK recovery"
msgstr ""
#: ../statistics.c:203
#, c-format
msgid "%u timeouts in loss state"
msgstr ""
#: ../statistics.c:204
#, c-format
msgid "%u fast retransmits"
msgstr ""
#: ../statistics.c:205
#, c-format
msgid "%u forward retransmits"
msgstr ""
#: ../statistics.c:206
#, c-format
msgid "%u retransmits in slow start"
msgstr ""
#: ../statistics.c:207
#, c-format
msgid "%u other TCP timeouts"
msgstr ""
#: ../statistics.c:208
#, c-format
msgid "%u reno fast retransmits failed"
msgstr ""
#: ../statistics.c:209
#, c-format
msgid "%u SACK retransmits failed"
msgstr ""
#: ../statistics.c:210
#, c-format
msgid "%u times receiver scheduled too late for direct processing"
msgstr ""
#: ../statistics.c:211
#, c-format
msgid "%u packets collapsed in receive queue due to low socket buffer"
msgstr ""
#: ../statistics.c:212
#, c-format
msgid "%u DSACKs sent for old packets"
msgstr ""
#: ../statistics.c:213
#, c-format
msgid "%u DSACKs sent for out of order packets"
msgstr ""
#: ../statistics.c:214
#, c-format
msgid "%u DSACKs received"
msgstr ""
#: ../statistics.c:215
#, c-format
msgid "%u DSACKs for out of order packets received"
msgstr ""
#: ../statistics.c:216
#, c-format
msgid "%u connections reset due to unexpected SYN"
msgstr ""
#: ../statistics.c:217
#, c-format
msgid "%u connections reset due to unexpected data"
msgstr ""
#: ../statistics.c:218
#, c-format
msgid "%u connections reset due to early user close"
msgstr ""
#: ../statistics.c:219
#, c-format
msgid "%u connections aborted due to memory pressure"
msgstr ""
#: ../statistics.c:220
#, c-format
msgid "%u connections aborted due to timeout"
msgstr ""
#: ../statistics.c:221
#, c-format
msgid "%u connections aborted after user close in linger timeout"
msgstr ""
#: ../statistics.c:222
#, c-format
msgid "%u times unabled to send RST due to no memory"
msgstr ""
#: ../statistics.c:223
#, c-format
msgid "TCP ran low on memory %u times"
msgstr ""
#: ../statistics.c:224
#, c-format
msgid "%u TCP data loss events"
msgstr ""
#: ../statistics.c:225
#, c-format
msgid "%u congestion windows recovered without slow start by DSACK"
msgstr ""
#: ../statistics.c:227
#, c-format
msgid "%u classic Reno fast retransmits failed"
msgstr ""
#: ../statistics.c:294
msgid "enabled"
msgstr ""
#: ../statistics.c:294
msgid "disabled"
msgstr ""
#: ../statistics.c:377
msgid "error parsing /proc/net/snmp"
msgstr ""
#: ../statistics.c:390
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:145 ../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:94
#, c-format
msgid "rresolve: unsupport address family %d !\n"
msgstr ""
#: ../lib/inet6.c:147
msgid "[UNKNOWN]"
msgstr ""
#: ../lib/inet6_gr.c:71
#, c-format
msgid "INET6 (IPv6) not configured in this system.\n"
msgstr ""
#: ../lib/inet6_gr.c:76
#, c-format
msgid "Kernel IPv6 routing cache\n"
msgstr ""
#: ../lib/inet6_gr.c:78
#, c-format
msgid "Kernel IPv6 routing table\n"
msgstr ""
#: ../lib/inet6_gr.c:80
#, c-format
msgid ""
"Destination Next Hop Flag Met Ref Use "
"If\n"
msgstr ""
#: ../lib/inet6_gr.c:174
#, c-format
msgid "Kernel IPv6 Neighbour Cache\n"
msgstr ""
#: ../lib/inet6_gr.c:177
#, c-format
msgid ""
"Neighbour HW Address Iface Flags "
"Ref State\n"
msgstr ""
#: ../lib/inet6_gr.c:181
#, 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:174
#, c-format
msgid "warning: no inet socket available: %s\n"
msgstr ""
#: ../lib/interface.c:323
#, c-format
msgid "Warning: cannot open %s (%s). Limited output.\n"
msgstr ""
#. Give better error message for this case.
#: ../lib/interface.c:570
msgid "Device not found"
msgstr ""
#: ../lib/interface.c:574
#, c-format
msgid "%s: error fetching interface information: %s\n"
msgstr ""
#: ../lib/interface.c:607
msgid " - no statistics available -"
msgstr ""
#: ../lib/interface.c:611
#, c-format
msgid "[NO FLAGS]"
msgstr ""
#: ../lib/interface.c:687
#, c-format
msgid "%-9.9s Link encap:%s "
msgstr ""
#: ../lib/interface.c:692
#, c-format
msgid "HWaddr %s "
msgstr ""
#: ../lib/interface.c:695
#, c-format
msgid "Media:%s"
msgstr ""
#: ../lib/interface.c:697
#, c-format
msgid "(auto)"
msgstr ""
#: ../lib/interface.c:704
#, c-format
msgid " %s addr:%s "
msgstr ""
#: ../lib/interface.c:707
#, c-format
msgid " P-t-P:%s "
msgstr ""
#: ../lib/interface.c:710
#, c-format
msgid " Bcast:%s "
msgstr ""
#: ../lib/interface.c:712
#, c-format
msgid " Mask:%s\n"
msgstr ""
#: ../lib/interface.c:729
#, c-format
msgid " inet6 addr: %s/%d"
msgstr ""
#: ../lib/interface.c:731
#, c-format
msgid " Scope:"
msgstr ""
#: ../lib/interface.c:734
#, c-format
msgid "Global"
msgstr ""
#: ../lib/interface.c:737
#, c-format
msgid "Link"
msgstr ""
#: ../lib/interface.c:740
#, c-format
msgid "Site"
msgstr ""
#: ../lib/interface.c:743
#, c-format
msgid "Compat"
msgstr ""
#: ../lib/interface.c:746
#, c-format
msgid "Host"
msgstr ""
#: ../lib/interface.c:749
#, c-format
msgid "Unknown"
msgstr ""
#: ../lib/interface.c:764
#, c-format
msgid " IPX/Ethernet II addr:%s\n"
msgstr ""
#: ../lib/interface.c:767
#, c-format
msgid " IPX/Ethernet SNAP addr:%s\n"
msgstr ""
#: ../lib/interface.c:770
#, c-format
msgid " IPX/Ethernet 802.2 addr:%s\n"
msgstr ""
#: ../lib/interface.c:773
#, c-format
msgid " IPX/Ethernet 802.3 addr:%s\n"
msgstr ""
#: ../lib/interface.c:783
#, c-format
msgid " EtherTalk Phase 2 addr:%s\n"
msgstr ""
#: ../lib/interface.c:792
#, c-format
msgid " econet addr:%s\n"
msgstr ""
#: ../lib/interface.c:799
#, c-format
msgid "[NO FLAGS] "
msgstr ""
#: ../lib/interface.c:801
#, c-format
msgid "UP "
msgstr ""
#: ../lib/interface.c:803
#, c-format
msgid "BROADCAST "
msgstr ""
#: ../lib/interface.c:805
#, c-format
msgid "DEBUG "
msgstr ""
#: ../lib/interface.c:807
#, c-format
msgid "LOOPBACK "
msgstr ""
#: ../lib/interface.c:809
#, c-format
msgid "POINTOPOINT "
msgstr ""
#: ../lib/interface.c:811
#, c-format
msgid "NOTRAILERS "
msgstr ""
#: ../lib/interface.c:813
#, c-format
msgid "RUNNING "
msgstr ""
#: ../lib/interface.c:815
#, c-format
msgid "NOARP "
msgstr ""
#: ../lib/interface.c:817
#, c-format
msgid "PROMISC "
msgstr ""
#: ../lib/interface.c:819
#, c-format
msgid "ALLMULTI "
msgstr ""
#: ../lib/interface.c:821
#, c-format
msgid "SLAVE "
msgstr ""
#: ../lib/interface.c:823
#, c-format
msgid "MASTER "
msgstr ""
#: ../lib/interface.c:825
#, c-format
msgid "MULTICAST "
msgstr ""
#: ../lib/interface.c:828
#, c-format
msgid "DYNAMIC "
msgstr ""
#. DONT FORGET TO ADD THE FLAGS IN ife_print_short
#: ../lib/interface.c:831
#, c-format
msgid " MTU:%d Metric:%d"
msgstr ""
#: ../lib/interface.c:835
#, c-format
msgid " Outfill:%d Keepalive:%d"
msgstr ""
#: ../lib/interface.c:849
#, c-format
msgid "RX packets:%llu errors:%lu dropped:%lu overruns:%lu frame:%lu\n"
msgstr ""
#: ../lib/interface.c:854
#, c-format
msgid " compressed:%lu\n"
msgstr ""
#: ../lib/interface.c:894
#, c-format
msgid "TX packets:%llu errors:%lu dropped:%lu overruns:%lu carrier:%lu\n"
msgstr ""
#: ../lib/interface.c:898
#, c-format
msgid " collisions:%lu "
msgstr ""
#: ../lib/interface.c:900
#, c-format
msgid "compressed:%lu "
msgstr ""
#: ../lib/interface.c:902
#, c-format
msgid "txqueuelen:%d "
msgstr ""
#: ../lib/interface.c:904
#, c-format
msgid "RX bytes:%llu (%lu.%lu %s) TX bytes:%llu (%lu.%lu %s)\n"
msgstr ""
#: ../lib/interface.c:915
#, c-format
msgid "Interrupt:%d "
msgstr ""
#. Only print devices using it for
#. I/O maps
#: ../lib/interface.c:918
#, c-format
msgid "Base address:0x%x "
msgstr ""
#: ../lib/interface.c:920
#, c-format
msgid "Memory:%lx-%lx "
msgstr ""
#: ../lib/interface.c:923
#, 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 ""