kichik
26th November 2004 19:38 UTC
2.03 rc
Another month has passed, time for 2.03. It should be released next weekend on Friday.
I have uploaded a release candidate to:
http://nsis.sourceforge.net/nsis203.exe
Aside from updating the image in the NSIS Menu and checking that everything still works on POSIX, it's ready.
Please let me know if there are any problems with it.
bluenet
27th November 2004 01:40 UTC
"NSIS\Contrib\Modern UI\Language files\Your language.nsh"
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
Should be
!ifdef NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "clicking on a component's checkbox label to see its description."
!else
!define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Position your mouse over a component to see its description."
!endif
kichik
27th November 2004 11:09 UTC
Thanks, added and notified translators. However, the release of 2.03 will not wait for the new translations as previous releases.
bluenet
27th November 2004 14:17 UTC
Update Simplified Chinese language file here.
kichik
27th November 2004 14:22 UTC
Thanks. What was changed in all of the headers?
deguix
27th November 2004 20:18 UTC
Updated based on new English.nsh.
kichik
27th November 2004 21:00 UTC
Thanks, uploaded.
Comm@nder21
27th November 2004 22:55 UTC
german language file updated for modern ui 1.72, based on latest english one.
no updates required for normal language file.
bluenet
28th November 2004 01:28 UTC
Originally posted by kichik
Thanks. What was changed in all of the headers?
Because I notice that the original translator - Kii Ali's translations not match Simplified Chinese's habit, such as 'Uninstall' in Traditional Chinese translate to '½â³ý°²×°' but in Simplified Chinese 'жÔØ' is better.
kichik
30th November 2004 18:19 UTC
Ok, uploaded.