Does anybody knows how to solve what's described below?
On Tue, May 15, 2007 at 07:33:49PM +0200, Carlos Dávila wrote:
I have translated all r.in.ogr messages, but there's still "Allow overwrite" at the bottom of dialogue. I cannot find this string in grassmods.po neither in any file in r.in.ogr folder. Where does it come from?
Hi Carlos,
[v.in.ogr]
it comes from the lib/gis/parser.c
grep Allow lib/gis/parser.c
I don't know how to indicate the gettext macro there
properly - could you ask on the list?
On Tue, May 15, 2007, Carlos Dávila wrote:
> I have translated all r.in.ogr messages, but there's still "Allow
> overwrite" at the bottom of dialogue. I cannot find this string in
> grassmods.po neither in any file in r.in.ogr folder. Where does it
> come from?
Carlos:
Does anybody knows how to solve what's described below?
Tcl bits already answered by Glynn and applied in 6.3-CVS two weeks ago.
I've just now updated the Html bits in 6.3-CVS.
Several of the fprintf(stdout, "<html><head>\n"); lines in
lib/gis/parser.c ended with commas, not semicolons. I assume these were
a typo that got cut & pasted. I've changed them to be ';'.
I see the same in the parser.c option defn example in the /*comments*/.
?
I don't know how to indicate the gettext macro there
properly - could you ask on the list?
On Tue, May 15, 2007, Carlos Dávila wrote:
I have translated all r.in.ogr messages, but there's still "Allow overwrite" at the bottom of dialogue. I cannot find this string in grassmods.po neither in any file in r.in.ogr folder. Where does it
come from?
Carlos:
Does anybody knows how to solve what's described below?
Tcl bits already answered by Glynn and applied in 6.3-CVS two weeks ago.
Sorry for my duplicated message. As I wasn't subscribed to dev list when I posted first time, I received and automatic advise saying my message was awaiting for moderator approval and I didn't receive any confirmation later, so I didn't know it was already answered and solved.
Carlos