# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Ivo Timmermans and Guus Sliepen # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: tinc-devel@tinc-vpn.org\n" "POT-Creation-Date: 2004-11-11 13:40+0100\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" #: lib/utils.c:93 msgid "(unable to format errormessage)" msgstr "" #: src/conf.c:159 #, c-format msgid "\"yes\" or \"no\" expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:175 #, c-format msgid "Integer expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:209 #, c-format msgid "" "Hostname or IP address expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:225 #, c-format msgid "Subnet expected for configuration variable %s in %s line %d" msgstr "" #: src/conf.c:236 #, c-format msgid "" "Network address and prefix length do not match for configuration variable %s " "in %s line %d" msgstr "" #: src/conf.c:336 #, c-format msgid "Cannot open config file %s: %s" msgstr "" #: src/conf.c:390 #, c-format msgid "No value for variable `%s' on line %d while reading config file %s" msgstr "" #: src/conf.c:421 #, c-format msgid "Failed to read `%s': %s" msgstr "" #: src/conf.c:443 #, c-format msgid "Please enter a file to save %s to [%s]: " msgstr "" #: src/conf.c:450 #, c-format msgid "Error while reading stdin: %s\n" msgstr "" #: src/conf.c:482 #, c-format msgid "Error opening file `%s': %s\n" msgstr "" #: src/connection.c:49 msgid "everyone" msgstr "" #: src/connection.c:50 msgid "BROADCAST" msgstr "" #: src/connection.c:120 msgid "Connections:" msgstr "" #: src/connection.c:124 #, c-format msgid " %s at %s options %lx socket %d status %04x" msgstr "" #: src/connection.c:128 msgid "End of connections." msgstr "" #: src/meta.c:45 #, c-format msgid "Sending %d bytes of metadata to %s (%s)" msgstr "" #: src/meta.c:51 #, c-format msgid "Error while encrypting metadata to %s (%s): %s" msgstr "" #: src/meta.c:64 src/meta.c:117 #, c-format msgid "Connection closed by %s (%s)" msgstr "" #: src/meta.c:69 #, c-format msgid "Sending meta data to %s (%s) failed: %s" msgstr "" #: src/meta.c:122 #, c-format msgid "Metadata socket read error for %s (%s): %s" msgstr "" #: src/meta.c:137 #, c-format msgid "Error while decrypting metadata from %s (%s): %s" msgstr "" #: src/meta.c:190 #, c-format msgid "Metadata read buffer overflow for %s (%s)" msgstr "" #: src/net.c:60 msgid "Purging unreachable nodes" msgstr "" #: src/net.c:69 #, c-format msgid "Purging node %s (%s)" msgstr "" #: src/net.c:170 #, c-format msgid "Closing connection with %s (%s)" msgstr "" #: src/net.c:235 #, c-format msgid "%s (%s) didn't respond to PING" msgstr "" #: src/net.c:244 #, c-format msgid "Old connection_t for %s (%s) status %04x still lingering, deleting..." msgstr "" #: src/net.c:249 #, c-format msgid "Timeout from %s (%s) during authentication" msgstr "" #: src/net.c:297 #, c-format msgid "Error while connecting to %s (%s): %s" msgstr "" #: src/net.c:353 #, c-format msgid "Error while waiting for input: %s" msgstr "" #: src/net.c:384 msgid "Regenerating symmetric key" msgstr "" #: src/net.c:401 msgid "Flushing event queue" msgstr "" #: src/net.c:425 msgid "Unable to reread configuration file, exitting." msgstr "" #: src/net_packet.c:75 #, c-format msgid "No response to MTU probes from %s (%s)" msgstr "" #: src/net_packet.c:82 #, c-format msgid "Fixing MTU of %s (%s) to %d after %d probes" msgstr "" #: src/net_packet.c:94 #, c-format msgid "Sending MTU probe length %d to %s (%s)" msgstr "" #: src/net_packet.c:107 #, c-format msgid "Got MTU probe length %d from %s (%s)" msgstr "" #: src/net_packet.c:164 #, c-format msgid "Received packet of %d bytes from %s (%s)" msgstr "" #: src/net_packet.c:185 src/route.c:92 #, c-format msgid "Got too short packet from %s (%s)" msgstr "" #: src/net_packet.c:198 #, c-format msgid "Got unauthenticated packet from %s (%s)" msgstr "" #: src/net_packet.c:213 #, c-format msgid "Error decrypting packet from %s (%s): %s" msgstr "" #: src/net_packet.c:229 #, c-format msgid "Lost %d packets from %s (%s)" msgstr "" #: src/net_packet.c:235 #, c-format msgid "Got late or replayed packet from %s (%s), seqno %d, last received %d" msgstr "" #: src/net_packet.c:259 #, c-format msgid "Error while uncompressing packet from %s (%s)" msgstr "" #: src/net_packet.c:307 #, c-format msgid "No valid key known yet for %s (%s), queueing packet" msgstr "" #: src/net_packet.c:336 #, c-format msgid "Error while compressing packet to %s (%s)" msgstr "" #: src/net_packet.c:358 #, c-format msgid "Error while encrypting packet to %s (%s): %s" msgstr "" #: src/net_packet.c:390 #, c-format msgid "Setting outgoing packet priority to %d" msgstr "" #: src/net_packet.c:392 src/net_setup.c:477 src/net_socket.c:73 #: src/net_socket.c:124 src/net_socket.c:153 src/tincd.c:434 src/tincd.c:468 #: src/process.c:198 src/process.c:231 src/process.c:428 src/bsd/device.c:93 #: src/bsd/device.c:112 src/cygwin/device.c:140 src/cygwin/device.c:171 #: src/mingw/device.c:66 src/mingw/device.c:75 src/mingw/device.c:80 #: src/mingw/device.c:236 src/mingw/device.c:243 src/mingw/device.c:248 #: src/mingw/device.c:255 src/mingw/device.c:264 src/mingw/device.c:271 #: src/uml_socket/device.c:89 src/uml_socket/device.c:103 #: src/uml_socket/device.c:130 src/uml_socket/device.c:194 #, c-format msgid "System call `%s' failed: %s" msgstr "" #: src/net_packet.c:403 #, c-format msgid "Error sending packet to %s (%s): %s" msgstr "" #: src/net_packet.c:426 #, c-format msgid "Sending packet of %d bytes to %s (%s)" msgstr "" #: src/net_packet.c:430 #, c-format msgid "Node %s (%s) is not reachable" msgstr "" #: src/net_packet.c:438 #, c-format msgid "Sending packet to %s via %s (%s)" msgstr "" #: src/net_packet.c:457 #, c-format msgid "Broadcasting packet of %d bytes from %s (%s)" msgstr "" #: src/net_packet.c:474 #, c-format msgid "Flushing queue for %s (%s)" msgstr "" #: src/net_packet.c:496 #, c-format msgid "Receiving packet failed: %s" msgstr "" #: src/net_packet.c:506 #, c-format msgid "Received UDP packet from unknown source %s" msgstr "" #: src/net_setup.c:77 src/net_setup.c:94 #, c-format msgid "Error reading RSA public key file `%s': %s" msgstr "" #: src/net_setup.c:109 #, c-format msgid "Reading RSA public key file `%s' failed: %s" msgstr "" #: src/net_setup.c:145 #, c-format msgid "No public key for %s specified!" msgstr "" #: src/net_setup.c:160 msgid "PrivateKey used but no PublicKey found!" msgstr "" #: src/net_setup.c:179 #, c-format msgid "Error reading RSA private key file `%s': %s" msgstr "" #: src/net_setup.c:187 #, c-format msgid "Could not stat RSA private key file `%s': %s'" msgstr "" #: src/net_setup.c:194 #, c-format msgid "Warning: insecure file permissions for RSA private key file `%s'!" msgstr "" #: src/net_setup.c:201 #, c-format msgid "Reading RSA private key file `%s' failed: %s" msgstr "" #: src/net_setup.c:231 src/net_setup.c:232 msgid "MYSELF" msgstr "" #: src/net_setup.c:238 msgid "Name for tinc daemon required!" msgstr "" #: src/net_setup.c:243 msgid "Invalid name for myself!" msgstr "" #: src/net_setup.c:252 msgid "Cannot open host configuration file for myself!" msgstr "" #: src/net_setup.c:307 msgid "Invalid routing mode!" msgstr "" #: src/net_setup.c:318 msgid "PriorityInheritance not supported on this platform" msgstr "" #: src/net_setup.c:326 msgid "Bogus maximum timeout!" msgstr "" #: src/net_setup.c:340 msgid "Invalid address family!" msgstr "" #: src/net_setup.c:358 msgid "Unrecognized cipher type!" msgstr "" #: src/net_setup.c:383 src/protocol_auth.c:189 #, c-format msgid "Error during initialisation of cipher for %s (%s): %s" msgstr "" #: src/net_setup.c:400 msgid "Unrecognized digest type!" msgstr "" #: src/net_setup.c:413 msgid "MAC length exceeds size of digest!" msgstr "" #: src/net_setup.c:416 msgid "Bogus MAC length!" msgstr "" #: src/net_setup.c:430 msgid "Bogus compression level!" msgstr "" #: src/net_setup.c:499 #, c-format msgid "Listening on %s" msgstr "" #: src/net_setup.c:510 msgid "Ready" msgstr "" #: src/net_setup.c:512 msgid "Unable to create any listening socket!" msgstr "" #: src/net_socket.c:63 #, c-format msgid "Creating metasocket failed: %s" msgstr "" #: src/net_socket.c:104 src/net_socket.c:196 #, c-format msgid "Can't bind to interface %s: %s" msgstr "" #: src/net_socket.c:109 msgid "BindToInterface not supported on this platform" msgstr "" #: src/net_socket.c:116 #, c-format msgid "Can't bind to %s/tcp: %s" msgstr "" #: src/net_socket.c:143 #, c-format msgid "Creating UDP socket failed: %s" msgstr "" #: src/net_socket.c:207 #, c-format msgid "Can't bind to %s/udp: %s" msgstr "" #: src/net_socket.c:234 #, c-format msgid "Trying to re-establish outgoing connection in %d seconds" msgstr "" #: src/net_socket.c:242 #, c-format msgid "Connected to %s (%s)" msgstr "" #: src/net_socket.c:249 src/net_socket.c:333 src/net_socket.c:444 #, c-format msgid "fcntl for %s: %s" msgstr "" #: src/net_socket.c:269 #, c-format msgid "Could not set up a meta connection to %s" msgstr "" #: src/net_socket.c:303 #, c-format msgid "Trying to connect to %s (%s)" msgstr "" #: src/net_socket.c:309 #, c-format msgid "Creating socket for %s failed: %s" msgstr "" #: src/net_socket.c:349 #, c-format msgid "%s: %s" msgstr "" #: src/net_socket.c:370 #, c-format msgid "Already connected to %s" msgstr "" #: src/net_socket.c:389 #, c-format msgid "No address specified for %s" msgstr "" #: src/net_socket.c:419 #, c-format msgid "Accepting a new connection failed: %s" msgstr "" #: src/net_socket.c:437 #, c-format msgid "Connection from %s" msgstr "" #: src/net_socket.c:471 #, c-format msgid "Invalid name for outgoing connection in %s line %d" msgstr "" #: src/netutl.c:50 #, c-format msgid "Error looking up %s port %s: %s" msgstr "" #: src/netutl.c:105 #, c-format msgid "Error while translating addresses: %s" msgstr "" #: src/netutl.c:131 src/netutl.c:142 #, c-format msgid "%s port %s" msgstr "" #: src/netutl.c:138 #, c-format msgid "Error while looking up hostname: %s" msgstr "" #: src/netutl.c:187 #, c-format msgid "sockaddrcmp() was called with unknown address family %d, exitting!" msgstr "" #: src/protocol.c:87 #, c-format msgid "Output buffer overflow while sending request to %s (%s)" msgstr "" #: src/protocol.c:95 #, c-format msgid "Sending %s to %s (%s): %s" msgstr "" #: src/protocol.c:98 #, c-format msgid "Sending %s to %s (%s)" msgstr "" #: src/protocol.c:120 #, c-format msgid "Forwarding %s from %s (%s): %s" msgstr "" #: src/protocol.c:124 #, c-format msgid "Forwarding %s from %s (%s)" msgstr "" #: src/protocol.c:142 #, c-format msgid "Unknown request from %s (%s): %s" msgstr "" #: src/protocol.c:145 #, c-format msgid "Unknown request from %s (%s)" msgstr "" #: src/protocol.c:152 #, c-format msgid "Got %s from %s (%s): %s" msgstr "" #: src/protocol.c:156 #, c-format msgid "Got %s from %s (%s)" msgstr "" #: src/protocol.c:162 #, c-format msgid "Unauthorized request from %s (%s)" msgstr "" #: src/protocol.c:170 #, c-format msgid "Error while processing %s from %s (%s)" msgstr "" #: src/protocol.c:175 #, c-format msgid "Bogus data received from %s (%s)" msgstr "" #: src/protocol.c:221 msgid "Already seen request" msgstr "" #: src/protocol.c:251 #, c-format msgid "Aging past requests: deleted %d, left %d" msgstr "" #: src/protocol_auth.c:58 src/protocol_auth.c:209 src/protocol_auth.c:338 #: src/protocol_auth.c:405 src/protocol_auth.c:531 src/protocol_edge.c:73 #: src/protocol_edge.c:188 src/protocol_key.c:62 src/protocol_key.c:105 #: src/protocol_key.c:172 src/protocol_misc.c:54 src/protocol_misc.c:83 #: src/protocol_misc.c:171 src/protocol_subnet.c:58 src/protocol_subnet.c:167 #, c-format msgid "Got bad %s from %s (%s)" msgstr "" #: src/protocol_auth.c:66 src/protocol_edge.c:81 src/protocol_edge.c:87 #: src/protocol_edge.c:196 src/protocol_edge.c:202 src/protocol_subnet.c:66 #: src/protocol_subnet.c:74 src/protocol_subnet.c:175 #: src/protocol_subnet.c:196 #, c-format msgid "Got bad %s from %s (%s): %s" msgstr "" #: src/protocol_auth.c:75 #, c-format msgid "Peer %s is %s instead of %s" msgstr "" #: src/protocol_auth.c:85 #, c-format msgid "Peer %s (%s) uses incompatible version %d" msgstr "" #: src/protocol_auth.c:101 #, c-format msgid "Peer %s had unknown identity (%s)" msgstr "" #: src/protocol_auth.c:153 #, c-format msgid "Generated random meta key (unencrypted): %s" msgstr "" #: src/protocol_auth.c:165 src/protocol_auth.c:238 #, c-format msgid "Error during encryption of meta key for %s (%s)" msgstr "" #: src/protocol_auth.c:219 src/protocol_auth.c:348 src/protocol_auth.c:413 #: src/protocol_auth.c:435 #, c-format msgid "Possible intruder %s (%s): %s" msgstr "" #: src/protocol_auth.c:246 #, c-format msgid "Received random meta key (unencrypted): %s" msgstr "" #: src/protocol_auth.c:257 #, c-format msgid "%s (%s) uses unknown cipher!" msgstr "" #: src/protocol_auth.c:265 #, c-format msgid "Error during initialisation of cipher from %s (%s): %s" msgstr "" #: src/protocol_auth.c:281 src/protocol_key.c:242 #, c-format msgid "Node %s (%s) uses unknown digest!" msgstr "" #: src/protocol_auth.c:286 #, c-format msgid "%s (%s) uses bogus MAC length!" msgstr "" #: src/protocol_auth.c:381 #, c-format msgid "Error during calculation of response for %s (%s): %s" msgstr "" #: src/protocol_auth.c:414 msgid "wrong challenge reply length" msgstr "" #: src/protocol_auth.c:427 #, c-format msgid "Error during calculation of response from %s (%s): %s" msgstr "" #: src/protocol_auth.c:436 msgid "wrong challenge reply" msgstr "" #: src/protocol_auth.c:441 #, c-format msgid "Expected challenge reply: %s" msgstr "" #: src/protocol_auth.c:547 #, c-format msgid "Established a second connection with %s (%s), closing old connection" msgstr "" #: src/protocol_auth.c:570 #, c-format msgid "Connection with %s (%s) activated" msgstr "" #: src/protocol_edge.c:82 src/protocol_edge.c:88 src/protocol_edge.c:197 #: src/protocol_edge.c:203 src/protocol_subnet.c:67 src/protocol_subnet.c:176 msgid "invalid name" msgstr "" #: src/protocol_edge.c:127 #, c-format msgid "Got %s from %s (%s) for ourself which does not match existing entry" msgstr "" #: src/protocol_edge.c:132 #, c-format msgid "Got %s from %s (%s) which does not match existing entry" msgstr "" #: src/protocol_edge.c:140 #, c-format msgid "Got %s from %s (%s) for ourself which does not exist" msgstr "" #: src/protocol_edge.c:215 src/protocol_edge.c:223 src/protocol_edge.c:236 #, c-format msgid "Got %s from %s (%s) which does not appear in the edge tree" msgstr "" #: src/protocol_edge.c:242 src/protocol_subnet.c:103 src/protocol_subnet.c:219 #, c-format msgid "Got %s from %s (%s) for ourself" msgstr "" #: src/protocol_key.c:73 #, c-format msgid "Got %s from %s (%s) origin %s which does not exist" msgstr "" #: src/protocol_key.c:113 src/protocol_key.c:180 #, c-format msgid "" "Got %s from %s (%s) origin %s which does not exist in our connection list" msgstr "" #: src/protocol_key.c:121 src/protocol_key.c:188 #, c-format msgid "" "Got %s from %s (%s) destination %s which does not exist in our connection " "list" msgstr "" #: src/protocol_key.c:222 #, c-format msgid "Node %s (%s) uses unknown cipher!" msgstr "" #: src/protocol_key.c:228 #, c-format msgid "Node %s (%s) uses wrong keylength!" msgstr "" #: src/protocol_key.c:248 #, c-format msgid "Node %s (%s) uses bogus MAC length!" msgstr "" #: src/protocol_key.c:257 #, c-format msgid "Node %s (%s) uses bogus compression level!" msgstr "" #: src/protocol_key.c:265 #, c-format msgid "Error during initialisation of key from %s (%s): %s" msgstr "" #: src/protocol_misc.c:59 #, c-format msgid "Status message from %s (%s): %d: %s" msgstr "" #: src/protocol_misc.c:88 #, c-format msgid "Error message from %s (%s): %d: %s" msgstr "" #: src/protocol_subnet.c:75 src/protocol_subnet.c:197 msgid "invalid subnet string" msgstr "" #: src/protocol_subnet.c:185 #, c-format msgid "Got %s from %s (%s) for %s which is not in our node tree" msgstr "" #: src/protocol_subnet.c:211 #, c-format msgid "Got %s from %s (%s) for %s which does not appear in his subnet tree" msgstr "" #: src/subnet.c:103 #, c-format msgid "subnet_compare() was called with unknown subnet type %d, exitting!" msgstr "" #: src/subnet.c:281 #, c-format msgid "net2str() was called with unknown subnet type %d, exiting!" msgstr "" #: src/subnet.c:396 msgid "Subnet list:" msgstr "" #: src/subnet.c:402 #, c-format msgid " %s owner %s" msgstr "" #: src/subnet.c:405 msgid "End of subnet list." msgstr "" #: src/tincd.c:108 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/tincd.c:111 #, c-format msgid "" "Usage: %s [option]...\n" "\n" msgstr "" #: src/tincd.c:112 #, c-format 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" " -K, --generate-keys[=BITS] Generate public/private RSA keypair.\n" " -L, --mlock Lock tinc into main memory.\n" " --logfile[=FILENAME] Write log entries to a logfile.\n" " --pidfile=FILENAME Write PID to FILENAME.\n" " --help Display this help and exit.\n" " --version Output version information and exit.\n" "\n" msgstr "" #: src/tincd.c:123 #, c-format msgid "Report bugs to tinc@tinc-vpn.org.\n" msgstr "" #: src/tincd.c:179 #, 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:201 #, c-format msgid "" "Invalid argument `%s'; BITS must be a number equal to or greater than 512.\n" msgstr "" #: src/tincd.c:294 #, c-format msgid "Generating %d bits keys:\n" msgstr "" #: src/tincd.c:298 #, c-format msgid "Error during key generation!\n" msgstr "" #: src/tincd.c:301 #, c-format msgid "Done.\n" msgstr "" #: src/tincd.c:304 msgid "private RSA key" msgstr "" #: src/tincd.c:315 src/tincd.c:334 #, c-format msgid "" "Appending key to existing contents.\n" "Make sure only one key is stored in the file.\n" msgstr "" #: src/tincd.c:328 msgid "public RSA key" msgstr "" #: src/tincd.c:387 msgid "Both netname and configuration directory given, using the latter..." msgstr "" #: src/tincd.c:408 #, c-format msgid "%s version %s (built %s %s, protocol %d)\n" msgstr "" #: src/tincd.c:410 #, c-format msgid "" "Copyright (C) 1998-2004 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:438 msgid "mlockall() not supported on this platform!" msgstr "" #: src/tincd.c:462 msgid "Error initializing LZO compressor!" msgstr "" #: src/tincd.c:503 msgid "Terminating" msgstr "" #: src/process.c:54 #, c-format msgid "Memory exhausted (couldn't allocate %d bytes), exitting." msgstr "" #: src/process.c:79 src/process.c:129 #, c-format msgid "Could not open service manager: %s" msgstr "" #: src/process.c:110 #, c-format msgid "Could not create %s service: %s" msgstr "" #: src/process.c:116 #, c-format msgid "%s service installed" msgstr "" #: src/process.c:119 #, c-format msgid "Could not start %s service: %s" msgstr "" #: src/process.c:121 #, c-format msgid "%s service started" msgstr "" #: src/process.c:136 #, c-format msgid "Could not open %s service: %s" msgstr "" #: src/process.c:141 #, c-format msgid "Could not stop %s service: %s" msgstr "" #: src/process.c:143 #, c-format msgid "%s service stopped" msgstr "" #: src/process.c:146 #, c-format msgid "Could not remove %s service: %s" msgstr "" #: src/process.c:150 #, c-format msgid "%s service removed" msgstr "" #: src/process.c:158 src/process.c:161 #, c-format msgid "Got %s request" msgstr "" #: src/process.c:164 #, c-format msgid "Got unexpected request %d" msgstr "" #: src/process.c:252 #, c-format msgid "A tincd is already running for net `%s' with pid %ld.\n" msgstr "" #: src/process.c:255 #, c-format msgid "A tincd is already running with pid %ld.\n" msgstr "" #: src/process.c:261 #, c-format msgid "Could write pid file %s: %s\n" msgstr "" #: src/process.c:283 #, c-format msgid "No other tincd is running for net `%s'.\n" msgstr "" #: src/process.c:286 #, c-format msgid "No other tincd is running.\n" msgstr "" #: src/process.c:295 #, c-format msgid "The tincd for net `%s' is no longer running. " msgstr "" #: src/process.c:298 #, c-format msgid "The tincd is no longer running. " msgstr "" #: src/process.c:300 #, c-format msgid "Removing stale lock file.\n" msgstr "" #: src/process.c:333 #, c-format msgid "Couldn't detach from terminal: %s" msgstr "" #: src/process.c:341 #, c-format msgid "Could not write pid file %s: %s\n" msgstr "" #: src/process.c:352 #, c-format msgid "tincd %s (%s %s) starting, debug level %d" msgstr "" #: src/process.c:385 #, c-format msgid "Executing script %s" msgstr "" #: src/process.c:415 #, c-format msgid "Script %s exited with non-zero status %d" msgstr "" #: src/process.c:420 #, c-format msgid "Script %s was killed by signal %d (%s)" msgstr "" #: src/process.c:424 #, c-format msgid "Script %s terminated abnormally" msgstr "" #: src/process.c:444 src/process.c:453 src/process.c:494 src/process.c:500 #: src/process.c:518 #, c-format msgid "Got %s signal" msgstr "" #: src/process.c:462 #, c-format msgid "Got another fatal signal %d (%s): not restarting." msgstr "" #: src/process.c:471 #, c-format msgid "Got fatal signal %d (%s)" msgstr "" #: src/process.c:475 msgid "Trying to re-execute in 5 seconds..." msgstr "" #: src/process.c:487 msgid "Not restarting." msgstr "" #: src/process.c:503 #, c-format msgid "Reverting to old debug level (%d)" msgstr "" #: src/process.c:509 #, c-format msgid "" "Temporarily setting debug level to 5. Kill me with SIGINT again to go back " "to level %d." msgstr "" #: src/process.c:542 #, c-format msgid "Got unexpected signal %d (%s)" msgstr "" #: src/process.c:548 #, c-format msgid "Ignored signal %d (%s)" msgstr "" #: src/process.c:602 #, c-format msgid "Installing signal handler for signal %d (%s) failed: %s\n" msgstr "" #: src/route.c:111 #, c-format msgid "Learned new MAC address %hx:%hx:%hx:%hx:%hx:%hx" msgstr "" #: src/route.c:149 #, c-format msgid "Subnet %s expired" msgstr "" #: src/route.c:184 src/route.c:337 src/route.c:479 #, c-format msgid "Packet looping back to %s (%s)!" msgstr "" #: src/route.c:283 #, c-format msgid "Length of packet (%d) doesn't match length in IPv4 header (%d)" msgstr "" #: src/route.c:287 #, c-format msgid "Fragmenting packet of %d bytes to %s (%s)" msgstr "" #: src/route.c:325 #, c-format msgid "" "Cannot route packet from %s (%s): unknown IPv4 destination address %d.%d.%d.%" "d" msgstr "" #: src/route.c:350 src/route.c:489 #, c-format msgid "Packet for %s (%s) length %d larger than MTU %d" msgstr "" #: src/route.c:463 #, c-format msgid "" "Cannot route packet from %s (%s): unknown IPv6 destination address %hx:%hx:%" "hx:%hx:%hx:%hx:%hx:%hx" msgstr "" #: src/route.c:521 #, c-format msgid "Got neighbor solicitation request from %s (%s) while in router mode!" msgstr "" #: src/route.c:540 msgid "" "Cannot route packet: received unknown type neighbor solicitation request" msgstr "" #: src/route.c:559 msgid "Cannot route packet: checksum error for neighbor solicitation request" msgstr "" #: src/route.c:568 #, c-format msgid "" "Cannot route packet: neighbor solicitation request for unknown address %hx:%" "hx:%hx:%hx:%hx:%hx:%hx:%hx" msgstr "" #: src/route.c:655 #, c-format msgid "Got ARP request from %s (%s) while in router mode!" msgstr "" #: src/route.c:672 msgid "Cannot route packet: received unknown type ARP request" msgstr "" #: src/route.c:681 #, c-format msgid "Cannot route packet: ARP request for unknown address %d.%d.%d.%d" msgstr "" #: src/route.c:737 #, c-format msgid "Cannot route packet from %s (%s): unknown type %hx" msgstr "" #: src/node.c:183 msgid "Nodes:" msgstr "" #: src/node.c:187 #, c-format msgid "" " %s at %s cipher %d digest %d maclength %d compression %d options %lx status " "%04x nexthop %s via %s pmtu %d (min %d max %d)" msgstr "" #: src/node.c:194 msgid "End of nodes." msgstr "" #: src/edge.c:148 msgid "Edges:" msgstr "" #: src/edge.c:155 #, c-format msgid " %s to %s at %s options %lx weight %d" msgstr "" #: src/edge.c:161 msgid "End of edges." msgstr "" #: src/graph.c:263 #, c-format msgid "Node %s (%s) became reachable" msgstr "" #: src/graph.c:266 #, c-format msgid "Node %s (%s) became unreachable" msgstr "" #: src/linux/device.c:76 src/solaris/device.c:57 src/bsd/device.c:63 #: src/raw_socket/device.c:59 src/uml_socket/device.c:122 #, c-format msgid "Could not open %s: %s" msgstr "" #: src/linux/device.c:87 msgid "Linux tun/tap device (tun mode)" msgstr "" #: src/linux/device.c:91 msgid "Linux tun/tap device (tap mode)" msgstr "" #: src/linux/device.c:101 #, c-format msgid "Old ioctl() request was needed for %s" msgstr "" #: src/linux/device.c:109 msgid "Linux ethertap device" msgstr "" #: src/linux/device.c:114 src/solaris/device.c:106 src/bsd/device.c:133 #: src/raw_socket/device.c:83 src/uml_socket/device.c:149 #, c-format msgid "%s is a %s" msgstr "" #: src/linux/device.c:137 src/linux/device.c:148 src/linux/device.c:159 #: src/solaris/device.c:125 src/bsd/device.c:152 src/bsd/device.c:181 #: src/bsd/device.c:210 src/cygwin/device.c:239 src/mingw/device.c:103 #: src/mingw/device.c:303 src/raw_socket/device.c:102 #: src/uml_socket/device.c:239 #, c-format msgid "Error while reading from %s %s: %s" msgstr "" #: src/linux/device.c:170 src/solaris/device.c:150 src/bsd/device.c:224 #: src/cygwin/device.c:248 src/mingw/device.c:312 src/raw_socket/device.c:111 #: src/uml_socket/device.c:249 #, c-format msgid "Read packet of %d bytes from %s" msgstr "" #: src/linux/device.c:180 src/solaris/device.c:160 src/bsd/device.c:234 #: src/cygwin/device.c:260 src/mingw/device.c:325 src/raw_socket/device.c:121 #: src/uml_socket/device.c:267 #, c-format msgid "Writing packet of %d bytes to %s" msgstr "" #: src/linux/device.c:187 src/linux/device.c:194 src/linux/device.c:203 #: src/solaris/device.c:164 src/bsd/device.c:268 src/raw_socket/device.c:125 #: src/uml_socket/device.c:272 #, c-format msgid "Can't write to %s %s: %s" msgstr "" #: src/linux/device.c:219 src/solaris/device.c:178 src/bsd/device.c:296 #: src/cygwin/device.c:277 src/mingw/device.c:342 src/raw_socket/device.c:139 #: src/uml_socket/device.c:288 #, c-format msgid "Statistics for %s %s:" msgstr "" #: src/linux/device.c:220 src/solaris/device.c:179 src/bsd/device.c:297 #: src/cygwin/device.c:278 src/mingw/device.c:343 src/raw_socket/device.c:140 #: src/uml_socket/device.c:289 #, c-format msgid " total bytes in: %10d" msgstr "" #: src/linux/device.c:221 src/solaris/device.c:180 src/bsd/device.c:298 #: src/cygwin/device.c:279 src/mingw/device.c:344 src/raw_socket/device.c:141 #: src/uml_socket/device.c:290 #, c-format msgid " total bytes out: %10d" msgstr "" #: src/solaris/device.c:69 #, c-format msgid "Could not open /dev/ip: %s" msgstr "" #: src/solaris/device.c:75 #, c-format msgid "Can't assign new interface: %s" msgstr "" #: src/solaris/device.c:80 #, c-format msgid "Could not open %s twice: %s" msgstr "" #: src/solaris/device.c:86 #, c-format msgid "Can't push IP module: %s" msgstr "" #: src/solaris/device.c:92 #, c-format msgid "Can't set PPA %d: %s" msgstr "" #: src/solaris/device.c:97 #, c-format msgid "Can't link TUN device to IP: %s" msgstr "" #: src/solaris/device.c:104 msgid "Solaris tun device" msgstr "" #: src/solaris/device.c:141 src/bsd/device.c:168 #, c-format msgid "Unknown IP version %d while reading packet from %s %s" msgstr "" #: src/bsd/device.c:77 #, c-format msgid "Unknown device type %s!" msgstr "" #: src/bsd/device.c:105 src/bsd/device.c:124 msgid "Generic BSD tun device" msgstr "" #: src/bsd/device.c:129 msgid "Generic BSD tap device" msgstr "" #: src/bsd/device.c:199 #, c-format msgid "Unknown address family %x while reading packet from %s %s" msgstr "" #: src/bsd/device.c:240 src/bsd/device.c:277 src/cygwin/device.c:264 #: src/mingw/device.c:329 #, c-format msgid "Error while writing to %s %s: %s" msgstr "" #: src/bsd/device.c:262 #, c-format msgid "Unknown address family %x while writing packet to %s %s" msgstr "" #: src/cygwin/device.c:71 src/mingw/device.c:147 #, c-format msgid "Unable to read registry: %s" msgstr "" #: src/cygwin/device.c:123 src/mingw/device.c:198 msgid "No Windows tap device found!" msgstr "" #: src/cygwin/device.c:149 #, c-format msgid "Could not open Windows tap device %s (%s) for writing: %s" msgstr "" #: src/cygwin/device.c:158 src/mingw/device.c:223 #, c-format msgid "Could not get MAC address from Windows tap device %s (%s): %s" msgstr "" #: src/cygwin/device.c:187 #, c-format msgid "Could not open Windows tap device %s (%s) for reading: %s" msgstr "" #: src/cygwin/device.c:193 msgid "Tap reader forked and running." msgstr "" #: src/cygwin/device.c:210 msgid "Tap reader failed!" msgstr "" #: src/cygwin/device.c:214 src/mingw/device.c:282 msgid "Windows tap device" msgstr "" #: src/cygwin/device.c:216 src/mingw/device.c:284 #, c-format msgid "%s (%s) is a %s" msgstr "" #: src/mingw/device.c:84 msgid "Tap reader running" msgstr "" #: src/mingw/device.c:216 #, c-format msgid "%s (%s) is not a usable Windows tap device: %s" msgstr "" #: src/raw_socket/device.c:56 msgid "raw socket" msgstr "" #: src/raw_socket/device.c:68 #, c-format msgid "Can't find interface %s: %s" msgstr "" #: src/raw_socket/device.c:79 src/uml_socket/device.c:137 #, c-format msgid "Could not bind %s to %s: %s" msgstr "" #: src/uml_socket/device.c:78 msgid "UML network socket" msgstr "" #: src/uml_socket/device.c:81 #, c-format msgid "Could not open write %s: %s" msgstr "" #: src/uml_socket/device.c:95 #, c-format msgid "Could not open data %s: %s" msgstr "" #: src/uml_socket/device.c:116 #, c-format msgid "Could not bind data %s: %s" msgstr "" #: src/uml_socket/device.c:142 #, c-format msgid "Could not listen on %s %s: %s" msgstr "" #: src/uml_socket/device.c:189 #, c-format msgid "Could not accept connection to %s %s: %s" msgstr "" #: src/uml_socket/device.c:209 #, c-format msgid "Error while reading request from %s %s: %s" msgstr "" #: src/uml_socket/device.c:216 #, c-format msgid "Unknown magic %x, version %d, request type %d from %s %s" msgstr "" #: src/uml_socket/device.c:223 #, c-format msgid "Could not bind write %s: %s" msgstr "" #: src/uml_socket/device.c:231 msgid "Connection with UML established" msgstr "" #: src/uml_socket/device.c:262 #, c-format msgid "Dropping packet of %d bytes to %s: not connected to UML yet" msgstr ""