var runOnceExDlgTitle=[];
var msgStartInstall=[];
var txtRunOnceExTitle=[];
var lblTimerTitle=[], lblTimerStop=[];
var lblInstall=[], lblExit=[], lblHelp=[], lblSelectAll=[], lblSelectNone=[], lblSelectDefaults=[], lblOptions=[], lblConfig=[], lblSource=[], lblmanual=[], lblselect=[], lblMusic=[];
var ttInstall=[], ttExit=[], ttHelp=[], ttSelectAll=[], ttSelectNone=[], ttSelectDefaults=[], ttConfig=[], ttOptions=[], ttSource=[], ttmanual=[], ttMusic=[];
function getText(par)
{
if (par[language]) return par[language];
return par['en'];
}
//---------------------------------------------------------------------------------------------
//english - DO NOT DELETE !!
lang = 'en';
msgStartInstall[lang] = ['Windows Post-Installation Wizard will now exit, and in the next few minutes, the options you have selected will install.\nPlease sit back and wait while the process completes.\n\nThank you for using Windows Post-Install Wizard.'];
lblTimerTitle[lang] = ['The Installer<br>will start in'];
lblTimerStop[lang] = ['<u>Click to stop the timer</u>'];
lblInstall[lang] = ['Begin Install'];
lblExit[lang] = ['Exit'];
lblHelp[lang] = ['Help'];
lblSelectAll[lang] = ['Select All'];
lblSelectNone[lang] = ['Select None'];
lblSelectDefaults[lang] = ['Select Defaults'];
lblMusic[lang] = ['Audio Player'];
lblOptions[lang] = ['Options'];
lblConfig[lang] = ['Config'];
lblSource[lang] = ['Show Source'];
lblmanual[lang] = ['User Manual'];
lblselect[lang] = ['Selections:'];
ttInstall[lang] = ['Begin Installation','Initiates the script generator. Click here to begin installing the selected applications and features.'];
ttExit[lang] = ['Exit Button','Click here to close the WPI application.'];
ttHelp[lang] = ['Help','Displays basic usage, version information, and disclaimer.'];
ttSelectAll[lang] = ['Select All','Click here to select all available options.'];
ttSelectNone[lang] = ['Select None','Click here to deselect all available options.'];
ttSelectDefaults[lang] = ['Select Defaults','Click here to enable the default recommended options.'];
ttMusic[lang] = ['Audio Player','Click here to configure the audio player.'];
ttOptions[lang] = ['Options','Click here to customize WPI.'];
ttConfig[lang] = ['Config','Click here to configure the program list.'];
ttSource[lang] = ['Show Source','Click here to reveal the WPI source code.'];
ttmanual[lang] = ['User Manual','Click here to open the WPI user manual.'];
txtRunOnceExTitle[lang] = ['Installing applications ...'];
//
//---------------------------------------------------------------------------------------------