/**
 * Configure messages per language.
 * Generated by PHP.
 */
Util.MessageSource.messages['nl'] = {
	'subtitle': 'Software ontwikkeling &amp; advies',
	'jump': 'Direct naar inhoud',
	'toggleLanguage': 'EN',
	'toggleLanguage:title': 'Change language to English',
	'home': 'Home',
	'skills': 'Kennis',
	'cv': 'Ervaring',
	'availability': 'Beschikbaarheid',
	'blog': 'Blog',
	'contact': 'Contact',
	'about': 'Over',
	'mail': 'Email',
	'phone': 'Telefoon',
	'zipcode': 'Postcode',
	'address': 'Adres',
	'city': 'Stad',
	'country': 'Land',
	'kvknr': 'K.v.K. nummer',
	'vatnr': 'BTW nummer',
	'banknr': 'Bankrekening',
	'banknr_tnv': 'ten name van'
};

Util.MessageSource.messages['en'] = {
	'subtitle': 'Software development &amp; consultancy',
	'jump': 'Jump to content',
	'toggleLanguage': 'NL',
	'toggleLanguage:title': 'Wijzig taal in Nederlands',
	'home': 'Home',
	'home:title': 'Home',
	'about': 'About',
	'skills': 'Skills',
	'cv': 'Experience',
	'availability': 'Availability',
	'blog': 'Blog',
	'contact': 'Contact',
	'mail': 'Email',
	'phone': 'Telephone',
	'zipcode': 'Zipcode',
	'address': 'Address',
	'city': 'City',
	'country': 'Country',
	'kvknr': 'C.o.C. (K.v.K.) number',
	'vatnr': 'VAT number',
	'banknr': 'Bank account',
	'banknr_tnv': 'at the benefit of'
};


// Create message source with the default language.
var messageSource = new Util.MessageSource("en");
