# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-04-09 13:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/conf.c:173 #, c-format msgid "\"yes\" or \"no\" expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:188 #, c-format msgid "Integer expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:218 #, c-format msgid "" "Hostname or IP address expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:235 #, c-format msgid "Port number expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:251 #, c-format msgid "Subnet expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:261 #, c-format msgid "" "Network address and prefix length do not match for configuration variable %s " "in %s line %d" msgstr "" #: src/conf.c:369 #, c-format msgid "Cannot open config file %s: %s" msgstr "" #: src/conf.c:405 #, c-format msgid "No value for variable `%s' on line %d while reading config file %s" msgstr "" #: src/conf.c:438 #, c-format msgid "Failed to read `%s': %s" msgstr "" #: src/conf.c:465 #, c-format msgid "`%s' is not an absolute path" msgstr "" #: src/conf.c:481 src/conf.c:513 #, c-format msgid "Couldn't stat `%s': %s" msgstr "" #: src/conf.c:487 src/conf.c:522 #, c-format msgid "`%s' is owned by UID %d instead of %d" msgstr "" #: src/conf.c:494 src/conf.c:529 #, c-format msgid "Warning: `%s' is a symlink" msgstr "" #: src/conf.c:499 src/conf.c:534 #, c-format msgid "Unable to read symbolic link `%s': %s" msgstr "" #. Accessible by others #: src/conf.c:545 #, c-format msgid "`%s' has unsecure permissions" msgstr "" #. Ask for a file and/or directory name. #: src/conf.c:570 #, c-format msgid "Please enter a file to save %s to [%s]: " msgstr "" #: src/conf.c:576 #, c-format msgid "Error while reading stdin: %s\n" msgstr "" #: src/conf.c:602 #, c-format msgid "Error opening file `%s': %s\n" msgstr "" #: src/conf.c:612 #, c-format msgid "" "The file `%s' (or any of the leading directories) has unsafe permissions.\n" "I will not create or overwrite this file.\n" msgstr "" #: src/connection.c:114 msgid "Connections:" msgstr "" #: src/connection.c:119 #, c-format msgid " %s at %s options %lx socket %d status %04x" msgstr "" #: src/connection.c:123 msgid "End of connections." msgstr "" #: src/meta.c:49 #, c-format msgid "Sending %d bytes of metadata to %s (%s)" msgstr "" #: src/meta.c:63 #, c-format msgid "Sending meta data to %s (%s) failed: %s" msgstr "" #: src/meta.c:94 #, c-format msgid "This is a bug: %s:%d: %d:%s %s (%s)" msgstr "" #: src/meta.c:100 #, c-format msgid "Metadata socket error for %s (%s): %s" msgstr "" #: src/meta.c:121 #, c-format msgid "Connection closed by %s (%s)" msgstr "" #: src/meta.c:128 #, c-format msgid "Metadata socket read error for %s (%s): %s" msgstr "" #: src/meta.c:202 #, c-format msgid "Metadata read buffer overflow for %s (%s)" msgstr "" #: src/net.c:88 msgid "Purging unreachable nodes" msgstr "" #: src/net.c:98 #, c-format msgid "Purging node %s (%s)" msgstr "" #: src/net.c:188 #, c-format msgid "Closing connection with %s (%s)" msgstr "" #: src/net.c:253 #, c-format msgid "%s (%s) didn't respond to PING" msgstr "" #: src/net.c:266 #, c-format msgid "Timeout from %s (%s) during authentication" msgstr "" #: src/net.c:311 src/net_socket.c:253 #, c-format msgid "Error while connecting to %s (%s): %s" msgstr "" #: src/net.c:363 #, c-format msgid "Error while waiting for input: %s" msgstr "" #: src/net.c:397 msgid "Regenerating symmetric key" msgstr "" #: src/net.c:414 msgid "Flushing event queue" msgstr "" #: src/net.c:431 msgid "Rereading configuration file and restarting in 5 seconds..." msgstr "" #: src/net.c:438 msgid "Unable to reread configuration file, exitting." msgstr "" #: src/net_packet.c:107 #, c-format msgid "Got unauthenticated packet from %s (%s)" msgstr "" #: src/net_packet.c:134 #, c-format msgid "Got late or replayed packet from %s (%s), seqno %d" msgstr "" #: src/net_packet.c:151 #, c-format msgid "Error while uncompressing packet from %s (%s)" msgstr "" #: src/net_packet.c:178 #, c-format msgid "Received packet of %d bytes from %s (%s)" msgstr "" #: src/net_packet.c:204 #, c-format msgid "No valid key known yet for %s (%s), queueing packet" msgstr "" #: src/net_packet.c:237 #, c-format msgid "Error while compressing packet to %s (%s)" msgstr "" #: src/net_packet.c:288 #, c-format msgid "Setting outgoing packet priority to %d" msgstr "" #. SO_PRIORITY doesn't seem to work #: src/net_packet.c:290 src/net_setup.c:450 src/net_socket.c:98 #: src/net_socket.c:144 src/net_socket.c:171 src/process.c:273 #: src/process.c:310 #, c-format msgid "System call `%s' failed: %s" msgstr "" #: src/net_packet.c:296 #, c-format msgid "Error sending packet to %s (%s): %s" msgstr "" #: src/net_packet.c:313 #, c-format msgid "Sending packet of %d bytes to %s (%s)" msgstr "" #: src/net_packet.c:320 msgid "Packet is looping back to us!" msgstr "" #: src/net_packet.c:329 #, c-format msgid "Node %s (%s) is not reachable" msgstr "" #: src/net_packet.c:337 #, c-format msgid "Sending packet to %s via %s (%s)" msgstr "" #: src/net_packet.c:357 #, c-format msgid "Broadcasting packet of %d bytes from %s (%s)" msgstr "" #: src/net_packet.c:374 #, c-format msgid "Flushing queue for %s (%s)" msgstr "" #: src/net_packet.c:396 #, c-format msgid "This is a bug: %s:%d: %d:%s" msgstr "" #: src/net_packet.c:403 #, c-format msgid "Incoming data socket error: %s" msgstr "" #: src/net_packet.c:409 #, c-format msgid "Receiving packet failed: %s" msgstr "" #: src/net_packet.c:420 #, c-format msgid "Received UDP packet from unknown source %s" msgstr "" #: src/net_setup.c:102 #, c-format msgid "Error reading RSA public key file `%s': %s" msgstr "" #: src/net_setup.c:112 #, c-format msgid "Reading RSA public key file `%s' failed: %s" msgstr "" #: src/net_setup.c:140 #, c-format msgid "No public key for %s specified!" msgstr "" #: src/net_setup.c:166 #, c-format msgid "Error reading RSA private key file `%s': %s" msgstr "" #: src/net_setup.c:176 #, c-format msgid "Reading RSA private key file `%s' failed: %s" msgstr "" #: src/net_setup.c:202 src/net_setup.c:203 msgid "MYSELF" msgstr "" #: src/net_setup.c:210 msgid "Name for tinc daemon required!" msgstr "" #: src/net_setup.c:216 msgid "Invalid name for myself!" msgstr "" #: src/net_setup.c:230 msgid "Cannot open host configuration file for myself!" msgstr "" #: src/net_setup.c:287 msgid "Invalid routing mode!" msgstr "" #: src/net_setup.c:298 msgid "PriorityInheritance not supported on this platform" msgstr "" #: src/net_setup.c:308 msgid "Bogus maximum timeout!" msgstr "" #: src/net_setup.c:325 msgid "Invalid address family!" msgstr "" #: src/net_setup.c:347 msgid "Unrecognized cipher type!" msgstr "" #: src/net_setup.c:382 msgid "Unrecognized digest type!" msgstr "" #: src/net_setup.c:398 msgid "MAC length exceeds size of digest!" msgstr "" #: src/net_setup.c:403 msgid "Bogus MAC length!" msgstr "" #: src/net_setup.c:419 msgid "Bogus compression level!" msgstr "" #: src/net_setup.c:465 #, c-format msgid "Listening on %s" msgstr "" #: src/net_setup.c:476 msgid "Ready" msgstr "" #: src/net_setup.c:479 msgid "Unable to create any listening socket!" msgstr "" #: src/net_socket.c:90 #, c-format msgid "Creating metasocket failed: %s" msgstr "" #: src/net_socket.c:124 src/net_socket.c:186 #, c-format msgid "Can't bind to interface %s: %s" msgstr "" #: src/net_socket.c:128 msgid "BindToDevice not supported on this platform" msgstr "" #: src/net_socket.c:136 #, c-format msgid "Can't bind to %s/tcp: %s" msgstr "" #: src/net_socket.c:163 #, c-format msgid "Creating UDP socket failed: %s" msgstr "" #: src/net_socket.c:196 #, c-format msgid "Can't bind to %s/udp: %s" msgstr "" #: src/net_socket.c:219 #, c-format msgid "Trying to re-establish outgoing connection in %d seconds" msgstr "" #: src/net_socket.c:228 src/net_socket.c:322 #, c-format msgid "Trying to connect to %s (%s)" msgstr "" #: src/net_socket.c:234 src/net_socket.c:329 #, c-format msgid "Creating socket for %s failed: %s" msgstr "" #: src/net_socket.c:258 src/net_socket.c:268 #, c-format msgid "Connected to %s (%s)" msgstr "" #: src/net_socket.c:287 #, c-format msgid "Could not set up a meta connection to %s" msgstr "" #: src/net_socket.c:350 #, c-format msgid "fcntl for %s: %s" msgstr "" #: src/net_socket.c:368 #, c-format msgid "%s: %s" msgstr "" #: src/net_socket.c:389 #, c-format msgid "Already connected to %s" msgstr "" #: src/net_socket.c:408 #, c-format msgid "No address specified for %s" msgstr "" #: src/net_socket.c:435 #, c-format msgid "Accepting a new connection failed: %s" msgstr "" #: src/net_socket.c:453 #, c-format msgid "Connection from %s" msgstr "" #: src/net_socket.c:475 #, c-format msgid "Invalid name for outgoing connection in %s line %d" msgstr "" #: src/netutl.c:65 src/netutl.c:88 #, c-format msgid "Error looking up %s port %s: %s\n" msgstr "" #: src/netutl.c:109 #, c-format msgid "Error while translating addresses: %s" msgstr "" #: src/netutl.c:134 #, c-format msgid "Error while looking up hostname: %s" msgstr "" #: src/netutl.c:137 #, c-format msgid "%s port %s" msgstr "" #: src/netutl.c:166 #, c-format msgid "sockaddrcmp() was called with unknown address family %d, exitting!" msgstr "" #: src/protocol.c:77 #, c-format msgid "Output buffer overflow while sending request to %s (%s)" msgstr "" #: src/protocol.c:85 #, c-format msgid "Sending %s to %s (%s): %s" msgstr "" #: src/protocol.c:87 #, c-format msgid "Sending %s to %s (%s)" msgstr "" #: src/protocol.c:104 #, c-format msgid "Unknown request from %s (%s): %s" msgstr "" #: src/protocol.c:107 #, c-format msgid "Unknown request from %s (%s)" msgstr "" #: src/protocol.c:117 #, c-format msgid "Got %s from %s (%s): %s" msgstr "" #: src/protocol.c:120 #, c-format msgid "Got %s from %s (%s)" msgstr "" #: src/protocol.c:127 #, c-format msgid "Unauthorized request from %s (%s)" msgstr "" #: src/protocol.c:134 #, c-format msgid "Error while processing %s from %s (%s)" msgstr "" #: src/protocol.c:141 #, c-format msgid "Bogus data received from %s (%s)" msgstr "" #: src/protocol.c:187 msgid "Already seen request" msgstr "" #: src/protocol.c:218 #, c-format msgid "Aging past requests: deleted %d, left %d\n" msgstr "" #: src/protocol_auth.c:69 src/protocol_auth.c:224 src/protocol_auth.c:357 #: src/protocol_auth.c:417 src/protocol_auth.c:529 src/protocol_edge.c:90 #: src/protocol_edge.c:219 src/protocol_key.c:80 src/protocol_key.c:128 #: src/protocol_key.c:196 src/protocol_misc.c:61 src/protocol_misc.c:91 #: src/protocol_misc.c:177 src/protocol_subnet.c:71 src/protocol_subnet.c:163 #, c-format msgid "Got bad %s from %s (%s)" msgstr "" #: src/protocol_auth.c:77 src/protocol_edge.c:98 src/protocol_edge.c:104 #: src/protocol_edge.c:228 src/protocol_edge.c:234 src/protocol_subnet.c:79 #: src/protocol_subnet.c:87 src/protocol_subnet.c:171 #: src/protocol_subnet.c:189 #, c-format msgid "Got bad %s from %s (%s): %s" msgstr "" #: src/protocol_auth.c:87 #, c-format msgid "Peer %s is %s instead of %s" msgstr "" #: src/protocol_auth.c:98 #, c-format msgid "Peer %s (%s) uses incompatible version %d" msgstr "" #: src/protocol_auth.c:117 #, c-format msgid "Peer %s had unknown identity (%s)" msgstr "" #: src/protocol_auth.c:175 #, c-format msgid "Generated random meta key (unencrypted): %s" msgstr "" #: src/protocol_auth.c:187 src/protocol_auth.c:254 #, c-format msgid "Error during encryption of meta key for %s (%s)" msgstr "" #: src/protocol_auth.c:234 src/protocol_auth.c:367 src/protocol_auth.c:425 #: src/protocol_auth.c:443 #, c-format msgid "Possible intruder %s (%s): %s" msgstr "" #: src/protocol_auth.c:262 #, c-format msgid "Received random meta key (unencrypted): %s" msgstr "" #: src/protocol_auth.c:274 #, c-format msgid "%s (%s) uses unknown cipher!" msgstr "" #: src/protocol_auth.c:296 src/protocol_key.c:267 #, c-format msgid "Node %s (%s) uses unknown digest!" msgstr "" #: src/protocol_auth.c:302 #, c-format msgid "%s (%s) uses bogus MAC length!" msgstr "" #: src/protocol_auth.c:425 msgid "wrong challenge reply length" msgstr "" #: src/protocol_auth.c:443 msgid "wrong challenge reply" msgstr "" #: src/protocol_auth.c:448 #, c-format msgid "Expected challenge reply: %s" msgstr "" #: src/protocol_auth.c:549 #, c-format msgid "Established a second connection with %s (%s), closing old connection" msgstr "" #: src/protocol_auth.c:583 #, c-format msgid "Connection with %s (%s) activated" msgstr "" #: src/protocol_edge.c:98 src/protocol_edge.c:104 src/protocol_edge.c:228 #: src/protocol_edge.c:234 src/protocol_subnet.c:79 src/protocol_subnet.c:171 msgid "invalid name" msgstr "" #: src/protocol_edge.c:150 #, c-format msgid "Got %s from %s (%s) for ourself which does not match existing entry" msgstr "" #: src/protocol_edge.c:157 #, c-format msgid "Got %s from %s (%s) which does not match existing entry" msgstr "" #: src/protocol_edge.c:167 #, c-format msgid "Got %s from %s (%s) for ourself which does not exist" msgstr "" #: src/protocol_edge.c:248 src/protocol_edge.c:257 src/protocol_edge.c:268 #, c-format msgid "Got %s from %s (%s) which does not appear in the edge tree" msgstr "" #: src/protocol_edge.c:275 src/protocol_subnet.c:118 src/protocol_subnet.c:217 #, c-format msgid "Got %s from %s (%s) for ourself" msgstr "" #: src/protocol_key.c:92 #, c-format msgid "Got %s from %s (%s) origin %s which does not exist" msgstr "" #: src/protocol_key.c:137 src/protocol_key.c:205 #, c-format msgid "" "Got %s from %s (%s) origin %s which does not exist in our connection list" msgstr "" #: src/protocol_key.c:146 src/protocol_key.c:214 #, c-format msgid "" "Got %s from %s (%s) destination %s which does not exist in our connection " "list" msgstr "" #: src/protocol_key.c:246 #, c-format msgid "Node %s (%s) uses unknown cipher!" msgstr "" #: src/protocol_key.c:251 #, c-format msgid "Node %s (%s) uses wrong keylength!" msgstr "" #: src/protocol_key.c:272 #, c-format msgid "Node %s (%s) uses bogus MAC length!" msgstr "" #: src/protocol_misc.c:68 #, c-format msgid "Status message from %s (%s): %s: %s" msgstr "" #: src/protocol_misc.c:98 #, c-format msgid "Error message from %s (%s): %s: %s" msgstr "" #: src/protocol_subnet.c:87 src/protocol_subnet.c:189 msgid "invalid subnet string" msgstr "" #: src/protocol_subnet.c:180 #, c-format msgid "Got %s from %s (%s) for %s which is not in our node tree" msgstr "" #: src/protocol_subnet.c:207 #, c-format msgid "Got %s from %s (%s) for %s which does not appear in his subnet tree" msgstr "" #: src/subnet.c:99 #, c-format msgid "subnet_compare() was called with unknown subnet type %d, exitting!" msgstr "" #: src/subnet.c:274 #, c-format msgid "net2str() was called with unknown subnet type %d, exitting!" msgstr "" #: src/subnet.c:384 msgid "Subnet list:" msgstr "" #: src/subnet.c:389 #, c-format msgid " %s owner %s" msgstr "" #: src/subnet.c:392 msgid "End of subnet list." msgstr "" #: src/tincd.c:100 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/tincd.c:103 #, c-format msgid "" "Usage: %s [option]...\n" "\n" msgstr "" #: src/tincd.c:104 msgid "" " -c, --config=DIR Read configuration options from DIR.\n" " -D, --no-detach Don't fork and detach.\n" " -d, --debug[=LEVEL] Increase debug level or set it to LEVEL.\n" " -k, --kill[=SIGNAL] Attempt to kill a running tincd and exit.\n" " -n, --net=NETNAME Connect to net NETNAME.\n" msgstr "" #: src/tincd.c:109 msgid "" " -K, --generate-keys[=BITS] Generate public/private RSA keypair.\n" " --help Display this help and exit.\n" " --version Output version information and exit.\n" "\n" msgstr "" #: src/tincd.c:112 msgid "Report bugs to tinc@nl.linux.org.\n" msgstr "" #: src/tincd.c:166 #, c-format msgid "" "Invalid argument `%s'; SIGNAL must be a number or one of HUP, TERM, KILL, " "USR1, USR2, WINCH, INT or ALRM.\n" msgstr "" #: src/tincd.c:184 #, c-format msgid "" "Invalid argument `%s'; BITS must be a number equal to or greater than 512.\n" msgstr "" #: src/tincd.c:245 #, c-format msgid "Generating %d bits keys:\n" msgstr "" #: src/tincd.c:250 msgid "Error during key generation!\n" msgstr "" #: src/tincd.c:254 msgid "Done.\n" msgstr "" #: src/tincd.c:263 msgid "public RSA key" msgstr "" #: src/tincd.c:267 src/tincd.c:278 msgid "" "Appending key to existing contents.\n" "Make sure only one key is stored in the file.\n" msgstr "" #: src/tincd.c:274 msgid "private RSA key" msgstr "" #: src/tincd.c:299 msgid "Both netname and configuration directory given, using the latter..." msgstr "" #: src/tincd.c:328 #, c-format msgid "%s version %s (built %s %s, protocol %d)\n" msgstr "" #: src/tincd.c:329 msgid "" "Copyright (C) 1998-2002 Ivo Timmermans, Guus Sliepen and others.\n" "See the AUTHORS file for a complete list.\n" "\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n" "and you are welcome to redistribute it under certain conditions;\n" "see the file COPYING for details.\n" msgstr "" #: src/tincd.c:386 msgid "Unrecoverable error" msgstr "" #: src/tincd.c:391 #, c-format msgid "Restarting in %d seconds!" msgstr "" #: src/process.c:373 src/tincd.c:396 msgid "Not restarting." msgstr "" #: src/process.c:69 #, c-format msgid "Memory exhausted (couldn't allocate %d bytes), exitting." msgstr "" #: src/process.c:100 msgid "Terminating" msgstr "" #: src/process.c:116 #, c-format msgid "A tincd is already running for net `%s' with pid %d.\n" msgstr "" #: src/process.c:119 #, c-format msgid "A tincd is already running with pid %d.\n" msgstr "" #: src/process.c:140 #, c-format msgid "No other tincd is running for net `%s'.\n" msgstr "" #: src/process.c:142 msgid "No other tincd is running.\n" msgstr "" #: src/process.c:151 #, c-format msgid "The tincd for net `%s' is no longer running. " msgstr "" #: src/process.c:153 msgid "The tincd is no longer running. " msgstr "" #: src/process.c:155 msgid "Removing stale lock file.\n" msgstr "" #: src/process.c:183 #, c-format msgid "Couldn't detach from terminal: %s" msgstr "" #: src/process.c:196 #, c-format msgid "tincd %s (%s %s) starting, debug level %d" msgstr "" #: src/process.c:199 #, c-format msgid "tincd %s starting" msgstr "" #: src/process.c:280 #, c-format msgid "Executing script %s" msgstr "" #: src/process.c:290 #, c-format msgid "Process %d (%s) exited with non-zero status %d" msgstr "" #: src/process.c:298 #, c-format msgid "Process %d (%s) was killed by signal %d (%s)" msgstr "" #: src/process.c:304 #, c-format msgid "Process %d (%s) terminated abnormally" msgstr "" #: src/process.c:329 msgid "Got TERM signal" msgstr "" #: src/process.c:338 msgid "Got QUIT signal" msgstr "" #: src/process.c:345 #, c-format msgid "Got another fatal signal %d (%s): not restarting." msgstr "" #: src/process.c:354 #, c-format msgid "Got fatal signal %d (%s)" msgstr "" #: src/process.c:359 msgid "Trying to re-execute in 5 seconds..." msgstr "" #: src/process.c:382 msgid "Got HUP signal" msgstr "" #: src/process.c:391 #, c-format msgid "Reverting to old debug level (%d)" msgstr "" #: src/process.c:398 #, c-format msgid "" "Temporarily setting debug level to 5. Kill me with SIGINT again to go back " "to level %d." msgstr "" #: src/process.c:409 msgid "Got ALRM signal" msgstr "" #: src/process.c:438 #, c-format msgid "Got unexpected signal %d (%s)" msgstr "" #: src/process.c:447 #, c-format msgid "Ignored signal %d (%s)" msgstr "" #: src/process.c:504 #, c-format msgid "Installing signal handler for signal %d (%s) failed: %s\n" msgstr "" #: src/route.c:73 #, c-format msgid "Learned new MAC address %hx:%hx:%hx:%hx:%hx:%hx" msgstr "" #: src/route.c:107 #, c-format msgid "MAC address %hx:%hx:%hx:%hx:%hx:%hx expired" msgstr "" #: src/route.c:152 #, c-format msgid "Cannot route packet: unknown IPv4 destination address %d.%d.%d.%d" msgstr "" #: src/route.c:172 #, c-format msgid "" "Cannot route packet: unknown IPv6 destination address %hx:%hx:%hx:%hx:%hx:%" "hx:%hx:%hx" msgstr "" #: src/route.c:233 msgid "" "Cannot route packet: received unknown type neighbor solicitation request" msgstr "" #: src/route.c:254 msgid "Cannot route packet: checksum error for neighbor solicitation request" msgstr "" #: src/route.c:266 #, c-format msgid "" "Cannot route packet: neighbor solicitation request for unknown address %hx:%" "hx:%hx:%hx:%hx:%hx:%hx:%hx" msgstr "" #: src/route.c:341 msgid "Cannot route packet: received unknown type ARP request" msgstr "" #: src/route.c:354 #, c-format msgid "Cannot route packet: ARP request for unknown address %d.%d.%d.%d" msgstr "" #: src/route.c:411 #, c-format msgid "Cannot route packet: unknown type %hx" msgstr "" #: src/node.c:161 msgid "Nodes:" msgstr "" #: src/node.c:166 #, c-format msgid "" " %s at %s cipher %d digest %d maclength %d compression %d options %lx status " "%04x nexthop %s via %s" msgstr "" #: src/node.c:171 msgid "End of nodes." msgstr "" #: src/edge.c:194 msgid "Edges:" msgstr "" #: src/edge.c:201 #, c-format msgid " %s at %s - %s at %s options %lx weight %d" msgstr "" #: src/edge.c:209 msgid "End of edges." msgstr "" #: src/graph.c:261 #, c-format msgid "Node %s (%s) became reachable" msgstr "" #: src/graph.c:273 #, c-format msgid "Node %s (%s) became unreachable" msgstr "" #: src/freebsd/device.c:70 src/linux/device.c:89 src/netbsd/device.c:74 #: src/openbsd/device.c:74 src/solaris/device.c:75 #, c-format msgid "Could not open %s: %s" msgstr "" #: src/linux/device.c:114 src/linux/device.c:124 msgid "Linux tun/tap device" msgstr "" #: src/linux/device.c:122 #, c-format msgid "Old ioctl() request was needed for %s" msgstr "" #: src/linux/device.c:131 msgid "Linux ethertap device" msgstr "" #: src/freebsd/device.c:87 src/linux/device.c:136 src/netbsd/device.c:90 #: src/openbsd/device.c:90 src/solaris/device.c:132 #, c-format msgid "%s is a %s" msgstr "" #: src/freebsd/device.c:108 src/linux/device.c:159 src/linux/device.c:169 #: src/netbsd/device.c:111 src/openbsd/device.c:111 src/solaris/device.c:149 #, c-format msgid "Error while reading from %s %s: %s" msgstr "" #: src/freebsd/device.c:117 src/linux/device.c:180 src/netbsd/device.c:126 #: src/openbsd/device.c:140 src/solaris/device.c:164 #, c-format msgid "Read packet of %d bytes from %s" msgstr "" #: src/freebsd/device.c:128 src/linux/device.c:191 src/netbsd/device.c:139 #: src/openbsd/device.c:154 src/solaris/device.c:175 #, c-format msgid "Writing packet of %d bytes to %s" msgstr "" #: src/linux/device.c:198 src/linux/device.c:207 src/netbsd/device.c:149 #: src/openbsd/device.c:180 src/solaris/device.c:180 #, c-format msgid "Can't write to %s %s: %s" msgstr "" #: src/freebsd/device.c:144 src/linux/device.c:220 src/netbsd/device.c:160 #: src/openbsd/device.c:191 src/solaris/device.c:192 #, c-format msgid "Statistics for %s %s:" msgstr "" #: src/freebsd/device.c:145 src/linux/device.c:221 src/netbsd/device.c:161 #: src/openbsd/device.c:192 src/solaris/device.c:193 #, c-format msgid " total bytes in: %10d" msgstr "" #: src/freebsd/device.c:146 src/linux/device.c:222 src/netbsd/device.c:162 #: src/openbsd/device.c:193 src/solaris/device.c:194 #, c-format msgid " total bytes out: %10d" msgstr "" #: src/freebsd/device.c:85 msgid "FreeBSD tap device" msgstr "" #: src/freebsd/device.c:133 #, c-format msgid "Error while writing to %s %s: %s" msgstr "" #: src/solaris/device.c:86 #, c-format msgid "Could not open /dev/ip: %s" msgstr "" #: src/solaris/device.c:92 #, c-format msgid "Can't assign new interface: %s" msgstr "" #: src/solaris/device.c:97 #, c-format msgid "Could not open %s twice: %s" msgstr "" #: src/solaris/device.c:102 #, c-format msgid "Can't push IP module: %s" msgstr "" #: src/solaris/device.c:108 #, c-format msgid "Can't set PPA %d: %s" msgstr "" #: src/solaris/device.c:113 #, c-format msgid "Can't link TUN device to IP: %s" msgstr "" #: src/solaris/device.c:120 msgid "Solaris tun device" msgstr "" #: src/netbsd/device.c:88 msgid "NetBSD tun device" msgstr "" #: src/openbsd/device.c:88 msgid "OpenBSD tun device" msgstr "" #: src/openbsd/device.c:130 #, c-format msgid "Unknown address family %d while reading packet from %s %s" msgstr "" #: src/openbsd/device.c:169 #, c-format msgid "Unknown address family %d while writing packet to %s %s" msgstr ""