Jump to content

WPI requests, lang updates and theme ideas...


Recommended Posts

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

Link to comment
Share on other sites


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)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Open api.js and change: (line 19)

strFile=wpipath+"\\ReadMe.txt";

to

strFile=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

str

File=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...

Link to comment
Share on other sites

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 by chymax3m
Link to comment
Share on other sites

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 these

Yeah so there is only 1 line that you really need to update.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...