/*
* en.js - English translation pack
* Javascript call to addToLanguagePack with translation hash
* $Source$
* $Date$
* $Revision$
*/
if(typeof(oTranslator)!='undefined'){
	oTranslator.addToLanguagePack(
	{
		// /errors/404.php
		  notfound_pagenotfound: "Page not found!"
		, notfound_line1a: "The page you are looking for"
		, notfound_line1b: "cannot be found!."
		, notfound_line2: "Use the seach-function or the hyperlinks"
		, notfound_products: "Products"
		, notfound_newsinformation: "News and information"
		, notfound_contact: "Contact"
		, notfound_servicesupport: "Service and support"
		// HOMEPAGE-TEMPLATE
		, homepage_news: "News"
		, homepage_readmore: "more&nbsp;&raquo;"
		, homepage_morenews: "more&nbsp;&raquo;"
		// NEWS-TEMPLATE
		, news_news: "News"
		, news_archive: "Archive"
		, news_allitems: "All Newsitems"
		, news_readmore: "more&nbsp;&raquo;"
		, news_index: "index"
		, news_previous: "&laquo;&nbsp;previous"
		, news_next: "next&nbsp;&raquo;"
		// PRODUCTPAGE-TEMPLATE
		, productpage_moreinformation: "More&nbsp;information"
		, productpage_requestoffer: "Request&nbsp;quotes"
		, productpage_requestdemo: "Request&nbsp;demonstration"
		, productpage_emailtofriend: "Mail&nbsp;this&nbsp;information&nbsp;to&nbsp;a&nbsp;friend"
		, productpage_overview: "&laquo;&nbsp;Overview"
		, productpage_previouspage: "&laquo;&nbsp;Previous&nbsp;page"
		// FORM-TEMPLATE
		, form_mandatoryfields: "These fields are mandatory"
		, form_send: "Send"
		, form_back: "&laquo;&nbsp;Back"
		, form_next: "Next&nbsp;&raquo;"
		// FORM_DEMO-TEMPLATE
		, formdemo_line1: "Regma cordially invites you to attend a demonstration of the"
		, formdemo_line2: "If you are interested please fill out the form below and"
		, formdemo_line3: "we will contact you to make an appointment."
		// SPHIDER ZOEK TEMPLATES
		, sphider_search: "Search"
		, sphider_notfound_message: "There are no documents on this site that match your searchcriteria."
	});
}
