On Wed, 16 Mar 2005 21:55:18 +0100 Hans de Graaff wrote: > Translators, this would give you a week-and-half to get the > translations up to date.
I've noticed gtk-gnutella.pot file is out-of-dated, after applying misc.patch, please update pot file with rm -f gtk-gnutella.pot && make gtk-gnutella.pot in po directory. Regards, -- Daichi
Index: .cvsignore =================================================================== RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/po/.cvsignore,v retrieving revision 1.1 diff -u -r1.1 .cvsignore --- .cvsignore 22 Feb 2005 13:41:06 -0000 1.1 +++ .cvsignore 16 Mar 2005 22:18:10 -0000 @@ -1,5 +1,4 @@ *.gmo Makefile -gtk-gnutella.pot remove-potcdate.sed stamp-po Index: POTFILES.in =================================================================== RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/po/POTFILES.in,v retrieving revision 1.10 diff -u -r1.10 POTFILES.in --- POTFILES.in 8 Feb 2005 10:15:51 -0000 1.10 +++ POTFILES.in 16 Mar 2005 22:18:10 -0000 @@ -15,7 +15,6 @@ src/ui/gtk/filter.c src/ui/gtk/filter_core.c src/ui/gtk/gnet_stats_common.c -src/ui/gtk/gtkcolumnchooser.c src/ui/gtk/gtk-shared/callbacks.c src/ui/gtk/gtk1/callbacks.c src/ui/gtk/gtk1/downloads.c @@ -42,6 +41,7 @@ src/ui/gtk/gtk2/support-glade.c src/ui/gtk/gtk2/upload_stats.c src/ui/gtk/gtk2/uploads.c +src/ui/gtk/gtkcolumnchooser.c src/ui/gtk/hcache_common.c src/ui/gtk/main.c src/ui/gtk/misc.c
