/*
** Ashe framework stuff
*/

Ashe = Ashe || {};



// l10n ========================================================================
Ashe.text = {
  // TOC
  'toc-prefix': {
    'en' : 'On this page',
    'nl' : 'Op deze pagina'
  },
  // Collapsibles
  'collapsible-hide': {
    'en' : '▲',
    'nl' : '▲'
  },
  'collapsible-hide-title': {
    'en' : '<kbd>Click</kbd> to hide this section. <kbd>Ctrl+click</kbd> to hide all sections. <kbd>Alt+click</kbd> to reveal all sections.',
    'nl' : '<kbd>Klik</kbd> om deze sectie te verbergen. <kbd>Ctrl+klik</kbd> om alle secties te verbergen. <kbd>Alt+klik</kbd> om alle secties to onthullen.'
  },
  'collapsible-show': {
    'en' : '▼',
    'nl' : '▼'
  },
  'collapsible-show-title': {
    'en' : '<kbd>Click</kbd> to show this section. <kbd>Ctrl+click</kbd> to hide all sections. <kbd>Alt+click</kbd> to reveal all sections.',
    'nl' : '<kbd>Klik</kbd> om deze sectie te onthullen. <kbd>Ctrl+klik</kbd> om alle secties te verbergen. <kbd>Alt+klik</kbd> om alle secties to onthullen.'
  },
  // Section links
  'section-link': {
    'en' : 'Direct link to this section',
    'nl' : 'Directe link naar deze sectie'
  }
};