MSFN Forum: Languages, Themes, Manuals & Mods - MSFN Forum

Jump to content


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

Languages, Themes, Manuals & Mods The place for translations... Rate Topic: -----

#61 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 January 2013 - 08:17 PM

View PostWhatsup, on 30 December 2012 - 04:54 PM, said:

Hoi..

Kelsenellenelvian here the new NL lang update.
Also for you and everyone happy newyear^^..

Attachment lang_nl update 30-12-2012.rar

Grt Whatsup



View Postmyselfidem, on 02 January 2013 - 02:48 PM, said:

On English Manual some lines are missing (at the bottom) inside:

1 - index.html
2 - Chapter-9.html
3 - Chapter-10.html
4 - Chapter-11.html

<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>



About images, seems to be needed tu use the code like this, using at last: />

<img src="../images/Logo.png" />


1 - French Manual updated and set Chapter-8 on Chapter-10 and Chapter-10 on Chapter-8:

2 - Added "HTML codes to put French special characters" inside the WPI French Manual:

HTML Codes for French

New French Manual downloaded link:

http://www.mediafire.com/?6696bficr91ar


Thanks and regards!



View Postmyselfidem, on 02 January 2013 - 07:23 PM, said:

Inside Installer.hta it's possible to remove <nobr> </nobr> at line 419 and keep:

&nbsp;Windows Post-Install Wizard&nbsp;


And adding inside installer.css (WPI\Themes\Win7)

.WPI_Text
{
 color: GrayText;

white-space: nowrap;   /* Prevents a text from breaking into a new line automatically */
}



Tested and works fine.

Found help here:
MDN

Maybe it's useful?

Regards


All above changes have been made and are in the main archive.


#62 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 03 January 2013 - 03:30 AM

Many thanks Kels!:)

Inside English Manual on:

1 - Chapter-1.html, line 12 about (set on one line) :

<img src="../images/Donate.png" />


2 - Chapter-10.html, path on the line 48 (position quot):

<img src="../images/layout.gif" />


Regards

This post has been edited by myselfidem: 03 January 2013 - 03:33 AM


#63 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2013 - 06:48 AM

Cleaned up the last 13 Germanic languages that had been neglected.

As for the rest? Let them figure it out...

#64 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 January 2013 - 05:40 AM

Submitting new changes:

globals.js

On line 196, we can remove: (because the correct value already exists on line 198)

// wmi.js
PNPDID_SystemEnclosureType


On line 195 we can add (because they are missing):

// wmi.js

FirewallProductName, AVProduct;



configwizard.js (we can change)

On line 1088:

HandleConditionsSelectionMenu(!InsertCondValues ? "getFirewallProduct()" : 'getFirewallProduct()=="'+getFirewallProduct()+'"');


On line 1092:

HandleConditionsSelectionMenu(!InsertCondValues ? "getAntiVirusProduct()" : 'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"');


optionswizard.js

Add missing line 1959 :(about usb key)

// Features tab
tf.WriteLine("DoNotShowIfUSB="+DoNotShowIfUSB+";");


Adding also your modification on line 65 inside globals.js

DoNotShowIfUSB=false;


Thanks and regards.

This post has been edited by myselfidem: 04 January 2013 - 05:46 AM


#65 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 January 2013 - 05:56 AM

Thanks a ton. NOW if I can just get the font issue figured out or changed.

(WPI doesn't install fonts from the start like it should.)

#66 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 January 2013 - 08:05 AM

A little typo error inside WPI.hta on line 349: (because)

<!-- Here becaue of the getText() calls -->


I don't see the trouble with WPI about font at startup!

#67 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 January 2013 - 01:44 PM

It seems we can change also inside configwizard.js :

On line 1096:

HandleConditionsSelectionMenu(!InsertCondValues ? "ConnectedToInternet()" : 'ConnectedToInternet("'+ConnToNet+'")');


On line 1108:

HandleConditionsSelectionMenu(!InsertCondValues ? "isDesktopLoaded()" : 'isDesktopLoaded("'+DesktopLoaded+'")');


To see these Conditions.

Regards

This post has been edited by myselfidem: 04 January 2013 - 01:50 PM


#68 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 05 January 2013 - 01:59 AM

To avoid making changes on all Themes for WPI inside: WPI\Themes\Win7\installer.css

We can remove my first suggestion to add inside installer.css (line 77: .WPI_Txt): white-space: nowrap;

And we can add inside Installer.hta on line 419:

<div class="WPI_Text" style="position:relative; height:13px; font-family:arial; font-size:8pt; overflow:hidden; white-space:nowrap;">


Thanks and regards

This post has been edited by myselfidem: 05 January 2013 - 02:32 AM


#69 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 January 2013 - 12:03 PM

Inside: .\WPI\Common\Themes\Windows\wpi.htm
We can add some value:

1 - Line 15 ( />) (also inside Installer.hta: at line 262)
<bgsound id="TimerSound" src="#" loop="1" autostart="true" />


Thanks and regards

*Edit:
We can also change inside: optionswizardtemplate_sounds.htm (and on all htm files)

Changing all value: <nobr></nobr>
<td>
    <nobr>
     <div id="lblSndWPIStart" class="opTxt" align="absmiddle"></div>
    </nobr>
</td>



With:
<td nowrap>
    <div id="lblSndWPIStart" class="opTxt" align="absmiddle"></div>
</td>


This post has been edited by myselfidem: 11 January 2013 - 09:42 AM


#70 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 January 2013 - 02:33 PM

View PostKelsenellenelvian, on 30 September 2012 - 06:25 AM, said:

Actually IF you read our reference sheet it is wpi as:

"==" Equal to (not "=", which assigns a value to a variable.)
"!=" Not equal to


It is possible to add inside the manual on Chapter-7.html:

Comparison operator

!==   Not identical



We can see this operator inside api.js

Regards

This post has been edited by myselfidem: 18 January 2013 - 06:04 AM


#71 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 11 January 2013 - 03:26 AM

It seems an error inside: themewizardtemplate.htm

On line 29: correct values are ?
</td>
     <td>



Inside: aboutwpitemplate_changelog.htm

On line 9 missing: </div>
<legend><div id="legChangeLog"></div></legend>


Regards

*Edit: inside themewizardtemplate_tooltips.htm

We can remove the line 651: </tr> (unwanted line)

This post has been edited by myselfidem: 12 January 2013 - 02:53 AM


#72 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 13 January 2013 - 10:38 AM

View PostKelsenellenelvian, on 04 January 2013 - 05:56 AM, said:

WPI doesn't install fonts from the start like it should.

I don't know if this can solve the trouble, but on previous version on wpi.htm this was like this on first lines:

<script type="text/javascript">
 document.write('<script type="text/javascript" src="../Themes/'+Theme+'/wpi_theme.js" application="yes"></' + 'script>');
 document.write('<script type="text/javascript" src="./Themes/Windows/customthemecode.js" application="yes"></' + 'script>');
</script>



Now on the line 6 , there is a double slashes (//)

Could you give us more details, please?

Regards

This post has been edited by myselfidem: 13 January 2013 - 10:39 AM


#73 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2013 - 02:18 PM

On past versions of WPI, bit lost somewhere in code changes WPI is supposed to install fonts from the fonts folder to the OS when it starts after the option is checked.

It completlt ignores that option now and I am having a dickens of a time finding it.

#74 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 13 January 2013 - 04:23 PM

Thanks Kels!

I see a missing part (first part writed on previous version) on line 590 inside registry_dos.js

for (var files=new Enumerator(thisFolder.Files); !files.atEnd(); files.moveNext())


Regards

This post has been edited by myselfidem: 18 January 2013 - 06:05 AM


#75 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2013 - 05:06 PM

Manual has a handfull of updates done to it and uploaded to the first post.

#76 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 13 January 2013 - 05:08 PM

Many thanks Kels! :)

#77 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 January 2013 - 02:47 AM

Coul you add inside globals.js (was on previous version):

// wmi.js
var OSProps, winMgts;



Because these variables are inside WPI_DiscChanger.htm (line 78)

Regards

*Edit: And could also change inside WPI_DiscChanger.htm the lines like Installer.hta and WPI.hta on top ?

from line 13
<script type="text/javascript">
    document.write('<HTA:APPLICATION ID="oWPIDiscChanger"' +
     ' application="yes"' +
     ' singleInstance="yes"' +
     ' applicationName="Windows Post-Install Wizard Disc Changer"' +
     ' version="1.0"' +
     ' icon=""' +
     ' border="dialog"' +
     ' borderStyle="normal"' +
     ' innerBorder="no"' +
     ' caption="yes"' +
     ' sysMenu="no"' +
     ' contextMenu="no"' +
     ' minimizeButton="no"' +
     ' maximizeButton="no"' +
     ' navigable="yes"' +
     ' scroll="no"' +
     ' scrollFlat="no"' +
     ' selection="no"' +
     ' showInTaskBar="no"' +
     ' windowState="normal"' +
        ' />');
</script>



Thanks to check if it's OK!

This post has been edited by myselfidem: 18 January 2013 - 06:06 AM


#78 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,325
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 January 2013 - 04:31 AM

yup got them

#79 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,390
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 January 2013 - 05:25 PM

About Fonts, there was a script inside previous version inside WPI.hta: (example WPI 7.5.0 on line 387)

<script type="text/javascript">
 var args="";
 
 if (InstallFonts)
 {
  installFontsFromFolder(fontDir);
 }
</script>



Regards

This post has been edited by myselfidem: 14 January 2013 - 05:44 PM


#80 User is offline   jinkazama 

  • Member
  • PipPip
  • Group: Members
  • Posts: 196
  • Joined: 16-November 03
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 14 January 2013 - 05:33 PM

Edited by jinkazama

This post has been edited by jinkazama: 16 January 2013 - 05:30 PM


Share this topic:


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy