<?php
/*
 * TocTweak plugin for DokuWiki;
 * English language for settings
 */

$lang['tocAllHeads'] = 'Store all headlines to page metadata';
$lang['tocPosition'] = 'Position of auto-TOC box';
  $lang['tocPosition_o_0'] = 'default (top right corner)';
  $lang['tocPosition_o_1'] = 'after the First Level 1 headline';
  $lang['tocPosition_o_2'] = 'after the First Level 2 headline';
  $lang['tocPosition_o_6'] = 'after the First headline';
  $lang['tocPosition_o_9'] = 'disable Auto-TOC';

$lang['toptoclevel'] = 'Upper level of headline which can appear in table of contents';
$lang['maxtoclevel'] = 'Lower level of headline which can appear in table of contents';
$lang['tocminheads'] = 'Minimum amount of headlines that determins whether the TOC is built';