// Localized strings common to most pages - English

/////////////////////////////////////////////////////////////////////
// Initialize the common strings appearing in the navigation zones
// and other generated strings
/////////////////////////////////////////////////////////////////////
function initCommonStringsEn(){
	/////// Section titles //////
	LocStr["en"]["1_title"] = "Home";
	LocStr["en"]["2_title"] = "Players";
	LocStr["en"]["3_title"] = "Services";
	LocStr["en"]["4_title"] = "Products";

  /////// Toc ////////
  LocStr["en"]["_expandAll"] = "Expand all";
  LocStr["en"]["_collapseAll"] = "Collapse all";
  
	/////// Partner ads ////////
  LocStr["en"]["_partnerHeaderText"] = "Sponsor";	
  
	/////// Top Ad banner ////////
	LocStr["en"]["_topBannerHeaderText"] = "(Advertisement)";	

	/////// Top zone ////////
  LocStr["en"]["_siteSearch"] = "Site&nbsp;search:&nbsp;";
  LocStr["en"]["_helpLink"] = "Help";
  LocStr["en"]["_homeImageTooltip"] = "Home";

 	/////// Page Toolbar ////////
  // Note: the strings to access the current page in other language are defined in data\all\str_common.js
  LocStr["en"]["_forum"] = "";   // No English forum yet
	LocStr["en"]["_addToFavorites"] = "Add to favorites";
	LocStr["en"]["_addToFavoritesCtrlT"] = "Type Ctrl+T to add this page to your favorites.";
	LocStr["en"]["_addToFavoritesCtrlD"] = "Type Ctrl+D to add this page to your favorites.";

  /////// Page footer: audience and copyright ////////
	LocStr["en"]["_authorHeader"] = "Author: ";
	LocStr["en"]["_copyrightDepositText"] = "Website content protected - Copyrightdepot.com";

  /////// Texts related to glossary generation ////////
  // Title
	LocStr["en"]["_glossaryTitleTag"] = "Financial Terms";
  // Description
	LocStr["en"]["_glossaryDescrTag"] = "Definitions of Financial Terms, written by Financial Market Professionnals.";
	// Keywords
	LocStr["en"]["_glossaryKeywords"] = "financial terms, financial dictionary, financial glossary, definition"
	// Test shown at the bottom of the page - none at the present time
  //LocStr["en"]["_glossaryFinalText"] = "Cannot find the definition of a term in the financial glossary? "
  //   + "Make a  <a href=\"search-financial-definition.htm\">search</a> on specialized sites.";
}

