if(!CNC) { var CNC = {} }
if(!CNC.LANG) { CNC.LANG = {} }

CNC.LANG.id = 'en'; 

CNC.LANG.Global = {
	yes: 'Yes', 
	no: 'No', 
	ok: 'OK', 
	information: 'Information', 
	
	page: 'Page', 
	pages: 'Pages', 
	
	areyousure: 'Are you sure?'
}

CNC.LANG.ContactFormular = {
	tt_company: 'Please insert your company.', 
	tt_salutation: 'Please choose your salutation.', 
	tt_contactperson: 'Please insert the contact person.', 
	tt_firstname: 'Please insert your first name.', 
	tt_lastname: 'Please insert your last name.', 
	tt_street: 'Please insert the Street.', 
	tt_number: 'Please insert the Number.', 
	tt_streetnumber: 'Please insert the Street/Nr.', 
	tt_zip: 'Please insert the ZIP.', 
	tt_city: 'Please insert the City.', 
	tt_zipcity: 'Please insert the Zip/City.', 
	tt_country_id: 'Please choose the country.', 
	tt_phone_code: 'Please insert code (format: +49 123)', // 'Please insert the phone number.', 
	tt_phone_number: 'Please insert number (format: 4567890)', // 'Please insert the phone number.', 
	tt_phone_codephone_number: 'Use the following format: +49 123 4567890', // 'Please insert the phone number.', 
	tt_fax_code: 'Please insert code (format: +49 123)', // 'Please insert the fax number.', 
	tt_fax_number: 'Please insert number (format: 4567890)', // 'Please insert the fax number.', 
	tt_fax_codefax_number: 'Use the following format: +49 123 4567890', // 'Please insert the fax number.', 
	tt_email: 'Please insert the e-Mail address.',
	tt_subject: 'Please insert the subject of the message.', 
	tt_message: 'Please insert the message.'
}

CNC.LANG.Captcha = {
	newcode: 'Request new code'
}



