<?php
/**
 * English language file for Doogies blue Dokuwiki template configuration
 */

$lang['tabsPage']           = 'Name of page for tab navigation (leave empty to disable tabs)';
$lang['actionsToTop']       = 'Where to put the action bar?';
  $lang['actionsToTop_o_0'] = 'At the bottom';
  $lang['actionsToTop_o_1'] = 'At the top';
  $lang['actionsToTop_o_2'] = 'Both at the top and the bottom';
$lang['hasLongTitles']      = 'Fix design issues for wikis with long page names';
