giftcurs-commits
[Top][All Lists]
Advanced

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

[giFTcurs-commits] giFTcurs/src ui_transfer.c


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/src ui_transfer.c
Date: Tue, 23 Sep 2003 15:50:34 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/09/23 15:50:34

Modified files:
        src            : ui_transfer.c 

Log message:
        Add a short message to our translators.

Patches:
Index: giFTcurs/src/ui_transfer.c
diff -u giFTcurs/src/ui_transfer.c:1.254 giFTcurs/src/ui_transfer.c:1.255
--- giFTcurs/src/ui_transfer.c:1.254    Sat Sep 13 17:18:06 2003
+++ giFTcurs/src/ui_transfer.c  Tue Sep 23 15:50:34 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: ui_transfer.c,v 1.254 2003/09/13 21:18:06 weinholt Exp $
+ * $Id: ui_transfer.c,v 1.255 2003/09/23 19:50:34 weinholt Exp $
  */
 #include "giftcurs.h"
 
@@ -94,10 +94,10 @@
        source_class.pretty_line = (void *) pretty_source;
 
        transfer_fmt =
-       /* TRANSLATORS: It doesn't look like there's much to translate in
-          these format strings, but if you look closer you'll see that
-          everything outside of the {'s and }'s can be translated.
-          E.g. "Disk free", "at", and "Total." */
+               /* TRANSLATORS: It doesn't look like there's much to translate 
in
+                  these format strings, but if you look closer you'll see that
+                  everything outside of the {'s and }'s can be translated.
+                  E.g. "Disk free", "at", and "Total." */
                format_get("transfer", _("{$expanded}"
                                                                 " 
{filename}{space} | [{progress filesize transferred}{fixed:26}{space}"
                                                                 "{if 
active}{transferred:bi}/{filesize:bi} {ratio:3}%"
@@ -414,7 +414,7 @@
                char buf[100];
 
                g_snprintf(buf, sizeof buf, "\vB%c\va - %s", help[i].key, 
_(help[i].desc));
-               w1 = vstrlen(buf) - 4;                  /* do not count 
invisible characters */
+               w1 = vstrlen(buf) - 4;  /* do not count invisible characters */
                draw_fmt_str(x1, DOWNLOAD_H, max_x - x1, 0, buf);
                mouse_register(x1, DOWNLOAD_H, w1, 1, BUTTON1_PRESSED, 
ui_mouse_simulate_keypress,
                                           GINT_TO_POINTER((gint) 
g_ascii_tolower(help[i].key)), 0);




reply via email to

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