Revision: 1595
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1595&view=rev
Author:   dforsi
Date:     2007-06-26 06:43:54 -0700 (Tue, 26 Jun 2007)

Log Message:
-----------
use similar strings in similar contexts

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog_detailed
    gtkpod/trunk/src/fetchcover.c
    gtkpod/trunk/src/file.c
    gtkpod/trunk/src/misc_playlist.c

Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed     2007-06-26 04:02:23 UTC (rev 1594)
+++ gtkpod/trunk/ChangeLog_detailed     2007-06-26 13:43:54 UTC (rev 1595)
@@ -1,3 +1,10 @@
+2007-06-26 Daniele Forsi <dforsi at users.sourceforge.net>
+
+       * src/fetchcover.c
+         src/file.c
+         src/misc_playlist.c: change some strings to match existing ones
+         (this will hopefully help translators a little bit) 
+
 2007-06-25  Todd Zullinger <tmzullinger at users.sourceforge.net>
 
        * src/file.c

Modified: gtkpod/trunk/src/fetchcover.c
===================================================================
--- gtkpod/trunk/src/fetchcover.c       2007-06-26 04:02:23 UTC (rev 1594)
+++ gtkpod/trunk/src/fetchcover.c       2007-06-26 13:43:54 UTC (rev 1595)
@@ -889,7 +889,7 @@
        #else
                gtk_widget_set_sensitive (next_button, FALSE);
                gtk_widget_set_sensitive (prev_button, FALSE);
-               fetchcover_statusbar_update ("CURL has not been installed so 
this function is not available");
+               fetchcover_statusbar_update ("This function is not available. 
You must compile the gtkpod source together with the curl library.");
        #endif /* HAVE_CURL */
                
   gtk_widget_show_all (fetchcover_dialog);

Modified: gtkpod/trunk/src/file.c
===================================================================
--- gtkpod/trunk/src/file.c     2007-06-26 04:02:23 UTC (rev 1594)
+++ gtkpod/trunk/src/file.c     2007-06-26 13:43:54 UTC (rev 1595)
@@ -1864,7 +1864,7 @@
 
       if (excludefile(basename))
       {
-          gtkpod_warning (_("File skipped. match exclude masks: '%s'\n"), 
basename);
+          gtkpod_warning (_("Skipping '%s' because it matches exclude 
masks.\n"), basename);
          while (widgets_blocked && gtk_events_pending ())
              gtk_main_iteration ();
          g_free (basename);

Modified: gtkpod/trunk/src/misc_playlist.c
===================================================================
--- gtkpod/trunk/src/misc_playlist.c    2007-06-26 04:02:23 UTC (rev 1594)
+++ gtkpod/trunk/src/misc_playlist.c    2007-06-26 13:43:54 UTC (rev 1595)
@@ -913,7 +913,7 @@
         /* printf("Handling track %d\n", track->ipod_id); */
 
        buf = get_track_info (track, TRUE);
-       gtkpod_statusbar_message (_("Processing '%s'"), buf);
+       gtkpod_statusbar_message (_("Processing '%s'..."), buf);
        g_free (buf);
                                  
        while (widgets_blocked && gtk_events_pending ())


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to