﻿function Customization() {
  this.languageCode		= "nl";
  
  this.company_name = "KPN";
  this.product_name = "Beveiligingscheck";
  this.product_version = "1.1";
  this.product_alias = "HC";
	this.copyright_string = "Copyright &copy; 2008 F-Secure Corporation. Alle rechten voorbehouden.";
	this.about = "Over";
	this.help = "Help";
	this.learn_more_about_product = "Meer informatie over onze producten";
  this.vulnerability_info_server = "http://www.f-secure.com/vulnerabilities";
  
	/** Intro page **/
	this.intro_title = "Test of je computer goed beveiligd is";
	this.intro_string = "Om er zeker van te zijn dat je computer goed beveiligd is, kun je met de " + this.product_name + ". je computer controleren. Hiermee wordt gecontroleerd of je computer over de nodige beveiligingsproducten beschikt, en of het besturingssysteem en de programma's zijn bijgewerkt zodat je veilig en onbezorgd kunt internetten. Als dat niet het geval is helpt de " + this.product_name + " je om het op te lossen.";
	this.intro_get_started = "Controleer of u beheerdersrechten hebt op deze computer voordat u de controle start.";
	
	/** Technical details **/
	//Link to F-Secure advisory page. To disable this, simply set the value to null, this.advisory_detail = null
	this.advisory_detail = "<a class='urlNoVisited' href='" + this.vulnerability_info_server + "/$SA$' target='_blank'>Technische details</a> $NEW$.";
	
	/** Upsell title **/
	this.recommend_to_get_new_av = "U kunt het beste een nieuw antivirusprogramma aanschaffen";
	
	/** Upsell solutions **/
	this.recommend_to_get_new_av_desc = "De virusdefinities van uw antivirusprogramma zijn verlopen. Het antivirusprogramma beschermd alleen tegen virussen als het automatisch een aantal keren per dag wordt bijgewerkt. U moet overwegen een nieuw antivirusprogramma aan te schaffen.";
	this.upsell_recommend_get_antivirus = "KPN PC Veilig is een volledig automatisch beveiligingproduct met een van de snelste en meest accurate detectiefuncties voor nieuwe malware. Door op de onderstaande knop te klikken, kunt u het product gratis uitproberen, of het aanschaffen voor een speciale prijs voor nieuwe klanten.";
	this.upsell_get_firewall = "Als u een firewall wilt installeren, kunt u KPN PC Veilig, ons all-in-one beveiligingsproduct, proberen of kopen. Het bevat alle beveiligingsprogramma's die u nodig hebt: antivirus, antispyware en een firewall.";
	this.upsell_get_antivirus = "Als u een antivirusprogramma wilt installeren, kunt u KPN PC Veilig, ons all-in-one beveiligingsproduct, proberen of kopen. Het bevat alle beveiligingsprogramma's die u nodig heeft: antivirus, antispyware en een firewall.";
	this.upsell_get_antispyware = "Als u een antispywareprogramma wilt installeren, kunt u KPN PC Veilig, ons all-in-one beveiligingsproduct, proberen of kopen. Het bevat alle beveiligingsprogramma's die u nodig heeft: antivirus, antispyware en een firewall.";
	this.upsell_learn_more = "Meer informatie over het programma...";
    this.upsell_learn_more_url = "http://www.kpn.com/internet/extra-diensten-/pc-veilig.htm";
    this.upsell_try_url = "http://www.kpn.com/internet/extra-diensten-/pc-veilig.htm";
    this.upsell_buy_url = "http://www.kpn.com/internet/extra-diensten-/pc-veilig.htm";
	
	/** Buttons **/
	//To disable any one of them or both, simply set the value to null, eg. this.upsell_try = null
	this.upsell_try = null;
	this.upsell_buy = "Kopen"
    
  /** Bookmark **/

  //bookmark_message_part_1 and bookmark_message_part_2 will be joined into one sentence
  this.bookmark_message_part_1 = "Als u "+this.product_name+" regelmatig wilt uitvoeren, ";
  this.bookmark_message_part_2 = "moet u een bladwijzer aan deze pagina.";
  //The part of the message that will be linked with the bookmark, please supply 1 or 2, 
  //eg. if part 2 should be linked, indicate:
  //this.bookmark_message_part_with_link = 2;
  this.bookmark_message_part_with_link = 2;
}

Customization.prototype = {
}

customization = new Customization();
