function addLanguageVars()
{
	badgeSWF.addVariable("str_loading", "Install button loading...");
	badgeSWF.addVariable("str_install", "Click here to install");
	badgeSWF.addVariable("str_launch", "Click here to launch");
	badgeSWF.addVariable("str_upgrade", "Click here to upgrade");
	badgeSWF.addVariable("str_tryagain", "Click here to install");
	badgeSWF.addVariable("str_close", "Close Help");
	
	badgeSWF.addVariable("str_launching", "Launching Goalscape");
	badgeSWF.addVariable("str_launchingtext", "Please wait while the application launches.");
	badgeSWF.addVariable("str_installing", "Installing Goalscape");
	badgeSWF.addVariable("str_installingtext", "Please follow the on-screen instructions.");
	badgeSWF.addVariable("str_help", "  ");
	badgeSWF.addVariable("str_helptext", "Click the button below to install GoalscapeDesktop. The Adobe® AIR™ Runtime will be installed automatically if required.");
	
	badgeSWF.addVariable("str_error", "Error");
	badgeSWF.addVariable("str_err_params", "Invalid installer parameters.");
	badgeSWF.addVariable("str_err_airunavailable", "Adobe® AIR™ is not available for your system.");
	badgeSWF.addVariable("str_err_airswf", "Unable to load the Adobe® AIR™ Browser API swf.");
}
