gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28556 - gnunet/po


From: gnunet
Subject: [GNUnet-SVN] r28556 - gnunet/po
Date: Tue, 13 Aug 2013 09:03:21 +0200

Author: grothoff
Date: 2013-08-13 09:03:21 +0200 (Tue, 13 Aug 2013)
New Revision: 28556

Modified:
   gnunet/po/Makefile.in.in
   gnunet/po/POTFILES.in
Log:
-fixing #2991

Modified: gnunet/po/Makefile.in.in
===================================================================
--- gnunet/po/Makefile.in.in    2013-08-13 01:12:55 UTC (rev 28555)
+++ gnunet/po/Makefile.in.in    2013-08-13 07:03:21 UTC (rev 28556)
@@ -139,7 +139,8 @@
          --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
          --files-from=$(srcdir)/POTFILES.in \
          --copyright-holder='$(COPYRIGHT_HOLDER)' \
-         --msgid-bugs-address="$$msgid_bugs_address"
+         --msgid-bugs-address="$$msgid_bugs_address" \
+         --from-code=UTF-8
        test ! -f $(DOMAIN).po || { \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
            sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > 
$(DOMAIN).1po && \

Modified: gnunet/po/POTFILES.in
===================================================================
--- gnunet/po/POTFILES.in       2013-08-13 01:12:55 UTC (rev 28555)
+++ gnunet/po/POTFILES.in       2013-08-13 07:03:21 UTC (rev 28556)
@@ -19,7 +19,7 @@
 src/block/plugin_block_template.c
 src/block/plugin_block_test.c
 src/consensus/consensus_api.c
-src/consensus/gnunet-consensus.c
+src/consensus/gnunet-consensus-profiler.c
 src/consensus/gnunet-service-consensus.c
 src/core/core_api.c
 src/core/core_api_is_connected.c
@@ -92,6 +92,7 @@
 src/fs/fs_pseudonym.c
 src/fs/fs_publish.c
 src/fs/fs_publish_ksk.c
+src/fs/fs_publish_ublock.c
 src/fs/fs_search.c
 src/fs/fs_sharetree.c
 src/fs/fs_test_lib.c
@@ -151,7 +152,9 @@
 src/lockmanager/lockmanager_api.c
 src/mesh/gnunet-mesh.c
 src/mesh/gnunet-service-mesh.c
+src/mesh/gnunet-service-mesh-enc.c
 src/mesh/mesh_api.c
+src/mesh/mesh_api_enc.c
 src/mesh/mesh_common.c
 src/mesh/mesh_path.c
 src/mesh/mesh_test_lib.c
@@ -338,5 +341,7 @@
 src/include/gnunet_mq_lib.h
 src/include/gnunet_postgres_lib.h
 src/include/gnunet_time_lib.h
+src/mesh/mesh_protocol_enc.h
+src/mesh/mesh_protocol.h
 src/testbed/testbed_api.h
 src/testbed/testbed_api_operations.h




reply via email to

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