Jump to content

Recommended Posts


Posted

v8.5.9 Updates - Released August 29th, 2012

====================================================

*** Added French Manual! Thanks myselfidem!

*** Added EditionID.

*** Do NOT use midi files for music from HD!

*** Put the installer windows on a diet.

Posted (edited)

Many thanks Kels for the new release, but we can't use update fonction to download the new WPI_v8.5.9 , because it's a rar file and not a zip file!

It's also needed to change the wpi.xml with the update to download the new zip file!

Regards

Edited by myselfidem
Posted (edited)

Thanks!

Maybe it's possible to change inside information.js


ConditionsGrid.addRow(gId++,'getFirewallProduct()=="Sygate Personal Firewall"');
ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="AVG Anti-Virus Free"');

with:


ConditionsGrid.addRow(gId++,'getFirewallProduct()=="'+getFirewallProduct()+'"');
ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"');

Works fine for me!

To have real information about this.

Regards

Edited by myselfidem
Posted

v8.6.0 Updates - Released August 29th, 2012

====================================================

*** Get Firewall product now shows current information.

*** Get Antivirus product now shows current information.

*** Added Windows and Theme file location into the log.

*** Fixed Get Edition ID.

*** Added OS Current Build to log.

*** More lines at the bottom of the lang_en file.

*** Removed some redundant code. (Skins file???)

Use your update function!

Posted (edited)

Many thanks! :)

It's possible to add inside information.js:


MyComputerGrid.addRow(gId++,getText(lblOSBuild)+','+getOSBuildID()+'');

ConditionsGrid.addRow(gId++,'getOSBuildID()=="'+getOSBuildID()+'"');

And with this suggested order:

getOSver => Win7

getOSeditionID => Ultimate Edition

getOSvernum => 6.1

getOSBuildID => 7600

getSPver => 1

Regards

Edited by myselfidem
Posted (edited)

I had to delete three lines in lang_es.js:

line 477 lblSysArch6432[lang] = ['SysArch6432'];

line 479 lblTrue64Bits[lang] = ['64 Bits Reales'];

line 1020 optFloat[lang] = ['Float'];

Regards and thanks by the update... :thumbup

Edited by alfreire
Posted (edited)

Umm thank you but please actually ADD the new lines:

And find the extra lines and translate all the rest (If you have the time)


lblOSvernumber[lang] = ['Operating System Version'];
lblThemeFile[lang] = ['Theme file'];
lblWindowsFile[lang] = ['Window Options file'];
lblOSBuild[lang] = ['OS Current Build'];

Here is a organized lang_es for you to work on if you kindly will...

These lines ALSO need removed:

lblMonitorColorDepth[lang] = ['Profundidad de color'];

lblMonitorRefreshRate[lang] = ['Frecuencia de actualización de Pantalla'];

lblMonitorResolution[lang] = ['Resolución de Pantalla'];

lblPNPDeviceID[lang] = ['ID de dispositivo PnP']; <-- There were 2 of these!

txtMonitorColorDepth[lang] = ['Utilizar \'Máxima\' Para mejores resultados.'];

txtMonitorRefreshRate[lang] = ['Utilizar \'Máxima\' Para mejores resultados.'];

txtMonitorResolution[lang] = ['Cambiar a la resolución elegida cuando se inicie el WPI.'];

Also this line is missing:

txtMustAddCommand[lang] = ['You must add a command entry through the \'Add\' button before being able to perform this operation.'];

*** While we are being picky ***

Edited by Kelsenellenelvian
Posted (edited)

I am at work, I see calmly later... :yes:

I will try to review the entire file, there are many things untranslated...

Edited by alfreire

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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