WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS Translations > Translate FontName Plugin |
Last Thread
Next Thread
|
| Author |
|
|
Vytautas Major Dude
Registered: May 2003 |
Translate FontName Plugin
I'm working on a translation of the FontName Plugin. This is a work in progress but if anyone could translate the strings into your language it would be greatly appreciated.
__________________ Last edited by Vytautas on 12-31-2003 at 02:16 AM |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Don't forget to put an example "how to use" with the package, and to the .zip file be ready to extract in the NSIS dir. (as other plugins in the Archive should be) __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Yes, when I have a fully operational version I will indeed do that, thanks. And a question is there a way to specify a default LandString, I thought that the language_id of 0 did that, but it appears to have a different function. __________________ |
||
|
|
|
Yathosho Forum King
Registered: Jan 2002 |
!define FontName_LANG "1031" #German (by Jan T. Sott) __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Thank you killahbite for your translation.
__________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
What problems? (I'm not testing much because of a new home computer sharing with some people...) __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Not able to set a default language if a translation does not exist. __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Hebrew: Last string was not translated on purpose as it doesn't have any good translation in Hebrew.code: BTW, you're jumping to Index instead of ${Index} in the macros. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
kichik thanks for the translation and spotting the Index mixup. Since I'm about to go on holidays for a couple of weeks, away from my PC
__________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
The following page lists on which systems MSVCRT.dll is installed by default: __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Brazilian Portuguese: code: __________________ |
||
|
|
|
asdfuae Junior Member
Registered: Oct 2002 |
Arabic: code: the attachment is latest FontName.nsh with: code:
|
||
|
|
|
kiiali Member
Registered: Oct 2002 |
updated with
|
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
I finally gave up on trying to get rig of MSVCRT dependancy from Dev-CPP compiler and switched to DigitalMars and within 30 minutes I had the plugin finished. So thank you for everyone who has translated the plugin and I'm attaching the FontName Plugin zip file.
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Updated to a, hopefully, more efficient code. No more StrCpy functions inside the dll, replaced with memcpy. A problem when you develop the same plugin from two locations and the code is not always up to date.
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Oops, forgot to include the source code in the zip file.
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Another slight update, for links see the archive page, this time the main change was a significant reduction in the file size of the plugin. __________________ |
||
|
|
|
evilO Senior Member
Registered: Jan 2004 |
Added the french translation
__________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Thanks evilO, updated the FontName distribution on my home page. NSIS Archive download page will be updated once kichik returns. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Added Spanish Translation as PMed to me by Cecilio. Vytautas __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
Ehhh... just fix the accents from Portuguese (Brazil) language; see my old first post, that one is the correct. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Sorry about that, not sure when/how that got corrupted. This header file has gone through several editors here so one of the probably did the damage. __________________ |
||
|
|
|
hooklee Junior Member
Registered: Apr 2005 |
http://vytautas.mine.nu/nsis.php is not available. Could you please check it? Thanks. |
||
|
|
|
wingman2083 Junior Member
Registered: Jan 2003 |
Macedonian translation
I add macedonian translation too.
|
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > NSIS Translations > Translate FontName Plugin |
Forum Rules:
|