<?php
/**
 * English language file for editsections2 plugin
 * 
 * @author Ben Coburn <btcoburn@silicodon.net>
 * @author Kazutaka Miyasaka <kazmiya@gmail.com>
 */

$lang['order_type']     = 'Organization type';
$lang['order_type_o_0'] = 'Flat';
$lang['order_type_o_1'] = 'Hierarchical (nested)';

$lang['highlight_target'] = 'Target of the mouse over highlights on edit buttons';
$lang['highlight_target_o_default'] = 'DokuWiki default';
$lang['highlight_target_o_exclude_headings'] = 'Exclude headings';
