Archive: 2.03 rc


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.


"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


Thanks, added and notified translators. However, the release of 2.03 will not wait for the new translations as previous releases.


Update Simplified Chinese language file here.


Thanks. What was changed in all of the headers?


Updated based on new English.nsh.


Thanks, uploaded.


german language file updated for modern ui 1.72, based on latest english one.
no updates required for normal language file.


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.

Ok, uploaded.