Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

dxgettext · GNU Gettext translation tools for Delphi

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 513
  • Category: Delphi
  • Founded: Feb 15, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1287 - 1316 of 3686   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1287 Lars B. Dybdahl
ldybdahl Send Email
Mar 1, 2004
8:13 am
You use it by including it into your project. Several of the tools in dxgettext use this file, including dxgettext.exe - so you can use this as an example. ...
1288 Rune Moberg
bikedude74 Send Email
Mar 1, 2004
8:50 am
Just a heads-up: http://msdn.microsoft.com/library/en-us/dnwxp/html/securityinxpsp2.asp gnugettext.pas contains some self-modifying code. I suspect it won't...
1289 Lars B. Dybdahl
ldybdahl Send Email
Mar 1, 2004
8:59 am
I looked at the link you sent, and I don't see anything that prevents self-modifying code. Can you please explain? Lars....
1290 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Mar 1, 2004
8:59 am
Although nothing can be granted before testing, I don't see anything that will make gnugettext from not working after applying the sp. _____ From: Rune Moberg...
1291 bikedude74 Send Email Mar 1, 2004
9:20 am
... prevents ... Well, it's hard to tell from the link I quoted, but I believe that in addition to preventing executing code in ordinary datapages marked as...
1292 Lars B. Dybdahl
ldybdahl Send Email
Mar 1, 2004
9:51 am
This is already the case now - and that's why we have to call a special Windows function to remove the read/only from the program memory. However, I don't know...
1293 zxtools2002 Send Email Mar 1, 2004
10:51 am
This bug is reported by a user, I can not reproduce it, because I don't have windows 2003. I found the workaround in 1.Quality Central bug 4319. ...
1294 bikedude74 Send Email Mar 1, 2004
11:31 am
... special ... Hmm... Yeah, sorry about that, I didn't spot the call to VirtualProtect() before now. -- Rune, http://runesbike.com/...
1295 Lars B. Dybdahl
ldybdahl Send Email
Mar 1, 2004
12:06 pm
No problem :-) It's actually interesting to see how much knowledge has gone into gnugettext.pas over time. At the beginning it was just "look up the ...
1296 norabor71 Send Email Mar 3, 2004
2:27 pm
Hi, I'm not going to use all these translation programs and tools given here. Immediately I discovered something that I'd call a bug. ggfmt.exe cannot work as...
1297 Meikel Weber
norabor71 Send Email
Mar 3, 2004
3:30 pm
Hi again, me genious isn't capable of writing english. ... Of course this should mean "I'm NOW going to use all ..." One wrong letter makes the whole first...
1298 Lars B. Dybdahl
ldybdahl Send Email
Mar 3, 2004
3:56 pm
... This is general for the GUI tools and the desktop integration. The command line tools and the executable doesn't require this, however. Most Delphi ...
1299 Ricardo Faustino
rfaustino8 Send Email
Mar 3, 2004
5:30 pm
Hello all, I'm having a little problem (or a big one :-) ), translating a Form that is not in my project directory (is in another directory, so I can use it in...
1300 Lars B. Dybdahl
ldybdahl Send Email
Mar 3, 2004
6:00 pm
... "AddDomainForResourceString('MyTranslatedFormMoFile&#39;)". You don't need AddDomainForResourceString() if you only want to translate a form. ... You will need...
1301 Meikel Weber
norabor71 Send Email
Mar 3, 2004
7:06 pm
Hi again, thanks for your fast response. Originally I never thought of this to be just a "feature request", so I didn't look it up on sourceforge. Sorry for ...
1302 bikedude74 Send Email Mar 4, 2004
11:06 am
... Following those instructions on my installation of Win2003 Server I get no problems whatsoever. Reading a non-existant environment variable and...
1303 Brigitte Spatz
brigittetango Send Email
Mar 4, 2004
11:42 am
I'm having problems with TElDBDateTimePicker: the drop-down calendar doesn't want to be translated. I have a specific elpack.mo file and have ...
1304 Anders S. Johansen
home@... Send Email
Mar 4, 2004
1:49 pm
I have a menu which, in English, goes: &File &Edit &Read ... I extractm and translate the strings to Danish: &File = &Filer &Edit = &Redigér &Read = &Oplæs ...
1305 Peter Thörnqvist
thornqvist_p... Send Email
Mar 4, 2004
1:57 pm
... This can (and will!) happen if the menu has AutoHotkeys = maAutomatic. Set it to maManual and you should be fine. Regards, Peter Thornqvist...
1306 Torkel Börjeson
torkel_b Send Email
Mar 4, 2004
6:50 pm
... As Peter said it has to do with the AutoHotKey property. I have my menu set to maManual and don't use any hard coded &-signs. After the call to ...
1307 hschlup@... Send Email Mar 7, 2004
8:17 pm
So this means, that I can not say myself, what to include or not? Herbert ... of ... I ... be...
1308 Régis
rm6666666 Send Email
Mar 8, 2004
8:36 am
Hi, This is not a problem directly related to GNU gettext, but as you are certainly all managing translation projects, I thought you could help me anyway. I...
1309 Johan van Wijk
j1000_za Send Email
Mar 8, 2004
8:55 am
I wrote a separate app to handle all my removals - it makes a list of all your translatable strings and then you can select which ones you do not want. Give...
1310 jiribinder Send Email Mar 8, 2004
9:32 am
1. If the mo file is not found with debug on, no message such as file xy not found is written to log file 2. I have not found in gnugettext any label about...
1311 Lars B. Dybdahl
ldybdahl Send Email
Mar 8, 2004
9:43 am
Yes you can. msgmkignore.exe is just a quick way to get startet - it generates an ignore.po file, which contains all the things you don't want the translator...
1312 Lars B. Dybdahl
ldybdahl Send Email
Mar 8, 2004
9:47 am
... You cannot prevent this 100%, since some things will always use the language of the Windows that you are using. However, you can do some things: - Ensure...
1313 Lars B. Dybdahl
ldybdahl Send Email
Mar 8, 2004
9:49 am
... Thanks - I've put them online here: http://sourceforge.net/tracker/index.php?func=detail&atid=539911&aid=911853&group_id=74086 Lars....
1314 Simon Macneall
simon_macneall Send Email
Mar 8, 2004
10:35 am
I would be interested in something like that.. Simon...
1315 Peter Thörnqvist
thornqvist_p... Send Email
Mar 8, 2004
1:07 pm
Maybe I'm lo tech but I usually just open the file in Notepad and delete the entries I don't want. Opening the file in poEdit and saving at once should avoids...
1316 hschlup@... Send Email Mar 8, 2004
1:21 pm
Hi Johan Can you send it to me, please? Please use herbert.schlup@... Thanx Herbert ... your translatable strings and then you can select which ones you...
Messages 1287 - 1316 of 3686   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help