gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2871 - in GNUnet: . contrib doc/man po src/applications/st


From: grothoff
Subject: [GNUnet-SVN] r2871 - in GNUnet: . contrib doc/man po src/applications/stats src/util
Date: Sat, 20 May 2006 08:24:57 -0700 (PDT)

Author: grothoff
Date: 2006-05-20 08:24:45 -0700 (Sat, 20 May 2006)
New Revision: 2871

Modified:
   GNUnet/ChangeLog
   GNUnet/UPDATING
   GNUnet/configure.ac
   GNUnet/contrib/doxygen
   GNUnet/doc/man/gnunet-download.1
   GNUnet/doc/man/gnunet-insert.1
   GNUnet/doc/man/gnunet-search.1
   GNUnet/doc/man/gnunet-stats.1
   GNUnet/po/GNUnet.pot
   GNUnet/po/de.po
   GNUnet/po/rw.po
   GNUnet/po/sv.po
   GNUnet/po/vi.po
   GNUnet/src/applications/stats/gnunet-stats.c
   GNUnet/src/util/printhelp.c
Log:
mantis 1067

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/ChangeLog    2006-05-20 15:24:45 UTC (rev 2871)
@@ -1,3 +1,6 @@
+Sat May 20 08:37:02 PDT 2006
+       Releasing GNUnet 0.7.0e.
+
 Sun May 14 02:51:15 PDT 2006
        Major gnunet-setup GTK code cleanup (now uses libglade).
 

Modified: GNUnet/UPDATING
===================================================================
--- GNUnet/UPDATING     2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/UPDATING     2006-05-20 15:24:45 UTC (rev 2871)
@@ -9,8 +9,8 @@
 you're on your own.
 
 
-0.7.0pre6, 0.7.0, 0.7.0{a,b,c} to 0.7.0d
-========================================
+0.7.0pre6, 0.7.0, 0.7.0{a,b,c,d} to 0.7.0e
+==========================================
 
 Run
 

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/configure.ac 2006-05-20 15:24:45 UTC (rev 2871)
@@ -21,8 +21,8 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([GNUnet], [0.7.0d],address@hidden)
-AM_INIT_AUTOMAKE([GNUnet], [0.7.0d])
+AC_INIT([GNUnet], [0.7.0e],address@hidden)
+AM_INIT_AUTOMAKE([GNUnet], [0.7.0e])
 AM_CONFIG_HEADER([config.h])
 
 AH_TOP([#define _GNU_SOURCE  1])

Modified: GNUnet/contrib/doxygen
===================================================================
--- GNUnet/contrib/doxygen      2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/contrib/doxygen      2006-05-20 15:24:45 UTC (rev 2871)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.7.0d
+PROJECT_NUMBER         = 0.7.0e
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: GNUnet/doc/man/gnunet-download.1
===================================================================
--- GNUnet/doc/man/gnunet-download.1    2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/doc/man/gnunet-download.1    2006-05-20 15:24:45 UTC (rev 2871)
@@ -1,4 +1,4 @@
-.TH GNUNET-DOWNLOAD "1" "02 Aug 2004" "GNUnet"
+.TH GNUNET-DOWNLOAD "1" "20 May 2006" "GNUnet"
 .SH NAME
 gnunet-download \- a command line interface for downloading files from GNUnet
 .SH SYNOPSIS
@@ -17,6 +17,9 @@
 \fB\-h\fR, \fB\-\-help\fR
 print help page
 .TP
+\fB\-H \fIHOSTNAME\fR, \fB\-\-host=\fIHOSTNAME\fR
+on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
+.TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
 change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING.
 .TP

Modified: GNUnet/doc/man/gnunet-insert.1
===================================================================
--- GNUnet/doc/man/gnunet-insert.1      2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/doc/man/gnunet-insert.1      2006-05-20 15:24:45 UTC (rev 2871)
@@ -103,6 +103,10 @@
 Print a brief help page with all the options.
 
 .TP
+\fB\-H \fIHOSTNAME\fR, \fB\-\-host=\fIHOSTNAME\fR
+on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
+
+.TP
 \fB\-i \fISECONDS\fR, \fB\-\-interval=\fISECONDS\fR
 Specifies the update frequency of the content in seconds. This option is only 
valid together with the \-P option. If no current and next ID are specified, 
the system picks some random start values for the sequence.
 

Modified: GNUnet/doc/man/gnunet-search.1
===================================================================
--- GNUnet/doc/man/gnunet-search.1      2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/doc/man/gnunet-search.1      2006-05-20 15:24:45 UTC (rev 2871)
@@ -1,4 +1,4 @@
-.TH GNUNET-SEARCH "1" "07 Aug 2005" "GNUnet"
+.TH GNUNET-SEARCH "1" "20 May 2006" "GNUnet"
 .SH NAME
 gnunet\-search \- a command line interface to search for content on GNUnet
 .SH SYNOPSIS
@@ -24,6 +24,9 @@
 \fB\-h\fR, \fB\-\-help\fR
 print help page
 .TP
+\fB\-H \fIHOSTNAME\fR, \fB\-\-host=\fIHOSTNAME\fR
+on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
+.TP
 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
 change the loglevel. Possible values for LOGLEVEL are NOTHING, FATAL, ERROR, 
FAILURE, WARNING, MESSAGE, INFO, DEBUG, CRON and EVERYTHING.
 .TP

Modified: GNUnet/doc/man/gnunet-stats.1
===================================================================
--- GNUnet/doc/man/gnunet-stats.1       2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/doc/man/gnunet-stats.1       2006-05-20 15:24:45 UTC (rev 2871)
@@ -1,4 +1,4 @@
-.TH GNUNET-STATS 1 "April 30, 2003" "GNUnet"
+.TH GNUNET-STATS 1 "May 20, 2006" "GNUnet"
 
 .SH NAME
 gnunet-stats \- Display statistics about your GNUnet server.
@@ -9,34 +9,41 @@
 .br
 
 .SH DESCRIPTION
-\fBgnunet-stats\fP is used to display detailed information about various 
aspect of gnunetd's operation.
+\fBgnunet\-stats\fP is used to display detailed information about various 
aspect of gnunetd's operation.  This tool only works if the "stats" module is 
loaded by gnunetd.
 
 .SH OPTIONS
-.B
-.IP "-p,  --protocols"
-print supported protocol messages
-.B
-.IP "-h, --help"
-print this page
-.B
-.IP "-c FILENAME,  --config=FILENAME"
+
+.TP
+.IP "\-c FILENAME,  \-\-config=FILENAME"
 load config file
-.B
-.IP "-v, --version"
-print version number
-.B
-.IP "-H HOSTNAME, --host=HOSTNAME"
-on which host is gnunetd running (default: localhost)
-.B
-.IP "-L LOGLEVEL, --loglevel=LOGLEVEL"
-set the loglevel
-.B
-.IP "-d, --debug"
+
+.TP
+.IP "\-d, \-\-debug"
 run in debug mode, write logs to stderr
 
+.TP
+.IP "\-h, \-\-help"
+print this page
 
+.TP
+.IP "\-H HOSTNAME, \-\-host=HOSTNAME"
+on which host is gnunetd running (default: localhost).  You can also specify a 
port using the syntax HOSTNAME:PORT.  The default port is 2087.
+
+.TP
+.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
+set the loglevel
+
+.TP
+.IP "\-p,  \-\-protocols"
+print supported protocol messages
+
+.TP
+.IP "\-v, \-\-version"
+print version number
+
+
 .SH BUGS
 Report bugs by using mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
 
 .SH SEE ALSO
-gnunet.conf(5), gnunetd(1)
+gnunetd.conf(5), gnunet.conf(5), gnunetd(1)

Modified: GNUnet/po/GNUnet.pot
===================================================================
--- GNUnet/po/GNUnet.pot        2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/po/GNUnet.pot        2006-05-20 15:24:45 UTC (rev 2871)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-05-14 04:22-0700\n"
+"POT-Creation-Date: 2006-05-20 08:38-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -73,7 +73,7 @@
 msgstr ""
 
 #: src/applications/advertising/advertising.c:737
-#: src/applications/session/connect.c:753
+#: src/applications/session/connect.c:752
 #, c-format
 msgid "`%s' registering handler %d (plaintext and ciphertext)\n"
 msgstr ""
@@ -183,7 +183,7 @@
 #: src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:546
 #: src/applications/tracekit/gnunet-tracekit.c:153 src/conf/gnunet-setup.c:106
-#: src/conf/gnunet-setup.c:287 src/server/gnunet-peer-info.c:107
+#: src/conf/gnunet-setup.c:286 src/server/gnunet-peer-info.c:107
 #: src/server/gnunet-transport-check.c:521 src/server/gnunet-update.c:142
 #: src/server/startup.c:574
 #, c-format
@@ -210,12 +210,12 @@
 msgid "Could not send message to gnunetd\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:122
+#: src/applications/datastore/datastore.c:118
 #, c-format
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:146
+#: src/applications/datastore/datastore.c:142
 #, c-format
 msgid "Database failed to delete `%s'.\n"
 msgstr ""
@@ -543,13 +543,13 @@
 msgid "Write(%d, %p, %d) failed: %s\n"
 msgstr ""
 
-#: src/applications/fs/ecrs/download.c:917
+#: src/applications/fs/ecrs/download.c:927
 msgid ""
 "Decrypted content does not match key. This is either a bug or a maliciously "
 "inserted file. Download aborted.\n"
 msgstr ""
 
-#: src/applications/fs/ecrs/download.c:1091
+#: src/applications/fs/ecrs/download.c:1104
 #, c-format
 msgid ""
 "Content `%s' seems to be not available on the network (tried %u times).\n"
@@ -666,7 +666,7 @@
 
 #: src/applications/fs/fsui/file_info.c:66
 #: src/applications/identity/hostkey.c:98
-#: src/applications/identity/identity.c:1036
+#: src/applications/identity/identity.c:1044
 #, c-format
 msgid ""
 "Configuration file must specify a directory for GNUnet to store per-peer "
@@ -705,7 +705,7 @@
 "schedule.\n"
 msgstr ""
 
-#: src/applications/fs/fsui/search.c:244
+#: src/applications/fs/fsui/search.c:245
 msgid "This search is already pending!\n"
 msgstr ""
 
@@ -722,19 +722,19 @@
 msgid "Cannot upload directory without using recursion."
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1091
+#: src/applications/fs/module/fs.c:1184
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
 "s'.\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1135
+#: src/applications/fs/module/fs.c:1233
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1172
+#: src/applications/fs/module/fs.c:1270
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
@@ -772,7 +772,7 @@
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1800
+#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1802
 msgid "Failed to get traffic stats.\n"
 msgstr ""
 
@@ -1288,108 +1288,108 @@
 msgid "`%s' failed.  Is `%s' a file?\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:1614
+#: src/applications/gap/gap.c:1617
 #, c-format
 msgid "GAP received invalid content from `%s'\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:1615
+#: src/applications/gap/gap.c:1618
 msgid "myself"
 msgstr ""
 
-#: src/applications/gap/gap.c:1789
+#: src/applications/gap/gap.c:1791
 msgid ""
 "Cover traffic requested but traffic service not loaded.  Rejecting request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:1806 src/applications/gap/gap.c:1811
-#: src/applications/gap/gap.c:1817
+#: src/applications/gap/gap.c:1808 src/applications/gap/gap.c:1813
+#: src/applications/gap/gap.c:1819
 msgid "Cannot satisfy desired level of anonymity, ignoring request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2075
+#: src/applications/gap/gap.c:2077
 msgid "# gap requests total received"
 msgstr ""
 
-#: src/applications/gap/gap.c:2076
+#: src/applications/gap/gap.c:2078
 msgid "# gap requests policy: immediate drop"
 msgstr ""
 
-#: src/applications/gap/gap.c:2077
+#: src/applications/gap/gap.c:2079
 msgid "# gap requests policy: not routed"
 msgstr ""
 
-#: src/applications/gap/gap.c:2078
+#: src/applications/gap/gap.c:2080
 msgid "# gap requests policy: not answered"
 msgstr ""
 
-#: src/applications/gap/gap.c:2079
+#: src/applications/gap/gap.c:2081
 msgid "# gap requests processed: attempted add to RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2080
+#: src/applications/gap/gap.c:2082
 msgid "# gap requests processed: local result"
 msgstr ""
 
-#: src/applications/gap/gap.c:2081
+#: src/applications/gap/gap.c:2083
 msgid "# gap routing successes (total)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2082
+#: src/applications/gap/gap.c:2084
 msgid "# gap requests dropped: collision in RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2083
+#: src/applications/gap/gap.c:2085
 msgid "# gap requests forwarded (counting each peer)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2084
+#: src/applications/gap/gap.c:2086
 msgid "# gap duplicate requests (pending)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2085
+#: src/applications/gap/gap.c:2087
 msgid "# gap duplicate requests that were re-tried"
 msgstr ""
 
-#: src/applications/gap/gap.c:2086
+#: src/applications/gap/gap.c:2088
 msgid "# gap re-try ttl difference (cummulative)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2087
+#: src/applications/gap/gap.c:2089
 msgid "# gap reply duplicates"
 msgstr ""
 
-#: src/applications/gap/gap.c:2088
+#: src/applications/gap/gap.c:2090
 msgid "# gap spurious replies"
 msgstr ""
 
-#: src/applications/gap/gap.c:2089
+#: src/applications/gap/gap.c:2091
 msgid "# gap routing slots currently in use"
 msgstr ""
 
-#: src/applications/gap/gap.c:2090
+#: src/applications/gap/gap.c:2092
 msgid "# gap memory used for tracking seen content"
 msgstr ""
 
-#: src/applications/gap/gap.c:2091
+#: src/applications/gap/gap.c:2093
 msgid "# gap memory used for tracking routing destinations"
 msgstr ""
 
-#: src/applications/gap/gap.c:2092
+#: src/applications/gap/gap.c:2094
 msgid "# gap rewards pending"
 msgstr ""
 
-#: src/applications/gap/gap.c:2093
+#: src/applications/gap/gap.c:2095
 msgid "# gap response weights"
 msgstr ""
 
-#: src/applications/gap/gap.c:2110
+#: src/applications/gap/gap.c:2112
 msgid ""
 "Traffic service failed to load; gap cannot ensure cover-traffic "
 "availability.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2141
+#: src/applications/gap/gap.c:2143
 #, c-format
 msgid "`%s' registering handlers %d %d\n"
 msgstr ""
@@ -1438,11 +1438,12 @@
 msgid "Removed file `%s' containing invalid hello data.\n"
 msgstr ""
 
-#: src/applications/identity/identity.c:706
-msgid "Signature failed verification: other peer not known.\n"
+#: src/applications/identity/identity.c:712
+#, c-format
+msgid "Signature failed verification: peer `%s' not known.\n"
 msgstr ""
 
-#: src/applications/identity/identity.c:712
+#: src/applications/identity/identity.c:720
 msgid "Signature failed verification: signature invalid.\n"
 msgstr ""
 
@@ -1569,39 +1570,39 @@
 msgid "Cannot encrypt sessionkey, other peer not known!\n"
 msgstr ""
 
-#: src/applications/session/connect.c:524
+#: src/applications/session/connect.c:523
 #, c-format
 msgid "Invalid `%s' message received from peer `%s'.\n"
 msgstr ""
 
-#: src/applications/session/connect.c:533
+#: src/applications/session/connect.c:532
 #, c-format
 msgid "setkey `%s' from `%s' fails CRC check (have: %u, want %u).\n"
 msgstr ""
 
-#: src/applications/session/connect.c:588
+#: src/applications/session/connect.c:587
 msgid ""
 "Error parsing encrypted session key, given message part size is invalid.\n"
 msgstr ""
 
-#: src/applications/session/connect.c:598
+#: src/applications/session/connect.c:597
 #, c-format
 msgid "Unknown type in embedded message: %u (size: %u)\n"
 msgstr ""
 
-#: src/applications/session/connect.c:743
+#: src/applications/session/connect.c:742
 msgid "# session keys sent"
 msgstr ""
 
-#: src/applications/session/connect.c:745
+#: src/applications/session/connect.c:744
 msgid "# session keys rejected"
 msgstr ""
 
-#: src/applications/session/connect.c:747
+#: src/applications/session/connect.c:746
 msgid "# session keys accepted"
 msgstr ""
 
-#: src/applications/session/connect.c:749
+#: src/applications/session/connect.c:748
 msgid "# sessions established"
 msgstr ""
 
@@ -1621,8 +1622,8 @@
 #: src/applications/sqstore_mysql/mysql.c:1053
 #: src/applications/sqstore_mysql/mysql.c:1067
 #: src/applications/sqstore_sqlite/sqlite.c:44
-#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:56
-#: src/util/hostkey_gcrypt.c:63 src/util/storage.c:659
+#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:57
+#: src/util/hostkey_gcrypt.c:64 src/util/storage.c:659
 #: src/util/symcipher_gcrypt.c:47 src/util/symcipher_gcrypt.c:54
 #: src/include/gnunet_util.h:1042 src/include/gnunet_util.h:1049
 #: src/include/gnunet_util.h:1051
@@ -3055,24 +3056,24 @@
 msgid "Invalid arguments: "
 msgstr ""
 
-#: src/conf/gnunet-setup.c:225
+#: src/conf/gnunet-setup.c:224
 msgid "No interface specified, using default\n"
 msgstr ""
 
-#: src/conf/gnunet-setup.c:238 src/conf/gnunet-setup.c:252
-#: src/conf/gnunet-setup.c:271 src/conf/gnunet-setup.c:282
+#: src/conf/gnunet-setup.c:237 src/conf/gnunet-setup.c:251
+#: src/conf/gnunet-setup.c:270 src/conf/gnunet-setup.c:281
 #, c-format
 msgid "`%s' is not available."
 msgstr ""
 
-#: src/conf/gnunet-setup.c:265 src/conf/gnunet-setup.c:276
+#: src/conf/gnunet-setup.c:264 src/conf/gnunet-setup.c:275
 #, c-format
 msgid ""
 "Can only run wizard to configure gnunetd.\n"
 "Did you forget the `%s' option?\n"
 msgstr ""
 
-#: src/conf/gnunet-setup.c:286
+#: src/conf/gnunet-setup.c:285
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr ""
@@ -4055,11 +4056,15 @@
 msgid "Cannot open configuration file `%s'.\n"
 msgstr ""
 
-#: src/util/cron.c:241
+#: src/util/cron.c:189
+msgid "Stopping cron\n"
+msgstr ""
+
+#: src/util/cron.c:199
 msgid "Cron stopped\n"
 msgstr ""
 
-#: src/util/cron.c:371
+#: src/util/cron.c:348
 #, c-format
 msgid ""
 "`%s' called with cron job not in queue, adding.  This may not be what you "
@@ -4136,7 +4141,7 @@
 msgid "%s: option `-W %s' does not allow an argument\n"
 msgstr ""
 
-#: src/util/hostkey_gcrypt.c:936
+#: src/util/hostkey_gcrypt.c:937
 #, c-format
 msgid "RSA signature verification failed at %s:%d: %s\n"
 msgstr ""
@@ -4271,8 +4276,18 @@
 msgid "Permission denied for `%s' at %s:%d.\n"
 msgstr ""
 
-#: src/util/semaphore.c:578
+#: src/util/semaphore.c:452 src/util/semaphore.c:459
 #, c-format
+msgid "`%s' failed with error code %s: %s"
+msgstr ""
+
+#: src/util/semaphore.c:466
+#, c-format
+msgid "`%s' failed with error code %d: %s"
+msgstr ""
+
+#: src/util/semaphore.c:604
+#, c-format
 msgid "Can't create semaphore: %i"
 msgstr ""
 

Modified: GNUnet/po/de.po
===================================================================
--- GNUnet/po/de.po     2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/po/de.po     2006-05-20 15:24:45 UTC (rev 2871)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-05-14 04:22-0700\n"
+"POT-Creation-Date: 2006-05-20 08:38-0700\n"
 "PO-Revision-Date: 2006-03-17 21:37+0100\n"
 "Last-Translator: Nils Durner <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -79,7 +79,7 @@
 msgstr "# Klartext PING Nachrichten gesendet"
 
 #: src/applications/advertising/advertising.c:737
-#: src/applications/session/connect.c:753
+#: src/applications/session/connect.c:752
 #, c-format
 msgid "`%s' registering handler %d (plaintext and ciphertext)\n"
 msgstr "`%s' registriert Handler %d (Plaintext und Ciphertext)\n"
@@ -195,7 +195,7 @@
 #: src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:546
 #: src/applications/tracekit/gnunet-tracekit.c:153 src/conf/gnunet-setup.c:106
-#: src/conf/gnunet-setup.c:287 src/server/gnunet-peer-info.c:107
+#: src/conf/gnunet-setup.c:286 src/server/gnunet-peer-info.c:107
 #: src/server/gnunet-transport-check.c:521 src/server/gnunet-update.c:142
 #: src/server/startup.c:574
 #, c-format
@@ -222,12 +222,12 @@
 msgid "Could not send message to gnunetd\n"
 msgstr "Nachricht konnte nicht an gnunetd gesendet werden.\n"
 
-#: src/applications/datastore/datastore.c:122
+#: src/applications/datastore/datastore.c:118
 #, c-format
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "Verfügbarkeitstest für `%s' fehlgeschlagen bei %s:%d.\n"
 
-#: src/applications/datastore/datastore.c:146
+#: src/applications/datastore/datastore.c:142
 #, c-format
 msgid "Database failed to delete `%s'.\n"
 msgstr "Die Datenbank konnte `%s' nicht löschen.\n"
@@ -560,7 +560,7 @@
 msgid "Write(%d, %p, %d) failed: %s\n"
 msgstr "Write(%d, %p, %d) schlug fehl: %s\n"
 
-#: src/applications/fs/ecrs/download.c:917
+#: src/applications/fs/ecrs/download.c:927
 msgid ""
 "Decrypted content does not match key. This is either a bug or a maliciously "
 "inserted file. Download aborted.\n"
@@ -569,7 +569,7 @@
 "Bug oder eine mit bösen Absichten eingefügte Datei. Download wurde "
 "abgebrochen.\n"
 
-#: src/applications/fs/ecrs/download.c:1091
+#: src/applications/fs/ecrs/download.c:1104
 #, c-format
 msgid ""
 "Content `%s' seems to be not available on the network (tried %u times).\n"
@@ -693,7 +693,7 @@
 
 #: src/applications/fs/fsui/file_info.c:66
 #: src/applications/identity/hostkey.c:98
-#: src/applications/identity/identity.c:1036
+#: src/applications/identity/identity.c:1044
 #, c-format
 msgid ""
 "Configuration file must specify a directory for GNUnet to store per-peer "
@@ -737,7 +737,7 @@
 "Veröffentlichungsdatum für periodisch aktualisierten Inhalt ist mehr als "
 "eine Woche früher als geplant.\n"
 
-#: src/applications/fs/fsui/search.c:244
+#: src/applications/fs/fsui/search.c:245
 msgid "This search is already pending!\n"
 msgstr "Diese Suche läuft bereits!\n"
 
@@ -755,7 +755,7 @@
 msgstr ""
 "Verzeichnis kann nicht ohne die Verwendung von Rekursion hochgeladen werden."
 
-#: src/applications/fs/module/fs.c:1091
+#: src/applications/fs/module/fs.c:1184
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -764,12 +764,12 @@
 "Sie müssen für `%s' in der Sektion `%s' der Konfigurationsdatei eine "
 "positive Zahl angeben.\n"
 
-#: src/applications/fs/module/fs.c:1135
+#: src/applications/fs/module/fs.c:1233
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr "`%s' registriert die Client Handler %d %d %d %d %d %d %d %d %d\n"
 
-#: src/applications/fs/module/fs.c:1172
+#: src/applications/fs/module/fs.c:1270
 msgid "enables (anonymous) file-sharing"
 msgstr "Ermöglicht (anonymes) Filesharing"
 
@@ -815,7 +815,7 @@
 "Deindizierter ODB Block `%s' vom Offset %llu fehlt bereits im "
 "Datenspeicher.\n"
 
-#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1800
+#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1802
 msgid "Failed to get traffic stats.\n"
 msgstr "Statistiken über den Netzwerkverkehr konnten nicht ermittelt werden.\n"
 
@@ -1402,108 +1402,108 @@
 msgid "`%s' failed.  Is `%s' a file?\n"
 msgstr "`%s' schlug fehl. Ist `%s' eine Datei?\n"
 
-#: src/applications/gap/gap.c:1614
+#: src/applications/gap/gap.c:1617
 #, c-format
 msgid "GAP received invalid content from `%s'\n"
 msgstr "GAP hat ungültige Inhalte von `%s' empfangen.\n"
 
-#: src/applications/gap/gap.c:1615
+#: src/applications/gap/gap.c:1618
 msgid "myself"
 msgstr ""
 
-#: src/applications/gap/gap.c:1789
+#: src/applications/gap/gap.c:1791
 msgid ""
 "Cover traffic requested but traffic service not loaded.  Rejecting request.\n"
 msgstr ""
 "Verdeckender Netzwerkverkehr angefordert, aber der Verkehrsdienst wurde "
 "nicht geladen. Anfrage wird abgelehnt.\n"
 
-#: src/applications/gap/gap.c:1806 src/applications/gap/gap.c:1811
-#: src/applications/gap/gap.c:1817
+#: src/applications/gap/gap.c:1808 src/applications/gap/gap.c:1813
+#: src/applications/gap/gap.c:1819
 msgid "Cannot satisfy desired level of anonymity, ignoring request.\n"
 msgstr ""
 "Gewünschter Grad an Anonymität kann nicht erreicht werden, Anfrage wird "
 "ignoriert.\n"
 
-#: src/applications/gap/gap.c:2075
+#: src/applications/gap/gap.c:2077
 msgid "# gap requests total received"
 msgstr "# gap Anfragen insgesamt empfangen"
 
-#: src/applications/gap/gap.c:2076
+#: src/applications/gap/gap.c:2078
 msgid "# gap requests policy: immediate drop"
 msgstr "# gap Anfragen mit taktischer Entscheidung: sofortiges Verwerfen"
 
-#: src/applications/gap/gap.c:2077
+#: src/applications/gap/gap.c:2079
 msgid "# gap requests policy: not routed"
 msgstr "# gap Anfragen mit taktischer Entscheidung: kein Routing"
 
-#: src/applications/gap/gap.c:2078
+#: src/applications/gap/gap.c:2080
 msgid "# gap requests policy: not answered"
 msgstr "# gap Anfragen mit taktischer Entscheidung: nicht Antworten"
 
-#: src/applications/gap/gap.c:2079
+#: src/applications/gap/gap.c:2081
 msgid "# gap requests processed: attempted add to RT"
 msgstr "# gap Anfragen verarbeitet: versucht, der RT hinzuzufügen"
 
-#: src/applications/gap/gap.c:2080
+#: src/applications/gap/gap.c:2082
 msgid "# gap requests processed: local result"
 msgstr "# gap Anfragen verarbeitet: lokales Ergebnis"
 
-#: src/applications/gap/gap.c:2081
+#: src/applications/gap/gap.c:2083
 msgid "# gap routing successes (total)"
 msgstr "# gap Routing erfolgreich (insgesamt)"
 
-#: src/applications/gap/gap.c:2082
+#: src/applications/gap/gap.c:2084
 msgid "# gap requests dropped: collision in RT"
 msgstr "# gap Anfragen verworfen: Kollision in RT"
 
-#: src/applications/gap/gap.c:2083
+#: src/applications/gap/gap.c:2085
 msgid "# gap requests forwarded (counting each peer)"
 msgstr "#gap Anfragen weitergeleitet (jeder Knoten gezählt)"
 
-#: src/applications/gap/gap.c:2084
+#: src/applications/gap/gap.c:2086
 msgid "# gap duplicate requests (pending)"
 msgstr "# gap doppelte Anfragen (unfertig)"
 
-#: src/applications/gap/gap.c:2085
+#: src/applications/gap/gap.c:2087
 msgid "# gap duplicate requests that were re-tried"
 msgstr "# gap doppelte Anfragen, die wiederholt wurden"
 
-#: src/applications/gap/gap.c:2086
+#: src/applications/gap/gap.c:2088
 msgid "# gap re-try ttl difference (cummulative)"
 msgstr "# gap Wiederholungs-TTL-Differenz (kummulativ)"
 
-#: src/applications/gap/gap.c:2087
+#: src/applications/gap/gap.c:2089
 msgid "# gap reply duplicates"
 msgstr "#gap doppelte Antworten"
 
-#: src/applications/gap/gap.c:2088
+#: src/applications/gap/gap.c:2090
 msgid "# gap spurious replies"
 msgstr "# gap falsche Antworten"
 
-#: src/applications/gap/gap.c:2089
+#: src/applications/gap/gap.c:2091
 msgid "# gap routing slots currently in use"
 msgstr "# gap Routingschächte im Moment in Verwendung"
 
-#: src/applications/gap/gap.c:2090
+#: src/applications/gap/gap.c:2092
 msgid "# gap memory used for tracking seen content"
 msgstr ""
 
-#: src/applications/gap/gap.c:2091
+#: src/applications/gap/gap.c:2093
 msgid "# gap memory used for tracking routing destinations"
 msgstr ""
 
-#: src/applications/gap/gap.c:2092
+#: src/applications/gap/gap.c:2094
 #, fuzzy
 msgid "# gap rewards pending"
 msgstr "# gap doppelte Anfragen (unfertig)"
 
-#: src/applications/gap/gap.c:2093
+#: src/applications/gap/gap.c:2095
 #, fuzzy
 msgid "# gap response weights"
 msgstr "# gap falsche Antworten"
 
-#: src/applications/gap/gap.c:2110
+#: src/applications/gap/gap.c:2112
 msgid ""
 "Traffic service failed to load; gap cannot ensure cover-traffic "
 "availability.\n"
@@ -1511,7 +1511,7 @@
 "Verkehrsdienst konnte nicht geladen werden, GAP kann keinen verdeckenden "
 "Netzwerkverkehr sicherstellen.\n"
 
-#: src/applications/gap/gap.c:2141
+#: src/applications/gap/gap.c:2143
 #, c-format
 msgid "`%s' registering handlers %d %d\n"
 msgstr "`%s' registriert Handler %d %d\n"
@@ -1564,13 +1564,14 @@
 msgid "Removed file `%s' containing invalid hello data.\n"
 msgstr "Datei `%s' enthielt ungültige Hello Daten und wurde entfernt.\n"
 
-#: src/applications/identity/identity.c:706
-msgid "Signature failed verification: other peer not known.\n"
+#: src/applications/identity/identity.c:712
+#, fuzzy, c-format
+msgid "Signature failed verification: peer `%s' not known.\n"
 msgstr ""
 "Signatur kann nicht verifiziert werden, der andere Knoten ist uns nicht "
 "bekannt!\n"
 
-#: src/applications/identity/identity.c:712
+#: src/applications/identity/identity.c:720
 msgid "Signature failed verification: signature invalid.\n"
 msgstr "Verifikation einer Signatur fehlgeschlagen: Signatur ist ungültig.\n"
 
@@ -1708,43 +1709,43 @@
 "Sitzungsschlüssel kann nicht verschlüsselt werden, der andere Knoten ist uns "
 "nicht bekannt!\n"
 
-#: src/applications/session/connect.c:524
+#: src/applications/session/connect.c:523
 #, c-format
 msgid "Invalid `%s' message received from peer `%s'.\n"
 msgstr "Ungültige `%s' Nachricht von Knoten `%s' empfangen.\n"
 
-#: src/applications/session/connect.c:533
+#: src/applications/session/connect.c:532
 #, c-format
 msgid "setkey `%s' from `%s' fails CRC check (have: %u, want %u).\n"
 msgstr ""
 "setkey `%s' von `%s' hat eine ungültige CRC Prüfsumme (tatsächlich: %u, "
 "erwartet: %u).\n"
 
-#: src/applications/session/connect.c:588
+#: src/applications/session/connect.c:587
 msgid ""
 "Error parsing encrypted session key, given message part size is invalid.\n"
 msgstr ""
 "Fehler beim Parsen des Verschlüsselten Sitzungsschlüssels, gegebene "
 "Nachrichtenteilgröße ist ungültig.\n"
 
-#: src/applications/session/connect.c:598
+#: src/applications/session/connect.c:597
 #, c-format
 msgid "Unknown type in embedded message: %u (size: %u)\n"
 msgstr "Unbekannter Typ in engebetteter Nachricht: %u (%u bytes)\n"
 
-#: src/applications/session/connect.c:743
+#: src/applications/session/connect.c:742
 msgid "# session keys sent"
 msgstr "# Sitzungsschlüssel gesendet"
 
-#: src/applications/session/connect.c:745
+#: src/applications/session/connect.c:744
 msgid "# session keys rejected"
 msgstr "# Sitzungsschlüssel abgelehnt"
 
-#: src/applications/session/connect.c:747
+#: src/applications/session/connect.c:746
 msgid "# session keys accepted"
 msgstr "# Sitzungsschlüssel akzeptiert"
 
-#: src/applications/session/connect.c:749
+#: src/applications/session/connect.c:748
 msgid "# sessions established"
 msgstr "# Sitzungen aufgebaut"
 
@@ -1764,8 +1765,8 @@
 #: src/applications/sqstore_mysql/mysql.c:1053
 #: src/applications/sqstore_mysql/mysql.c:1067
 #: src/applications/sqstore_sqlite/sqlite.c:44
-#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:56
-#: src/util/hostkey_gcrypt.c:63 src/util/storage.c:659
+#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:57
+#: src/util/hostkey_gcrypt.c:64 src/util/storage.c:659
 #: src/util/symcipher_gcrypt.c:47 src/util/symcipher_gcrypt.c:54
 #: src/include/gnunet_util.h:1042 src/include/gnunet_util.h:1049
 #: src/include/gnunet_util.h:1051
@@ -3316,17 +3317,17 @@
 msgid "Invalid arguments: "
 msgstr "Ungültige Parameter: "
 
-#: src/conf/gnunet-setup.c:225
+#: src/conf/gnunet-setup.c:224
 msgid "No interface specified, using default\n"
 msgstr "Keine Oberfläche angegeben, verwende Standard\n"
 
-#: src/conf/gnunet-setup.c:238 src/conf/gnunet-setup.c:252
-#: src/conf/gnunet-setup.c:271 src/conf/gnunet-setup.c:282
+#: src/conf/gnunet-setup.c:237 src/conf/gnunet-setup.c:251
+#: src/conf/gnunet-setup.c:270 src/conf/gnunet-setup.c:281
 #, c-format
 msgid "`%s' is not available."
 msgstr "`%s' ist nicht verfügbar."
 
-#: src/conf/gnunet-setup.c:265 src/conf/gnunet-setup.c:276
+#: src/conf/gnunet-setup.c:264 src/conf/gnunet-setup.c:275
 #, c-format
 msgid ""
 "Can only run wizard to configure gnunetd.\n"
@@ -3335,7 +3336,7 @@
 "Der Assistent kann nur zur Einrichtung von gnunetd gestartet werden.\n"
 "Haben Sie die `%s'-Option vergessen?\n"
 
-#: src/conf/gnunet-setup.c:286
+#: src/conf/gnunet-setup.c:285
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Unbekannte Operation `%s'\n"
@@ -4505,11 +4506,15 @@
 msgid "Cannot open configuration file `%s'.\n"
 msgstr "Konfigurationsdatei `%s' konnte nicht geöffnet werden.\n"
 
-#: src/util/cron.c:241
+#: src/util/cron.c:189
+msgid "Stopping cron\n"
+msgstr ""
+
+#: src/util/cron.c:199
 msgid "Cron stopped\n"
 msgstr "Cron angehalten\n"
 
-#: src/util/cron.c:371
+#: src/util/cron.c:348
 #, c-format
 msgid ""
 "`%s' called with cron job not in queue, adding.  This may not be what you "
@@ -4589,7 +4594,7 @@
 msgid "%s: option `-W %s' does not allow an argument\n"
 msgstr "%s: Option '-W %s' erlaubt keinen Parameter\n"
 
-#: src/util/hostkey_gcrypt.c:936
+#: src/util/hostkey_gcrypt.c:937
 #, c-format
 msgid "RSA signature verification failed at %s:%d: %s\n"
 msgstr "RSA Signaturüberprüfung fehlgeschlagen bei %s:%d: %s\n"
@@ -4732,7 +4737,17 @@
 msgid "Permission denied for `%s' at %s:%d.\n"
 msgstr "Zugriff verweigert für `%s' bei %s:%d.\n"
 
-#: src/util/semaphore.c:578
+#: src/util/semaphore.c:452 src/util/semaphore.c:459
+#, fuzzy, c-format
+msgid "`%s' failed with error code %s: %s"
+msgstr "`%s' schlug bei %s:%d mit dem Fehler %s fehl\n"
+
+#: src/util/semaphore.c:466
+#, fuzzy, c-format
+msgid "`%s' failed with error code %d: %s"
+msgstr "`%s' schlug bei %s:%d mit dem Fehler %s fehl\n"
+
+#: src/util/semaphore.c:604
 #, c-format
 msgid "Can't create semaphore: %i"
 msgstr "Semaphore konnte nicht angelegt werden: %i"

Modified: GNUnet/po/rw.po
===================================================================
--- GNUnet/po/rw.po     2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/po/rw.po     2006-05-20 15:24:45 UTC (rev 2871)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-05-14 04:22-0700\n"
+"POT-Creation-Date: 2006-05-20 08:38-0700\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"
@@ -85,7 +85,7 @@
 msgstr ""
 
 #: src/applications/advertising/advertising.c:737
-#: src/applications/session/connect.c:753
+#: src/applications/session/connect.c:752
 #, c-format
 msgid "`%s' registering handler %d (plaintext and ciphertext)\n"
 msgstr ""
@@ -202,7 +202,7 @@
 #: src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:546
 #: src/applications/tracekit/gnunet-tracekit.c:153 src/conf/gnunet-setup.c:106
-#: src/conf/gnunet-setup.c:287 src/server/gnunet-peer-info.c:107
+#: src/conf/gnunet-setup.c:286 src/server/gnunet-peer-info.c:107
 #: src/server/gnunet-transport-check.c:521 src/server/gnunet-update.c:142
 #: src/server/startup.c:574
 #, fuzzy, c-format
@@ -232,12 +232,12 @@
 msgid "Could not send message to gnunetd\n"
 msgstr "OYA Kohereza Ubutumwa Kuri"
 
-#: src/applications/datastore/datastore.c:122
+#: src/applications/datastore/datastore.c:118
 #, fuzzy, c-format
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "kugirango ku"
 
-#: src/applications/datastore/datastore.c:146
+#: src/applications/datastore/datastore.c:142
 #, fuzzy, c-format
 msgid "Database failed to delete `%s'.\n"
 msgstr "Kuri Ibikubiyemo"
@@ -579,14 +579,14 @@
 msgid "Write(%d, %p, %d) failed: %s\n"
 msgstr "`%s'%sByanze"
 
-#: src/applications/fs/ecrs/download.c:917
+#: src/applications/fs/ecrs/download.c:927
 #, fuzzy
 msgid ""
 "Decrypted content does not match key. This is either a bug or a maliciously "
 "inserted file. Download aborted.\n"
 msgstr "Ibikubiyemo OYA BIHUYE Urufunguzo ni a Cyangwa a Byinjijwemo IDOSIYE"
 
-#: src/applications/fs/ecrs/download.c:1091
+#: src/applications/fs/ecrs/download.c:1104
 #, fuzzy, c-format
 msgid ""
 "Content `%s' seems to be not available on the network (tried %u times).\n"
@@ -708,7 +708,7 @@
 
 #: src/applications/fs/fsui/file_info.c:66
 #: src/applications/identity/hostkey.c:98
-#: src/applications/identity/identity.c:1036
+#: src/applications/identity/identity.c:1044
 #, fuzzy, c-format
 msgid ""
 "Configuration file must specify a directory for GNUnet to store per-peer "
@@ -748,7 +748,7 @@
 "schedule.\n"
 msgstr ""
 
-#: src/applications/fs/fsui/search.c:244
+#: src/applications/fs/fsui/search.c:245
 msgid "This search is already pending!\n"
 msgstr ""
 
@@ -767,19 +767,19 @@
 msgid "Cannot upload directory without using recursion."
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1091
+#: src/applications/fs/module/fs.c:1184
 #, fuzzy, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
 "s'.\n"
 msgstr "a Umubare kugirango in i Iboneza in Icyiciro"
 
-#: src/applications/fs/module/fs.c:1135
+#: src/applications/fs/module/fs.c:1233
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1172
+#: src/applications/fs/module/fs.c:1270
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
@@ -817,7 +817,7 @@
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1800
+#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1802
 #, fuzzy
 msgid "Failed to get traffic stats.\n"
 msgstr "Kuri Ikibazo# Ibyerekeye"
@@ -1448,112 +1448,112 @@
 msgid "`%s' failed.  Is `%s' a file?\n"
 msgstr "`%s'ntabwo ari idosiye"
 
-#: src/applications/gap/gap.c:1614
+#: src/applications/gap/gap.c:1617
 #, fuzzy, c-format
 msgid "GAP received invalid content from `%s'\n"
 msgstr "Sibyo Ubutumwa Bivuye"
 
-#: src/applications/gap/gap.c:1615
+#: src/applications/gap/gap.c:1618
 msgid "myself"
 msgstr ""
 
-#: src/applications/gap/gap.c:1789
+#: src/applications/gap/gap.c:1791
 msgid ""
 "Cover traffic requested but traffic service not loaded.  Rejecting request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:1806 src/applications/gap/gap.c:1811
-#: src/applications/gap/gap.c:1817
+#: src/applications/gap/gap.c:1808 src/applications/gap/gap.c:1813
+#: src/applications/gap/gap.c:1819
 msgid "Cannot satisfy desired level of anonymity, ignoring request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2075
+#: src/applications/gap/gap.c:2077
 #, fuzzy
 msgid "# gap requests total received"
 msgstr "#BYAKIRIWE"
 
-#: src/applications/gap/gap.c:2076
+#: src/applications/gap/gap.c:2078
 msgid "# gap requests policy: immediate drop"
 msgstr ""
 
-#: src/applications/gap/gap.c:2077
+#: src/applications/gap/gap.c:2079
 msgid "# gap requests policy: not routed"
 msgstr ""
 
-#: src/applications/gap/gap.c:2078
+#: src/applications/gap/gap.c:2080
 msgid "# gap requests policy: not answered"
 msgstr ""
 
-#: src/applications/gap/gap.c:2079
+#: src/applications/gap/gap.c:2081
 msgid "# gap requests processed: attempted add to RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2080
+#: src/applications/gap/gap.c:2082
 msgid "# gap requests processed: local result"
 msgstr ""
 
-#: src/applications/gap/gap.c:2081
+#: src/applications/gap/gap.c:2083
 msgid "# gap routing successes (total)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2082
+#: src/applications/gap/gap.c:2084
 msgid "# gap requests dropped: collision in RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2083
+#: src/applications/gap/gap.c:2085
 msgid "# gap requests forwarded (counting each peer)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2084
+#: src/applications/gap/gap.c:2086
 msgid "# gap duplicate requests (pending)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2085
+#: src/applications/gap/gap.c:2087
 #, fuzzy
 msgid "# gap duplicate requests that were re-tried"
 msgstr "#BYAKIRIWE"
 
-#: src/applications/gap/gap.c:2086
+#: src/applications/gap/gap.c:2088
 msgid "# gap re-try ttl difference (cummulative)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2087
+#: src/applications/gap/gap.c:2089
 msgid "# gap reply duplicates"
 msgstr ""
 
-#: src/applications/gap/gap.c:2088
+#: src/applications/gap/gap.c:2090
 #, fuzzy
 msgid "# gap spurious replies"
 msgstr "#hejuru Ibibazo BYAKIRIWE"
 
-#: src/applications/gap/gap.c:2089
+#: src/applications/gap/gap.c:2091
 msgid "# gap routing slots currently in use"
 msgstr ""
 
-#: src/applications/gap/gap.c:2090
+#: src/applications/gap/gap.c:2092
 msgid "# gap memory used for tracking seen content"
 msgstr ""
 
-#: src/applications/gap/gap.c:2091
+#: src/applications/gap/gap.c:2093
 msgid "# gap memory used for tracking routing destinations"
 msgstr ""
 
-#: src/applications/gap/gap.c:2092
+#: src/applications/gap/gap.c:2094
 msgid "# gap rewards pending"
 msgstr ""
 
-#: src/applications/gap/gap.c:2093
+#: src/applications/gap/gap.c:2095
 #, fuzzy
 msgid "# gap response weights"
 msgstr "#hejuru Ibibazo BYAKIRIWE"
 
-#: src/applications/gap/gap.c:2110
+#: src/applications/gap/gap.c:2112
 msgid ""
 "Traffic service failed to load; gap cannot ensure cover-traffic "
 "availability.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2141
+#: src/applications/gap/gap.c:2143
 #, c-format
 msgid "`%s' registering handlers %d %d\n"
 msgstr ""
@@ -1605,12 +1605,12 @@
 msgid "Removed file `%s' containing invalid hello data.\n"
 msgstr "IDOSIYE Sibyo Ibyatanzwe"
 
-#: src/applications/identity/identity.c:706
-#, fuzzy
-msgid "Signature failed verification: other peer not known.\n"
+#: src/applications/identity/identity.c:712
+#, fuzzy, c-format
+msgid "Signature failed verification: peer `%s' not known.\n"
 msgstr "Shyiraho Umutekano Ikindi OYA"
 
-#: src/applications/identity/identity.c:712
+#: src/applications/identity/identity.c:720
 #, fuzzy
 msgid "Signature failed verification: signature invalid.\n"
 msgstr "Ubutumwa Sibyo Isinya Sibyo"
@@ -1749,40 +1749,40 @@
 msgid "Cannot encrypt sessionkey, other peer not known!\n"
 msgstr "Shyiraho Umutekano Ikindi OYA"
 
-#: src/applications/session/connect.c:524
+#: src/applications/session/connect.c:523
 #, fuzzy, c-format
 msgid "Invalid `%s' message received from peer `%s'.\n"
 msgstr "Ubutumwa BYAKIRIWE Bivuye"
 
-#: src/applications/session/connect.c:533
+#: src/applications/session/connect.c:532
 #, fuzzy, c-format
 msgid "setkey `%s' from `%s' fails CRC check (have: %u, want %u).\n"
 msgstr "Bivuye Kugenzura..."
 
-#: src/applications/session/connect.c:588
+#: src/applications/session/connect.c:587
 #, fuzzy
 msgid ""
 "Error parsing encrypted session key, given message part size is invalid.\n"
 msgstr "Bishunzwe: Umukoro Urufunguzo Ubutumwa Ingano ni Sibyo"
 
-#: src/applications/session/connect.c:598
+#: src/applications/session/connect.c:597
 #, c-format
 msgid "Unknown type in embedded message: %u (size: %u)\n"
 msgstr ""
 
-#: src/applications/session/connect.c:743
+#: src/applications/session/connect.c:742
 msgid "# session keys sent"
 msgstr ""
 
-#: src/applications/session/connect.c:745
+#: src/applications/session/connect.c:744
 msgid "# session keys rejected"
 msgstr ""
 
-#: src/applications/session/connect.c:747
+#: src/applications/session/connect.c:746
 msgid "# session keys accepted"
 msgstr ""
 
-#: src/applications/session/connect.c:749
+#: src/applications/session/connect.c:748
 msgid "# sessions established"
 msgstr ""
 
@@ -1802,8 +1802,8 @@
 #: src/applications/sqstore_mysql/mysql.c:1053
 #: src/applications/sqstore_mysql/mysql.c:1067
 #: src/applications/sqstore_sqlite/sqlite.c:44
-#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:56
-#: src/util/hostkey_gcrypt.c:63 src/util/storage.c:659
+#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:57
+#: src/util/hostkey_gcrypt.c:64 src/util/storage.c:659
 #: src/util/symcipher_gcrypt.c:47 src/util/symcipher_gcrypt.c:54
 #: src/include/gnunet_util.h:1042 src/include/gnunet_util.h:1049
 #: src/include/gnunet_util.h:1051
@@ -3347,25 +3347,25 @@
 msgid "Invalid arguments: "
 msgstr "ingingo"
 
-#: src/conf/gnunet-setup.c:225
+#: src/conf/gnunet-setup.c:224
 #, fuzzy
 msgid "No interface specified, using default\n"
 msgstr "imbonerahamwe# Izina: ikoresha"
 
-#: src/conf/gnunet-setup.c:238 src/conf/gnunet-setup.c:252
-#: src/conf/gnunet-setup.c:271 src/conf/gnunet-setup.c:282
+#: src/conf/gnunet-setup.c:237 src/conf/gnunet-setup.c:251
+#: src/conf/gnunet-setup.c:270 src/conf/gnunet-setup.c:281
 #, fuzzy, c-format
 msgid "`%s' is not available."
 msgstr "`%s'ni OYA a Ibisanzwe IDOSIYE"
 
-#: src/conf/gnunet-setup.c:265 src/conf/gnunet-setup.c:276
+#: src/conf/gnunet-setup.c:264 src/conf/gnunet-setup.c:275
 #, c-format
 msgid ""
 "Can only run wizard to configure gnunetd.\n"
 "Did you forget the `%s' option?\n"
 msgstr ""
 
-#: src/conf/gnunet-setup.c:286
+#: src/conf/gnunet-setup.c:285
 #, fuzzy, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Imiterere Verisiyo"
@@ -4507,11 +4507,15 @@
 msgid "Cannot open configuration file `%s'.\n"
 msgstr "Gufungura Iboneza IDOSIYE"
 
-#: src/util/cron.c:241
+#: src/util/cron.c:189
+msgid "Stopping cron\n"
+msgstr ""
+
+#: src/util/cron.c:199
 msgid "Cron stopped\n"
 msgstr ""
 
-#: src/util/cron.c:371
+#: src/util/cron.c:348
 #, fuzzy, c-format
 msgid ""
 "`%s' called with cron job not in queue, adding.  This may not be what you "
@@ -4588,7 +4592,7 @@
 msgid "%s: option `-W %s' does not allow an argument\n"
 msgstr "%s:Ihitamo OYA Kwemerera"
 
-#: src/util/hostkey_gcrypt.c:936
+#: src/util/hostkey_gcrypt.c:937
 #, fuzzy, c-format
 msgid "RSA signature verification failed at %s:%d: %s\n"
 msgstr "Isinya Byanze ku"
@@ -4724,7 +4728,17 @@
 msgid "Permission denied for `%s' at %s:%d.\n"
 msgstr "kugirango ku"
 
-#: src/util/semaphore.c:578
+#: src/util/semaphore.c:452 src/util/semaphore.c:459
+#, fuzzy, c-format
+msgid "`%s' failed with error code %s: %s"
+msgstr "`%s'Byanze ku Na: Ikosa"
+
+#: src/util/semaphore.c:466
+#, fuzzy, c-format
+msgid "`%s' failed with error code %d: %s"
+msgstr "`%s'Byanze ku Na: Ikosa"
+
+#: src/util/semaphore.c:604
 #, c-format
 msgid "Can't create semaphore: %i"
 msgstr ""

Modified: GNUnet/po/sv.po
===================================================================
--- GNUnet/po/sv.po     2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/po/sv.po     2006-05-20 15:24:45 UTC (rev 2871)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-05-14 04:22-0700\n"
+"POT-Creation-Date: 2006-05-20 08:38-0700\n"
 "PO-Revision-Date: 2006-01-21 17:16+0100\n"
 "Last-Translator: Daniel Nylander <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
@@ -72,7 +72,7 @@
 msgstr "# PING-meddelanden i klartext skickade"
 
 #: src/applications/advertising/advertising.c:737
-#: src/applications/session/connect.c:753
+#: src/applications/session/connect.c:752
 #, c-format
 msgid "`%s' registering handler %d (plaintext and ciphertext)\n"
 msgstr "\"%s\" registrerar handtag %d (klartext och kryptotext)\n"
@@ -182,7 +182,7 @@
 #: src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:546
 #: src/applications/tracekit/gnunet-tracekit.c:153 src/conf/gnunet-setup.c:106
-#: src/conf/gnunet-setup.c:287 src/server/gnunet-peer-info.c:107
+#: src/conf/gnunet-setup.c:286 src/server/gnunet-peer-info.c:107
 #: src/server/gnunet-transport-check.c:521 src/server/gnunet-update.c:142
 #: src/server/startup.c:574
 #, c-format
@@ -209,12 +209,12 @@
 msgid "Could not send message to gnunetd\n"
 msgstr "Kunde inte skicka meddelande till gnunetd\n"
 
-#: src/applications/datastore/datastore.c:122
+#: src/applications/datastore/datastore.c:118
 #, c-format
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "Tillgänglighetstest misslyckades för \"%s\" vid %s:%d.\n"
 
-#: src/applications/datastore/datastore.c:146
+#: src/applications/datastore/datastore.c:142
 #, c-format
 msgid "Database failed to delete `%s'.\n"
 msgstr "Databas misslyckades att ta bort \"%s\".\n"
@@ -542,7 +542,7 @@
 msgid "Write(%d, %p, %d) failed: %s\n"
 msgstr "Skrivning(%d, %p, %d) misslyckades: %s\n"
 
-#: src/applications/fs/ecrs/download.c:917
+#: src/applications/fs/ecrs/download.c:927
 msgid ""
 "Decrypted content does not match key. This is either a bug or a maliciously "
 "inserted file. Download aborted.\n"
@@ -550,7 +550,7 @@
 "Dekrypterat innehåll stämmer inte med nyckeln. Det är antingen ett fel eller "
 "en fil inlagd med onda avsikter. Hämtning avbruten.\n"
 
-#: src/applications/fs/ecrs/download.c:1091
+#: src/applications/fs/ecrs/download.c:1104
 #, c-format
 msgid ""
 "Content `%s' seems to be not available on the network (tried %u times).\n"
@@ -668,7 +668,7 @@
 
 #: src/applications/fs/fsui/file_info.c:66
 #: src/applications/identity/hostkey.c:98
-#: src/applications/identity/identity.c:1036
+#: src/applications/identity/identity.c:1044
 #, c-format
 msgid ""
 "Configuration file must specify a directory for GNUnet to store per-peer "
@@ -709,7 +709,7 @@
 "schedule.\n"
 msgstr ""
 
-#: src/applications/fs/fsui/search.c:244
+#: src/applications/fs/fsui/search.c:245
 msgid "This search is already pending!\n"
 msgstr ""
 
@@ -727,7 +727,7 @@
 msgid "Cannot upload directory without using recursion."
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1091
+#: src/applications/fs/module/fs.c:1184
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -736,12 +736,12 @@
 "Du måste ange ett positivt nummer för \"%s\" i konfigurationen i sektion \"%s"
 "\".\n"
 
-#: src/applications/fs/module/fs.c:1135
+#: src/applications/fs/module/fs.c:1233
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1172
+#: src/applications/fs/module/fs.c:1270
 msgid "enables (anonymous) file-sharing"
 msgstr "aktiverar (anonym) fildelning"
 
@@ -779,7 +779,7 @@
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1800
+#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1802
 msgid "Failed to get traffic stats.\n"
 msgstr ""
 
@@ -1318,108 +1318,108 @@
 msgid "`%s' failed.  Is `%s' a file?\n"
 msgstr "\"%s\" misslyckades.  Är \"%s\" en fil?\n"
 
-#: src/applications/gap/gap.c:1614
+#: src/applications/gap/gap.c:1617
 #, fuzzy, c-format
 msgid "GAP received invalid content from `%s'\n"
 msgstr "Mottog ogiltigt \"%s\" meddelande från \"%s\".\n"
 
-#: src/applications/gap/gap.c:1615
+#: src/applications/gap/gap.c:1618
 msgid "myself"
 msgstr ""
 
-#: src/applications/gap/gap.c:1789
+#: src/applications/gap/gap.c:1791
 msgid ""
 "Cover traffic requested but traffic service not loaded.  Rejecting request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:1806 src/applications/gap/gap.c:1811
-#: src/applications/gap/gap.c:1817
+#: src/applications/gap/gap.c:1808 src/applications/gap/gap.c:1813
+#: src/applications/gap/gap.c:1819
 msgid "Cannot satisfy desired level of anonymity, ignoring request.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2075
+#: src/applications/gap/gap.c:2077
 msgid "# gap requests total received"
 msgstr ""
 
-#: src/applications/gap/gap.c:2076
+#: src/applications/gap/gap.c:2078
 msgid "# gap requests policy: immediate drop"
 msgstr ""
 
-#: src/applications/gap/gap.c:2077
+#: src/applications/gap/gap.c:2079
 msgid "# gap requests policy: not routed"
 msgstr ""
 
-#: src/applications/gap/gap.c:2078
+#: src/applications/gap/gap.c:2080
 msgid "# gap requests policy: not answered"
 msgstr ""
 
-#: src/applications/gap/gap.c:2079
+#: src/applications/gap/gap.c:2081
 msgid "# gap requests processed: attempted add to RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2080
+#: src/applications/gap/gap.c:2082
 msgid "# gap requests processed: local result"
 msgstr ""
 
-#: src/applications/gap/gap.c:2081
+#: src/applications/gap/gap.c:2083
 msgid "# gap routing successes (total)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2082
+#: src/applications/gap/gap.c:2084
 msgid "# gap requests dropped: collision in RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2083
+#: src/applications/gap/gap.c:2085
 msgid "# gap requests forwarded (counting each peer)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2084
+#: src/applications/gap/gap.c:2086
 msgid "# gap duplicate requests (pending)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2085
+#: src/applications/gap/gap.c:2087
 msgid "# gap duplicate requests that were re-tried"
 msgstr ""
 
-#: src/applications/gap/gap.c:2086
+#: src/applications/gap/gap.c:2088
 msgid "# gap re-try ttl difference (cummulative)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2087
+#: src/applications/gap/gap.c:2089
 msgid "# gap reply duplicates"
 msgstr ""
 
-#: src/applications/gap/gap.c:2088
+#: src/applications/gap/gap.c:2090
 msgid "# gap spurious replies"
 msgstr ""
 
-#: src/applications/gap/gap.c:2089
+#: src/applications/gap/gap.c:2091
 msgid "# gap routing slots currently in use"
 msgstr ""
 
-#: src/applications/gap/gap.c:2090
+#: src/applications/gap/gap.c:2092
 msgid "# gap memory used for tracking seen content"
 msgstr ""
 
-#: src/applications/gap/gap.c:2091
+#: src/applications/gap/gap.c:2093
 msgid "# gap memory used for tracking routing destinations"
 msgstr ""
 
-#: src/applications/gap/gap.c:2092
+#: src/applications/gap/gap.c:2094
 msgid "# gap rewards pending"
 msgstr ""
 
-#: src/applications/gap/gap.c:2093
+#: src/applications/gap/gap.c:2095
 msgid "# gap response weights"
 msgstr ""
 
-#: src/applications/gap/gap.c:2110
+#: src/applications/gap/gap.c:2112
 msgid ""
 "Traffic service failed to load; gap cannot ensure cover-traffic "
 "availability.\n"
 msgstr ""
 
-#: src/applications/gap/gap.c:2141
+#: src/applications/gap/gap.c:2143
 #, c-format
 msgid "`%s' registering handlers %d %d\n"
 msgstr "\"%s\" registrerar handtag %d %d\n"
@@ -1470,12 +1470,12 @@
 msgid "Removed file `%s' containing invalid hello data.\n"
 msgstr ""
 
-#: src/applications/identity/identity.c:706
-#, fuzzy
-msgid "Signature failed verification: other peer not known.\n"
+#: src/applications/identity/identity.c:712
+#, fuzzy, c-format
+msgid "Signature failed verification: peer `%s' not known.\n"
 msgstr "Kan inte kryptera sessionsnyckel, andra parten är inte känd!\n"
 
-#: src/applications/identity/identity.c:712
+#: src/applications/identity/identity.c:720
 msgid "Signature failed verification: signature invalid.\n"
 msgstr ""
 
@@ -1602,39 +1602,39 @@
 msgid "Cannot encrypt sessionkey, other peer not known!\n"
 msgstr "Kan inte kryptera sessionsnyckel, andra parten är inte känd!\n"
 
-#: src/applications/session/connect.c:524
+#: src/applications/session/connect.c:523
 #, c-format
 msgid "Invalid `%s' message received from peer `%s'.\n"
 msgstr ""
 
-#: src/applications/session/connect.c:533
+#: src/applications/session/connect.c:532
 #, c-format
 msgid "setkey `%s' from `%s' fails CRC check (have: %u, want %u).\n"
 msgstr ""
 
-#: src/applications/session/connect.c:588
+#: src/applications/session/connect.c:587
 msgid ""
 "Error parsing encrypted session key, given message part size is invalid.\n"
 msgstr ""
 
-#: src/applications/session/connect.c:598
+#: src/applications/session/connect.c:597
 #, c-format
 msgid "Unknown type in embedded message: %u (size: %u)\n"
 msgstr ""
 
-#: src/applications/session/connect.c:743
+#: src/applications/session/connect.c:742
 msgid "# session keys sent"
 msgstr "# sessionsnycklar skickade"
 
-#: src/applications/session/connect.c:745
+#: src/applications/session/connect.c:744
 msgid "# session keys rejected"
 msgstr "# sessionnycklar vägrade"
 
-#: src/applications/session/connect.c:747
+#: src/applications/session/connect.c:746
 msgid "# session keys accepted"
 msgstr "# sessionsnycklar accepterade"
 
-#: src/applications/session/connect.c:749
+#: src/applications/session/connect.c:748
 msgid "# sessions established"
 msgstr "# sessioner etablerade"
 
@@ -1654,8 +1654,8 @@
 #: src/applications/sqstore_mysql/mysql.c:1053
 #: src/applications/sqstore_mysql/mysql.c:1067
 #: src/applications/sqstore_sqlite/sqlite.c:44
-#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:56
-#: src/util/hostkey_gcrypt.c:63 src/util/storage.c:659
+#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:57
+#: src/util/hostkey_gcrypt.c:64 src/util/storage.c:659
 #: src/util/symcipher_gcrypt.c:47 src/util/symcipher_gcrypt.c:54
 #: src/include/gnunet_util.h:1042 src/include/gnunet_util.h:1049
 #: src/include/gnunet_util.h:1051
@@ -3106,17 +3106,17 @@
 msgid "Invalid arguments: "
 msgstr "Ogiltiga argument: "
 
-#: src/conf/gnunet-setup.c:225
+#: src/conf/gnunet-setup.c:224
 msgid "No interface specified, using default\n"
 msgstr ""
 
-#: src/conf/gnunet-setup.c:238 src/conf/gnunet-setup.c:252
-#: src/conf/gnunet-setup.c:271 src/conf/gnunet-setup.c:282
+#: src/conf/gnunet-setup.c:237 src/conf/gnunet-setup.c:251
+#: src/conf/gnunet-setup.c:270 src/conf/gnunet-setup.c:281
 #, c-format
 msgid "`%s' is not available."
 msgstr "\"%s\" är inte tillgänglig."
 
-#: src/conf/gnunet-setup.c:265 src/conf/gnunet-setup.c:276
+#: src/conf/gnunet-setup.c:264 src/conf/gnunet-setup.c:275
 #, c-format
 msgid ""
 "Can only run wizard to configure gnunetd.\n"
@@ -3125,7 +3125,7 @@
 "Kan endast köra vägvisaren för att konfigurera gnunetd.\n"
 "Glömde du flaggan \"%s\"?\n"
 
-#: src/conf/gnunet-setup.c:286
+#: src/conf/gnunet-setup.c:285
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Okänd operation \"%s\"\n"
@@ -4136,11 +4136,15 @@
 msgid "Cannot open configuration file `%s'.\n"
 msgstr "Kan inte öppna konfigurationsfil \"%s\".\n"
 
-#: src/util/cron.c:241
+#: src/util/cron.c:189
+msgid "Stopping cron\n"
+msgstr ""
+
+#: src/util/cron.c:199
 msgid "Cron stopped\n"
 msgstr "Cron stoppad\n"
 
-#: src/util/cron.c:371
+#: src/util/cron.c:348
 #, c-format
 msgid ""
 "`%s' called with cron job not in queue, adding.  This may not be what you "
@@ -4217,7 +4221,7 @@
 msgid "%s: option `-W %s' does not allow an argument\n"
 msgstr "%s: flagga \"-W %s\" tillåter inte ett argument\n"
 
-#: src/util/hostkey_gcrypt.c:936
+#: src/util/hostkey_gcrypt.c:937
 #, c-format
 msgid "RSA signature verification failed at %s:%d: %s\n"
 msgstr ""
@@ -4357,7 +4361,17 @@
 msgid "Permission denied for `%s' at %s:%d.\n"
 msgstr "Åtkomst nekad för \"%s\" vid %s:%d.\n"
 
-#: src/util/semaphore.c:578
+#: src/util/semaphore.c:452 src/util/semaphore.c:459
+#, fuzzy, c-format
+msgid "`%s' failed with error code %s: %s"
+msgstr "\"%s\" misslyckades vid %s:%d med fel: %s\n"
+
+#: src/util/semaphore.c:466
+#, fuzzy, c-format
+msgid "`%s' failed with error code %d: %s"
+msgstr "\"%s\" misslyckades vid %s:%d med fel: %s\n"
+
+#: src/util/semaphore.c:604
 #, c-format
 msgid "Can't create semaphore: %i"
 msgstr "Kan inte skapa semafor: %i"

Modified: GNUnet/po/vi.po
===================================================================
--- GNUnet/po/vi.po     2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/po/vi.po     2006-05-20 15:24:45 UTC (rev 2871)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre4\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-05-14 04:22-0700\n"
+"POT-Creation-Date: 2006-05-20 08:38-0700\n"
 "PO-Revision-Date: 2005-07-05 21:18+0400\n"
 "Last-Translator: Phan Vinh Thinh <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
@@ -76,7 +76,7 @@
 msgstr "# đã gửi các thông báo PING dạng văn bản thông thường"
 
 #: src/applications/advertising/advertising.c:737
-#: src/applications/session/connect.c:753
+#: src/applications/session/connect.c:752
 #, fuzzy, c-format
 msgid "`%s' registering handler %d (plaintext and ciphertext)\n"
 msgstr ""
@@ -189,7 +189,7 @@
 #: src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:546
 #: src/applications/tracekit/gnunet-tracekit.c:153 src/conf/gnunet-setup.c:106
-#: src/conf/gnunet-setup.c:287 src/server/gnunet-peer-info.c:107
+#: src/conf/gnunet-setup.c:286 src/server/gnunet-peer-info.c:107
 #: src/server/gnunet-transport-check.c:521 src/server/gnunet-update.c:142
 #: src/server/startup.c:574
 #, c-format
@@ -216,12 +216,12 @@
 msgid "Could not send message to gnunetd\n"
 msgstr "Không gửi được thông báo tới gnunetd\n"
 
-#: src/applications/datastore/datastore.c:122
+#: src/applications/datastore/datastore.c:118
 #, fuzzy, c-format
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "Thử khả năng cho '%s' không thành công tại %s: %d.\n"
 
-#: src/applications/datastore/datastore.c:146
+#: src/applications/datastore/datastore.c:142
 #, fuzzy, c-format
 msgid "Database failed to delete `%s'.\n"
 msgstr "Cơ sở dữ liệu xóa %s không thành công.\n"
@@ -550,7 +550,7 @@
 msgid "Write(%d, %p, %d) failed: %s\n"
 msgstr "'%s' %s không thành công: %s\n"
 
-#: src/applications/fs/ecrs/download.c:917
+#: src/applications/fs/ecrs/download.c:927
 msgid ""
 "Decrypted content does not match key. This is either a bug or a maliciously "
 "inserted file. Download aborted.\n"
@@ -558,7 +558,7 @@
 "Nội dung đã giải mã không tương ứng chìa khóa. Đây là một lỗi bug hoặc một "
 "tập tin chèn vào với ý xấu. Dừng tải xuống.\n"
 
-#: src/applications/fs/ecrs/download.c:1091
+#: src/applications/fs/ecrs/download.c:1104
 #, fuzzy, c-format
 msgid ""
 "Content `%s' seems to be not available on the network (tried %u times).\n"
@@ -679,7 +679,7 @@
 
 #: src/applications/fs/fsui/file_info.c:66
 #: src/applications/identity/hostkey.c:98
-#: src/applications/identity/identity.c:1036
+#: src/applications/identity/identity.c:1044
 #, c-format
 msgid ""
 "Configuration file must specify a directory for GNUnet to store per-peer "
@@ -723,7 +723,7 @@
 "Đang đưa ra các cập nhật cho nội dung cập nhật thường xuyên trước một tuần "
 "so với lịch.\n"
 
-#: src/applications/fs/fsui/search.c:244
+#: src/applications/fs/fsui/search.c:245
 msgid "This search is already pending!\n"
 msgstr "Tìm kiếm này đang chờ đợi!\n"
 
@@ -743,7 +743,7 @@
 msgid "Cannot upload directory without using recursion."
 msgstr "Không tải lên được thư mục khi không dùng đệ quy.\n"
 
-#: src/applications/fs/module/fs.c:1091
+#: src/applications/fs/module/fs.c:1184
 #, fuzzy, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -751,12 +751,12 @@
 msgstr ""
 "Người dùng phải chỉ ra một số dương cho '%s' trong phần '%s' của cấu hình.\n"
 
-#: src/applications/fs/module/fs.c:1135
+#: src/applications/fs/module/fs.c:1233
 #, fuzzy, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr "'%s' đăng ký trình điều khiển máy khách %d %d %d %d %d %d %d %d %d\n"
 
-#: src/applications/fs/module/fs.c:1172
+#: src/applications/fs/module/fs.c:1270
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
@@ -799,7 +799,7 @@
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr "Khối ODB đã bỏ chỉ mục '%s' từ %llu không có trong kho dữ liệu.\n"
 
-#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1800
+#: src/applications/fs/module/anonymity.c:65 src/applications/gap/gap.c:1802
 msgid "Failed to get traffic stats.\n"
 msgstr "Lấy các thông tin truyền tải không thành công.\n"
 
@@ -1360,106 +1360,106 @@
 msgid "`%s' failed.  Is `%s' a file?\n"
 msgstr "'%s' thất bại.  '%s' là một tập tin?\n"
 
-#: src/applications/gap/gap.c:1614
+#: src/applications/gap/gap.c:1617
 #, fuzzy, c-format
 msgid "GAP received invalid content from `%s'\n"
 msgstr "Nhận được thông báo sai '%s' từ '%s'.\n"
 
-#: src/applications/gap/gap.c:1615
+#: src/applications/gap/gap.c:1618
 msgid "myself"
 msgstr ""
 
-#: src/applications/gap/gap.c:1789
+#: src/applications/gap/gap.c:1791
 msgid ""
 "Cover traffic requested but traffic service not loaded.  Rejecting request.\n"
 msgstr ""
 "Đã yêu cầu che truyền tải nhưng chưa nạp dịch vụ truyền tải.  Đang nhả ra "
 "yêu cầu.\n"
 
-#: src/applications/gap/gap.c:1806 src/applications/gap/gap.c:1811
-#: src/applications/gap/gap.c:1817
+#: src/applications/gap/gap.c:1808 src/applications/gap/gap.c:1813
+#: src/applications/gap/gap.c:1819
 msgid "Cannot satisfy desired level of anonymity, ignoring request.\n"
 msgstr "Không thể thỏa mãn mức độ dấu tên mong muốn, đang lờ đi yêu cầu.\n"
 
-#: src/applications/gap/gap.c:2075
+#: src/applications/gap/gap.c:2077
 #, fuzzy
 msgid "# gap requests total received"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/gap/gap.c:2076
+#: src/applications/gap/gap.c:2078
 msgid "# gap requests policy: immediate drop"
 msgstr ""
 
-#: src/applications/gap/gap.c:2077
+#: src/applications/gap/gap.c:2079
 msgid "# gap requests policy: not routed"
 msgstr ""
 
-#: src/applications/gap/gap.c:2078
+#: src/applications/gap/gap.c:2080
 msgid "# gap requests policy: not answered"
 msgstr ""
 
-#: src/applications/gap/gap.c:2079
+#: src/applications/gap/gap.c:2081
 msgid "# gap requests processed: attempted add to RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2080
+#: src/applications/gap/gap.c:2082
 msgid "# gap requests processed: local result"
 msgstr ""
 
-#: src/applications/gap/gap.c:2081
+#: src/applications/gap/gap.c:2083
 msgid "# gap routing successes (total)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2082
+#: src/applications/gap/gap.c:2084
 msgid "# gap requests dropped: collision in RT"
 msgstr ""
 
-#: src/applications/gap/gap.c:2083
+#: src/applications/gap/gap.c:2085
 msgid "# gap requests forwarded (counting each peer)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2084
+#: src/applications/gap/gap.c:2086
 msgid "# gap duplicate requests (pending)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2085
+#: src/applications/gap/gap.c:2087
 #, fuzzy
 msgid "# gap duplicate requests that were re-tried"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/gap/gap.c:2086
+#: src/applications/gap/gap.c:2088
 msgid "# gap re-try ttl difference (cummulative)"
 msgstr ""
 
-#: src/applications/gap/gap.c:2087
+#: src/applications/gap/gap.c:2089
 msgid "# gap reply duplicates"
 msgstr ""
 
-#: src/applications/gap/gap.c:2088
+#: src/applications/gap/gap.c:2090
 msgid "# gap spurious replies"
 msgstr ""
 
-#: src/applications/gap/gap.c:2089
+#: src/applications/gap/gap.c:2091
 msgid "# gap routing slots currently in use"
 msgstr ""
 
-#: src/applications/gap/gap.c:2090
+#: src/applications/gap/gap.c:2092
 msgid "# gap memory used for tracking seen content"
 msgstr ""
 
-#: src/applications/gap/gap.c:2091
+#: src/applications/gap/gap.c:2093
 msgid "# gap memory used for tracking routing destinations"
 msgstr ""
 
-#: src/applications/gap/gap.c:2092
+#: src/applications/gap/gap.c:2094
 msgid "# gap rewards pending"
 msgstr ""
 
-#: src/applications/gap/gap.c:2093
+#: src/applications/gap/gap.c:2095
 msgid "# gap response weights"
 msgstr ""
 
-#: src/applications/gap/gap.c:2110
+#: src/applications/gap/gap.c:2112
 msgid ""
 "Traffic service failed to load; gap cannot ensure cover-traffic "
 "availability.\n"
@@ -1467,7 +1467,7 @@
 "Nạp dịch vụ truyền tải không thành công; lỗ hổng không thể chắc chắn khả "
 "năng truyền tải.\n"
 
-#: src/applications/gap/gap.c:2141
+#: src/applications/gap/gap.c:2143
 #, fuzzy, c-format
 msgid "`%s' registering handlers %d %d\n"
 msgstr "'%s' đăng ký trình điều khiển %d %d\n"
@@ -1520,13 +1520,13 @@
 msgid "Removed file `%s' containing invalid hello data.\n"
 msgstr "Xóa bỏ tập tin '%s' chứa dữ liệu HELO sai.\n"
 
-#: src/applications/identity/identity.c:706
-#, fuzzy
-msgid "Signature failed verification: other peer not known.\n"
+#: src/applications/identity/identity.c:712
+#, fuzzy, c-format
+msgid "Signature failed verification: peer `%s' not known.\n"
 msgstr ""
 "Không mã hóa được chìa khóa buổi làm việc, không biết đến đầu peer khác!\n"
 
-#: src/applications/identity/identity.c:712
+#: src/applications/identity/identity.c:720
 #, fuzzy
 msgid "Signature failed verification: signature invalid.\n"
 msgstr "Thông báo HELO sai (sai chữ ký).\n"
@@ -1663,41 +1663,41 @@
 msgstr ""
 "Không mã hóa được chìa khóa buổi làm việc, không biết đến đầu peer khác!\n"
 
-#: src/applications/session/connect.c:524
+#: src/applications/session/connect.c:523
 #, fuzzy, c-format
 msgid "Invalid `%s' message received from peer `%s'.\n"
 msgstr "Nhận được thông báo '%s' sai từ đầu peer '%s'.\n"
 
-#: src/applications/session/connect.c:533
+#: src/applications/session/connect.c:532
 #, fuzzy, c-format
 msgid "setkey `%s' from `%s' fails CRC check (have: %u, want %u).\n"
 msgstr "Kiểm tra CRC của SKEY từ '%s' không thành công (có: %u, muốn %u).\n"
 
-#: src/applications/session/connect.c:588
+#: src/applications/session/connect.c:587
 msgid ""
 "Error parsing encrypted session key, given message part size is invalid.\n"
 msgstr ""
 "Lỗi phân tích chìa khóa buổi làm việc đã mã hóa, kích thước của phần thông "
 "báo đưa ra là sai.\n"
 
-#: src/applications/session/connect.c:598
+#: src/applications/session/connect.c:597
 #, c-format
 msgid "Unknown type in embedded message: %u (size: %u)\n"
 msgstr ""
 
-#: src/applications/session/connect.c:743
+#: src/applications/session/connect.c:742
 msgid "# session keys sent"
 msgstr "# đã gửi các phím buổi làm việc"
 
-#: src/applications/session/connect.c:745
+#: src/applications/session/connect.c:744
 msgid "# session keys rejected"
 msgstr "# đã nhả ra các phím buổi làm việc"
 
-#: src/applications/session/connect.c:747
+#: src/applications/session/connect.c:746
 msgid "# session keys accepted"
 msgstr "# đã chấp nhận các phím buổi làm việc"
 
-#: src/applications/session/connect.c:749
+#: src/applications/session/connect.c:748
 msgid "# sessions established"
 msgstr "# đã thiết lập buổi làm việc"
 
@@ -1717,8 +1717,8 @@
 #: src/applications/sqstore_mysql/mysql.c:1053
 #: src/applications/sqstore_mysql/mysql.c:1067
 #: src/applications/sqstore_sqlite/sqlite.c:44
-#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:56
-#: src/util/hostkey_gcrypt.c:63 src/util/storage.c:659
+#: src/applications/sqstore_sqlite/sqlite.c:51 src/util/hostkey_gcrypt.c:57
+#: src/util/hostkey_gcrypt.c:64 src/util/storage.c:659
 #: src/util/symcipher_gcrypt.c:47 src/util/symcipher_gcrypt.c:54
 #: src/include/gnunet_util.h:1042 src/include/gnunet_util.h:1049
 #: src/include/gnunet_util.h:1051
@@ -3232,25 +3232,25 @@
 msgid "Invalid arguments: "
 msgstr "Tham số sai: "
 
-#: src/conf/gnunet-setup.c:225
+#: src/conf/gnunet-setup.c:224
 #, fuzzy
 msgid "No interface specified, using default\n"
 msgstr "Chưa chỉ ra tên bảng, đang dùng '%s'.\n"
 
-#: src/conf/gnunet-setup.c:238 src/conf/gnunet-setup.c:252
-#: src/conf/gnunet-setup.c:271 src/conf/gnunet-setup.c:282
+#: src/conf/gnunet-setup.c:237 src/conf/gnunet-setup.c:251
+#: src/conf/gnunet-setup.c:270 src/conf/gnunet-setup.c:281
 #, fuzzy, c-format
 msgid "`%s' is not available."
 msgstr "'%s' không phải là một tập tin thông thường.\n"
 
-#: src/conf/gnunet-setup.c:265 src/conf/gnunet-setup.c:276
+#: src/conf/gnunet-setup.c:264 src/conf/gnunet-setup.c:275
 #, c-format
 msgid ""
 "Can only run wizard to configure gnunetd.\n"
 "Did you forget the `%s' option?\n"
 msgstr ""
 
-#: src/conf/gnunet-setup.c:286
+#: src/conf/gnunet-setup.c:285
 #, fuzzy, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Lỗi không rõ.\n"
@@ -4373,11 +4373,15 @@
 msgid "Cannot open configuration file `%s'.\n"
 msgstr "Không mở được tập tin cấu hình '%s'\n"
 
-#: src/util/cron.c:241
+#: src/util/cron.c:189
+msgid "Stopping cron\n"
+msgstr ""
+
+#: src/util/cron.c:199
 msgid "Cron stopped\n"
 msgstr "Đã dừng cron\n"
 
-#: src/util/cron.c:371
+#: src/util/cron.c:348
 #, fuzzy, c-format
 msgid ""
 "`%s' called with cron job not in queue, adding.  This may not be what you "
@@ -4457,7 +4461,7 @@
 msgid "%s: option `-W %s' does not allow an argument\n"
 msgstr "%s: tùy chọn `-W %s' không cho phép một tham số\n"
 
-#: src/util/hostkey_gcrypt.c:936
+#: src/util/hostkey_gcrypt.c:937
 #, c-format
 msgid "RSA signature verification failed at %s:%d: %s\n"
 msgstr "Kiểm tra chữ ký RSA thất bại tại %s:%d: %s\n"
@@ -4597,7 +4601,17 @@
 msgid "Permission denied for `%s' at %s:%d.\n"
 msgstr "Không đủ quyền hạn cho '%s' tại %s:%d.\n"
 
-#: src/util/semaphore.c:578
+#: src/util/semaphore.c:452 src/util/semaphore.c:459
+#, fuzzy, c-format
+msgid "`%s' failed with error code %s: %s"
+msgstr "'%s' thất bại tại %s:%d với lỗi: %s\n"
+
+#: src/util/semaphore.c:466
+#, fuzzy, c-format
+msgid "`%s' failed with error code %d: %s"
+msgstr "'%s' thất bại tại %s:%d với lỗi: %s\n"
+
+#: src/util/semaphore.c:604
 #, c-format
 msgid "Can't create semaphore: %i"
 msgstr "Không tạo được đèn tín hiệu: %i"

Modified: GNUnet/src/applications/stats/gnunet-stats.c
===================================================================
--- GNUnet/src/applications/stats/gnunet-stats.c        2006-05-20 14:32:36 UTC 
(rev 2870)
+++ GNUnet/src/applications/stats/gnunet-stats.c        2006-05-20 15:24:45 UTC 
(rev 2871)
@@ -88,6 +88,7 @@
   static Help help[] = {
     HELP_CONFIG,
     HELP_HELP,
+    HELP_HOSTNAME,
     HELP_LOGLEVEL,
     { 'p', "protocols", NULL,
       gettext_noop("prints supported protocol messages") },
@@ -113,14 +114,14 @@
 
   while (1) {
     static struct GNoption long_options[] = {
+      LONG_DEFAULT_OPTIONS,
       { "protocols",          0, 0, 'p' },
-      LONG_DEFAULT_OPTIONS,
       { 0,0,0,0 }
     };
     option_index = 0;
     c = GNgetopt_long(argc,
                      argv,
-                     "vhdc:L:H:",
+                     "c:dhHL:pv",
                      long_options,
                      &option_index);
     if (c == -1)

Modified: GNUnet/src/util/printhelp.c
===================================================================
--- GNUnet/src/util/printhelp.c 2006-05-20 14:32:36 UTC (rev 2870)
+++ GNUnet/src/util/printhelp.c 2006-05-20 15:24:45 UTC (rev 2871)
@@ -120,6 +120,10 @@
  */
 int parseDefaultOptions(char c,
                        char * optarg) {
+  char * host;
+  char * port_string;
+  unsigned short port;
+
   switch(c) {
   case 'c':
     FREENONNULL(setConfigurationString("FILES",
@@ -131,16 +135,31 @@
                                       "LOGFILE",
                                       NULL));
     break;
-  case 'H':
+  case 'H': {
+    port_string = strstr(optarg, ":");   
+    if (NULL != port_string) {
+      port = (unsigned short) atoi(port_string+1);
+      setConfigurationInt("NETWORK",
+                         "CLIENT-PORT",
+                         port);
+      host = MALLOC(1 + port_string - optarg);
+      memcpy(host, optarg, port_string - optarg);
+      host[port_string - optarg] = '\0';
+    } else {
+      host = STRDUP(optarg);
+    }
     FREENONNULL(setConfigurationString("NETWORK",
                                       "HOST",
+                                      host));
+    FREE(host);
+    break;
+  }
+  case 'L':
+    
+    FREENONNULL(setConfigurationString("GNUNET",
+                                      "LOGLEVEL",
                                       optarg));
     break;
-  case 'L':
-      FREENONNULL(setConfigurationString("GNUNET",
-                                        "LOGLEVEL",
-                                        optarg));
-      break;
   default:
     return NO;
   }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]