On Sat, 22 Jan 2005 05:11:32 +0100
Christian Biere wrote:
> I've finally changed those PROP_* labels so that i looks properly
> and their meanings should be more clear now.
Thanks, then I noticed (also you did) these stuffs called "Unmapped"
so far can be possible to associate with "Ultrapeer promotion
statistics" in the GnutellaNet pane. One suggestion, if those definite
values at Debugging pane can move Gnet pane and appear under/beside
each "enough" lines when expert mode is enabled, it might be more
refined in my opinion.
By the way, in the latest CVS I found more strings are translatable
with N_(), but to make these strings in the static array translated
at user interface, it also needs an additional _() for example:
* original
ShapeData shapes[] = {"circle", "square", "triangle", NULL};
for (i = 0; shapes[i] != NULL; ++i)
show_shape_name (shapes[i]);
* marked
ShapeData shapes[] = {N_("circle"), N_("square"), N_("triangle"),
NULL};
for (i = 0; shapes[i] != NULL; ++i)
show_shape_name (_(shapes[i]));
The problem is I don't know how can treat that in the autogen process.
I want these strins to be translatable, so I'm trying to search as well
Glade issue.
Thanks.
--
Daichi
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel