July 7, 201214 yr Hi, I'm using 8.4.6 version and worked over the translation into Ukrainian. There are few strings, i haven't met using wpi, so i left it in English.P.S. According to requests, would be nice to let User an opportunity to create custom buttons like "Begin Install" in the left side ( atleast 2 or 3).lang_ua.rar
July 8, 201214 yr Author Thank you for the translation...Extra Buttons???WTH would you use them for?Adding buttons is pretty code intensive and there is NO way to make easy ad-able buttons (plus when all the buttons that there are total are active the left side is pretty full)
July 8, 201214 yr OK! Then is it possible to make the "Read Me" Button to open not .txt but .chm file.You see I'd like to give the user an illustrated description of software gathered in my WPI, compiled in CHM-help file.
July 9, 201214 yr Author Open api.js and change: (line 19)strFile=wpipath+"\\ReadMe.txt";tostrFile=wpipath+"\\ReadMe.chm";and line 376 from:strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";then in information.js line 340 strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";then in customthemecode.js change line 124 from: strFile=wpipath+"\\ReadMe.txt";to strFile=wpipath+"\\ReadMe.chm";PLEASE ALSO REMEMBER!! WPI is NOT free for business or corporate uses...
July 9, 201214 yr Oh, it's just for my friends (the female part), because they know nothing about software installation and troubleshooting can be met working with some applications. Thanks a lot. P.S. About strings, i hadn't translated in language file, what are they about? If i understood their meaning i would translate them also. Edited July 9, 201214 yr by chymax3m
July 9, 201214 yr I changed strings as You wrote, but something gone wrong. Look the picture below. Can it be because of the language used in chm-file?
July 9, 201214 yr Take a look please. I think it's because the encoding system: the txt is encoded in ANSI, and the chm in UTF-8.readme.7z
July 10, 201214 yr Author I am sorry but I am having issues getting a chm to launch from within wpi's interface.I just don't have the time to dedicate to this right now.
July 12, 201214 yr Author in your language file:Line 243 = txtCollapseAll[lang] = ['Collapse All'];"Collapse All" means "Fold all" or "Minimize all"Line 644 = Don't worry about this one the chances of it being shown are very small.1016 - 1066 Not sure how to explain theseYeah so there is only 1 line that you really need to update.
Create an account or sign in to comment