gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6079 - in GNUnet: . doc po src/applications/sqstore_mysql


From: gnunet
Subject: [GNUnet-SVN] r6079 - in GNUnet: . doc po src/applications/sqstore_mysql src/include
Date: Sun, 6 Jan 2008 10:03:34 -0700 (MST)

Author: grothoff
Date: 2008-01-06 10:03:33 -0700 (Sun, 06 Jan 2008)
New Revision: 6079

Modified:
   GNUnet/ChangeLog
   GNUnet/UPDATING
   GNUnet/doc/README.mysql
   GNUnet/po/GNUnet.pot
   GNUnet/po/de.po
   GNUnet/po/es.po
   GNUnet/po/rw.po
   GNUnet/po/sv.po
   GNUnet/po/vi.po
   GNUnet/src/applications/sqstore_mysql/mysql.c
   GNUnet/src/include/gnunet_util_string.h
Log:
docs

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/ChangeLog    2008-01-06 17:03:33 UTC (rev 6079)
@@ -1,4 +1,4 @@
-Thu Dec 20 20:10:37 MST 2007
+Thu Dec 22 20:10:37 MST 2007
        Releasing GNUnet 0.7.3.
 
 Sun Dec  9 14:34:32 MST 2007

Modified: GNUnet/UPDATING
===================================================================
--- GNUnet/UPDATING     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/UPDATING     2008-01-06 17:03:33 UTC (rev 6079)
@@ -20,8 +20,14 @@
 selected.  "gnunet-setup -d" should pick "dstore_sqlite" by 
 default, but if you are using MySQL for the main database, you
 may want to change this.
+You need to grant the gnunet MySQL user additional priviledges
+for the dstore (creation of temporary tables), something like:
 
+GRANT CREATE TEMPORARY TABLES ON gnunet.* TO address@hidden;
 
+should do the trick.
+
+
 0.7.2b to 0.7.2c
 =================
 

Modified: GNUnet/doc/README.mysql
===================================================================
--- GNUnet/doc/README.mysql     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/doc/README.mysql     2008-01-06 17:03:33 UTC (rev 6079)
@@ -33,7 +33,7 @@
     that will be running the gnunetd process].
 
       CREATE DATABASE gnunet;
-      GRANT select,insert,update,delete,create,alter,drop
+      GRANT select,insert,update,delete,create,alter,drop,create temporary 
tables
          ON gnunet.* TO address@hidden;
       SET PASSWORD FOR address@hidden('$the_password_you_like');
       FLUSH PRIVILEGES;

Modified: GNUnet/po/GNUnet.pot
===================================================================
--- GNUnet/po/GNUnet.pot        2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/GNUnet.pot        2008-01-06 17:03:33 UTC (rev 6079)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-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"
@@ -796,31 +796,31 @@
 msgid "update a value in the configuration file"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, c-format
 msgid "Too many arguments.\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 msgid "No interface specified, using default\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, c-format
 msgid "Undefined option.\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, c-format
 msgid "`%s' is not available.\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, c-format
 msgid "Use --help to get a list of options.\n"
@@ -954,27 +954,27 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 msgid "# dht requests routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 msgid "# dht get requests received"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 msgid "# dht put requests received"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 msgid "# dht results received"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr ""
@@ -1094,23 +1094,23 @@
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 msgid "# bytes allowed in datastore"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr ""
 
@@ -1998,12 +1998,12 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2011,56 +2011,56 @@
 "contains invalid references!\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
 "%s' under `%s'.\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, c-format
 msgid ""
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, 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:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 msgid "# FS valid replies received"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 msgid "# blocks fetched for migration"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -2921,79 +2921,79 @@
 msgid "I am peer `%s'.\n"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4509,7 +4509,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/po/de.po
===================================================================
--- GNUnet/po/de.po     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/de.po     2008-01-06 17:03:33 UTC (rev 6079)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-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"
@@ -949,31 +949,31 @@
 msgstr ""
 "Einen Wert aus der Konfigurationsdatei auf der Standardausgabe ausgeben"
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, fuzzy, c-format
 msgid "Too many arguments.\n"
 msgstr "Ungültige Kommandozeilen Parameter.\n"
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 msgid "No interface specified, using default\n"
 msgstr "Keine Oberfläche angegeben, verwende Standard\n"
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, fuzzy, c-format
 msgid "Undefined option.\n"
 msgstr "Weitere Einstellungen"
 
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, fuzzy, c-format
 msgid "`%s' is not available.\n"
 msgstr "`%s' ist nicht verfügbar."
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Unbekannte Operation `%s'\n"
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, c-format
 msgid "Use --help to get a list of options.\n"
@@ -1109,30 +1109,30 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 msgid "# dht requests routed"
 msgstr "# dht Anfragen weitergeleitet"
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 #, fuzzy
 msgid "# dht get requests received"
 msgstr "# Client Trace-Anfragen empfangen"
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 #, fuzzy
 msgid "# dht put requests received"
 msgstr "# Client Trace-Anfragen empfangen"
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 #, fuzzy
 msgid "# dht results received"
 msgstr "# Bytes empfangen über TCP"
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, fuzzy, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr "`%s' registriert Handler %d %d %d\n"
@@ -1259,24 +1259,24 @@
 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:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 msgid "# bytes allowed in datastore"
 msgstr "# bytes erlaubt in der Datenbank"
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 #, fuzzy
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr "Der Transportdienst auf Port %d konnte nicht gestartet werden.\n"
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 #, fuzzy
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr "Der Transportdienst auf Port %d konnte nicht gestartet werden.\n"
@@ -2237,13 +2237,13 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr ""
 "Indizierte Datei ist verschwunden, Block für Anfrage `%s' wird gelöscht\n"
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2254,7 +2254,7 @@
 "aus Ihrem Share entfernt. Bitte deindizieren Sie Dateien, bevor Sie sie "
 "löschen, da Ihr Index nun ungültige Referenzen enthält!\n"
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
@@ -2263,11 +2263,11 @@
 "Die Konfigurationsdatei muss ein Verzeichnis für die Speicherung von FS "
 "Daten in der Sektion `%s' unter `%s' angeben.\n"
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, c-format
 msgid ""
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
@@ -2275,7 +2275,7 @@
 "Deindizierter ODB Block `%s' vom Offset %llu fehlt bereits im "
 "Datenspeicher.\n"
 
-#: src/applications/fs/module/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -2284,34 +2284,34 @@
 "Sie müssen für `%s' in der Sektion `%s' der Konfigurationsdatei eine "
 "positive Zahl angeben.\n"
 
-#: src/applications/fs/module/fs.c:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 #, fuzzy
 msgid "# FS valid replies received"
 msgstr "# Bytes empfangen über TCP"
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, 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:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr "Ermöglicht (anonymes) Filesharing"
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr "# Blöcke migriert"
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 #, fuzzy
 msgid "# blocks fetched for migration"
 msgstr "# Blöcke migriert"
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -3239,79 +3239,79 @@
 msgid "I am peer `%s'.\n"
 msgstr "Ich bin Peer `%s'.\n"
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4888,7 +4888,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/po/es.po
===================================================================
--- GNUnet/po/es.po     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/es.po     2008-01-06 17:03:33 UTC (rev 6079)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0e\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-0700\n"
 "PO-Revision-Date: 2006-06-29 12:05+0200\n"
 "Last-Translator: Miguel Angel Arruga <address@hidden>\n"
 "Language-Team: Spanish\n"
@@ -928,31 +928,31 @@
 msgid "update a value in the configuration file"
 msgstr "Imposible guardar el fichero de configuración '%s':"
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, fuzzy, c-format
 msgid "Too many arguments.\n"
 msgstr "Argumentos en la linea de comandos inválidos.\n"
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 msgid "No interface specified, using default\n"
 msgstr "Ninguna interfaz especificada, usando la marcada por defecto\n"
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, fuzzy, c-format
 msgid "Undefined option.\n"
 msgstr "Otras configuraciones"
 
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, fuzzy, c-format
 msgid "`%s' is not available.\n"
 msgstr "'%s' no esta disponible."
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Operación desconocida '%s'\n"
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, c-format
 msgid "Use --help to get a list of options.\n"
@@ -1088,30 +1088,30 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 msgid "# dht requests routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 #, fuzzy
 msgid "# dht get requests received"
 msgstr "# mensajes PONG encriptados recibidos"
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 #, fuzzy
 msgid "# dht put requests received"
 msgstr "# bytes recibidos por TCP"
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 #, fuzzy
 msgid "# dht results received"
 msgstr "# bytes recibidos por TCP"
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, fuzzy, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr "'%s' registrando manejadores %d %d %d\n"
@@ -1237,24 +1237,24 @@
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "Test de disponibilidad fallido para '%s' en %s:%d.\n"
 
-#: src/applications/datastore/datastore.c:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 #, fuzzy
 msgid "# bytes allowed in datastore"
 msgstr "# bytes en la base de datos"
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 #, fuzzy
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr "Imposible guardar la configuración"
@@ -2203,13 +2203,13 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, fuzzy, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr ""
 "Fichero indexado desaparecido, borrando el bloque para preguntas '%s'\n"
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2220,7 +2220,7 @@
 "disponible durante tres días.  Por favor, desindexa los ficheros antes de "
 "borrarlos porque eso causa que el índice tenga referencias no válidas.\n"
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
@@ -2229,18 +2229,18 @@
 "El fichero de configuración debe especificar un directorio para el "
 "almacenamiento de los datos de FS en la sección '%s' bajo '%s'.\n"
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, fuzzy, c-format
 msgid ""
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 "Bloque ODB '%s' desindexado del offset %llu perdido de la base de datos.\n"
 
-#: src/applications/fs/module/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -2249,34 +2249,34 @@
 "Debes especificar un número positivo para '%s' en la configuración en la "
 "sección '%s'.\n"
 
-#: src/applications/fs/module/fs.c:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 #, fuzzy
 msgid "# FS valid replies received"
 msgstr "# bytes recibidos por TCP"
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr "'%s' registrando manejadores de clientes %d %d %d %d %d %d %d %d %d\n"
 
-#: src/applications/fs/module/fs.c:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr "activa la compartición de ficheros anónima"
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr "# blocks migrados"
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 #, fuzzy
 msgid "# blocks fetched for migration"
 msgstr "# blocks migrados"
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -3189,79 +3189,79 @@
 msgid "I am peer `%s'.\n"
 msgstr "Yo soy el par '%s'.\n"
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4816,7 +4816,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/po/rw.po
===================================================================
--- GNUnet/po/rw.po     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/rw.po     2008-01-06 17:03:33 UTC (rev 6079)
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-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"
@@ -876,33 +876,33 @@
 msgid "update a value in the configuration file"
 msgstr "Gucapa a Agaciro Bivuye i Iboneza IDOSIYE Kuri"
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, fuzzy, c-format
 msgid "Too many arguments.\n"
 msgstr "Komandi: Umurongo ingingo"
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 #, fuzzy
 msgid "No interface specified, using default\n"
 msgstr "imbonerahamwe# Izina: ikoresha"
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, c-format
 msgid "Undefined option.\n"
 msgstr ""
 
 # 
uui/source\ids.src:RID_UUI_ERRHDL.(ERRCODE_UUI_IO_NOTAFILE_&_ERRCODE_RES_MASK).text
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, fuzzy, c-format
 msgid "`%s' is not available.\n"
 msgstr "'%s'ntabwo ari idosiye"
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, fuzzy, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Imiterere Verisiyo"
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, fuzzy, c-format
 msgid "Use --help to get a list of options.\n"
@@ -1038,31 +1038,31 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 #, fuzzy
 msgid "# dht requests routed"
 msgstr "#BYAKIRIWE"
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 #, fuzzy
 msgid "# dht get requests received"
 msgstr "#BYAKIRIWE"
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 #, fuzzy
 msgid "# dht put requests received"
 msgstr "#BYAKIRIWE"
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 #, fuzzy
 msgid "# dht results received"
 msgstr "#Gushaka Ibisubizo ku BYAKIRIWE KB"
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr ""
@@ -1185,24 +1185,24 @@
 msgid "Availability test failed for `%s' at %s:%d.\n"
 msgstr "kugirango ku"
 
-#: src/applications/datastore/datastore.c:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 msgid "# bytes allowed in datastore"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 #, fuzzy
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr "Kuri Gutangira Serivisi ku Umuyoboro"
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 #, fuzzy
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr "Kuri Gutangira Serivisi ku Umuyoboro"
@@ -2177,12 +2177,12 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2190,57 +2190,57 @@
 "contains invalid references!\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, fuzzy, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
 "%s' under `%s'.\n"
 msgstr "IDOSIYE bushyinguro kugirango Bya Ibyatanzwe in Icyiciro"
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, c-format
 msgid ""
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, 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:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 #, fuzzy
 msgid "# FS valid replies received"
 msgstr "#Gushaka Ibisubizo ku BYAKIRIWE KB"
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 msgid "# blocks fetched for migration"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -3181,79 +3181,79 @@
 msgid "I am peer `%s'.\n"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4879,7 +4879,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/po/sv.po
===================================================================
--- GNUnet/po/sv.po     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/sv.po     2008-01-06 17:03:33 UTC (rev 6079)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0b\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-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"
@@ -853,31 +853,31 @@
 msgid "update a value in the configuration file"
 msgstr "skriv ut ett värde från konfigurationsfilen till standard ut"
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, fuzzy, c-format
 msgid "Too many arguments.\n"
 msgstr "Ogiltiga kommandoradsargument.\n"
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 msgid "No interface specified, using default\n"
 msgstr ""
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, fuzzy, c-format
 msgid "Undefined option.\n"
 msgstr "Visa alla alternativ"
 
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, fuzzy, c-format
 msgid "`%s' is not available.\n"
 msgstr "\"%s\" är inte tillgänglig."
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Okänd operation \"%s\"\n"
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, c-format
 msgid "Use --help to get a list of options.\n"
@@ -1013,28 +1013,28 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 msgid "# dht requests routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 msgid "# dht get requests received"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 msgid "# dht put requests received"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 #, fuzzy
 msgid "# dht results received"
 msgstr "# byte mottogs via TCP"
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, fuzzy, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr "\"%s\" registrerar handtag %d %d %d\n"
@@ -1156,23 +1156,23 @@
 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:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 msgid "# bytes allowed in datastore"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 #, fuzzy
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr "Kunde inte spara konfiguration!"
@@ -2082,12 +2082,12 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr "Indexerad fil försvann, tar bort block för fråga \"%s\"\n"
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2095,24 +2095,24 @@
 "contains invalid references!\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
 "%s' under `%s'.\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, c-format
 msgid ""
 "Unindexed ODB block `%s' from offset %llu already missing from datastore.\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -2121,33 +2121,33 @@
 "Du måste ange ett positivt nummer för \"%s\" i konfigurationen i sektion \"%s"
 "\".\n"
 
-#: src/applications/fs/module/fs.c:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 #, fuzzy
 msgid "# FS valid replies received"
 msgstr "# byte mottogs via TCP"
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, c-format
 msgid "`%s' registering client handlers %d %d %d %d %d %d %d %d %d\n"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr "aktiverar (anonym) fildelning"
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 msgid "# blocks fetched for migration"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -3021,79 +3021,79 @@
 msgid "I am peer `%s'.\n"
 msgstr "Jag är ändpunkt \"%s\".\n"
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4633,7 +4633,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/po/vi.po
===================================================================
--- GNUnet/po/vi.po     2008-01-04 23:04:27 UTC (rev 6078)
+++ GNUnet/po/vi.po     2008-01-06 17:03:33 UTC (rev 6079)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GNUnet 0.7.0pre4\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2007-12-20 19:57-0700\n"
+"POT-Creation-Date: 2007-12-22 17:30-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"
@@ -922,32 +922,32 @@
 msgid "update a value in the configuration file"
 msgstr "in một giá trị từ tập tin cấu hình ra stdout"
 
-#: src/setup/gnunet-setup.c:256
+#: src/setup/gnunet-setup.c:258
 #, fuzzy, c-format
 msgid "Too many arguments.\n"
 msgstr "Sai tham số dòng lệnh.\n"
 
-#: src/setup/gnunet-setup.c:262
+#: src/setup/gnunet-setup.c:264
 #, fuzzy
 msgid "No interface specified, using default\n"
 msgstr "Chưa chỉ ra tên bảng, đang dùng '%s'.\n"
 
-#: src/setup/gnunet-setup.c:341
+#: src/setup/gnunet-setup.c:343
 #, fuzzy, c-format
 msgid "Undefined option.\n"
 msgstr "Hiển thị mọi tùy chọn"
 
-#: src/setup/gnunet-setup.c:394
+#: src/setup/gnunet-setup.c:396
 #, fuzzy, c-format
 msgid "`%s' is not available.\n"
 msgstr "'%s' không phải là một tập tin thông thường.\n"
 
-#: src/setup/gnunet-setup.c:414
+#: src/setup/gnunet-setup.c:416
 #, fuzzy, c-format
 msgid "Unknown operation `%s'\n"
 msgstr "Lỗi không rõ.\n"
 
-#: src/setup/gnunet-setup.c:415 src/applications/testbed/gnunet-testbed.c:125
+#: src/setup/gnunet-setup.c:417 src/applications/testbed/gnunet-testbed.c:125
 #: src/applications/testbed/gnunet-testbed.c:517 src/util/getopt/getopt.c:1072
 #, c-format
 msgid "Use --help to get a list of options.\n"
@@ -1084,31 +1084,31 @@
 msgid "Enables efficient non-anonymous routing"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:865
+#: src/applications/dht/module/routing.c:869
 msgid "# dht replies routed"
 msgstr ""
 
-#: src/applications/dht/module/routing.c:867
+#: src/applications/dht/module/routing.c:871
 #, fuzzy
 msgid "# dht requests routed"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/dht/module/routing.c:869
+#: src/applications/dht/module/routing.c:873
 #, fuzzy
 msgid "# dht get requests received"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/dht/module/routing.c:871
+#: src/applications/dht/module/routing.c:875
 #, fuzzy
 msgid "# dht put requests received"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/dht/module/routing.c:873
+#: src/applications/dht/module/routing.c:877
 #, fuzzy
 msgid "# dht results received"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/dht/module/routing.c:878
+#: src/applications/dht/module/routing.c:882
 #, fuzzy, c-format
 msgid "`%s' registering p2p handlers: %d %d %d\n"
 msgstr "'%s' đăng ký trình điều khiển %d %d %d\n"
@@ -1234,24 +1234,24 @@
 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:423
+#: src/applications/datastore/datastore.c:424
 msgid "# requests filtered by bloom filter"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:425
+#: src/applications/datastore/datastore.c:426
 msgid "# bloom filter false positives"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:428
+#: src/applications/datastore/datastore.c:429
 msgid "# bytes allowed in datastore"
 msgstr ""
 
-#: src/applications/datastore/datastore.c:445
+#: src/applications/datastore/datastore.c:446
 #, fuzzy
 msgid "Failed to load state service. Trying to do without.\n"
 msgstr "Chạy dịch vụ truyền tải trên cổng %d thất bại.\n"
 
-#: src/applications/datastore/datastore.c:586
+#: src/applications/datastore/datastore.c:587
 #, fuzzy
 msgid "Failed to load sqstore service.  Check your configuration!\n"
 msgstr "Chạy dịch vụ truyền tải trên cổng %d thất bại.\n"
@@ -2184,12 +2184,12 @@
 msgid "# FS replies passed to clients"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:300
+#: src/applications/fs/module/ondemand.c:343
 #, fuzzy, c-format
 msgid "Indexed file disappeared, deleting block for query `%s'\n"
 msgstr "Tập tin đã đánh chỉ mục biến mất, đang xóa khối cho yêu cầu '%s'\n"
 
-#: src/applications/fs/module/ondemand.c:401
+#: src/applications/fs/module/ondemand.c:478
 #, fuzzy, c-format
 msgid ""
 "Because the file `%s' has been unavailable for 3 days it got removed from "
@@ -2200,7 +2200,7 @@
 "hãy bỏ chỉ mục các tập tin trước khi xóa chúng vì chỉ mục hiện thời chứa các "
 "liên kết sai!"
 
-#: src/applications/fs/module/ondemand.c:427
+#: src/applications/fs/module/ondemand.c:504
 #, fuzzy, c-format
 msgid ""
 "Configuration file must specify directory for storage of FS data in section `"
@@ -2209,17 +2209,17 @@
 "Tập tin cấu hình phải chỉ ra thư mục để chứa dữ liệu FS trong phần '%s' dưới "
 "'%s'.\n"
 
-#: src/applications/fs/module/ondemand.c:484
+#: src/applications/fs/module/ondemand.c:561
 msgid "Indexed content changed (does not match its hash).\n"
 msgstr ""
 
-#: src/applications/fs/module/ondemand.c:638
+#: src/applications/fs/module/ondemand.c:752
 #, fuzzy, c-format
 msgid ""
 "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/fs.c:1299
+#: src/applications/fs/module/fs.c:1304
 #, fuzzy, c-format
 msgid ""
 "You must specify a postive number for `%s' in the configuration in section `%"
@@ -2227,33 +2227,33 @@
 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:1314
+#: src/applications/fs/module/fs.c:1319
 msgid "# FS expired replies dropped"
 msgstr ""
 
-#: src/applications/fs/module/fs.c:1316
+#: src/applications/fs/module/fs.c:1321
 #, fuzzy
 msgid "# FS valid replies received"
 msgstr "# nhận được yêu cầu theo vết trace p2p"
 
-#: src/applications/fs/module/fs.c:1352
+#: src/applications/fs/module/fs.c:1357
 #, 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:1412
+#: src/applications/fs/module/fs.c:1417
 msgid "enables (anonymous) file-sharing"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:382
+#: src/applications/fs/module/migration.c:383
 msgid "# blocks migrated"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:384
+#: src/applications/fs/module/migration.c:385
 msgid "# blocks fetched for migration"
 msgstr ""
 
-#: src/applications/fs/module/migration.c:387
+#: src/applications/fs/module/migration.c:388
 msgid "# on-demand block migration attempts"
 msgstr ""
 
@@ -3153,79 +3153,79 @@
 msgid "I am peer `%s'.\n"
 msgstr "Tôi là một đầu peer '%s'.\n"
 
-#: src/applications/stats/sqstats.c:151
+#: src/applications/stats/sqstats.c:152
 msgid "# Any-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:152
+#: src/applications/stats/sqstats.c:153
 msgid "# DBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:153
+#: src/applications/stats/sqstats.c:154
 msgid "# SBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:154
+#: src/applications/stats/sqstats.c:155
 msgid "# KBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:155
+#: src/applications/stats/sqstats.c:156
 msgid "# NBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:156
+#: src/applications/stats/sqstats.c:157
 msgid "# KNBlocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:157
+#: src/applications/stats/sqstats.c:158
 msgid "# OnDemand-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:158
+#: src/applications/stats/sqstats.c:159
 msgid "# Unknown-Blocks"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:159
+#: src/applications/stats/sqstats.c:160
 msgid "# expired"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:160
+#: src/applications/stats/sqstats.c:161
 msgid "# expire in 1h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:161
+#: src/applications/stats/sqstats.c:162
 msgid "# expire in 24h"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:162
+#: src/applications/stats/sqstats.c:163
 msgid "# expire in 1 week"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:163
+#: src/applications/stats/sqstats.c:164
 msgid "# expire in 1 month"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:164
+#: src/applications/stats/sqstats.c:165
 msgid "# zero priority"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:165
+#: src/applications/stats/sqstats.c:166
 msgid "# priority one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:166
+#: src/applications/stats/sqstats.c:167
 msgid "# priority larger than one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:167
+#: src/applications/stats/sqstats.c:168
 msgid "# no anonymity"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:168
+#: src/applications/stats/sqstats.c:169
 msgid "# anonymity one"
 msgstr ""
 
-#: src/applications/stats/sqstats.c:169
+#: src/applications/stats/sqstats.c:170
 msgid "# anonymity larger than one"
 msgstr ""
 
@@ -4788,7 +4788,7 @@
 msgstr ""
 
 #: contrib/config-daemon.scm:444
-msgid "Disable advertising of other peers by this peer"
+msgid "Enable advertising of other peers by this peer"
 msgstr ""
 
 #: contrib/config-daemon.scm:445

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2008-01-04 23:04:27 UTC 
(rev 6078)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2008-01-06 17:03:33 UTC 
(rev 6079)
@@ -64,7 +64,7 @@
  *    <pre>
  *
       CREATE DATABASE gnunet;
-      GRANT select,insert,update,delete,create,alter,drop
+      GRANT select,insert,update,delete,create,alter,drop,create temporary 
tables
          ON gnunet.* TO address@hidden;
       SET PASSWORD FOR address@hidden('$the_password_you_like');
       FLUSH PRIVILEGES;

Modified: GNUnet/src/include/gnunet_util_string.h
===================================================================
--- GNUnet/src/include/gnunet_util_string.h     2008-01-04 23:04:27 UTC (rev 
6078)
+++ GNUnet/src/include/gnunet_util_string.h     2008-01-06 17:03:33 UTC (rev 
6079)
@@ -89,7 +89,7 @@
  * @param ptr location where to free the memory. ptr must have
  *     been returned by GNUNET_strdup, GNUNET_malloc or GNUNET_array_grow 
earlier.
  */
-#define GNUNET_free(ptr) GNUNET_xfree_(ptr, __FILE__, __LINE__,  __FUNCTION__)
+#define GNUNET_free(ptr) GNUNET_xfree_(ptr, __FILE__, __LINE__, __FUNCTION__)
 
 /**
  * Free the memory pointed to by ptr if ptr is not NULL.





reply via email to

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