1<?php
2/**
3 * English language file for Doogies blue Dokuwiki template configuration
4 */
5
6$lang['tabsPage']           = 'Name of page for tab navigation (leave empty to disable tabs)';
7$lang['actionsToTop']       = 'Where to put the action bar?';
8  $lang['actionsToTop_o_0'] = 'At the bottom';
9  $lang['actionsToTop_o_1'] = 'At the top';
10  $lang['actionsToTop_o_2'] = 'Both at the top and the bottom';
11$lang['hasLongTitles']      = 'Fix design issues for wikis with long page names';
12