1<?php
2/*
3 * TocTweak plugin for DokuWiki;
4 * English language for settings
5 */
6
7$lang['tocAllHeads'] = 'Store all headlines to page metadata';
8$lang['tocPosition'] = 'Position of auto-TOC box';
9  $lang['tocPosition_o_0'] = 'default (top right corner)';
10  $lang['tocPosition_o_1'] = 'after the First Level 1 headline';
11  $lang['tocPosition_o_2'] = 'after the First Level 2 headline';
12  $lang['tocPosition_o_6'] = 'after the First headline';
13  $lang['tocPosition_o_9'] = 'disable Auto-TOC';
14
15$lang['toptoclevel'] = 'Upper level of headline which can appear in table of contents';
16$lang['maxtoclevel'] = 'Lower level of headline which can appear in table of contents';
17$lang['tocminheads'] = 'Minimum amount of headlines that determins whether the TOC is built';
18
19