Bugs item #1503391, was opened at 2006-06-09 02:13 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1503391&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: wixui Group: None >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: The Mad Butcher (mad_burcher) >Assigned to: Rob Mensching (robmen) Summary: Text-flaw in dutch wxl file Initial Comment: In the file WixUI_nl-nl.wxl is the following string is incorrect: <String Id="InstallDirDlgDescription">Klik op Volgende om [ProductName] in de standaardmap te installeren of klik op Vorige om een andere map te selecteren.</String> This should be: <String Id="InstallDirDlgDescription">Klik op Volgende om [ProductName] in de standaardmap te installeren of klik op Wijzigen om een andere map te selecteren.</String> BTW isn't there a way to use $(loc.WixUINext) instead of 'Vorige' (in en-us this is 'Next') and $(loc.InstallDirDlgChange) instead of 'Wijzigen' (in en-us this is 'Change'). Because now there is an easy way to create a UI inconsistency by the translator :-) Greetings, Albert van Peppen ---------------------------------------------------------------------- Comment By: Frederik Carlier (fcarlier) Date: 2006-06-09 08:55 Message: Logged In: YES user_id=1149415 Yup, this is correct. Bob, can you fix this? The new string provided is correct: <String Id="InstallDirDlgDescription">Klik op Volgende om [ProductName] in de standaardmap te installeren of klik op Wijzigen om een andere map te selecteren.</String> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1503391&group_id=105970 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
