// Language file for this site, expand when needed
// Use the lang="" attribute on the <html> tag to switch languages inside the pages

var languages = {

 'default': {
  'prev': 'Previous',
  'next': 'Next'
 },

 'nl': {
  'prev': 'Vorige',
  'next': 'Volgende'
 }

};
