gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29812 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r29812 - gnunet/src/conversation
Date: Thu, 3 Oct 2013 02:57:45 +0200

Author: grothoff
Date: 2013-10-03 02:57:44 +0200 (Thu, 03 Oct 2013)
New Revision: 29812

Modified:
   gnunet/src/conversation/gnunet-conversation-test.c
Log:
-nicer messages

Modified: gnunet/src/conversation/gnunet-conversation-test.c
===================================================================
--- gnunet/src/conversation/gnunet-conversation-test.c  2013-10-03 00:54:50 UTC 
(rev 29811)
+++ gnunet/src/conversation/gnunet-conversation-test.c  2013-10-03 00:57:44 UTC 
(rev 29812)
@@ -117,7 +117,8 @@
                                 rec);
     GNUNET_free (rec);
   }
-  fprintf (stderr, "\n");
+  fprintf (stderr, 
+          _("\nEnd of transmission.  Have a GNU day.\n"));
 }
 
 
@@ -144,7 +145,8 @@
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  fprintf (stderr, "\nPlaying...");
+  fprintf (stderr, 
+          _("\nWe are now playing your recording back.  If you can hear it, 
your audio settings are working..."));
   for (rec=rec_head; NULL != rec; rec = rec->next)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -210,7 +212,7 @@
                                     &do_shutdown,
                                     NULL);
   fprintf (stderr, 
-          "Recording for %s...",
+          _("We will now be recording you for %s. After that time, the 
recording will be played back to you..."),
           GNUNET_STRINGS_relative_time_to_string (TIMEOUT, GNUNET_YES));
   if (GNUNET_OK !=
       microphone->enable_microphone (microphone->cls,




reply via email to

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